Home
last modified time | relevance | path

Searched refs:fetch (Results 26 – 50 of 229) sorted by relevance

12345678910

/plugin/captcha/
H A Dfiglet.php119 public function fetch($line)
146 echo $this->fetch($line);
128 function fetch($line) global() function in phpFiglet
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php179 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
479 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
524 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
851 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
903 if ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
999 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
1102 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
1262 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
1479 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
H A DSimplePDO.php85 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
207 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
/plugin/pwaoffline/
H A Dsw.js106 return cacheResponse || fetch(request).then(function (response) {
118 fetch(request).then(function (response) {
/plugin/authdjango/
H A Dauth.php70 $ar = $result->fetch(PDO::FETCH_ASSOC);
80 $user = $result2->fetch(PDO::FETCH_ASSOC);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php83 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
193 while ($row = $select->fetch(\PDO::FETCH_ASSOC)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php44 if ($this->fetch($data_id)) {
207 function fetch($url) { function in FetcherUrl
411 return $this->fetch($this->_fix_location($matches[1]));
418 return $this->fetch($this->_fix_location($matches[1]));
/plugin/svg/
H A Dmanager.dat2 url=http://www.cvpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=pro…
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php90 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
229 while ($row = $select->fetch(\PDO::FETCH_ASSOC)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/Resource/
H A DProjectsLocationsInstanceProvisioningSettings.php41 public function fetch($location, $optParams = []) function in Google\\Service\\Baremetalsolution\\Resource\\ProjectsLocationsInstanceProvisioningSettings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/Resource/
H A DThreatListUpdates.php41 …public function fetch(GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest $postBody, $optPar… function in Google\\Service\\Safebrowsing\\Resource\\ThreatListUpdates
/plugin/fksnewsfeed/inc/ORM/
H A DServiceStream.php19 return ($this->modelClassName)::createFromArray($this->sqlite, $res->fetch());
/plugin/combo/resources/snippet/js/
H A Drailbar.js15 let response = await fetch(DOKU_BASE + 'lib/exe/ajax.php',
H A Dsearch.js10 let response = await fetch(DOKU_BASE + 'lib/exe/ajax.php',
/plugin/fetchmedia/script/
H A Dmain.js45 fetch(`${DOKU_BASE}lib/exe/ajax.php`, options)
74 fetch(`${DOKU_BASE}lib/exe/ajax.php?${query}`, options)
/plugin/mimetex/
H A Dsyntax.php94 $cacheurl = DOKU_BASE.'lib/exe/fetch.php?media='.urlencode('latex:'.$hash.'.gif');
/plugin/newsboard/
H A Dsyntax.php128 …$image =" <input type='image' border='0' src='/dokuwiki/lib/exe/fetch.php?media=".$media."' height…
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php32 if (!$html) throw new \Exception('Could not fetch data from isdn.de. ' . $http->error);
H A DIsbnOpenLibraryResolver.php43 if (!$json) throw new \Exception('Could not fetch data from Open Library. ' . $http->error);
H A DIsbnGoogleBooksResolver.php52 if (!$json) throw new \Exception('Could not fetch data from Google Books. ' . $http->error);
/plugin/diagrams/script/
H A DDiagramsForm.js157 this.#attributes.url = `${DOKU_BASE}lib/exe/fetch.php?media=${this.#attributes.id}`;
169 const url = `${DOKU_BASE}lib/exe/fetch.php?cache=nocache&media=${mediaid}`;
170 await fetch(url, {cache: 'reload', mode: 'no-cors'});
194 const response = await fetch(
/plugin/latex-was/
H A Dlatexinc.php48 DOKU_BASE.'lib/exe/fetch.php?media='.$this->getConf('latex_namespace').':',
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php188 if (($data = $this->cache->fetch($cacheKey)) !== false) {
227 return $this->cache->fetch('[C]'.$cacheKey) >= $lastModification;
/plugin/latex/
H A Dlatexinc.php46 DOKU_BASE.'lib/exe/fetch.php?media='.$this->getConf('latex_namespace').':',
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DDoctrineCacheAdapter.php35 $cache = $this->cache->fetch($this->prefix . $class);

12345678910