Home
last modified time | relevance | path

Searched refs:pos (Results 426 – 450 of 1609) sorted by relevance

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

/plugin/latexit/syntax/
H A Dbase.php66 * @param int $pos The position in the document
70 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/wysiwyg/
H A Dsyntax.php83 function handle($match, $state, $pos, &$handler){ return array($match, $state, $pos); } argument
/plugin/zip/pear/File/Archive/Writer/
H A DUniqueAppender.php62 $pos = 0;
64 $this->fileList[$reader->getFilename()] = $pos++;
/plugin/confsearch/
H A Dsyntax.php40 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
41 return array($match, $state, $pos);
/plugin/whoisonline/
H A Dsyntax.php104 * @param int $pos The position in the document
108 public function handle($match, $state, $pos, &$handler){ argument
/plugin/webcomponent/syntax/
H A Dmath.php95 * @param int $pos The character position of the matched text
99 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dnavbar.php100 * @param int $pos
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/phosphor/
H A Dphitem.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
70 $handler->_addCall('cdata',array($match), $pos);
/plugin/diagramsnet/
H A Dsyntax.php54 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/pageredirect/
H A Dsyntax.php60 * @param int $pos The character position of the matched text
64 public function handle($match, $state, $pos, Doku_Handler $handler) {
62 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/folded/syntax/
H A Ddiv.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
32 $handler->addCall('cdata',array($match), $pos);
/plugin/htmlmetatags/syntax/
H A Dsyntax.php61 * @param int $pos
67 public function handle($match, $state, $pos, Doku_Handler $handler) {
70 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/owncloud/
H A Daction.php162 $pos = strrpos($link,'?');
163 if($pos != false){
164 $src = substr($link,0,$pos);
165 $param = substr($link,$pos+1);
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js13 "_IsInsideNode" : function( w, domNode, pos ) argument
20 if ( pos.x >= xMin && pos.x <= xMax && pos.y >= yMin && pos.y <= yMax )
46 var pos = FCKTools.GetWindowPosition( w, cells[i] ) ;
47 var rightX = pos.x + parseInt( cells[i].clientWidth, 10 ) ;
49 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js14 "_IsInsideNode" : function( w, domNode, pos ) argument
21 if ( pos.x >= xMin && pos.x <= xMax && pos.y >= yMin && pos.y <= yMax )
47 var pos = FCKTools.GetWindowPosition( w, cells[i] ) ;
48 var rightX = pos.x + parseInt( cells[i].clientWidth, 10 ) ;
50 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ;
/plugin/newpagetemplate/
H A Dcli.php171 $pos = array_search($position, array_keys($array));
173 array_slice($array, 0, $pos),
175 array_slice($array, $pos)
/plugin/extendpage/
H A Dadmin.php109 $pos = $assignment['pos'];
125 echo '<td>' . hsc($pos) . '</td>';
/plugin/dirtylittlehelper/syntax/
H A Dtablewiki.php73 * @param int $pos The position in the document
78 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/authsaml/
H A Daction.php108 $pos = $event->data->findElementByAttribute('type', 'submit');
109 $event->data->insertElement($pos-4, $fieldset);
/plugin/plantumlparser/syntax/
H A Dinjector.php37 * @param int $pos The position in the document
41 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/toctweak/syntax/
H A Dautotoc.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
60 $handler->_addCall('notoc', array(), $pos);
/plugin/newsticker/syntax/
H A Dticker.php51 * @param int $pos The position in the document
55 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/imagereference/syntax/
H A Dimgref.php55 * @param int $pos The position in the document
59 function handle($match, $state, $pos, Doku_Handler $handler) {
57 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/amcharts/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/combo/syntax/
H A Drelated.php95 * @param int $pos
101 function handle($match, $state, $pos, Doku_Handler $handler) argument

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