Home
last modified time | relevance | path

Searched refs:res (Results 76 – 100 of 309) sorted by relevance

12345678910>>...13

/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php21 …$res = $this->sqlite->query('SELECT * FROM ? WHERE stream_id=? AND news_id =?', $this->table, $str…
22 return $res ? ($this->modelClassName)::createFromArray($this->sqlite, $res) : null;
H A DServiceStream.php18 $res = $this->sqlite->query('SELECT * FROM ' . $this->table . ' WHERE name=?', $name);
19 return ($this->modelClassName)::createFromArray($this->sqlite, $res->fetch());
/plugin/dtable/
H A Dscript.js174 var res = jQuery.parseJSON(data);
176 dtable.lock_expires = res.time_left;
178 if(res.locked === 1)
513 if(res.type == 'success')
536 dtable.error(res.msg);
824 if(res.type == 'success')
827 if( res.new_row !== undefined )
836 $new_elm.html( res.new_row );
846 if (res.action == 'edit') {
856 diff = res.raw_row[1][1] - res.raw_row[1][0] + 1;
[all …]
/plugin/translation/
H A Daction.php269 $res = [];
272 if (!isset($res["x$tr"]) || !is_array($res["x$tr"])) {
273 $res["x$tr"] = [];
275 $res["x$tr"][] = [$r, $t];
278 ksort($res);
281 foreach ($res as $r) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php199 $res = $stmt->execute();
200 list($result) = $res->fetchArray();
215 $res = $stmt->execute();
247 $res = $stmt->execute();
248 while ($row=$res->fetchArray()) {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1005 res = res[name];
1007 typeof res == "function" && isFunc && (res = res());
1010 res = (res == null || res == obj ? all : res) + "";
1366 var res,
2312 res.paper = res.root = res;
3305 res = res[0];
3307 return f ? f(res) : res;
5707 res = res.concat(intr);
5983 res = res.concat(dots);
6007 res = res.concat(dots);
[all …]
/plugin/svgpureinsert/
H A Dsyntax.php93 $res = $hlp->getAdjustedSVG($data['id']);
94 if($res) {
95 list(, $w, $h) = $res;
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php169 $res = mysql_query($sql_count, $db);
170 $row = mysql_fetch_array($res, MYSQL_ASSOC);
261 $res = mysql_query($sql_count, $db);
262 $row = mysql_fetch_array($res, MYSQL_ASSOC);
273 $res = mysql_query('SELECT LAST_INSERT_ID();', $db);
274 $row = mysql_fetch_array($res, MYSQL_ASSOC);
/plugin/dropfiles/action/
H A Dajax.php92 $res = false;
94 $res = media_upload($NS, $AUTH, $_FILES['qqfile']);
97 $res = media_upload_xhr($NS, $AUTH);
100 if ($res) {
/plugin/telleveryone/
H A Dadmin.php101 $res = $sqlite->query("SELECT value FROM config WHERE key='token'");
102 $token = $sqlite->res2single($res);
107 …$res = $sqlite->query('SELECT id, timestamp, message, message_html FROM log ORDER BY timestamp DES…
108 $logs = $sqlite->res2arr($res);
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php140 $res = array();
153 $res[$label] = "// line ".$line_nb." in ".basename($src_filename);
160 $res[$matches[1][0]] = "// line ".$line_nb." in ".basename($src_filename);
180 foreach($res as $str => $com)
H A Dpfccommand.class.php276 if (preg_match($pattern_command, $cmd_str, $res))
278 $cmd = $res[1];
279 $clientid = $res[2];
280 $recipientid = $res[3];
281 $params_str = $res[4];
/plugin/jsonrpc/
H A DIJR_Server.php65 $res = $this->call($data['method']['methodName'], $parameter);
66 if (is_a($res, 'IJR_Error')) {
67 $this->error($res);
72 $result['result']=$res;
/plugin/confmanager/lang/fr/
H A Dentities.txt1res ou mots par d'autres définis dans un fichier de configuration. Par défaut, ce mécanisme est ut…
12 Bien que ce mécanisme soit utilisé par défaut pour de simples substitutions de caractères, on peut …
/plugin/combo/ComboStrap/
H A DSqlite.php93 $res = $sqlite->doWeNeedToCreateNewInstance();
94 if ($res === false) {
265 $res = $this->sqlitePlugin->query("PRAGMA compile_options");
267 foreach ($this->sqlitePlugin->res2arr($res) as $row) {
273 $this->sqlitePlugin->res_close($res);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php181 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…
188 if (isset($res) && gettype($res) == 'array') {
189 foreach ($res as $list) {
307 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…
314 if (isset($res) && gettype($res) == 'array') {
315 foreach ($res as $list) {
/plugin/notification/helper/
H A Dcron.php25 $res = $this->sqlite->query('SELECT user from cron_check');
26 $ourUsers = $this->sqlite->res2arr($res);
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php28 $res = media_delete($this->info['id'], null);
35 if ($res == DOKU_MEDIA_DELETED) {
39 if ($res == DOKU_MEDIA_INUSE) {
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php171 $res = mysqli_fetch_all ( $result, MYSQLI_ASSOC );
173 for($res = array (); $tmp = mysqli_fetch_array ( $result, MYSQLI_ASSOC );)
174 $res [] = $tmp;
176 return $res;
179 for($res = array (); $tmp = pg_fetch_array ( $result, NULL, PGSQL_ASSOC );)
180 $res [] = $tmp;
182 return $res;
/plugin/eventum/
H A Dsyntax.php117 $res = array();
121 $res[$value] = $data[$key];
126 $res[$value] = $data[$value];
130 return $res;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php76 $res = $client->send($req, $options);
82 $responseBody = (string) $res->getBody();
83 $response = new Response($responseBody, $res->getStatusCode());
92 'http_code' => $res->getStatusCode(),
/plugin/issuelinks/helper/
H A Ddb.php100 $res = $db->query($sql, [$key]);
101 $value = $db->res2single($res);
102 $db->res_close($res);
192 $res = $db->query($sql, $conditional);
193 $result = $db->res2arr($res);
194 $db->res_close($res);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php92 $res = preg_match("/^.+\(line ([0-9]+)\):(.+)$/", $finding, $regs);
93 if (empty($regs) === true || $res === false) {
/plugin/data-au/admin/
H A Dclean.php68 $res = $sqlite->query("SELECT pid, page FROM pages");
69 $rows = $sqlite->res2arr($res);
/plugin/data/admin/
H A Dclean.php

12345678910>>...13