Home
last modified time | relevance | path

Searched refs:pos (Results 1551 – 1575 of 1609) sorted by last modified time

1...<<6162636465

/plugin/gitlink2/
H A Dsyntax.php66 function handle($match, $state, $pos, &$handler){ argument
/plugin/flyspraylink/
H A Dsyntax.php66 function handle($match, $state, $pos, &$handler){ argument
/plugin/toc/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { argument
/plugin/hcalendar/syntax/
H A Dhcali.php43 function handle($match, $state, $pos, &$handler){ argument
H A Dhcal2.php71 function handle($match, $state, $pos, &$handler){ argument
H A Dhcal.php43 function handle($match, $state, $pos, &$handler){ argument
/plugin/codehighlight/cp/engines/
H A Dopera.js231 pos : -1, // actual history position property in CodePress.actions
237 this.history[this.pos] = editor.innerHTML;
239 this.pos--;
240 if(typeof(this.history[this.pos])=='undefined') this.pos++;
241 editor.innerHTML = this.history[this.pos];
246 this.pos++;
247 if(typeof(this.history[this.pos])=='undefined') this.pos--;
248 editor.innerHTML = this.history[this.pos];
253 if(this.pos>20) this.history[this.pos-21] = undefined;
254 return ++this.pos;
H A Dmsie.js275 pos : -1, // actual history position property in CodePress.actions
281 this.history[this.pos] = editor.innerHTML;
283 this.pos--;
284 if(typeof(this.history[this.pos])=='undefined') this.pos++;
285 editor.innerHTML = this.history[this.pos];
290 this.pos++;
291 if(typeof(this.history[this.pos])=='undefined') this.pos--;
292 editor.innerHTML = this.history[this.pos];
297 if(this.pos>20) this.history[this.pos-21] = undefined;
298 return ++this.pos;
H A Dgecko.js260 pos : -1, // actual history position property in CodePress.actions
268 this.history[this.pos] = editor.innerHTML;
270 this.pos --;
271 if(typeof(this.history[this.pos])=='undefined') this.pos ++;
272 editor.innerHTML = this.history[this.pos];
279 this.pos++;
280 if(typeof(this.history[this.pos])=='undefined') this.pos--;
281 editor.innerHTML = this.history[this.pos];
286 if(this.pos>20) this.history[this.pos-21] = undefined;
287 return ++this.pos;
/plugin/jquery/
H A Dscript.js19pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(…
/plugin/asciimath/
H A Dasciimathml148r.js701 var pos = []; // positions of commas
705 pos[i] = [];
715 pos[i][pos[i].length]=j;
716 if (matrix && i>1) matrix = pos[i].length == pos[i-2].length;
728 if (typeof pos[i][k] != "undefined" && j==pos[i][k]){
/plugin/multitemplate_styleman/
H A Daction.php62 $pos = strpos($href,'css.php');
63 if ($pos !== false) {
64 $params = substr($href,$pos+7);
/plugin/zul/syntax/
H A Dzirkelundlineal.php92 function handle($match, $state, $pos, &$handler){ argument
/plugin/offline/
H A Dsyntax.php60 function handle($match, $state, $pos, &$handler){ argument
/plugin/relativens/
H A Dsyntax.php74 $handler->media($modifiedMatch, $state, $pos);
78 $handler->internallink($modifiedMatch, $state, $pos);
/plugin/prolog/
H A Dsyntax.php115 function handle($match, $state, $pos, &$handler) argument
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js346 function InsertSpaces(line, pos, count) argument
348 var left = line.substr(0, pos);
349 var right = line.substr(pos + 1, line.length); // pos + 1 will get rid of the tab
364 var pos = 0;
366 while((pos = line.indexOf(tab)) != -1)
371 var spaces = tabSize - pos % tabSize;
373 line = InsertSpaces(line, pos, spaces);
483 var pos = 0;
547 this.AddBit(Copy(this.code, pos, match.index), null);
550 pos = match.index + match.length;
[all …]
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js73 {var lines=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos argument
74 {var left=line.substr(0,pos);var right=line.substr(pos+1,line.length);var spaces='';for(var i=0;i<c…
78 return line;var pos=0;while((pos=line.indexOf(tab))!=-1)
79 {var spaces=tabSize-pos%tabSize;line=InsertSpaces(line,pos,spaces);}
110 var pos=0;if(code==null)
121 continue;this.AddBit(Copy(this.code,pos,match.index),null);this.AddBit(match.value,match.css);pos=m…
122 this.AddBit(this.code.substr(pos),null);this.SwitchToList();this.div.appendChild(this.bar);this.div…
/plugin/snap/
H A Dsyntax.php.ori43 function handle($match, $state, $pos, &$handler){
/plugin/register/
H A Dsyntax.php38 public function handle($match, $state, $pos, &$handler) argument
/plugin/math2/
H A Dsyntax.php105 function handle($match, $state, $pos, &$handler){ argument
/plugin/vote/
H A Dsyntax.php31 function handle( $match, $state, $pos, &$handler ){ argument
/plugin/complex_lists/complex_lists/
H A Dsyntax.php50 function handle($match, $state, $pos, &$handler){ argument
60 $handler->base($match, $state, $pos);
305 $listtext = substr($renderer->doc, $pos + 22);
306 $renderer->doc = substr($renderer->doc, 0, $pos);
313 $pos = strpos($listtext, '<!--CPLX-LIST-');
314 if (!$pos)
319 $renderer->doc .= substr($listtext, 0, $pos);
320 $listtext = substr($listtext, $pos+14);
321 $pos = strpos($listtext, '-->');
322 if (!$pos)
[all …]
/plugin/complex_lists/inblock_ranges/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler){ argument
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php51 function handle($match, $state, $pos, &$handler){ argument

1...<<6162636465