Home
last modified time | relevance | path

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

1234567891011

/plugin/oauthazure/
H A Daction.php37 $decodedObj = json_decode(base64_decode(str_replace('_', '/',
54 $usergroups = json_decode($usergroups, true);
/plugin/gallery/action/
H A Dprosemirror.php138 $node = new GalleryNode(['attrs' => json_decode($INPUT->str('attrs'), true)], new RootNode([]));
/plugin/imapmarkers/syntax/
H A Dmap.php173 if (json_decode($cfg)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php45 $this->memoryCache[$filename] = json_decode($this->load($filename), true);
/plugin/dw2pdf/
H A Daction.php262 $list = json_decode($INPUT->str('selection', '', true), true);
/plugin/combo/ComboStrap/
H A DJson.php98 $jsonArray = json_decode($jsonString, true);
112 return json_decode($jsonString);
H A DMarkupCacheDependencies.php133 $this->runtimeStoreDependencies = json_decode($data, true);
H A DMetadataFrontmatterStore.php203 return json_decode($jsonString, $arrayFormat);
322 $decoding = json_decode($jsonString);
H A DCacheReportHtmlDataBlockArray.php105 return json_decode($cacheJsonTextValue, true);
H A DEditButton.php265 $data = json_decode($json, true);
H A DFetcherMarkup.php469 $jsonDecodeSnippets = json_decode($data, true);
H A DIconDownloader.php519 $iconMetaJson = json_decode(file_get_contents(__DIR__ . '/../resources/dictionary/icon-meta.json'), $arrayFormat);
H A DLang.php81 $languageData = json_decode(file_get_contents($languageDataCache->cache), $jsonAsArray);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php336 $results = json_decode($raw_results, true);
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php318 $postMeta = json_decode($post[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY], true);
/plugin/oauthgeneric/
H A Daction.php29 $result = json_decode($raw, true);
/plugin/structodt/
H A Daction.php159 $templates = json_decode($INPUT->str('template'));
208 $templates = json_decode($template_string);
/plugin/katex/action/
H A Dsetup.php59 …$value_option_delimiters = array_map( fn( $line ): array=> json_decode( str_replace( "\\", "\\\\",…
183 …$value_option_macros = array_column( array_map( fn( $line ): array=> json_decode( str_replace( "\\…
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php9 $rows = json_decode($json);
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php18 $data = json_decode($responseBody, true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBattleNet.php97 $data = json_decode($responseBody, true);
H A DGoogle.php176 $data = json_decode($responseBody, true);
H A DBitrix24.php102 $data = json_decode($responseBody, true);
H A DMailchimp.php59 $data = json_decode($responseBody, true);
106 $meta = json_decode($response, true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DXing.php76 $errors = json_decode($responseBody);

1234567891011