Searched refs:resid (Results 1 – 10 of 10) sorted by relevance
/plugin/blogtng/helper/ |
H A D | tags.php | 71 $resid = $this->sqlitehelper->getDB()->query($query, $this->pid); 72 if ($resid === false) { 77 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) { 82 $tags_from_db = $this->sqlitehelper->getDB()->res2arr($resid); 108 $resid = $this->sqlitehelper->getDB()->query($query, $pid); 109 if ($resid === false) { 114 $tagcount = $this->sqlitehelper->getDB()->res2row($resid, 0); 133 $resid = $this->sqlitehelper->getDB()->query($query); 134 if($resid) { 135 return $this->sqlitehelper->getDB()->res2arr($resid);
|
H A D | linkback.php | 63 $resid = $sqlitehelper->getDB()->query($query, $comment->getPid()); 64 if ($resid === false) { 68 $comments = $sqlitehelper->getDB()->res2arr($resid);
|
H A D | entry.php | 69 $resid = $this->sqlitehelper->getDB()->query($query, $pid); 70 if ($resid === false) { 74 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) { 79 $result = $this->sqlitehelper->getDB()->res2arr($resid); 308 $resid = $this->sqlitehelper->getDB()->query($query); 309 if (!$resid) return ''; 310 $count = $this->sqlitehelper->getDB()->res2count($resid); 816 $resid = $this->sqlitehelper->getDB()->query($query); 817 return $this->sqlitehelper->getDB()->res2arr($resid);
|
H A D | comments.php | 50 $resid = $this->sqlitehelper->getDB()->query($query, $cid); 51 if ($resid === false) { 54 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) { 57 $result = $this->sqlitehelper->getDB()->res2arr($resid);
|
/plugin/blogtng/ |
H A D | admin.php | 325 $resid = $db->query($sqlselect); 326 if($resid) { 327 … $this->htmlShowPaginatedResult($resid, $query, $itemdisplaycallback, $count, $query['limit']); 334 * @param object $resid Database resource object 343 private function htmlShowPaginatedResult($resid, $query, $itemdisplaycallback, $count, $limit) { argument 345 if(!$resid) return; 349 $items = $this->sqlitehelper->getDB()->res2arr($resid); 518 $resid = $this->sqlitehelper->getDB()->query($sqlselect); 519 if(!$resid) { 522 $this->htmlShowPaginatedResult($resid, $query, $itemdisplaycallback, $count, $limit);
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/oc/ |
H A D | oc.txt |
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ca/ |
H A D | ca.txt |
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/pt-BR/ |
H A D | pt-BR.txt |
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/pt-PT/ |
H A D | pt-PT.txt |
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe |
|