Home
last modified time | relevance | path

Searched refs:json_encode (Results 76 – 100 of 240) sorted by last modified time

12345678910

/plugin/tagfilter/syntax/
H A Dfilter.php311 'data-tags' => json_encode($tagFilters['pagesPerMatchedTags']),
338 'onChange' => 'tagfilter_submit(' . $opt['id'] . ',' . json_encode($opt['ns']) . ',' . json_encode([$opt['pagelistFlags'], $flags]) . ')',
355 //$output .= '<script type="text/javascript">/*<![CDATA[*/ '.'tagfilter_container.tagfilter_'.$opt['id'].' = '.json_encode($tagFilters['tags2']).'; /*!]]>*/</script>'."\n";
375 'onChange' => 'tagfilter_submit(' . $opt['id'] . ',' . json_encode($opt['ns']) . ',' . json_encode([$opt['pagelistFlags'], $flags]) . ')',
400 . json_encode($links) .
/plugin/tagfilter/_test/
H A Dajax.test.php29 $INPUT->set('form', json_encode(array()));
30 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags'));
31 $INPUT->set('flags', json_encode(array()));
32 $INPUT->set('pagesearch', json_encode(array()));
56 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags'));
57 $INPUT->set('flags', json_encode(array()));
58 $INPUT->set('pagesearch', json_encode(array()));
86 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags'));
87 $INPUT->set('flags', json_encode(array()));
88 $INPUT->set('pagesearch', json_encode(arra
[all...]
/plugin/bootswrapper/syntax/
H A Dpopover.php137 $html5_data[] = "data-delay='" . json_encode($delays) . "'";
/plugin/evesso/classes/
H A DEveOnlineAdapter.php98 $parameters['state'] = urlencode(base64_encode(json_encode(array('state' => md5(rand())))));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php158 $parser = new Json(json_encode($input));
311 $parser = new Json(json_encode($input));
369 fwrite($stream, json_encode($input));
392 $json->parse(json_encode($input), 0);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php231 $input = json_encode($input);
/plugin/davcal/action/
H A Dajax.php190 echo json_encode($data);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php460 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
565 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
611 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
959 $jsonBody = json_encode($vobj->jsonSerialize());
H A DICSExportPlugin.php254 $mergedCalendar = json_encode($mergedCalendar->jsonSerialize());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php808 return json_encode($data->jsonSerialize());
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php143 file_put_contents('build/SabreDAV/composer.json', json_encode($newComposer, JSON_PRETTY_PRINT));
/plugin/davcal/vendor/sabre/http/examples/
H A Dstringify.php36 $request->setBody(json_encode(['foo' => 'bar']));
/plugin/indexmenu/
H A Daction.php315 echo json_encode($fancytreeData);
347 echo json_encode([
/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']);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php103 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php86 $json = @json_encode($data, $encodeFlags);
94 $json = json_encode($data, $encodeFlags);
134 $json = json_encode($data, $encodeFlags);
273 $context = "\nContext: " . json_encode($record['context']);
276 $extra = "\nExtra: " . json_encode($record['extra']);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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",
H A DCHANGELOG.md121 * Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php59 $jsonStr = \GuzzleHttp\json_encode($json);
H A DSessionCookieJar.php52 $_SESSION[$this->sessionKey] = json_encode($json);
/plugin/authgooglesheets/
H A Dhelper.php104 … $userCache->storeCache(json_encode(['columnMap' => $this->columnMap, 'users' => $this->users]));
/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/guzzlehttp/guzzle/src/
H A Dfunctions.php324 function json_encode($value, $options = 0, $depth = 512) function
326 $json = \json_encode($value, $options, $depth);
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php207 $postBody ? json_encode($postBody) : ''

12345678910