Home
last modified time | relevance | path

Searched refs:json_decode (Results 226 – 250 of 272) sorted by path

1234567891011

/plugin/pureldap/classes/
H A DGroupHierarchyCache.php57 return json_decode(file_get_contents($cachename), true, 512, JSON_THROW_ON_ERROR);
/plugin/pycode/
H A Daction.php94 $log = json_decode(file_get_contents($log), true);
141 $log_old = json_decode(file_get_contents($log_old), true);
144 $log_new = json_decode(file_get_contents($log_new), true);
H A Dmethod.php945 $arr = json_decode(file_get_contents($filename), true);
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php9 $rows = json_decode($json);
/plugin/recaptcha2/lib/ReCaptcha/
H A DResponse.php54 $responseData = json_decode($json, true);
/plugin/redissue/
H A Dsyntax.php40 $json_data = json_decode($json_file, true);
/plugin/redproject/
H A Dsyntax.php44 $json_data = json_decode($json_file, true);
/plugin/refnotes/
H A Daction.php436 $config = json_decode($config, true);
/plugin/schedule/
H A Daction.php24 … $JSINFO ['schedule']['defaultCenter'] = json_decode ($this->getConf ('defaultCenter'), true);
25 $JSINFO ['schedule']['defaultZoom'] = json_decode ($this->getConf ('defaultZoom'), true);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/sentry/
H A DEvent.php393 return new Event(json_decode($json, true));
/plugin/settingstree/
H A Dhelper.php204 …$meta = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.meta.json"),true);
210 …$defaults = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json…
216 $values = json_decode(@file_get_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json"),true);
/plugin/shorty/
H A Dhelper.php97 $output = json_decode($this->getCurl($uri));
/plugin/siteexport/
H A Dpreload.php27 $tempREQUEST = (array) json_decode(stripslashes($_REQUEST['q']), true);
/plugin/sql2wiki/syntax/
H A Dquery.php67 $config = json_decode($matches[2], true);
/plugin/stopforumspam/
H A DResponseChecker.php46 $response = json_decode($string, true);
/plugin/struct/action/
H A Daggregationeditor.php135 $config = json_decode($INPUT->str('searchconf'), true, 512, JSON_THROW_ON_ERROR);
H A Dbureaucracy.php118 // do not throw JSON exception here, we supply alternative values if json_decode doesn't
119 $pid = json_decode($pid, null, 512)[0] ?? $pid;
120 $rid = json_decode($originalPid, null, 512)[1] ?? null;
H A Dconfig.php44 $conf = json_decode($INPUT->str('conf'), true, 512, JSON_THROW_ON_ERROR);
/plugin/struct/
H A Dhelper.php210 return json_decode($value, null, 512, JSON_THROW_ON_ERROR);
/plugin/struct/meta/
H A DSchema.php95 $config = json_decode($result['config'], true, 512, JSON_THROW_ON_ERROR);
123 $config = json_decode($row['config'], true, 512, JSON_THROW_ON_ERROR);
H A DSchemaImporter.php29 $input = json_decode($json, true);
/plugin/structodt/
H A Daction.php159 $templates = json_decode($INPUT->str('template'));
208 $templates = json_decode($template_string);
/plugin/structstatus/
H A DStatus.php30 list(, $value, $color, $icon) = json_decode($value);
/plugin/swarmwebhook/_test/
H A DZapierExtractData.test.php55 $inputArray = json_decode($inputJSON, true);

1234567891011