Home
last modified time | relevance | path

Searched refs:res (Results 26 – 50 of 309) sorted by relevance

12345678910>>...13

/plugin/bez/struct/
H A DBezType.php48 $res = $sqlite->query("SELECT thread_id FROM thread_comment WHERE id=?", $id);
49 $id = $res->fetchColumn();
62 $res = $sqlite->query("SELECT task_id FROM task_comment WHERE id=?", $id);
63 $id = $res->fetchColumn();
96 $res = $sqlite->query("SELECT COUNT(*) FROM $table WHERE id=?", $id);
97 $count = $res->fetchColumn();
141 $res = $sqlite->query($sql, $id . '%');
144 while ($row = $res->fetch(\PDO::FETCH_ASSOC)) {
/plugin/davcard/
H A Dhelper.php152 return $sqlite->res2arr($res);
265 return $sqlite->res2row($res);
305 if($res !== false)
331 $row = $sqlite->res2row($res);
381 if($res === false)
395 return ($res !== false);
436 if($res !== false)
538 if($res !== false)
617 if($res !== false)
822 if($res === false)
[all …]
/plugin/ireadit/
H A Dhelper.php96 …$res = $approve_sqlite->query('SELECT rev FROM revision WHERE page=? AND approved IS NOT NULL', $i…
99 }, $approve_sqlite->res2arr($res));
126 $res = $sqlite->query('SELECT user, timestamp FROM ireadit
130 $readers = $sqlite->res2arr($res);
167 …$res = $sqlite->query('SELECT page, MAX(rev) as "rev", timestamp FROM ireadit WHERE user=? GROUP B…
170 … $res = $sqlite->query('SELECT page, MAX(rev) as "rev", timestamp FROM ireadit GROUP BY page');
172 while ($row = $sqlite->res_fetch_assoc($res)) {
193 …$res = $sqlite->query('SELECT rev, timestamp FROM ireadit WHERE user=? AND page=? ORDER BY rev DES…
196 … $res = $sqlite->query('SELECT rev, timestamp FROM ireadit WHERE page=? ORDER BY rev DESC', $page);
198 $user_reads = $sqlite->res2arr($res);
/plugin/jirainfo/
H A Daction.php78 $res = [];
88 $res = [
95 $res['status'] = [
101 $res['priority'] = [
107 $res['issuetype'] = [
113 $res['totalComments'] = $arr['fields']['comment']['total'];
115 return $res;
/plugin/farmer/admin/
H A Dconfig.php111 $res = [];
114 $res[] = '';
115 $res[] = "[$key]";
117 $res[] = "$skey = " . (is_numeric($sval) ? $sval : '"' . $sval . '"');
120 $res[] = "$key = " . (is_numeric($val) ? $val : '"' . $val . '"');
123 $res[] = '';
124 return implode("\n", $res);
/plugin/snippets/
H A Dadmin.php116 …$res .= "&nbsp;&nbsp;&nbsp;&nbsp;<b>$sfile</b> timestamp: " . $tm . ", date: " .date('r', $tm)…
122 $res .= '<br /><b>' .$this->getLang("in_meta") . '</b><br />';
125 $res .= "$fnam: " .date('r', $tm) . '<br />';
132 …$res .= $this->dbg('<b>Snippets in metafile not in page:</b><br />&nbsp;&nbsp; ', $refs_diff_1,"13…
133 else $res .= $this->dbg("No snippets found in metafile not in page","133");
135 …$res .= $this->dbg('<b>Snippets in page not in meta file:</b><br />&nbsp;&nbsp;', $refs_diff_2,"13…
137 … else $res .= $this->dbg("No snippets found in page which are not logged in metafile","137");
139 … $res .= $this->update_metafile($refs_diff_2,$refs_diff_1,$id, $matches_tm[1][0] ,$page_entries);
147 $res .= "<br><b>" . $this->getLang("remove_from_db") . "</b></br>" . $diff;
148 return $res;
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js132 var res = 0;
177 return res;
473 var res = [];
583 res[res.length] = tmp;
587 return res;
599 res[res.length] = tmp;
603 return res;
626 return res;
845 var res = false;
903 var res = false
[all …]
/plugin/telleveryone/
H A Dapi.php16 $res = $sqlite->query("SELECT value FROM config WHERE key='token'"); variable
17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
22 $res = $sqlite->query('SELECT id, timestamp, user, message_html FROM log variable
24 $arr = $sqlite->res2arr($res);
/plugin/filterrss/
H A Dsyntax.php107 preg_match('/(.*?)(>|<|=|>=|<=)+(.*)/', $cond, $res);
108 if(in_array($res[1], $known_fileds))
110 $name = $res[1];
111 $value = $res[3];
112 $sign = $res[2];
113 } elseif(in_array($res[3], $known_fileds))
115 $name = $res[3];
116 $value = $res[1];
117 $sign = $opposite_signs[$res[2]];
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php23 …$res = $this->sqlite->query('SELECT * FROM priority o JOIN news n ON o.news_id=n.news_id WHERE str…
25 $ars = $this->sqlite->res2arr($res);
57 $res = $this->sqlite->query('SELECT * FROM dependence WHERE parent=?', $this->streamId);
59 foreach ($this->sqlite->res2arr($res) as $row) {
70 $res = $this->sqlite->query('SELECT * FROM dependence WHERE child=?', $this->streamId);
72 foreach ($this->sqlite->res2arr($res) as $row) {
/plugin/fetchmedia/script/
H A Dmain.js11 function decorateLiWithResult(page, link, res) { argument
16 if (res.status === STATUS_OK) {
19 td.innerHTML = `<span class="result error"> ${res.status}: ${res.status_text} ❌</span>`;
47 .then((res) => {
48 decorateLiWithResult(page, link, res);
51 .catch((res) => {
52 console.error(res);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js244 img.setAttribute('src', pfc.res.getFileUrl('images/ch.gif'));
246 img.setAttribute('src', pfc.res.getFileUrl('images/pv.gif'));
262 var res = confirm(pfc.res.getLabel(msg));
263 if (res == true)
267 a2.alt = pfc.res.getLabel('Close this tab');
349 img.src = pfc.res.getFileUrl('images/ch-active.gif');
351 img.src = pfc.res.getFileUrl('images/pv-active.gif');
386 img.src = pfc.res.getFileUrl('images/ch.gif');
388 img.src = pfc.res.getFileUrl('images/pv.gif');
403 var smileys = pfc.res.getSmileyReverseHash();//getSmileyHash();
[all …]
H A Dpfcclient.js25 this.res = new pfcResource();
1330 img.alt = this.res.getLabel('Close');
1569 var smileys = this.res.getSmileyHash();
1862 btn.src = this.res.getFileUrl('images/maximize.gif');
1863 btn.alt = this.res.getLabel('Magnify');
1869 btn.src = this.res.getFileUrl('images/minimize.gif');
1870 btn.alt = this.res.getLabel('Cut down');
2067 btn.alt = this.res.getLabel('Hide smiley box');
2076 btn.alt = this.res.getLabel('Show smiley box');
2120 btn.alt = this.res.getLabel('Hide online users box');
[all …]
/plugin/autotranslation/
H A Daction.php257 $res = array();
260 if(!is_array($res["x$tr"])) $res["x$tr"] = array();
261 $res["x$tr"][] = array($r, $t);
264 ksort($res);
267 foreach($res as $r) {
276 $res = array();
279 if(!is_array($res["x$tr"])) $res["x$tr"] = array();
280 $res["x$tr"][] = $r;
283 ksort($res);
286 foreach($res as $r) {
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php60 public static function get_resource_id($res): int argument
62 if (!\is_resource($res) && null === @get_resource_type($res)) {
63 throw new \TypeError(sprintf('Argument 1 passed to get_resource_id() must be of the type resource, %s given', get_debug_type($res)));
66 return (int) $res;
/plugin/tagging/
H A Dhelper.php409 $res = $db->query($query, $params);
411 return $db->res2arr($res);
426 $res = $db->query($query);
431 array_column($db->res2arr($res), 'tags', 'pid')
482 $res = $db->query($insertQuery . $where, $params);
483 if ($res === false) {
487 $db->res_close($res);
521 $res = $db->query(
526 $check = $db->res2arr($res);
533 $res
[all...]
/plugin/itemtable/
H A Dsyntax.php157 $res="</p><table";
159 $res.=" width='".$this->options["twidth"]."'>";
161 $res.=">";
171 $res.="\n<tr class='dbtables-tr_0' valign='top'>\n";
173 $res.=$td."\n";
176 $res.="</tr></table><p>";
177 return $res;
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php65 $res = $ct->getOnlineNick($channel);
67 if (isset($res["nickid"]))
69 for($i = 0; $i < count($res["nickid"]); $i++)
71 if (time()-$timeout < $res["timestamp"][$i])
72 $users[] = $ct->getNickname($res["nickid"][$i]);
/plugin/revealjs/plugin/notes-server/
H A Dindex.js40 app.get('/', function( req, res ) { argument
42 res.writeHead( 200, { 'Content-Type': 'text/html' } );
43 fs.createReadStream( opts.baseDir + '/index.html' ).pipe( res );
47 app.get( '/notes/:socketId', function( req, res ) { argument
50 res.send( Mustache.to_html( data.toString(), {
/plugin/approve/
H A Dhelper.php14 $res = $sqlite->query('SELECT value FROM config WHERE key=?', $key);
15 $no_apr_namespaces_db = $sqlite->res2single($res);
21 $res = $sqlite->query('SELECT page, hidden FROM page');
22 $pages = $sqlite->res2arr($res);
49 $res = $sqlite->query('SELECT page, approver FROM page WHERE page=? AND hidden=0', $id);
50 $row = $sqlite->res2row($res);
64 $res = $sqlite->query('SELECT rev FROM revision
67 return $sqlite->res2single($res);
111 $res = $sqlite->query('SELECT id,namespace,approver FROM maintainer');
112 $assignments = $sqlite->res2arr($res);
[all...]
/plugin/data-au/_test/
H A Daction_handle.test.php61 $res = $this->db->query('SELECT pid FROM pages WHERE page = ?','test');
62 $pid = $this->db->res2single($res);
68 $res = $this->db->query('SELECT pid FROM pages WHERE page = ?','test');
69 $pid = (int) $this->db->res2single($res);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php105 $res = [];
106 self::cmpCallback($options, 'fulfilled', $res);
107 self::cmpCallback($options, 'rejected', $res);
110 ksort($res);
112 return $res;
/plugin/blogtng/helper/
H A Dtools.php73 $res = false;
77 $res = $fname;
82 if($res === false){
87 return $res;
/plugin/data/_test/
H A Daction_handle.test.php
/plugin/newpagetemplate/
H A Dhelper.php198 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars[$i], $user);
199 $result = $this->writePage($pages[$i], $res);
205 echo "<tr><td>Output: " . "\n" . htmlentities($res) . "</td></tr>\n";
214 echo "$res\n";
231 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars, $user);
232 $result = $this->writePage($pages[$i], $res);
238 echo "<tr><td>Output: " . "\n" . htmlentities($res) . "</td></tr>\n";
247 echo "$res\n";

12345678910>>...13