Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 207) sorted by relevance

123456789

/plugin/drawio/
H A Dscript.js116 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',
118 iframe.contentWindow.postMessage(JSON.stringify({action: 'status',
133 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',
149 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',
185 … localStorage.setItem(name, JSON.stringify({lastModified: new Date(), data: imgData}));
219 dr = JSON.stringify({lastModified: new Date(), xml: msg.xml});
238 iframe.contentWindow.postMessage(JSON.stringify({action: 'export',
240 dr = JSON.stringify({lastModified: new Date(), xml: msg.xml});
245 iframe.contentWindow.postMessage(JSON.stringify({action: 'export',
247 dr = JSON.stringify({lastModified: new Date(), xml: msg.xml});
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php41 public function stringify($value, $exportObject = true) function in Prophecy\\Util\\StringUtil
48 $stringify = array($this, __FUNCTION__);
50 return '['.implode(', ', array_map(function ($item, $key) use ($stringify) {
52 ' => '.call_user_func($stringify, $item);
/plugin/structstatus/
H A Dscript.js55 if (set.indexOf(JSON.stringify($self.data('rid'))) === -1) {
88 return [JSON.stringify(set.pop())];
92 return JSON.stringify(entry);
/plugin/tablelayout/script/
H A Dedittable_plugin.js34 $layoutfield.val(JSON.stringify(layout));
45 $layoutfield.val(JSON.stringify(layout));
62 $layoutfield.val(JSON.stringify(layout));
/plugin/diagramsnet/
H A Dscript.js32 …iframe.contentWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.cont…
48 …iframe.contentWindow.postMessage(JSON.stringify({action: 'export', format: 'xmlpng', xml: xmlData,…
73 …iframe.contentWindow.postMessage(JSON.stringify({action: 'status', message: save_msg, modified: fa…
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5stringify(JSON.parse(e.data),o);t.hooks.run("before-insert",l);l.element.innerHTML=l.highlightedCo… function
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php87 $output = str_replace('%extra.'.$var.'%', $this->stringify($val), $output);
94 $output = str_replace('%context.'.$var.'%', $this->stringify($val), $output);
113 $output = str_replace('%'.$var.'%', $this->stringify($val), $output);
142 public function stringify($value): string function in Monolog\\Formatter\\LineFormatter
/plugin/revealjs/plugin/notes/
H A Dnotes.js45 notesPopup.postMessage( JSON.stringify( {
72 notesPopup.postMessage( JSON.stringify( {
126 notesPopup.postMessage( JSON.stringify( messageData ), '*' );
/plugin/diagrams/script/
H A DDiagramsEditor.js241 this.#diagramsEditor.contentWindow.postMessage(JSON.stringify({action: 'load', xml: this.#svg}), '*');
248 JSON.stringify({
262 JSON.stringify({
H A Dmediafile-editbutton.js12 body.set('diagrams', JSON.stringify(diagramIDs));
/plugin/acmenu/
H A Dscript.js48 var cookie_value = JSON.stringify(_OPEN_ITEMS);
140 var cookie_value = JSON.stringify(_OPEN_ITEMS);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php164 $data = JSON::stringify($header)."\n";
165 $data .= JSON::stringify($query->toArray() + $queryOptions)."\n";
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php50 $string = JSON::stringify($this->getActionMetadata(), \JSON_FORCE_OBJECT).Bulk::DELIMITER;
64 $string .= JSON::stringify($source, \JSON_UNESCAPED_UNICODE);
/plugin/xcom/
H A Dscript.js31 var str =JSON.stringify(jobj);
35 str =JSON.stringify(jobj);
76 var params = 'params=' + JSON.stringify(options);
88 str =JSON.stringify(jobj);
691 JSON.stringify = JSON.stringify || function (obj) {
708 v = jQuery.stringify(v);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DPartialShardFailureException.php24 $this->message = JSON::stringify($shardsStatistics);
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js267 var tmpComments = JSON.parse(JSON.stringify(confComments));
320 var tmpComments = JSON.parse(JSON.stringify(confComments));
359 var tmpComments = JSON.parse(JSON.stringify(confComments));
388 var tmpComments = JSON.parse(JSON.stringify(confComments));
H A Dupdate.js257 update.setAttribute('icon', JSON.stringify({tooltip: 'Alert', align: 'right',
268 update.setAttribute('icon', JSON.stringify({tooltip: 'Busy', append: true,
/plugin/bookcreator/
H A Dscript.js117 window.localStorage.setItem(this.localStorageKey, JSON.stringify(this._storage));
326 selection: JSON.stringify(notcachedpages),
612 selection: JSON.stringify(Bookcreator.selectedpages.getSelection()),
673 + BookManager.htmlSpecialCharsEntityEncode(JSON.stringify(Bookcreator.selectedpages.getSelection()))
681 value: JSON.stringify(Bookcreator.selectedpages.getSelection())
/plugin/aichat/script/
H A DAIChatChat.js186 sessionStorage.setItem('ai-chat-history', JSON.stringify(this.#history));
318 formData.append('history', JSON.stringify(this.#history));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DIdenticalValueToken.php69 $this->string = sprintf('identical(%s)', $this->util->stringify($this->value));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DNullTransport.php76 return new Response(JSON::stringify($response));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php49 * @param mixed $args,... Target to stringify
55 public static function stringify(...$args/* inherit from json_encode */) function in Elastica\\JSON
/plugin/diagramsnet/lib/js/diagramly/
H A DRemoteLibrary.js18 …return 'R' + encodeURIComponent(JSON.stringify([this.libObj.id, this.libObj.title, this.libObj.dow…
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js378 if (typeof JSON.stringify !== 'function') {
388 JSON.stringify = function (value, replacer, space) { function
/plugin/move/script/
H A Djson2.js358 if (typeof JSON.stringify !== 'function') {
359 JSON.stringify = function (value, replacer, space) { function

123456789