canvas::API method parse_link_params (protected)

 <instance of canvas::API[i]> parse_link_params pairs

Defined in packages/xooauth/tcl/canvas-procs.tcl

Parameters:
pairs

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
lmap pair $pairs {
    set pair [string trim $pair]
    if {![regexp {^(.*)=(.*)$} $pair . key value]} continue
    list $key [string trim $value \"]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: