Home
last modified time | relevance | path

Searched refs:res (Results 1 – 25 of 309) sorted by path

12345678910>>...13

/plugin/404manager/
H A Dadmin.php333 if (!$res) {
365 $count = $this->sqlite->res2count($res);
451 if (!$res) {
458 if (!$res) {
562 if (!$res) {
606 if (!$res) {
745 if (!$res) {
753 if (!$res) {
775 if (!$res) {
808 if (!$res) {
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js2044 function draw_systems(indent){var s,s2,st,x,x2,res,sy,staves_bar,bar_force,xstaff=[],stl=[],bar_bot=[],bar_height=[],ba=[],sb=[],thb=[]
3127 function tune_selected(){var re,res,i=file.indexOf('K:',bol)
3132 re=/\n\w*\n/;re.lastIndex=i;res=re.exec(file)
3133 if(res)
4814 function set_words(p_voice){var s,s2,nflags,lastnote,res,start_flag=true,pitch=127
4830 case C.NOTE:case C.REST:res=identify_note(s,s.dur_orig);s.head=res[0];s.dots=res[1];s.nflags=res[2]
5250 Abc.prototype.set_stems=function(){var s,s2,g,slen,scale,ymn,ymx,nflags,ymin,ymax,res
[all...]
H A Dabcweb-1.js61 function render(){var i=0,j,k,res,re=/<script type="text\/vnd.abc"|<[^>]* class="abc"|%abc-\d|X:\d/g,re_stop=/\n<|\n%.begin[^\s]+/g
73 for(;;){res=re.exec(page)
74 if(!res){src+=page.slice(i).replace(/\n%%/g,"\n%%%%")+"\n%%endml\n"
76 j=re.lastIndex-res[0].length;src+=page.slice(i,j).replace(/\n%%/g,"\n%%%%")
77 switch(res[0][0]){default:res=res[0].match(/<([^\s]*)/)[1]
78 if(res=='script'){j=page.indexOf('>',j)+2
79 i=page.indexOf('</'+res,j)
85 j=page.indexOf('</'+res,
[all...]
H A Dsnd-1.js35 var res=window.prompt(pr,'0')
36 if(res){o=Number(res)
39 if(!res||o<0){if(conf.onend)
/plugin/addressbook/
H A Daction.php38 $res .= '<div class="plugin_addressbook_searchpage">';
39 $res .= '<h2>'.$this->getLang('results msg').':</h2>';
45 …foreach ($list as $l) $res .= $syntax->showcontact($l['id'],($this->getConf('search link target') …
46 …} else $res .= $syntax->buildIndex($list,false,($this->getConf('search link target') != ''? $this-…
50 foreach ($found as $f) $res .= $syntax->showcontact($f['id']);
52 $res .= '</div>';
54 $searchForm->addHTML($res);
77 $res = $sqlite->res2arr($query);
83 return $res;
H A Dsyntax.php101 if (!$res) {
390 return $res;
409 $res = Array();
433 return $res;
605 return $res;
645 return $res;
686 $res = '';
692 return $res;
702 $res = Array();
727 return $res;
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php343 …$res = OneLogin_Saml2_Utils::validateXML($dom, 'saml-schema-protocol-2.0.xsd', $this->_settings->i…
344 if (!$res instanceof DOMDocument) {
H A DLogoutResponse.php130 …$res = OneLogin_Saml2_Utils::validateXML($this->document, 'saml-schema-protocol-2.0.xsd', $this->_…
131 if (!$res instanceof DOMDocument) {
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) {
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 DUtils.php89 $res = $dom->loadXML($xml);
101 if (!$res) {
147 $res = $dom->schemaValidate($schemaFile);
149 if (!$res) {
943 $res = $xpath->query($query, $context);
945 $res = $xpath->query($query);
947 return $res;
/plugin/advanced/lang/fr/config/
H A Dentities.txt3 DokuWiki peut remplacer certains caractères ou certaines chaines par d'autres en se basant sur un f…
/plugin/advrack/
H A Draphael.js2300 … newres[i] = i % 2 ? rotate(res[i - 1], res[i], rad).y : rotate(res[i], res[i + 1], rad).x;
5681 res = res[name];
5683 typeof res == "function" && isFunc && (res = res());
5686 res = (res == null || res == obj ? all : res) + "";
6765 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
6967 setFillAndStroke(res, res.attrs);
7477 res.Y = a.y + res.H / 2;
7490 res.bbx = res.W / 2;
7494 res.bbx = -res.W / 2;
7742 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe347 res s
652 Ġp res
688 u res
1509 ĠP res
1774 res ent
2133 i res
3193 res h
3311 a res
4109 res p
6375 res ent
[all...]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js593 var res = [];
631 res.push( dataPoint );
634 return res;
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js2217 var res = '',
2221 res += '\\x' + (code < 16 ? "0" : "") + code.toString(16).toUpperCase();
2223 return res;
8139 var res = 0;
8141 res |= code & 1;
8143 res <<= 1;
8145 return res >>> 1;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js826 var res = []
909 var res = ''
917 return res
955 var res = ''
959 return res
18490 return res;
19758 return res;
20867 } while (!this._hadError && callback(res[0], res[1]));
21078 self.callback(res[0], res[1]);
32414 var res;
[all …]
H A Dpdfmake.min.js.map1res","firstByte","codePoint","bytesPerSequence","secondByte","thirdByte","fourthByte","tempCodePoi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1468 var res = [];
1471 res.push({v:v[2], t:v[1]});
1473 return res;
H A Dxlsx.min.js3 … != "+h.size;var res=[];matches.forEach(function(x){var v=x.replace(vtvregex,"").match(vtmregex);r…
H A Dxlsx.min.map1 …","vt_regex","vtvregex","vtmregex","parseVector","h","matches","baseType","res","forEach","wtregex…
/plugin/approve/action/
H A Dapprove.php96 $res = $sqlite->query('SELECT MAX(version)+1 FROM revision
98 $next_version = $sqlite->res2single($res);
208 $res = $sqlite->query('SELECT ready_for_approval, ready_for_approval_by,
213 $approve = $sqlite->res_fetch_assoc($res);
247 $res = $sqlite->query('SELECT rev, current FROM revision
251 $last_approve = $sqlite->res_fetch_assoc($res);
280 $res = $sqlite->query('SELECT rev, current FROM revision
284 $last_approve = $sqlite->res_fetch_assoc($res);
363 $res = $sqlite->query('SELECT rev FROM revision
369 return $sqlite->res2single($res);
[all...]
H A Dnotification.php
H A Dprettyprint.php45 $res = $sqlite->query('SELECT ready_for_approval, ready_for_approval_by,
50 $approve = $sqlite->res_fetch_assoc($res);
H A Drevisions.php31 $res = $sqlite->query('SELECT rev, approved, ready_for_approval
34 $approve_revisions = $sqlite->res2arr($res);

12345678910>>...13