Home
last modified time | relevance | path

Searched refs:json_encode (Results 151 – 175 of 240) sorted by relevance

12345678910

/plugin/authsmartcard/
H A Dauth.php150 $text = json_encode($text);
/plugin/davcal/action/
H A Dajax.php190 echo json_encode($data);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php362 $json = \json_encode($input, \JSON_UNESCAPED_SLASHES);
365 $json = \json_encode($input);
/plugin/pycode/
H A Daction.php201 $str = json_encode($log_old);
/plugin/explorertree/
H A Dhelper.php172 $json = json_encode($o);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php252 parent::write(json_encode($buffer, JSON_PRETTY_PRINT));
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php215 return json_encode($requests);
/plugin/matrixnotifier/
H A Dhelper.php161 $json_payload = json_encode($this->_payload);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php103 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
H A DBrowserConsoleHandler.php258 $value = json_encode($value);
/plugin/tagfilter/
H A Daction.php210 echo json_encode(['id' => $tagfilter_id, 'text' => $text]);
/plugin/structstatus/
H A DStatus.php165 $rid = json_encode(["", (int)array_shift($rids)]);
/plugin/shell/
H A DP0wnyShell.php313 echo json_encode($response);
/plugin/discordnotifier/
H A Dhelper.php195 $json_payload = json_encode ( $this->_payload );
/plugin/struct/helper/
H A Dfield.php171 static fn($val) => json_encode([$val, null], JSON_THROW_ON_ERROR),
175 $preparedValue = json_encode([$preparedValue, null], JSON_THROW_ON_ERROR);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php246 …or XML attribute for %s. Expected character data, but got %s.', $metadata->name, json_encode($v)));
287 …rted value for a XML attribute map value. Expected character data, but got %s.', json_encode($v)));
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php103 $body = json_encode($input);
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php207 $postBody ? json_encode($postBody) : ''
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php254 $mergedCalendar = json_encode($mergedCalendar->jsonSerialize());
/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php364 $jsonDeps = json_encode($deps);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php224 : json_encode($this->getArray($geometry));
/plugin/farmsync/meta/
H A DFarmSyncUtil.php449 $schemas[$schema] = json_encode($schemas[$schema]);
489 if (json_encode($targetSchema) == $json) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php180 $io->writeln(json_encode($filesInfo, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php257 $mergedCalendar = json_encode($mergedCalendar->jsonSerialize());
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php253 $name = json_encode($this->filename);

12345678910