Home
last modified time | relevance | path

Searched refs:json_decode (Results 176 – 200 of 272) sorted by relevance

1234567891011

/plugin/jsonrpc/
H A DIJR_Server.php54 $data = json_decode($data, true);
/plugin/gitlabproject/
H A Dsyntax.php34 $json_data = json_decode($json_file, true);
/plugin/authfacebook/lib/
H A DFacebookResponse.php236 $this->decodedBody = json_decode($this->body, true);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php124 if (!$jsonKey = json_decode((string) $jsonKeyStream, true)) {
/plugin/prosemirror/action/
H A Dajax.php102 $attrs = json_decode($INPUT->str('attrs'), true);
/plugin/sql2wiki/syntax/
H A Dquery.php67 $config = json_decode($matches[2], true);
/plugin/oauth/
H A Dauth.php210 $data = json_decode(base64_decode(urldecode($state)));
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php510 if ($json = json_decode($token, true)) {
566 $payload = json_decode(base64_decode($parts[1]), true);
989 if (!$config = json_decode($json, true)) {
/plugin/authgoogle/google/contrib/
H A DGoogle_AppstateService.php149 … new Google_StatesServiceResource($this, $this->serviceName, 'states', json_decode('{"methods": {"…
H A DGoogle_TasksService.php326 …oogle_TasklistsServiceResource($this, $this->serviceName, 'tasklists', json_decode('{"methods": {"…
327 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
H A DGoogle_DfareportingService.php407 …ionValuesServiceResource($this, $this->serviceName, 'dimensionValues', json_decode('{"methods": {"…
408 …$this->files = new Google_FilesServiceResource($this, $this->serviceName, 'files', json_decode('{"…
409 …ew Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_decode('{"methods": {"…
410 …leFieldsServiceResource($this, $this->serviceName, 'compatibleFields', json_decode('{"methods": {"…
411 …Google_ReportsFilesServiceResource($this, $this->serviceName, 'files', json_decode('{"methods": {"…
412 …UserProfilesServiceResource($this, $this->serviceName, 'userProfiles', json_decode('{"methods": {"…
H A DGoogle_AuditService.php84 …gle_ActivitiesServiceResource($this, $this->serviceName, 'activities', json_decode('{"methods": {"…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php227 $decoded = json_decode($str, true, $this->depth, $this->options);
/plugin/tagfilter/
H A Daction.php198 $param = json_decode($param);
/plugin/structstatus/
H A DStatus.php30 list(, $value, $color, $icon) = json_decode($value);
/plugin/struct/action/
H A Daggregationeditor.php135 $config = json_decode($INPUT->str('searchconf'), true, 512, JSON_THROW_ON_ERROR);
/plugin/siteexport/
H A Dpreload.php27 $tempREQUEST = (array) json_decode(stripslashes($_REQUEST['q']), true);
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php79 $meta = is_string($meta) ? json_decode($meta, true) : $meta;
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php66 $result = json_decode($result);
/plugin/bookmarkfile/
H A Dsyntax.php195 $json_bookmarks = json_decode($json, true);
/plugin/ajaxpeon/
H A Daction.php96 $pglist=json_decode($wdstr,true);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php183 $value = json_decode($this->toJson($data, true), true);
/plugin/issuelinks/services/
H A DGitHub.service.php306 $data = json_decode($webhookBody, true);
348 $data = json_decode($webhookBody, true);
H A DGitLab.service.php511 $data = json_decode($webhookBody, true);
542 $data = json_decode($webhookBody, true);
/plugin/phpipam/
H A Dphpipam-api.php852 return json_decode($resp);
923 $auth_resp = json_decode($resp);

1234567891011