Home
last modified time | relevance | path

Searched refs:json_encode (Results 26 – 50 of 240) sorted by path

12345678910

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php52 $_SESSION[$this->sessionKey] = json_encode($json);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php324 function json_encode($value, $options = 0, $depth = 512) function
326 $json = \json_encode($value, $options, $depth);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectionException.php33 . json_encode($this->reason, JSON_PRETTY_PRINT);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php258 $value = json_encode($value);
H A DFilterHandler.php76 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
H A DFingersCrossedHandler.php103 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
H A DSamplingHandler.php61 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php86 $json = @json_encode($data, $encodeFlags);
94 $json = json_encode($data, $encodeFlags);
134 $json = json_encode($data, $encodeFlags);
273 $context = "\nContext: " . json_encode($record['context']);
276 $extra = "\nExtra: " . json_encode($record['extra']);
/plugin/authloginapi/
H A Daction.php73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '=');
/plugin/authorstats/
H A Dhelper.php49 $json = json_encode($authors, true);
65 $json = json_encode($pages, true);
/plugin/authsmartcard/
H A Dauth.php150 $text = json_encode($text);
/plugin/backup/
H A Dadmin.php252 io_saveFile($this->prefFile, json_encode($prefs, JSON_PRETTY_PRINT));
/plugin/batchedit/
H A Dconfig.php74 return json_encode($this->config);
H A Dinterface.php263 print('var batcheditLang = ' . json_encode($lang) . ';');
H A Dserver.php112 print(self::AJAX_COOKIE . json_encode($data) . self::AJAX_COOKIE);
/plugin/bez/ctl/
H A Dtasks.php37 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));
H A Dthreads.php20 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));
/plugin/block/
H A Daction.php42 echo json_encode($ar);
/plugin/bookcreator/action/
H A Dhandleselection.php81 echo json_encode($response);
/plugin/bootswrapper/syntax/
H A Dpopover.php137 $html5_data[] = "data-delay='" . json_encode($delays) . "'";
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php57 echo json_encode(['access'=>$result]);
77 echo json_encode($result);
/plugin/bureaucracy/
H A Daction.php58 echo json_encode($users);
/plugin/ckgdoku/action/
H A Diwiki.php42 echo json_encode($a);
H A Dmeta.php202 echo json_encode($result);
/plugin/ckgedit/action/
H A Diwiki.php42 echo json_encode($a);

12345678910