Home
last modified time | relevance | path

Searched refs:json_encode (Results 176 – 200 of 240) sorted by relevance

12345678910

/plugin/yuriigantt/src/Driver/
H A DEmbedded.php150 $embedded = json_encode($database, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
/plugin/bookcreator/action/
H A Dhandleselection.php81 echo json_encode($response);
/plugin/pureldap/classes/
H A DClient.php229 file_put_contents($cachename, json_encode($info, JSON_THROW_ON_ERROR));
/plugin/popupviewer/syntax/
H A Dviewer.php171 return ' data-popupviewer="' . htmlentities(json_encode(array_filter($data))) . '"';
/plugin/ireadit/action/
H A Dmigration.php180 'meta' => json_encode($meta)
/plugin/oauth/
H A DAdapter.php187 $parameters['state'] = urlencode(base64_encode(json_encode(
/plugin/struct/action/
H A Dinline.php185 $data = json_encode(['value' => $R->doc, 'rev' => $this->schemadata->getTimestamp()], JSON_THROW_ON_ERROR);
/plugin/prosemirror/
H A Drenderer.php89 $this->doc = json_encode($this->nodestack->doc(), JSON_PRETTY_PRINT);
431 $json = json_encode($this->nodestack->doc());
/plugin/sentry/
H A DEvent.php186 return json_encode($this->data);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php271 $text = json_encode($result);
/plugin/struct/meta/
H A DSchema.php395 return json_encode($data, JSON_PRETTY_PRINT);
/plugin/vbsso/includes/
H A Dapi.php352 $settings[VBSSO_NAMED_EVENT_FIELD_USERGROUPS_ASSOC] = json_encode($vbsso_usergroups_assoc);
/plugin/fetchmedia/action/
H A Dajax.php63 echo json_encode($result);
/plugin/authgooglesheets/
H A Dhelper.php104 … $userCache->storeCache(json_encode(['columnMap' => $this->columnMap, 'users' => $this->users]));
/plugin/indexmenu/
H A Daction.php315 echo json_encode($fancytreeData);
347 echo json_encode([
/plugin/struct/types/
H A DAbstractBaseType.php122 'config' => json_encode($this->config, JSON_THROW_ON_ERROR),
H A DLookup.php134 $val = json_encode([$pids[$i], (int)$rids[$i]], JSON_THROW_ON_ERROR);
/plugin/fblogin/lib/
H A Dbase_facebook.php900 $params[$key] = json_encode($value);
1029 $json = json_encode($data);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php171 'Invalid node type : ' . json_encode($current)
/plugin/combo/ComboStrap/
H A DHttpResponse.php251 $message = json_encode(["message" => $messages]);
H A DEditButton.php194 return self::EDIT_BUTTON_PREFIX . Html::encode(json_encode($data));
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php223 $io->writeln(json_encode($filesInfo, \JSON_PRETTY_PRINT | \JSON_UNESCAPED_SLASHES));
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php171 return json_encode($this->token);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php397 $options['body'] = \GuzzleHttp\json_encode($options['json']);
/plugin/indexmenu/syntax/
H A Dindexmenu.php566 . 'data-options=\'' . json_encode($options) . '\'></div>';
634 $out .= $js_name . ".add('" . idfilter(cleanID($ns), false) . "',0,-1," . json_encode($title);
724 . "," . json_encode($node['title']);

12345678910