Home
last modified time | relevance | path

Searched refs:json (Results 426 – 450 of 450) sorted by path

1...<<1112131415161718

/plugin/tablelayout/
H A Dsyntax.php124 $json = hsc(json_encode($data));
125 … $renderer->doc .= "<div class='plugin_tablelayout_placeholder' data-tablelayout=\"$json\"></div>";
H A Dyarn.lock34 json-schema-traverse "^0.3.0"
310 circular-json@^0.3.1:
828 circular-json "^0.3.1"
1456 json-schema@0.2.3:
1464 json-stringify-safe@~5.0.1:
1480 json-schema "0.2.3"
1516 load-json-file@^1.0.0:
1521 parse-json "^2.2.0"
1825 parse-json@^2.2.0:
1992 load-json-file "^1.0.0"
[all …]
/plugin/tagfilter/script/select2/
H A Drelease.sh31 sed -E -e "s/\"version\": \"([0-9\.]+)\",/\"version\": \"$ver\",/g" -i -- bower.json select2.jquery.json component.json composer.json package.json
33 git add bower.json
34 git add select2.jquery.json
35 git add component.json
36 git add composer.json
37 git add package.json
[all...]
/plugin/tfslink/
H A Daction.php37 $json = new JSON();
38 echo '' . $json->encode($data) . '';
/plugin/timetrack/
H A Daction.php110 $json = new JSON($result);
111 echo $json->encode($result);
199 $json = new JSON($result);
200 echo $json->encode($result);
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js779 },getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");
784 …/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",t…
871 }if(type=="json"){data=eval("("+data+")");
/plugin/todo/
H A Daction.php192 $json = new JSON();
193 echo $json->encode($return);
/plugin/twitter/
H A Dsyntax.php256 $json = $this->getData("https://api.twitter.com/1.1/search/tweets.json", array(
262 $json = $this->getData("https://api.twitter.com/1.1/statuses/user_timeline.json", array(
267 $decode = json_decode($json);
298 $json = curl_exec($ch);
309 $json = file_get_contents($this->signRequest($url, $param), true, $ctx);
311 return $json;
/plugin/txt2tags/
H A Dtoolbar.php229 $json = new JSON();
230 print "var $varname = ".$json->encode($menu).";\n";
/plugin/vbsso/includes/
H A Dapi.php33 * @param array $json array
37 function vbsso_listener_verify($json) { argument
48 $settings[$key] = $json[$item['field']];
60 * @param array $json array
77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…
89 * @param array $json array
93 function vbsso_listener_register($json) { argument
116 * @param array $json array
125 $json[SHAREDAPI_EVENT_FIELD_REMEMBERME], $json[SHAREDAPI_EVENT_FIELD_TIMEOUT]);
132 * @param array $json array
[all …]
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php339 function sharedapi_encode_data($key, $json) { argument
340 $data = json_encode($json);
386 $json = sharedapi_accept_data($shared_key);
387 if (is_array($json) && isset($json[SHAREDAPI_EVENT_FIELD_EVENT])) {
389 $ret = call_user_func($callback[$json[SHAREDAPI_EVENT_FIELD_EVENT]], $json);
392 $ret[SHAREDAPI_EVENT_FIELD_ERROR] = $json;
414 $json = array();
417 $json = ($json) ? $json : SHAREDAPI_WRONG_API_KEY_MESSAGE;
420 …if (is_array($json) && isset($json[SHAREDAPI_EVENT_FIELD_PRODUCT]) && isset($json[SHAREDAPI_EVENT_…
421 …$json[SHAREDAPI_EVENT_FIELD_DATA] = sharedapi_decode_data($key, $json[SHAREDAPI_EVENT_FIELD_DATA]);
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md138 * Set minimum libxml version to 2.7.0 in `composer.json`.
244 * Set minimum libxml version to 2.7.0 in `composer.json`.
/plugin/webdav/vendor/sabre/http/
H A DREADME.md40 or edit a `composer.json` file, and make sure it contains something like this:
42 ```json
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md259 * This package now specifies in composer.json that it does not support PHP 7.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php411 case 'json':
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md33 * This package now specifies in composer.json that it does not support PHP 7.
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php431 case 'json' :
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php382 $json = new Json();
392 $json->parse(json_encode($input), 0);
/plugin/webexteamsnotifier/
H A Daction.php70 $json = json_encode($data);
101 curl_setopt($ch, CURLOPT_POSTFIELDS, "{$json}");
/plugin/xcom/
H A Dscript.js700 var n, v, json = [], arr = (obj && obj.constructor == Array); variable
711 json.push((arr ? "" : '"' + n + '":') + String(v));
715 return (arr ? "[" : "{") + String(json) + (arr ? "]" : "}");
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1159 json: any; property
H A Ddhtmlxgantt.js13json={parse:function(i){if(i||e(i),"string"==typeof i)if(window.JSON)try{i=JSON.parse(i)}catch(t){… class in t
H A Ddhtmlxgantt.js.map1json","dhx_security","security_key","serializeTask","_copyObject","serializeLink","_copyLink","xml…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14387 gantt.json = { class in gantt
14562 var json = gantt.json.serialize();
14563 for (var i = 0, len = json.data.length; i < len; i++) {
14564 tasks.push(this._copyObject(json.data[i]));
14566 for (var i = 0, len = json.links.length; i < len; i++) {
14567 links.push(this._copyLink(json.links[i]));
/plugin/zotero/
H A DFeedZoteroRepository.php97 $json = $item->nodeValue;
98 $data = json_decode($json);

1...<<1112131415161718