Home
last modified time | relevance | path

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

12345678910

/plugin/bez/ctl/
H A Dthreads.php20 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));
/plugin/tagging/action/
H A Dmain.php164 echo json_encode(array_combine($tags, $tags));
180 echo json_encode(array('status' => 'error', 'msg' => $this->getLang('no_admin')));
185 echo json_encode(array('status' => 'error', 'msg' => 'Security Token did not match. Possible CSRF attack.'));
190 echo json_encode(array('status' => 'error', 'msg' => 'No page id given.'));
196 echo json_encode(array('status' => 'error', 'msg' => 'No proper input. Give "oldValue" and "newValue"'));
203 echo json_encode(array('status' => 'error', 'msg' => $msg));
209 echo json_encode(array(
/plugin/api/
H A Daction.php132 echo $_GET["callback"] . "(" . json_encode($data) . ")";
134 echo json_encode($data);
/plugin/recommend/
H A Daction.php100 echo json_encode([]);
119 echo json_encode($users);
/plugin/recommend/helper/
H A Dassignment.php16 … return (bool)file_put_contents(self::$confFile, json_encode($assignments, JSON_PRETTY_PRINT));
36 … return (bool)file_put_contents(self::$confFile, json_encode($remaining, JSON_PRETTY_PRINT));
/plugin/bureaucracy/
H A Daction.php58 echo json_encode($users);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php61 return $this->cache->write($filename, json_encode($data));
/plugin/combo/ComboStrap/
H A DJson.php71 return json_encode($jsonArray, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
132 return json_encode($this->jsonArray, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
147 return json_encode($this->jsonArray);
H A DMarkupCacheDependencies.php364 $jsonDeps = json_encode($deps);
H A DMetadataFrontmatterStore.php374 $jsonEncodedKey = json_encode($key);
400 $jsonEncodedValue = json_encode($value);
H A DEditButton.php194 return self::EDIT_BUTTON_PREFIX . Html::encode(json_encode($data));
H A DFetcherMarkup.php448 $data1 = json_encode($jsonDecodeSnippets);
H A DHttpResponse.php251 $message = json_encode(["message" => $messages]);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php287 json_encode($params)
312 $encoded_params = json_encode($params);
330 $msg .= sprintf(' with params: %s', json_encode($params, JSON_UNESCAPED_SLASHES));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php171 'Invalid node type : ' . json_encode($current)
/plugin/combo/renderer/
H A Danalytics.php667 $json_encoded = json_encode($finalStats, JSON_PRETTY_PRINT);
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php247 $payload = json_encode($formMetaAssociativeArray);
283 ->addValue(json_encode($persistent))
289 ->addValue(json_encode($current))
299 ->setBody(json_encode($form), Mime::getJson())
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php223 $io->writeln(json_encode($filesInfo, \JSON_PRETTY_PRINT | \JSON_UNESCAPED_SLASHES));
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php117 $this->message .= sprintf(' in %s', json_encode($this->parsedFile, \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE));
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php62 $config = hsc(json_encode($config));
65 $template = hsc(json_encode($this->template));
98 'template_string' => hsc(json_encode($this->template)),
/plugin/slacknotifier/
H A Daction.php146 $result = $http->post($url, ['payload' => json_encode($payload)]);
/plugin/randomtables/action/
H A Dajax.php41 'rows' => json_encode($json)
77 echo json_encode(['result' => $pick]);
/plugin/oauth/
H A DAdapter.php187 $parameters['state'] = urlencode(base64_encode(json_encode(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php106 $token = $this->parseAccessTokenResponse(json_encode($parsedResult));
/plugin/ireadit/action/
H A Dmigration.php180 'meta' => json_encode($meta)

12345678910