Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jirainfo/
H A Daction.php78 $res = [];
88 $res = [
95 $res['status'] = [
101 $res['priority'] = [
107 $res['issuetype'] = [
113 $res['totalComments'] = $arr['fields']['comment']['total'];
115 return $res;
/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…
H A Dopus.js2res;try{res=fs.readSync(stream.nfd,nbuffer,0,length,position)}catch(e){throw new FS.ErrnoError(ERR…
23res=goog.math.Long.ZERO;var rem=this;while(rem.greaterThanOrEqual(other)){var approx=Math.max(1,Ma…
H A Dvorbis.js2res;try{res=fs.readSync(stream.nfd,nbuffer,0,length,position)}catch(e){throw new FS.ErrnoError(ERR…
19res=goog.math.Long.ZERO;var rem=this;while(rem.greaterThanOrEqual(other)){var approx=Math.max(1,Ma…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php199 $res = $stmt->execute();
200 list($result) = $res->fetchArray();
215 $res = $stmt->execute();
247 $res = $stmt->execute();
248 while ($row=$res->fetchArray()) {
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/jquery/
H A Djquery-1.4.2.js4826 complete: function( res, status ) { argument
4835 .append(res.responseText.replace(rscript, ""))
4841 res.responseText );
4845 self.each( callback, [res.responseText, status, res] );
/plugin/jsonrpc/
H A DIJR_Server.php65 $res = $this->call($data['method']['methodName'], $parameter);
66 if (is_a($res, 'IJR_Error')) {
67 $this->error($res);
72 $result['result']=$res;
/plugin/labeled/
H A Dhelper.php179 $res = $db->query('SELECT label FROM labeled WHERE id=?', $id);
181 $labels = $db->res2arr($res);
207 $res = $db->query('SELECT name, color, namespace, ordernr FROM labels ORDER BY ordernr');
209 $labels = $db->res2arr($res);
/plugin/latex-was/
H A Dadmin.php121 $res = $this->latexpurge($mode, $days*86400);
122 foreach($res as $img => $vio){
/plugin/latex/
H A Dadmin.php121 $res = $this->latexpurge($mode, $days*86400);
122 foreach($res as $img => $vio){
/plugin/letsencrypt/
H A DLescript.php325 $res = openssl_pkey_new(array(
330 if(!openssl_pkey_export($res, $privateKey)) {
334 $details = openssl_pkey_get_details($res);
/plugin/linkbonus/
H A Dcommon.php136 $res = preg_match ("/<title>(.+)<\/title>/is", $fc, $title);
137 if ($res == 1) {
/plugin/mantis/lib/
H A Dclass.soap_parser.php73 if (preg_match("/encoding=[\"']([^\"']*)[\"']/", $xml_decl, $res)) {
74 $xml_encoding = $res[1];
H A Dnusoap.php6505 if (preg_match("/encoding=[\"']([^\"']*)[\"']/", $xml_decl, $res)) {
6506 $xml_encoding = $res[1];
/plugin/medialist/
H A Dhelper.php301 $res = array(); // search result
302 search($res, $conf['mediadir'], 'search_media', $opt, $dir);
305 foreach ($res as $item) {
/plugin/mellelexport/
H A Drenderer.php248 $res = $zip->open($tmpZipFile, ZipArchive::CREATE);
249 if ($res === TRUE) {
/plugin/metaeditor/
H A Djstree.js3162 var res, n, t, _this, i;
5146 var res = parent.set_state.apply(this, arguments);
5147 if(res && state.checkbox) {
5159 return res;
6462 this._data.search.res = [];
6525 if(this._data.search.res.length && !append) {
6563 this._data.search.res = [];
6581 this._data.search.res = r;
6585 this._data.search.res = $.vakata.array_unique(this._data.search.res.concat(r));
6620 …h', { 'nodes' : this._data.search.dom, str : this._data.search.str, res : this._data.search.res });
[all …]
/plugin/newpagetemplate/
H A Dhelper.php198 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars[$i], $user);
199 $result = $this->writePage($pages[$i], $res);
205 echo "<tr><td>Output: " . "\n" . htmlentities($res) . "</td></tr>\n";
214 echo "$res\n";
231 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars, $user);
232 $result = $this->writePage($pages[$i], $res);
238 echo "<tr><td>Output: " . "\n" . htmlentities($res) . "</td></tr>\n";
247 echo "$res\n";
/plugin/notification/action/
H A Dcron.php54 $res = $sqlite->query('SELECT user, MIN(timestamp) FROM cron_check');
55 $user = $sqlite->res2single($res);
83 … $res = $sqlite->query('SELECT plugin, notification_id FROM notification WHERE user=?', $user);
84 $sent_notifications = $sqlite->res2arr($res);
/plugin/notification/helper/
H A Dcron.php25 $res = $this->sqlite->query('SELECT user from cron_check');
26 $ourUsers = $this->sqlite->res2arr($res);
/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/odtplus2dw/
H A Daction.php518 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );
520 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );
/plugin/ol3/
H A Dscript.js8 …x")),D_(t.getAttribute("resy"))];return{crs:t.getAttribute("CRS"),extent:r,res:n}})),Dimension:Mc(…

12345678910>>...13