/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | MySQL.php | 119 if (!$query = $this->mysql->query('SHOW TABLES')) { 131 if ($query === false) { 140 if ($query === false) { 166 if (!$query->execute()) { 177 if ($query->execute()) { 215 if ($query->execute()) { 246 if ($query->execute()) { 282 if ($query->execute() && ($row = $query->fetch())) { 339 if ($query->execute() && ($time = $query->fetchColumn())) { 358 $query->bindValue(':time', time()); [all …]
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
H A D | ClientMulticall.php | 31 public function query() function in IXR\\Client\\ClientMulticall 34 return parent::query('system.multicall', $this->calls);
|
H A D | ClientSSL.php | 128 public function query() function in IXR\\Client\\ClientSSL
|
H A D | Client.php | 65 public function query() function in IXR\\Client\\Client
|
/dokuwiki/inc/ |
H A D | Ajax.php | 47 $query = $INPUT->post->str('q'); 48 if(empty($query)) $query = $INPUT->get->str('q'); 49 if(empty($query)) return; 51 $query = urldecode($query); 53 $data = ft_pageLookup($query, true, useHeading('navigation')); 91 $query = cleanID($INPUT->post->str('q')); 92 if(empty($query)) $query = cleanID($INPUT->get->str('q')); 93 if(empty($query)) return; 95 $data = ft_pageLookup($query); 108 $query, // the original query
|
H A D | fulltext.php | 24 * @param string $query 38 'query' => $query, 648 * @param string $query search query 651 function ft_queryParser($Indexer, $query){ argument 832 $q['query'] = $query; 928 $query = implode(' ', $and); 930 $query .= ' -' . implode(' -', $not); 934 $query .= ' "' . implode('" "', $phrases) . '"'; 938 $query .= ' @' . implode(' @', $ns); 942 $query .= ' ^' . implode(' ^', $notns); [all …]
|
H A D | media.php | 934 $query = $INPUT->str('q'); 937 media_searchform($ns, $query, true); 938 if ($do == 'searchlist' || $query) { 939 media_searchlist($query,$ns,$auth,true,_media_get_sort_type()); 1334 * @param string $query 1348 'query' => $query 1350 if (!blank($query)) { 1376 media_searchform($ns,$query); 1561 * @param string $query 1564 function media_searchform($ns, $query = '', $fullscreen = false) { argument [all …]
|
H A D | common.php | 1385 $query = array(); 1387 parse_str($url['query'], $query); 1390 if(isset($query['q'])){ 1391 $q = $query['q']; 1392 }elseif(isset($query['p'])){ 1393 $q = $query['p']; 1394 }elseif(isset($query['query'])){ 1395 $q = $query['query'];
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 256 $ok = $this->query($this->getConf('insert-user'), $userdata); 423 $result = $this->query($this->getConf('list-users'), $filter); 459 $result = $this->query($this->getConf('count-users'), $filter); 476 $result = $this->query($sql, array(':group' => $group)); 513 $result = $this->query($sql, array(':user' => $user)); 566 $ok = $this->query($this->getConf('delete-user'), $userdata); 587 $result = $this->query($sql, $userdata); 618 $result = $this->query($sql); 660 $result = $this->query($sql, $data); 676 $result = $this->query($sql, $data); [all …]
|
/dokuwiki/inc/Ui/ |
H A D | Search.php | 12 protected $query; variable in dokuwiki\\Ui\\Search 31 $this->query = $QUERY; 47 $searchHTML = $this->getSearchIntroHTML($this->query); 49 $searchHTML .= $this->getSearchFormHTML($this->query); 61 * @param string $query 65 protected function getSearchFormHTML($query) argument 83 $searchForm->addTextInput('q')->val($query)->useInput(false); 465 * @param string $query the search query 469 protected function getSearchIntroHTML($query) argument 484 array(hsc(rawurlencode($query)), hsc($query), $pagecreateinfo),
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | repository.php | 134 $query = $this->parseQuery($q); 135 $query['fmt'] = 'php'; 138 $data = $httpclient->post(self::EXTENSION_REPOSITORY_API, $query);
|
/dokuwiki/lib/plugins/extension/ |
H A D | cli.php | 260 * @param string $query 266 protected function cmdSearch($query, $showdetails, $max) argument 270 $result = $repository->search($query);
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Sanitize.php | 376 $comments = $xpath->query('//comment()'); 538 $elements = $xpath->query('body//' . $tag); 606 $elements = $xpath->query('//*[@' . $attrib . ']'); 615 $elements = $xpath->query('//*[@' . $attrib . ']');
|
H A D | Locator.php | 292 $query = '//a[@rel and @href] | //link[@rel and @href]'; 293 foreach ($xpath->query($query) as $link) {
|
H A D | Misc.php | 229 'query' => (string) $iri->query, 234 …public static function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', … argument 240 $iri->query = $query;
|
H A D | Parser.php | 91 $query = '//*[contains(concat(" ", @class, " "), " h-feed ") or '. 93 $result = $xpath->query($query);
|
H A D | SimplePie.php | 1845 $query = '//*[contains(concat(" ", @class, " "), " h-feed ") or '. 1847 $result = $xpath->query($query);
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 362 * @param string $query 365 public function search($query) argument 368 $data = ft_pageSearch($query, $regex);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
H A D | Stream.php | 158 if (isset($query)) { 159 $path.= '?' . $query;
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | ReadMe.txt | 30 You can query the occured error by calling the method get_last_error().
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | THANKS | 33 - Gizmore - Providing some patch to query supported languages
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | lessc.inc.php | 237 $query = $this->compileMediaQuery($this->multiplyMedia($env)); 239 $this->scope = $this->makeOutputBlock($media->type, array($query)); 363 foreach ($queries as $query) { 365 foreach ($query as $q) {
|