Home
last modified time | relevance | path

Searched refs:res (Results 176 – 200 of 309) sorted by relevance

12345678910>>...13

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1588 res = res.replace(/\[\s*(\w+)\s*"([^"]*)"\s*\][^[]*/g, '[$1 "$2"]\n');
1589 res += "\n";
1591 return res;
1648 var res = LOAD_PGN_FAIL;
1659 res = LOAD_PGN_UNMODIFIED;
1674 res = LOAD_PGN_OK;
1682 res = LOAD_PGN_OK;
1685 loadPgnCheckingLiveStatus(res);
1693 switch (res) {
1970 res = LOAD_PGN_OK;
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php246 $res = $this->next();
251 return $res;
/plugin/latex/
H A Dadmin.php121 $res = $this->latexpurge($mode, $days*86400);
122 foreach($res as $img => $vio){
/plugin/dlcount/
H A Dadmin.php184 $res .= ' ' . $resv . $name;
187 return trim($res);
H A Daction.php217 $res .= ' ' . $resv . $name;
220 return trim($res);
/plugin/structnotification/action/
H A Dnotification.php86 $res = $sqlite->query($q);
88 $predicates = $sqlite->res2arr($res);
/plugin/latex-was/
H A Dadmin.php121 $res = $this->latexpurge($mode, $days*86400);
122 foreach($res as $img => $vio){
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php656 $res = [$point];
660 $res[] = $this->addPoint($res[$i - 1], $dbl);
663 $point['naf'] = $res;
676 return $res;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1243 Sidebar.prototype.extractIconsFromResponse = function(res, results) argument
1245 for (var i = 0; i < res.icons.length; i++)
1247 var sizes = res.icons[i].raster_sizes;
1309 var res = JSON.parse(req.getText());
1311 if (res == null || res.icons == null)
1314 this.editorUi.handleError(res);
1318 this.extractIconsFromResponse(res, results);
1319 succ(results, (page - 1) * count + results.length, res.icons.length == count, terms);
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js832 var res = results[i];
833 searchResultsMap[res.id] = res;
834 var spaceName = res.space? res.space.name : '';
837 tr.setAttribute('data-url', res.id);
838 var type = typesMap[res.type];
839 …tr.innerHTML = '<td>' + mxUtils.htmlEntities(res.title) + '</td><td>' + (type? type : mxResources.…
840 …d>' + mxUtils.htmlEntities(spaceName) + '</td><td>' + mxUtils.htmlEntities(res.version.friendlyWhe…
/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);
/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/sphinxsearch-was/
H A Daction.php352 $res = $this->_search->search(0, 10);
353 if (!$res) {
/plugin/sphinxsearch/
H A Daction.php397 $res = $this->_search->search(0, 10);
398 if (!$res){
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php957 …$res = OneLogin_Saml2_Utils::validateXML($xml, 'saml-schema-metadata-2.0.xsd', $this->_debug, $thi…
958 if (!$res instanceof DOMDocument) {
959 $errors[] = $res;
961 $dom = $res;
H A DLogoutRequest.php343 …$res = OneLogin_Saml2_Utils::validateXML($dom, 'saml-schema-protocol-2.0.xsd', $this->_settings->i…
344 if (!$res instanceof DOMDocument) {
/plugin/dw2markdown/
H A Drenderer.php623 $res = $link['pre'] . '[' . $link['name'] . '](' . $link['url'] . ')' . $link['suf'];
624 return $res;
/plugin/approve/syntax/
H A Dtable.php
/plugin/bez/mdl/
H A DThread.php422 $res = $this->model->sqlite->query("SELECT state FROM task WHERE thread_id = ?
425 return $this->model->sqlite->res2count($res);
429 $res = $this->model->sqlite->query("SELECT thread_comment.id FROM thread_comment
433 $causes_without_tasks = $this->model->sqlite->res2count($res);
/plugin/freesync/
H A Dhelper.php269 if($this->_rpcQuery('wiki.putPage', array($id, $page['text'], $sum), $res)) {
270 if($res == 0) {
400 … $this->_rpcQuery('wiki.putAttachment', array($id, $file['content'], array("ow" => true)), $res)) {
/plugin/edittable/renderer/
H A Dinverse.php571 $res = $params['refresh'] / $div;
572 if($res === intval($res)) {
573 $val = "$res$p";
/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt3 Entrez juste quelques caractères et commencez la recherche.
/plugin/dataloop/syntax/
H A Dtextloop.php245 $res = sqlite_query($this->dthlp->db,$sql);
254 while ($row = sqlite_fetch_array($res, SQLITE_NUM)) {
/plugin/watchcycle/
H A Daction.php139 $res = $sqlite->query('SELECT * FROM watchcycle WHERE page=?', $page);
140 $row = $sqlite->res2row($res);
/plugin/blogtng/
H A Dadmin.php322 $res = $db->query($sqlcount);
323 $count = $db->res2single($res);
515 $res = $this->sqlitehelper->getDB()->query($sqlcount);
516 $count = $this->sqlitehelper->getDB()->res2single($res);

12345678910>>...13