Home
last modified time | relevance | path

Searched refs:pos (Results 176 – 200 of 1609) sorted by path

12345678910>>...65

/plugin/bootswrapper/syntax/
H A Dcolumn.php65 list($state, $match, $pos, $attributes) = $data;
H A Dimage.php37 list($state, $match, $pos, $attributes) = $data;
H A Djumbotron.php44 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dlabel.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dmacros.php42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
44 return array($match, $state, $pos);
57 list($match, $state, $pos) = $data;
H A Dmodal.php88 list($state, $match, $pos, $attributes) = $data;
H A Dnav.php58 list($state, $match, $pos, $attributes) = $data;
H A Dpane.php39 list($state, $match, $pos, $attributes) = $data;
48 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_pane', 'name' => $state));
50 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_pane', $state);
57 $renderer->finishSectionEdit($pos + strlen($match));
H A Dpanel.php68 list($state, $match, $pos, $attributes) = $data;
97 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_panel', 'name' => $state)…
99 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_panel', $state);
121 $renderer->finishSectionEdit($pos + strlen($match));
H A Dpopover.php88 list($state, $match, $pos, $attributes) = $data;
H A Dprogressbar.php65 list($state, $match, $pos, $attributes) = $data;
H A Dtext.php63 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dtooltip.php50 list($state, $match, $pos, $attributes) = $data;
H A Dwell.php39 list($state, $match, $pos, $attributes) = $data;
H A Dwrapper.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
/plugin/botbouncer/admin/
H A Dstatistics.php121 $pos = ftell($fp);
124 while($pos){
127 if ($pos > $chunk_size){
128 $pos -= $chunk_size;
131 $read = $pos;
132 $pos = 0;
134 fseek($fp,$pos);
144 if($pos) $chunk = array_shift($cparts);
/plugin/box/
H A Dsyntax.php80 public function handle($match, $state, $pos, Doku_Handler $handler) argument
102 $handler->_addCall('cdata', array($match), $pos);
/plugin/box2/
H A Dsyntax.php81 function handle($match, $state, $pos, Doku_Handler $handler){ argument
88 return array('title_open',$data, $pos);
90 return array('box_open',$data, $pos);
96 return array('box_open','', $pos);
98 return array('data', $match, $pos);
103 return array('title', $match, $pos);
106 $handler->_addCall('cdata',array($match), $pos);
113 return array('box_close', $title, $pos);
127 list($instr, $data, $pos) = $indata;
178 $renderer->finishSectionEdit($pos);
[all …]
/plugin/bpmnio/syntax/
H A Dbpmnio.php51 public function handle($match, $state, $pos, Doku_Handler $handler) argument
58 return array($state, $this->type, '', $pos, '');
61 $posStart = $pos;
62 $posEnd = $pos + strlen($match);
124 private function _startSectionEdit(Doku_Renderer $renderer, $pos, $type) argument
132 return $renderer->startSectionEdit($pos, $sectionEditData);
135 private function _finishSectionEdit(Doku_Renderer $renderer, $pos) argument
137 $renderer->finishSectionEdit($pos);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js36181 var pos = { class in AnonymousFunctionf8d14cd138900.getReplaceMenuPosition
36186 return pos;
48073 return map$1(waypoints, function(pos) { argument
48074 return self.createDiWaypoint(pos);
/plugin/btable2/
H A Dsyntax.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/bugzillaint/syntax/
H A Dlink.php52 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dlist.php52 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dtree.php52 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/bugzillalinks/
H A Dsyntax.php55 * @param int $pos
59 public function handle($match, $state, $pos, &$handler){ argument

12345678910>>...65