Home
last modified time | relevance | path

Searched refs:json_encode (Results 101 – 125 of 240) sorted by relevance

12345678910

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php41 …('All variable values must be strings, but got %s for variable "%s".', json_encode($value), $var));
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNode.php106 return json_encode($this->uncastItems(), $options);
H A DCollection.php157 return json_encode($this->asArray(), $options);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php61 return $this->cache->write($filename, json_encode($data));
/plugin/whoisonline/
H A Dsyntax.php75 file_put_contents($filename, json_encode($newlist));
/plugin/authloginapi/
H A Daction.php73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '=');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php64 $output = json_encode(['metrics' => $metrics]);
/plugin/evesso/classes/
H A DEveOnlineAdapter.php98 $parameters['state'] = urlencode(base64_encode(json_encode(array('state' => md5(rand())))));
/plugin/bootswrapper/syntax/
H A Dpopover.php137 $html5_data[] = "data-delay='" . json_encode($delays) . "'";
/plugin/survey/syntax/
H A Dsurvey.php108 json_encode($survey) .
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSamplingHandler.php61 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php143 file_put_contents('build/SabreDAV/composer.json', json_encode($newComposer, JSON_PRETTY_PRINT));
/plugin/slacknotifier/
H A Daction.php146 $result = $http->post($url, ['payload' => json_encode($payload)]);
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DParseException.php124 …$this->message .= sprintf(' in %s', json_encode($this->parsedFile, JSON_UNESCAPED_SLASHES | JSON_U…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php32 … does not exist; see GraphNavigatorInterface::DIRECTION_??? constants.', json_encode($direction)));
/plugin/adminperm/
H A Dadmin.php108 return io_saveFile($this->config, json_encode($data, JSON_PRETTY_PRINT));
/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/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php238 $postBody = is_string($meta) ? $meta : json_encode($meta);
249 $related .= "\r\n" . json_encode($meta) . "\r\n";
/plugin/jiralinks/
H A Daction.php107 curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data));
/plugin/fksnewsfeed/syntax/
H A Dfeed.php85 $cache->storeCache(json_encode($innerHtml));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php106 $token = $this->parseAccessTokenResponse(json_encode($parsedResult));
/plugin/batchedit/
H A Dconfig.php74 return json_encode($this->config);
/plugin/jirainfo/
H A Daction.php29 echo json_encode($this->fillDataTask());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt7 } elseif (json_encode([], JSON_PRETTY_PRINT) != '[]') {
/plugin/imagecarousel/
H A Dsyntax.php72 $flags['slick'] = json_encode(array_merge(

12345678910