Home
last modified time | relevance | path

Searched refs:json_encode (Results 76 – 100 of 240) sorted by relevance

12345678910

/plugin/tablelayout/action/
H A Dprint.php54 json_encode(
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php116 $payload['postBody'] = is_string($meta) ? $meta : json_encode($meta);
131 $related .= "\r\n" . json_encode($meta) . "\r\n";
/plugin/recommend/
H A Daction.php100 echo json_encode([]);
119 echo json_encode($users);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php168 …stomOrder is expected to be a list of strings, but got element of value %s.', json_encode($name)));
250 …tadataException(sprintf('$uri is expected to be a strings, but got value %s.', json_encode($uri)));
255 …Exception(sprintf('$prefix is expected to be a strings, but got value %s.', json_encode($prefix)));
/plugin/phpipam/
H A Dphpipam-api.php279 return json_encode($this->result);
306 print json_encode($this->result);
700 curl_setopt($this->Connection, CURLOPT_POSTFIELDS, json_encode($params));
716 …st = base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $this->api_key, json_encode($params), MCRYP…
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DWriter.php42 return json_encode($component, $options);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php41 return json_encode($component, $options);
/plugin/stale/
H A Daction.php58 echo json_encode($jsonArray);
/plugin/doi/Resolver/
H A DAbstractResolver.php97 file_put_contents($cache, json_encode($result));
/plugin/struct/meta/
H A DAggregationEditorTable.php40 $config = hsc(json_encode($config, JSON_THROW_ON_ERROR));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php52 $_SESSION[$this->sessionKey] = json_encode($json);
H A DFileCookieJar.php59 $jsonStr = \GuzzleHttp\json_encode($json);
/plugin/struct/action/
H A Dconfig.php51 echo json_encode($type->getConfig(), JSON_THROW_ON_ERROR);
H A Dajax.php54 echo json_encode($result, JSON_THROW_ON_ERROR);
/plugin/dlcounter/
H A Daction.php69 file_put_contents( $fname, json_encode($json) );
/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/batchedit/
H A Dserver.php112 print(self::AJAX_COOKIE . json_encode($data) . self::AJAX_COOKIE);
/plugin/struct/helper/
H A Ddb.php86 return json_encode($args, JSON_THROW_ON_ERROR);
/plugin/codemirror/
H A Daction.php63 '_data' => 'JSINFO.plugin_codemirror = ' . json_encode($jsinfo),
/plugin/issuelinks/services/
H A DAbstractService.php41 $dataToBeSend = json_encode($data);
/plugin/pwaoffline/
H A Daction.php71 echo json_encode($pagesToCache);
/plugin/issuelinks/helper/
H A Dutil.php94 echo json_encode(['data' => $msg, 'msg' => $MSG]);
/plugin/tablelayout/
H A Dsyntax.php124 $json = hsc(json_encode($data));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php39 $data = json_encode($data, JSON_PRESERVE_ZERO_FRACTION + JSON_INVALID_UTF8_SUBSTITUTE);
/plugin/linksuggest/
H A Daction.php147 echo json_encode([
242 echo json_encode([

12345678910