Home
last modified time | relevance | path

Searched refs:json_encode (Results 1 – 25 of 240) sorted by path

12345678910

/plugin/aceeditor/
H A Dpreview.php46 echo json_encode($data);
/plugin/achart/
H A Dsyntax.php157 $newJson=json_encode($jsonData,JSON_NUMERIC_CHECK);
/plugin/adminperm/
H A Dadmin.php108 return io_saveFile($this->config, json_encode($data, JSON_PRETTY_PRINT));
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/aichat/Storage/
H A DSQLiteStorage.php92 'embedding' => json_encode($chunk->getEmbedding(), JSON_THROW_ON_ERROR),
155 [json_encode($vector, JSON_THROW_ON_ERROR), $cluster, $this->similarityThreshold, $limit]
306 $this->db->exec($query, [$lang, json_encode($centroid, JSON_THROW_ON_ERROR)]);
361 $result = $this->db->queryRecord($query, [json_encode($vector, JSON_THROW_ON_ERROR)]);
/plugin/aichat/
H A Daction.php48 echo json_encode([
72 echo json_encode([
93 echo json_encode([
/plugin/ajaxedit/
H A Dhelper.php40 echo json_encode($ret);
51 echo json_encode($ret);
109 echo json_encode($ret);
/plugin/ajaxpeon/
H A Dhelper.php148 fwrite($flearnlist,json_encode($learn_ns_ls));
151 fwrite($flearndata,json_encode($flat_data));
154 fwrite($forev,json_encode($orev_data));
/plugin/api/
H A Daction.php132 echo $_GET["callback"] . "(" . json_encode($data) . ")";
134 echo json_encode($data);
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php215 return json_encode($requests);
H A DSignedRequest.php137 $encodedPayload = $this->base64UrlEncode(json_encode($payload));
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php157 return json_encode($this->asArray(), $options);
H A DGraphNode.php106 return json_encode($this->uncastItems(), $options);
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php171 return json_encode($this->token);
/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";
H A DGoogle_ServiceResource.php93 ? json_encode($parameters['postBody'])
/plugin/authgooglesheets/
H A Dhelper.php104 … $userCache->storeCache(json_encode(['columnMap' => $this->columnMap, 'users' => $this->users]));
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md219 $decoded = json_decode(json_encode($decoded), true);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php362 $json = \json_encode($input, \JSON_UNESCAPED_SLASHES);
365 $json = \json_encode($input);
/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/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php207 $postBody ? json_encode($postBody) : ''
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md121 * Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`.
H A DUPGRADING.md975 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
988 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
1030 "filters": "json_encode",
1081 "filters": "json_encode",
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php397 $options['body'] = \GuzzleHttp\json_encode($options['json']);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php59 $jsonStr = \GuzzleHttp\json_encode($json);

12345678910