Home
last modified time | relevance | path

Searched refs:fetchData (Results 1 – 6 of 6) sorted by relevance

/plugin/doi/Resolver/
H A DAbstractResolver.php68 abstract protected function fetchData($id); function in dokuwiki\\plugin\\doi\\Resolver\\AbstractResolver
96 $result = $this->fetchData($id);
H A DIsbnOpenLibraryResolver.php39 protected function fetchData($id)
38 protected function fetchData($id) global() function in dokuwiki\\plugin\\doi\\Resolver\\IsbnOpenLibraryResolver
H A DIsbnGoogleBooksResolver.php48 protected function fetchData($id)
47 protected function fetchData($id) global() function in dokuwiki\\plugin\\doi\\Resolver\\IsbnGoogleBooksResolver
/plugin/bugzillaint/action/
H A Dfetch.php42 $result = $this->fetchData(
62 private function fetchData( $bugzillaClient, $lists, $trees, $links ) { function in action_plugin_bugzillaint_fetch
/plugin/amazonlight/
H A Dsyntax.php127 $data = $this->fetchData($param['asin'], $param['country']);
171 protected function fetchData($asin, $country) function in syntax_plugin_amazonlight
/plugin/bugzillaint/
H A Dscript.js23 fetchData( [{links:request.links}, {lists:request.lists}, {trees:request.trees}] );
27 function fetchData( requests ) { function
32 if ( requests.length > 0 ) fetchData( requests );