Home
last modified time | relevance | path

Searched refs:res (Results 201 – 225 of 309) sorted by relevance

12345678910>>...13

/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js593 var res = [];
631 res.push( dataPoint );
634 return res;
/plugin/data/syntax/
H A Dentry.php260 /** @var PDOStatement $res */
261 $res = $this->replaceQuery("SELECT pid FROM pages WHERE page = ?", $id);
262 $all = $res->fetchAll(\PDO::FETCH_ASSOC);
263 $res->closeCursor();
H A Dtable.php
/plugin/confmanager/lang/fr/
H A Dwordblock.txt5 …. Le fichier contient des [[wpfr>Expression_rationnelle|expressions régulières]] (compatible perl …
/plugin/dataloop/syntax/
H A Dloop.php292 $res = sqlite_query($this->dthlp->db,$sql);
302 while ($row = sqlite_fetch_array($res, SQLITE_NUM)) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js29391 var res;
31369 res = res.mul(q);
32790 res = this.sqr(res);
32802 res = this.mul(res, wnd[current]);
35057 res = res.mul(q);
36493 res = this.sqr(res);
36505 res = this.mul(res, wnd[current]);
38483 res = res.concat(r, [0x02, s.length], s);
45979 res[i] = res[i - 1].add(dbl);
48057 res = res.concat(backHalf);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
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_click_drag.js481 var res = true;
485 res=res&&zr;
488 return res;
/plugin/sqlite/_test/
H A DSQLiteDBTest.php17 protected $res; variable in dokuwiki\\plugin\\sqlite\\test\\SQLiteDBTest
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php146 …$res = OneLogin_Saml2_Utils::validateXML($this->document, 'saml-schema-protocol-2.0.xsd', $this->_…
147 if (!$res instanceof DOMDocument) {
156 …$res = OneLogin_Saml2_Utils::validateXML($this->decryptedDocument, 'saml-schema-protocol-2.0.xsd',…
157 if (!$res instanceof DOMDocument) {
/plugin/diagramsnet/lib/shapes/
H A DmxInfographic.js201 if (res < 0)
203 res = 1 + res;
206 this.state.style['startAngle'] = res;
222 if (res < 0)
224 res = 1 + res;
227 this.state.style['endAngle'] = res;
2022 if (res < 0)
2024 res = 1 + res;
2043 if (res < 0)
2045 res = 1 + res;
[all …]
/plugin/syntaxhighlighter3/
H A DREADME.md102 ![](.res/expected.png)
156 ![](.res/highlight-range.png)
173 or [![Paypal](.res/paypal.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i…
/plugin/farmer/lang/fr/
H A Dtab_plugins_help.txt
/plugin/captcha/
H A Dhelper.php244 $res = $num[0] + ($num[1] * $op);
247 return [$task, $res];
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/codemirror/dist/modes/
H A Dr.min.js.map1res","i","length","commonAtoms","commonBuiltins","commonKeywords","commonBlockKeywords","concat","…
H A Dz80.min.js.map1res|set|r[lr]c?a?|r[lr]d|s[lr]a|srl|djnz|nop|[de]i|halt|im|in([di]mr?|ir?|irx|2r?)|ot(dmr?|[id]rx|…
/plugin/odt2dw/
H A Daction.php455 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );
457 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );
/plugin/behave/
H A Dbehave.js72 var res = [],
78 res.push(val);
82 return res;
/plugin/owncloud/
H A Dhelper.php405 $res = $this -> getFilenameForID($fileid, true);
407 if(isset($res)){
408 $src = $res;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_multiselect.js.map1res","push","sort","a","b","getGlobalTaskIndex","forSelected","callback","isSameLevel","calculateT…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js28781 if (res.offset <= offset && res.offset + res.length >= offset + length) {
35881 res = '/' + res;
35883 return res;
36705 var res = { class in _URI.toJSON
36732 return res;
36807 return res !== undefined ? res : uriComponent;
36825 return res !== undefined ? res : path;
36863 var res = '';
36867 res += ':';
36920 res += '?';
[all …]
/plugin/odtplus2dw/
H A Daction.php518 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );
520 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/da/
H A Dda.txt
/plugin/data-au/syntax/
H A Dtable.php260 $res = $sqlite->query($dataau['sql']);
262 $rows = $sqlite->res2arr($res);

12345678910>>...13