Home
last modified time | relevance | path

Searched refs:json_decode (Results 251 – 272 of 272) sorted by last modified time

1...<<11

/plugin/shorty/
H A Dhelper.php97 $output = json_decode($this->getCurl($uri));
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php191 $input = json_decode($input);
/plugin/facebookwall/
H A Dsyntax.php220 $objects = json_decode($json, true);
/plugin/facebookevents/
H A Dsyntax.php194 $objects = json_decode($json, true);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/freechat/phpfreechat/src/
H A Dpfcjson.class.php50 return json_decode($v);
/plugin/zotero/
H A DFeedZoteroRepository.php98 $data = json_decode($json);
/plugin/ajaxpeon/
H A Dhelper.php194 $flat_wlist = json_decode($fstr,true);
216 $orev_list = json_decode($fstr,true);
H A Daction.php96 $pglist=json_decode($wdstr,true);
/plugin/pagestat/
H A Dremote.php213 $defen=json_decode($defen_txt,TRUE);
/plugin/stopforumspam/
H A DResponseChecker.php46 $response = json_decode($string, 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/authloginapi/
H A Dauth.php82 …$data = json_decode(base64_decode(str_pad(strtr($raw, '-_', '+/'), strlen($raw) % 4, '=', STR_PAD_…
/plugin/jiralinks/
H A Daction.php125 return json_decode($response);
/plugin/gitlab/
H A Dsyntax.php43 $repositories = json_decode($http->get($reqUrl), true);
59 $data = json_decode($http->get($reqUrl), true);
/plugin/asana/remote/
H A DAPILink.php357 $data_rep = json_decode(curl_exec($this->ch),true);
370 $data_rep = json_decode(curl_exec($this->ch),true);
381 $data_rep = json_decode(curl_exec($this->ch),true);
393 $data_rep = json_decode(curl_exec($this->ch),true);
419 $data_rep = json_decode(curl_exec($this->ch),true);
431 $data_rep = json_decode(curl_exec($this->ch),true);
443 $data_rep = json_decode(curl_exec($this->ch),true);
/plugin/whoisonline/
H A Dsyntax.php40 $online_users = json_decode(file_get_contents( $filename ), true);
H A Dajax.php9 $online_users = json_decode(file_get_contents( $filename ), true);
/plugin/fblogin/lib/
H A Dbase_facebook.php809 $result = json_decode($this->_oauthRequest(
868 $result = json_decode($this->_oauthRequest(
997 $data = json_decode(self::base64UrlDecode($payload), true);
/plugin/facebookalbum/
H A Dfacebook.php347 $session = json_decode(
508 $result = json_decode($this->_oauthRequest(
536 $result = json_decode($this->_oauthRequest(
763 $data = json_decode(self::base64UrlDecode($payload), true);
/plugin/autotweet/
H A Dtwitteroauth.php148 return json_decode($response);
159 return json_decode($response);
170 return json_decode($response);
/plugin/jsonrpc/
H A DIJR_Server.php54 $data = json_decode($data, true);

1...<<11