Home
last modified time | relevance | path

Searched refs:res (Results 126 – 150 of 309) sorted by last modified time

12345678910>>...13

/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426res)}let t=e,n=t.req;this._handler.handleMessage(t.method,t.args).then(e=>{this._send({vsWorker:th…
/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 …]
H A D3.3.js.map1res = {\n $mid: 1\n };\n // cached state\n if (this._fsPath) {\n …
H A D2.2.js.map1res = this.children[idx - 1];\n if (res.offset <= offset && res.offset + res.length >= offs…
H A Dbundle.js426res)}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/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/ol3/
H A Dscript.js8 …x")),D_(t.getAttribute("resy"))];return{crs:t.getAttribute("CRS"),extent:r,res:n}})),Dimension:Mc(…
/plugin/fksnewsfeed/
H A Dhelper.php96 $res = $this->sqlite->query('SELECT * FROM dependence WHERE parent=?', $streamId);
97 foreach ($this->sqlite->res2arr($res) as $row) {
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php27 …$res = $this->sqlite->query('SELECT * FROM ' . $this->table . ' WHERE ' . $this->table . '_id = ?'…
28 if ($res) {
29 return ($this->modelClassName)::createFromArray($this->sqlite, $res);
55 $res = $this->sqlite->query('SELECT max(' . $this->table . '_id) FROM ?', $this->table);
56 return (int)$this->sqlite->res2single($res);
61 $res = $this->sqlite->query('SELECT * FROM ?', $this->table);
62 foreach ($this->sqlite->res2arr($res) as $row) {
H A DModelPriority.php33 …$res = $this->sqlite->query('DELETE FROM priority WHERE stream_id=? AND news_id =?', $this->stream…
34 return $this->sqlite->res2arr($res);
H A DModelStream.php23 …$res = $this->sqlite->query('SELECT * FROM priority o JOIN news n ON o.news_id=n.news_id WHERE str…
25 $ars = $this->sqlite->res2arr($res);
57 $res = $this->sqlite->query('SELECT * FROM dependence WHERE parent=?', $this->streamId);
59 foreach ($this->sqlite->res2arr($res) as $row) {
70 $res = $this->sqlite->query('SELECT * FROM dependence WHERE child=?', $this->streamId);
72 foreach ($this->sqlite->res2arr($res) as $row) {
H A DServicePriority.php21 …$res = $this->sqlite->query('SELECT * FROM ? WHERE stream_id=? AND news_id =?', $this->table, $str…
22 return $res ? ($this->modelClassName)::createFromArray($this->sqlite, $res) : null;
H A DServiceStream.php18 $res = $this->sqlite->query('SELECT * FROM ' . $this->table . ' WHERE name=?', $name);
19 return ($this->modelClassName)::createFromArray($this->sqlite, $res->fetch());
/plugin/extendpage/meta/
H A DAssignments.php61 $res = $this->sqlite->query($sql);
62 $this->patterns = $this->sqlite->res2arr($res);
63 $this->sqlite->res_close($res);
80 $res = $this->sqlite->query($sql);
107 $res = $this->sqlite->query($sql, $id);
108 $pagerows = $this->sqlite->res2arr($res);
109 $this->sqlite->res_close($res);
215 $list = $this->sqlite->res2arr($res);
216 $this->sqlite->res_close($res);
281 $pagerows = $this->sqlite->res2arr($res);
[all …]
/plugin/diagram/syntax/
H A Dsplitter.php139 $res = array();
143 $res['type'] = 'newline';
146 $res['type'] = 'abbr eval';
151 $res['abbr'] = $regs[1];
152 $res['params'] = $regs[2];
155 $res['abbr'] = $abbr_and_params;
159 $res['type'] = 'command';
161 $res['command'] = trim(substr($match, 1));
165 $res['text'] = $match;
166 return $res;
H A Dmain.php342 $res['n_rows'] = count($commands) * 2;
344 $res['n_cols'] = 0;
762 $res[$ir][$jr] = $this->_boxCell(6, 2, $cell_text);
770 $res[$ir][$jr] = $conn_cells[0];
771 $res[$ir][$jr + 1] = $conn_cells[1];
772 $res[$ir + 1][$jr] = $conn_cells[2];
773 $res[$ir + 1][$jr + 1] = $conn_cells[3];
779 if ($res['n_cols'] < $jr)
780 $res['n_cols'] = $jr;
783 return $res;
/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 Dsnd-1.js35 var res=window.prompt(pr,'0')
36 if(res){o=Number(res)
39 if(!res||o<0){if(conf.onend)
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...]
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php28 $res = media_delete($this->info['id'], null);
35 if ($res == DOKU_MEDIA_DELETED) {
39 if ($res == DOKU_MEDIA_INUSE) {
/plugin/groupmail/
H A Dsyntax.php138 $res = array();
141 $res[$field] = explode(',' , $data[$field]);
143 return $res;
463 …$res = '<p class="'.(($this->status == 0)?'groupmail_error':'groupmail_success').'">'.$this->statu…
466 return $res;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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…
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…
/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()) {

12345678910>>...13