Home
last modified time | relevance | path

Searched refs:pos (Results 276 – 300 of 1609) sorted by relevance

1...<<11121314151617181920>>...65

/plugin/wst/syntax/
H A Dnoinclude.php55 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dincludeonly.php55 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $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/mediasyntax/syntax/
H A Dlink.php32 function handle($match, $state, $pos, Doku_Handler $handler)
39 $handler->addCall('externallink', array($targets[0],$cleartext), $pos);
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/feedback/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/randomquote/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/twcheckliste/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { argument
57 …' => 'hidden', 'state' => $state, 'printHead' => true, 'bytepos_start' => $pos, 'edit' => false, '…
73 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
/plugin/credits/
H A Dscript.js20 pos = getElementPosition('credits_d');
25 pos.top-=32;
26 top -= pos.top;
/plugin/imagecarousel/
H A Dsyntax.php60 * @param int $pos The position in the document
64 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
80 $handler->_addCall('cdata', array($match), $pos);
/plugin/farmsync/script/
H A DscrollToLine.js36 var pos = $copyDiv[0].scrollHeight;
38 $this.scrollTop(pos);
/plugin/jiralinks/
H A Dsyntax.php55 * @param int $pos
59 public function handle($match, $state, $pos, &$handler){ argument
/plugin/latexcaption/syntax/
H A Dcaption.php78 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
139 return array($state, $match, $pos, $params);
155 return array($state, $match, $pos, $params);
158 return array($state, $match, $pos, $params);
174 return array($state, $match, $pos, $params);
206 list($state, $match, $pos, $params) = $data;
/plugin/bugzillalinks/
H A Dsyntax.php55 * @param int $pos
59 public function handle($match, $state, $pos, &$handler){ argument
/plugin/typography/syntax/
H A Dsmallcaps.php32 public function handle($match, $state, $pos, Doku_Handler $handler) argument
50 $handler->base($match, $state, $pos);
/plugin/webcomponent/_test/
H A Djs.test.php54 $pos = strpos($jsSrcAttribute,action_plugin_webcomponent_js::ACCESS.'=public');
55 $this->assertEquals(true, $pos > 0);
/plugin/discussion/syntax/
H A Dcomments.php53 * @param int $pos The character position of the matched text
57 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bbcode/
H A Demail.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 $handler->_addCall('emaillink',array($url, $title), $pos);
/plugin/revealjs/syntax/
H A Dfooter.php44 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
46 $data['position'] = $pos;
/plugin/bootswrapper/syntax/
H A Daccordion.php45 list($state, $match, $pos, $pos, $attributes) = $data;
/plugin/dokuwiki-webcomics/
H A Dsyntax.php86 function handle ($match, $state, $pos, &$handler) argument
89 return array($match, $state, $pos);
/plugin/plaintext/
H A Dblock.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
39 $handler->_addCall('cdata', array($match), $pos);
/plugin/latexit/syntax/
H A Dconfig.php47 * @param int $pos The position in the document
51 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/markdowku/
H A Dimagesinline.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
34 $handler->media($target.'|'.$title, $state, $pos);
/plugin/links4pages/
H A Daction.php49 $pos = $this->getConf(sprintf("%'.02d_pos", $i));
50 array_splice($event->data['items'], intval($pos), 0,

1...<<11121314151617181920>>...65