Home
last modified time | relevance | path

Searched refs:json (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/plugin/freechat/phpfreechat/data/public/themes/default/
Dchat.js.tpl.php30 $json = new pfcJSON(); variable
32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);…
36 var pfc_nickid = <?php echo $json->encode($u->nickid); ?>;
37 var pfc_version = <?php echo $json->encode($version); ?>;
38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
39 var pfc_title = <?php echo $json->encode($title); ?>;
40 var pfc_refresh_delay = <?php echo $json->encode($refresh_delay); ?>;
41 var pfc_refresh_delay_steps = <?php echo $json->encode($refresh_delay_steps); ?>;
42 var pfc_start_minimized = <?php echo $json->encode($start_minimized); ?>;
43 var pfc_nickmarker = <?php echo $json->encode($nickmarker); ?>;
[all …]
/plugin/freechat/phpfreechat/themes/default/
Dchat.js.tpl.php30 $json = new pfcJSON(); variable
32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);…
36 var pfc_nickid = <?php echo $json->encode($u->nickid); ?>;
37 var pfc_version = <?php echo $json->encode($version); ?>;
38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
39 var pfc_title = <?php echo $json->encode($title); ?>;
40 var pfc_refresh_delay = <?php echo $json->encode($refresh_delay); ?>;
41 var pfc_refresh_delay_steps = <?php echo $json->encode($refresh_delay_steps); ?>;
42 var pfc_start_minimized = <?php echo $json->encode($start_minimized); ?>;
43 var pfc_nickmarker = <?php echo $json->encode($nickmarker); ?>;
[all …]
/plugin/jsoneditor/
Dall.css1 .json-tabs .json-editor-error {
5 .json-tabs .json-editor h1,
6 .json-tabs .json-editor h2,
7 .json-tabs .json-editor h3,
8 .json-tabs .json-editor h4,
9 .json-tabs .json-editor h5,
10 .json-tabs .json-editor h6 {
14 .json-tabs .json-editor {
18 .json-tabs .json-editor td input {
22 .json-tabs .json-editor .form-control label {
[all …]
/plugin/json/demo/
Djson_definition_demo.txt6 * [[recipe_sweet_sauces]] - DokuWiki page with two JSON data objects inside %%<json>%% tags.
13 <json path=inline display=all>
24 </json>
27 <json path=inline display=all>
38 </json>
44 <json path=external_json src=recipe_butter_cookie display=all></json>
46 <json path=external_json src=recipe_butter_cookie display=all></json>
52 <json path=external_json_internet src=https://duckduckgo.com/country.json display=all></json>
54 <json path=external_json_internet src=https://duckduckgo.com/country.json display=all></json>
58 Load JSON data from external DokuWiki page ([[recipe_sweet_sauces]]) with multiple %%<json>%% eleme…
[all …]
Dbenchmark.txt14 <json id=cookie path=cookie src=benchmark#cookie display=combined,log*>
25 </json>
29 <json id=cookie path=cookie src=benchmark#cookie display=combined,log*>
40 </json>
50 <json path=stack1[] src=.1000files:file1 display=combined,log*></json>
51 ''%%<json path=stack1[] src=.1000files:file1 display=combined,log*></json>%%''\\
56 <json path=stack2[] src=.1000files:file1* display=combined,log*></json>
57 ''%%<json path=stack2[] src=.1000files:file1* display=combined,log*></json>%%''\\
62 <json path=stack3[] src=.1000files:file*></json>
63 ''%%<json path=stack3[] src=.1000files:file*></json>%%''\\
/plugin/vbsso/includes/
Dapi.php33 * @param array $json array
37 function vbsso_listener_verify($json) { argument
48 $settings[$key] = $json[$item['field']];
60 * @param array $json array
65 function vbsso_listener_user_load($json, $create_user = FALSE) { argument
72 foreach (explode(',', $json[SHAREDAPI_EVENT_FIELD_USERGROUPS]) as $ug) {
76 if (!$user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]) and $create_user) {
77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…
78 $json[SHAREDAPI_EVENT_FIELD_EMAIL], array_unique($usergroups))) {
79 $user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]);
[all …]
/plugin/stopforumspam/_test/
DResponseCheckerTest.php22 $json = json_encode($resp);
26 $this->assertEquals(true, $checker->userIsValid($json));
39 $json = json_encode($resp);
42 $this->assertEquals(false, $checker->userIsValid($json));
50 $json = json_encode($resp);
53 $this->assertEquals(true, $checker->userIsValid($json));
61 $json = json_encode($resp);
64 $this->assertEquals(false, $checker->userIsValid($json));
72 $json = json_encode($resp);
75 $this->assertEquals(true, $checker->userIsValid($json));
[all …]
/plugin/jsoneditor/demo/
Djsoneditor_plugin.txt4 description: Integrate schema based JSON editor into json plugin.
10 depends : json
12 similar : json, jsontable, jsongendoc, struct, data, strata
13 tags : data, json, database, listing, tables
15 downloadurl: https://gitlab.com/dokuwiki-json/jsoneditor/-/archive/master/json-master.zip
16 bugtracker : https://gitlab.com/dokuwiki-json/jsoneditor/-/issues
17 sourcerepo : https://gitlab.com/dokuwiki-json/jsoneditor
20 screenshot_img: https://gitlab.com/dokuwiki-json/jsoneditor/-/raw/master/demo/screenshot.png
26 Install also [[https://www.dokuwiki.org/plugin:json|JSON plugin]].
30json|JSON plugin]]. It adds a JSON Editor to the page. [[https://github.com/json-editor/json-edito…
[all …]
/plugin/json/
Dall.css1 .json-archive-button {
6 .json-tabs {
11 div.json-tabs.json-hidden
16 div.json-tabs.json-hide-tabs ul.ui-tabs-nav
20 div.json-tabs.json-hide-tabs .ui-tabs-panel
25 .json-tabs .json-textarea {
33 .json-tabs .json-save-button {
40 .json-tabs .json-error {
44 .json-tabs .json-log {
49 .json-tabs pre {
[all …]
Dhelper.php46 public static $json = null; variable in helper_plugin_json
665 $json = &$json_database;
667 $json_parent = &$json;
669 if(!is_array($json)) {
670 $json = array($tok => null);
672 $json = &$json[$tok];
678 $json = null;
689 $json = $data['src_archive'];
707 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file);
786 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file);
[all …]
Dscreen.css1 .json-tabs:not(.json-hide-tabs) .json-log {
5 .json-tabs:not(.json-hide-tabs) pre {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DChromePHPHandler.php60 protected static $json = [ variable in Monolog\\Handler\\ChromePHPHandler
99 self::$json['rows'] = array_merge(self::$json['rows'], $messages);
124 self::$json['rows'][] = $record['formatted'];
148 self::$json['request_uri'] = $_SERVER['REQUEST_URI'] ?? '';
151 … $json = Utils::jsonEncode(self::$json, Utils::DEFAULT_JSON_FLAGS & ~JSON_UNESCAPED_UNICODE, true);
152 $data = base64_encode(utf8_encode($json));
165 … self::$json['rows'][count(self::$json['rows']) - 1] = $this->getFormatter()->format($record);
166 $json = Utils::jsonEncode(self::$json, null, true);
167 $data = base64_encode(utf8_encode($json));
/plugin/tagfilter/script/select2/
Drelease.sh31 …)\",/\"version\": \"$ver\",/g" -i -- bower.json select2.jquery.json component.json composer.json p…
33 git add bower.json
34 git add select2.jquery.json
35 git add component.json
36 git add composer.json
37 git add package.json
50 sed -e "s/latest/$ver/g" -i -- bower.json
/plugin/structtasks/_test/
DStructtasksTest.php18 * @param string $json base name of the JSON file optional, defaults to $schema
22 protected function loadSchemaJSON($schema, $json = '', $rev = 0) argument
24 if (!$json) $json = $schema;
25 $file = __DIR__ . "/json/$json.struct.json";
30 $json = file_get_contents($file);
31 $importer = new SchemaImporter($schema, $json);
/plugin/dlcounter/
Dadmin.php66 $json = json_decode( file_get_contents($fname), TRUE );
74 if( $file != "" && array_key_exists( $file, $json ) ){
75 $count = $json[$file];
83 $json = $this->stripKeys( $json );
87 ksort($json);
90 krsort($json);
94 if( $sort == 'sort' ) asort( $json );
95 else if( $sort == 'rsort' ) arsort( $json );
102 foreach( $json as $file => $count ){
Dsyntax.php101 $json = json_decode( file_get_contents($fname), TRUE );
111 if( $file != "" && array_key_exists( $file, $json ) ){
112 $count = $json[$file];
121 $json = $this->dlcounter_switchKeys($json, true);
123 if( $sort == 'sort' ) ksort($json);
124 else if( $sort == 'rsort' ) krsort($json);
126 $json = $this->dlcounter_switchKeys($json, false);
129 if( $sort == 'sort' ) asort( $json );
130 else if( $sort == 'rsort' ) arsort( $json );
137 foreach( $json as $file => $count ){
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DFileCookieJar.php51 $json = [];
55 $json[] = $cookie->toArray();
59 $jsonStr = \GuzzleHttp\json_encode($json);
75 $json = file_get_contents($filename);
76 if (false === $json) {
78 } elseif ($json === '') {
82 $data = \GuzzleHttp\json_decode($json, true);
84 foreach (json_decode($json, true) as $cookie) {
/plugin/botmon/
H A Dpview.php4 $json = json_decode($_POST['pageview'], true); variable
5 if (!$json) {
11 $sessionId = preg_replace('/[\x00-\x1F{};\"\']/', "\u{FFFD}", $json['id']) /* clean json parameter…
16 $pageId = preg_replace('/[\x00-\x1F{};\"\']/', "\u{FFFD}", $json['pg'] ?? '');
19 $userName = preg_replace('/[\x00-\x1F\"]/', "\u{FFFD}", $json['u'] ?? '');
22 $loadTime = $json['lt'] ?? '';
29 $referer = preg_replace('/[\x00-\x1F]/', "\u{FFFD}", $json['r'] ?? '');
/plugin/freechat/phpfreechat/src/
Dpfcjson.class.php25 var $json = null; variable in pfcJSON
33 $this->json = new Services_JSON();
39 if ($this->json)
40 return $this->json->encode($v);
47 if ($this->json)
48 return $this->json->decode($v);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
DRequireJsProcess.php49 $json = $this->requireJson($this->packages, $this->config);
50 $requireConfig = $this->requireJs($json);
93 $json = array();
118 $json['packages'][] = $component;
125 $json['shim'][$name] = $shim;
131 $json['config'][$name] = $packageConfig;
136 $json['baseUrl'] = $this->baseUrl;
143 $json = $this->arrayMergeRecursiveDistinct($json, $config);
147 return $json;
192 public function requireJs(array $json = array()) argument
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DFileCookieJar.php59 $json = [];
63 $json[] = $cookie->toArray();
67 $jsonStr = Utils::jsonEncode($json);
84 $json = \file_get_contents($filename);
85 if (false === $json) {
88 if ($json === '') {
92 $data = Utils::jsonDecode($json, true);
/plugin/combo/resources/dictionary/
H A DREADME.md6 * [material-design meta](./material-design-icon-meta.json) - The material design dictionary
7 * [emojis](./emojis.json) - unicode code point to name emoji mapping (to use as icon)
8 …* [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/e…
9 …* [fad](./fad-icons.json) - list of [fad svg](https://github.com/fefanto/fontaudio/tree/master/svg…
10 …* [icomoon](./icomoon-icons.json) - list of [icomoon svg](https://github.com/Keyamoon/IcoMoon-Free…
11 …* [cib](./cib-icons.json) - list of [CoreUI Brands icons](https://github.com/coreui/coreui-icons/t…
12 …hicons-icons.json) - list of [HealthIcon](https://raw.githubusercontent.com/resolvetosavelives/hea…
/plugin/jsongendoc/
Dall.css1 .json-tabs .json-table {
5 .json-tabs .json-table-error {
9 .json-tabs input[type="search"] {
/plugin/jsontable/demo/
Djsontable_plugin.txt4 description: Integrate Excel like spreadsheet into json plugin.
10 depends : json
12 similar : json, jsoneditor, jsongendoc, struct, edittable
13 tags : data, json, database, editing, tables
15 downloadurl: https://gitlab.com/dokuwiki-json/jsontable/-/archive/master/json-master.zip
16 bugtracker : https://gitlab.com/dokuwiki-json/jsontable/-/issues
17 sourcerepo : https://gitlab.com/dokuwiki-json/jsontable
20 screenshot_img: https://gitlab.com/dokuwiki-json/jsontable/-/raw/master/demo/screenshot.png
26 Install also [[https://www.dokuwiki.org/plugin:json|JSON plugin]].
29 JSON Table Plugin is based on [[https://www.dokuwiki.org/plugin:json|JSON plugin]]. It adds a table…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DTableDataInsertAllRequestRows.php29 public $json; variable in Google\\Service\\Bigquery\\TableDataInsertAllRequestRows
48 public function setJson($json) argument
50 $this->json = $json;
57 return $this->json;

12345678910>>...24