Home
last modified time | relevance | path

Searched refs:res (Results 151 – 175 of 309) sorted by last modified time

12345678910>>...13

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php3051 $res = array();
3052 $this->search_tag_by_pair($info['quicktime']['moov'], 'name', 'stbl', 'quicktime/moov', $res);
3053 foreach ($res as $value) {
3075 $res = array();
3076 $this->search_tag_by_pair($info['quicktime']['moov'], 'name', 'stbl', 'quicktime/moov', $res);
3077 foreach ($res as $value) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2res;try{res=fs.readSync(stream.nfd,nbuffer,0,length,position)}catch(e){throw new FS.ErrnoError(ERR…
15res=goog.math.Long.ZERO;var rem=this;while(rem.greaterThanOrEqual(other)){var approx=Math.max(1,Ma…
/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) {
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 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;
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/codemirror/dist/
H A Dscripts.min.js.map1res","nextCh","commands","singleSelection","killLine","deleteLine","delLineLeft","delWrappedLineLe…
/plugin/codemirror/dist/modes/
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|…
H A Dgfm.min.js.map1 …otes|oid|opaquelocktoken|palm|paparazzi|platform|pop|pres|proxy|psyc|query|res(?:ource)?|rmi|rsync…
H A Dpug.min.js.map1res","copyState","slice","javaScript","stream","state","sol","peek","tok","token","eol","yieldStat…
H A Dr.min.js.map1res","i","length","commonAtoms","commonBuiltins","commonKeywords","commonBlockKeywords","concat","…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1res","hitSide","lastCharCoords","goalCoords","coordsChar","resCoords","moveByPage","moveByParagrap…
/plugin/phpipam/
H A Dphpipam-api.php611 $res = $this->curl_execute ();
613 $this->result = (array) $res;
622 $res = $this->curl_execute ();
624 $this->result = (array) $res;
630 $res = $this->curl_execute ();
632 $this->result = (array) $res;
/plugin/cli/
H A Dsyntax.php205 $res=array();
/plugin/issuelinks/helper/
H A Ddb.php100 $res = $db->query($sql, [$key]);
101 $value = $db->res2single($res);
102 $db->res_close($res);
192 $res = $db->query($sql, $conditional);
193 $result = $db->res2arr($res);
194 $db->res_close($res);
/plugin/autotranslation/
H A Daction.php257 $res = array();
260 if(!is_array($res["x$tr"])) $res["x$tr"] = array();
261 $res["x$tr"][] = array($r, $t);
264 ksort($res);
267 foreach($res as $r) {
276 $res = array();
279 if(!is_array($res["x$tr"])) $res["x$tr"] = array();
280 $res["x$tr"][] = $r;
283 ksort($res);
286 foreach($res as $r) {
/plugin/filelisting/
H A Dhelper.php289 $res = media_delete($DEL, $INFO['perm']);
290 if ($res & DOKU_MEDIA_DELETED) {
293 } elseif ($res & DOKU_MEDIA_INUSE) {
/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/revealjs/plugin/notes-server/
H A Dindex.js40 app.get('/', function( req, res ) { argument
42 res.writeHead( 200, { 'Content-Type': 'text/html' } );
43 fs.createReadStream( opts.baseDir + '/index.html' ).pipe( res );
47 app.get( '/notes/:socketId', function( req, res ) { argument
50 res.send( Mustache.to_html( data.toString(), {
/plugin/revealjs/plugin/multiplex/
H A Dindex.js32 app.get("/", function(req, res) { argument
33 res.writeHead(200, {'Content-Type': 'text/html'});
37res.write('<style>body{font-family: sans-serif;}</style><h2>reveal.js multiplex server.</h2><a hre…
38 res.end();
41 stream.pipe(res);
45 app.get("/token", function(req,res) { argument
49 res.send({secret: secret, socketId: createHash(secret)});
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js4004 var val, res;
4009 res = f(val, index, O);
4012 if (IS_MAP) result[index] = res;else if (res) switch (TYPE) {
4661 var res = [];
4669res.push(code < 0x10000 ? fromCharCode(code) : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, co…
4672 return res.join('');
5170 var res = '';
5175 if (n & 1) res += str;
5178 return res;
14526 this.res = null;
H A Dpdf.js.map1res","isArray","original","META","setDesc","FREEZE","setMeta","w","fastKey","onFreeze","KEY","NEED…
H A Dpdf.worker.js5173 var val, res;
5181 if (IS_MAP) result[index] = res;else if (res) switch (TYPE) {
5830 var res = [];
5841 return res.join('');
6339 var res = '';
6347 return res;
54837 res = _ref.res,
54955 res: res,
54970 res: res,
54986 res = _ref2.res,
[all …]
H A Dpdf.worker.js.map1res","isArray","original","META","setDesc","FREEZE","setMeta","w","fastKey","onFreeze","KEY","NEED…

12345678910>>...13