Home
last modified time | relevance | path

Searched refs:json_encode (Results 226 – 240 of 240) sorted by last modified time

12345678910

/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/freechat/phpfreechat/src/
H A Dpfcjson.class.php42 return json_encode($v);
/plugin/ajaxpeon/
H A Dhelper.php148 fwrite($flearnlist,json_encode($learn_ns_ls));
151 fwrite($flearndata,json_encode($flat_data));
154 fwrite($forev,json_encode($orev_data));
/plugin/stopforumspam/_test/
H A DResponseCheckerTest.php22 $json = json_encode($resp);
39 $json = json_encode($resp);
50 $json = json_encode($resp);
61 $json = json_encode($resp);
72 $json = json_encode($resp);
83 $json = json_encode($resp);
94 $json = json_encode($resp);
/plugin/settingstree/
H A Dhelper.php186 if (!file_put_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.meta.json",json_encode($meta))
188 …!file_put_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json",json_encode($defaults))
226 …if ($ret = file_put_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json",json_encode($values)) !== fal…
302 return json_encode(array(
/plugin/explorertree/
H A Dhelper.php172 $json = json_encode($o);
/plugin/authloginapi/
H A Daction.php73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '=');
/plugin/jiralinks/
H A Daction.php107 curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data));
/plugin/workflow/syntax/
H A Ddecision.php70 $renderer->doc .= 'var wfnamespace = ' . json_encode($wfns) . ';';
71 $renderer->doc .= 'var wfpageid = ' . json_encode(substr($INFO['id'], strlen($wfns) + 1)) . ';';
72 $renderer->doc .= 'var wfstatedefs = ' . json_encode($attrs) . ';';
/plugin/whoisonline/
H A Dsyntax.php75 file_put_contents($filename, json_encode($newlist));
/plugin/fblogin/lib/
H A Dbase_facebook.php900 $params[$key] = json_encode($value);
1029 $json = json_encode($data);
/plugin/facebookalbum/
H A Dfacebook.php572 $params[$key] = json_encode($value);
/plugin/aceeditor/
H A Dpreview.php46 echo json_encode($data);
/plugin/jsonrpc/
H A DIJR_Server.php75 $result = json_encode($result);
152 $result = json_encode($result);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php271 $text = json_encode($result);

12345678910