Home
last modified time | relevance | path

Searched refs:res (Results 176 – 200 of 309) sorted by last modified time

12345678910>>...13

/plugin/securelogin/
H A Dhelper.php122 $res = unpack($format, $bin);
124 return $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);
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/telleveryone/action/
H A Dnotification.php83 $res = $sqlite->query($q, $this->getConf('limit'));
85 $logs = $sqlite->res2arr($res);
/plugin/webdavclient/
H A Dhelper.php165 return $sqlite->res2row($res);
183 return $sqlite->res2row($res);
201 return $sqlite->res2row($res);
231 if($res !== false)
268 return $sqlite->res2arr($res);
372 return $sqlite->res2arr($res);
425 if($res === false)
434 $row = $sqlite->res2row($res);
462 if($res !== false)
480 $res = $sqlite->query($query);
[all …]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1362 var res = historyQuery.responseText;
1363 if(!res)
1365 var historyData = res.split("\n");
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1res","zr","addEvent","ev","removeEvent","id","eventHost","catcher","callObj","toLowerCase","attach…
H A Ddhtmlxgantt_keyboard_navigation.js.map1res","isTaskFocused","focusHandler","$preventDefault","reFocusActiveNode","domElement","mousedownH…
H A Ddhtmlxgantt_multiselect.js.map1res","push","sort","a","b","getGlobalTaskIndex","forSelected","callback","isSameLevel","calculateT…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1res","zr","addEvent","removeEvent","id","eventHost","catcher","callObj","attachAll","callEvent","a…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15861 var res;
15896 var res;
20987 res.push.apply(res, children);
21215 res.x = res.y = true;
23051 var res,
23099 var res,
24695 res.xEnd = res.x;
24696 res.x = res.xEnd + res.width;
24698 res.xEnd = res.x + res.width;
24700 res.yEnd = res.y + res.height;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js481 var res = true;
485 res=res&&zr;
488 return res;
H A Ddhtmlxgantt_keyboard_navigation.js128 var res = {};
136 res[p] = obj[p];
139 return res;
302 var res = updateRender.apply(this, arguments);
304 return res;
2053 var res = true;
2057 res=res&&zr;
2060 return res;
H A Ddhtmlxgantt_multiselect.js198 var res = [];
201 res.push(i);
206 res.sort(function(a, b) {
209 return res;
325 var res = id;
332 res = old_selectTask.call(this, id);
334 return res;
349 var res = id;
351 res = old_unselectTask.call(this, id);
352 return res;
/plugin/redirect/lang/fr/
H A Dintro.txt6 eventuels espaces de noms) et exempts de tous caractères spéciaux ou majuscules.
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js1313 parse: function(res) { return _.map(res.models, 'model'); } argument
1397 var res = {status: 'ok', data: [{id: 1}]}; class in AnonymousFunctionf8dce19ea500
1398 collection.set(res, {parse: true});
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js50 res = [];
151 res = o;
338 res.Y = a.y + res.H / 2;
351 res.bbx = res.W / 2;
355 res.bbx = -res.W / 2;
626 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
769 return res;
785 return res;
792 res.W = res.H = r * 2;
799 return res;
[all …]
H A Draphael.core.js406 return res;
884 var res,
1457 return res;
1534 res = res.concat(intr);
1540 return res;
1785 res = res[concat](catmullRom2bezier(dots, crz));
1911 res = [m2, m3, m4][concat](res).join()[split](",");
1914 … newres[i] = i % 2 ? rotate(res[i - 1], res[i], rad).y : rotate(res[i], res[i + 1], rad).x;
5334 res = res[name];
5336 typeof res == "function" && isFunc && (res = res());
[all …]
H A Draphael.svg.js1055 var res = {};
1059 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
1061 return res;
1214 $(el, res.attrs);
1215 return res;
1224 return res;
1233 return res;
1243 return res;
1249 res.attrs = {
1260 setFillAndStroke(res, res.attrs);
[all …]
/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/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js331 function onJobRemove(error, res, body) { argument
357 function onJobStart(error, res, body) { argument
363 var statusCode = _.get(res, 'statusCode'),
399 function onJobStatus(error, res, body) { argument
881 http.createServer(function(req, res) { argument
884 res.setHeader('X-UA-Compatible', 'IE=' + compatMode);
886 mount(req, res);
/plugin/data-au/syntax/
H A Dentry.php236 $res = $this->replaceQuery("SELECT pid FROM pages WHERE page = ?", $id);
237 $pid = (int) $sqlite->res2single($res);
238 $sqlite->res_close($res);
H A Drelated.php42 $res = $sqlite->query($dataau['sql']);
43 if(!$sqlite->res2count($res)) return true; // no rows matched
44 $rows = $sqlite->res2arr($res);
88 $res = $sqlite->query($sql, $col, $id);
89 while($value = $sqlite->res_fetch_assoc($res)) {
H A Dtable.php260 $res = $sqlite->query($dataau['sql']);
262 $rows = $sqlite->res2arr($res);
/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);

12345678910>>...13