Home
last modified time | relevance | path

Searched refs:res (Results 126 – 150 of 309) sorted by path

12345678910>>...13

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js426res)}let t=e,n=t.req;this._handler.handleMessage(t.method,t.args).then(e=>{this._send({vsWorker:th…
H A Dbundle.js.map1res = []\n\n var i = start\n while (i < end) {\n var firstByte = buf[i]\n var codePoint = …
H A Deditor.worker.js1res)}let t=e,n=t.req;this._handler.handleMessage(t.method,t.args).then(e=>{this._send({vsWorker:th…
H A Deditor.worker.js.map1res = this._first.element;\n this._remove(this._first);\n return res;\n …
H A Djson.worker.js.map1res = this._first.element;\n this._remove(this._first);\n return res;\n …
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1res)}let t=e,n=t.req;this._handler.handleMessage(t.method,t.args).then(e=>{this._send({vsWorker:th…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1res","resolvedPath","resolvedAbsolute","isAbsolute","trailingSlash","relative","arr","fromParts","…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/dlcount/
H A Daction.php217 $res .= ' ' . $resv . $name;
220 return trim($res);
H A Dadmin.php184 $res .= ' ' . $resv . $name;
187 return trim($res);
/plugin/do/
H A Ddomd5changed.php13 $res = sqlite_query($sqlite, $query); variable
14 sqlite_num_rows($res);
16 while ($row = sqlite_fetch_array($res)) {
H A Dhelper.php220 $res = $this->db->query($query);
221 $res = $this->db->res2arr($res);
225 foreach ($res as $row) {
267 $res = $this->db->query(
277 $stat = $this->db->res2row($res);
403 $res = $this->db->query(
419 return $this->db->res2arr($res);
/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt3 Entrez juste quelques caractères et commencez la recherche.
/plugin/dokucrypt2/
H A Dscript.js2204 return new Promise((res, rej) => {
2206 document.execCommand('copy') ? res() : rej();
/plugin/dokutexit/
H A Dconfig.php194 $res = init_path($path);
195 if(empty($res)) {
197 $res = io_mkdir_p($path);
199 if(!$res){
/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/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/dw2markdown/
H A Drenderer.php623 $res = $link['pre'] . '[' . $link['name'] . '](' . $link['url'] . ')' . $link['suf'];
624 return $res;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php976 $res = $this->testIntersectCircle($px, $py, $pr);
977 if (!$res) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1686 function RestrictUnicodeFonts($res)
1688 // $res = array of (Unicode) fonts to restrict to: e.g. norasi|norasiB - language specific
1689 if (count($res)) { // Leave full list of available fonts if passed blank array
1690 $this->available_unifonts = $res;
1675 RestrictUnicodeFonts($res) global() argument
H A DSizeConverter.php53 $res = preg_match('/^(?P<size>[-0-9.,]+([eE]\-?[0-9]+)?)?(?P<unit>[%a-z-]+)?$/', $size, $parts);
54 if (!$res) {
/plugin/dwcommits/
H A Dhelper.php504 …$res = $this->sqlite->query("SELECT timestamp,author,msg,gitid,gitbranch FROM git_commits WHERE $q…
505 if(!$res) {
510 $arr = $this->sqlite->res2arr($res);
722 function res2single($res) { argument
724 return $this->sqlite->res2single($res);
726 $arr = $this->sqlite->res2row($res);
843 $res = $this->res2single($results);
844 return $res;
/plugin/edittable/lib/
H A Dhandsontable.full.js687 return res;
703 return res;
7185 return res;
7509 res[prop] = extend({}, res[prop]);
7512 return res;
9915 res._d.setTime(res._d.valueOf() + diff);
10157 return (isNaN(res) ? 0 : res) * sign;
10175 var res;
10185 res.milliseconds = -res.milliseconds;
10186 res.months = -res.months;
[all …]
/plugin/edittable/renderer/
H A Dinverse.php571 $res = $params['refresh'] / $div;
572 if($res === intval($res)) {
573 $val = "$res$p";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md1 <img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"/>

12345678910>>...13