Home
last modified time | relevance | path

Searched refs:pos (Results 26 – 50 of 1609) sorted by relevance

12345678910>>...65

/plugin/sqlraw/
H A Dsimple_html_dom.php980 protected $pos; variable in simple_html_dom
1543 $this->pos += strspn($this->doc, $chars, $this->pos);
1549 $pos = $this->pos;
1559 $pos = $this->pos;
1570 if (($pos = strpos($this->doc, $char, $this->pos))===false) {
1571 $ret = substr($this->doc, $this->pos, $this->size-$this->pos);
1577 if ($pos===$this->pos) return '';
1580 $this->pos = $pos;
1599 if ($pos===$this->pos) return '';
1608 $this->pos = $pos;
[all …]
/plugin/exttab3/
H A Dsyntax.php90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler) argument
96 protected function open($tag, $attr, $pos, $match, $handler) argument
100 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
103 protected function close($tag, $pos, $match, $handler) argument
107 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
173 public function handle($match, $state, $pos, Doku_Handler $handler) argument
187 $this->open($tag, $attr, $pos, $match, $handler);
192 $this->close($oldtag, $pos, $match, $handler);
201 $this->close($oldtag, $pos, $match, $handler);
266 $handler->base($match, $state, $pos);
[all …]
/plugin/creole/syntax/
H A Dsubscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
55 $this->eventhandler->notifyEvent('open', 'subscript', NULL, $pos, $match, $handler);
56 $handler->addCall('subscript_open', array(), $pos);
59 $handler->addCall('cdata', array($match), $pos);
62 … $this->eventhandler->notifyEvent('close', 'subscript', NULL, $pos, $match, $handler);
63 $handler->addCall('subscript_close', array(), $pos);
73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) { argument
74 $this->eventhandler->notifyEvent('close', 'subscript', NULL, $pos, $match, $handler);
75 $handler->addCall('subscript_close', array(), $pos);
H A Dsuperscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
55 … $this->eventhandler->notifyEvent('open', 'superscript', NULL, $pos, $match, $handler);
56 $handler->addCall('superscript_open', array(), $pos);
59 $handler->addCall('cdata', array($match), $pos);
62 … $this->eventhandler->notifyEvent('close', 'superscript', NULL, $pos, $match, $handler);
63 $handler->addCall('superscript_close', array(), $pos);
73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) { argument
74 $this->eventhandler->notifyEvent('close', 'superscript', NULL, $pos, $match, $handler);
75 $handler->addCall('superscript_close', array(), $pos);
H A Dlistblock.php52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
55 $this->eventhandler->notifyEvent('open', 'list', NULL, $pos, $match, $handler);
58 $handler->addCall('list_open', array($match), $pos);
61 $this->eventhandler->notifyEvent('close', 'list', NULL, $pos, $match, $handler);
62 $handler->addCall('list_close', array(), $pos);
68 $handler->addCall('list_item', array($match), $pos);
71 $handler->addCall('cdata', array($match), $pos);
/plugin/siteexport/syntax/
H A Dtoctools.php52 …private function addInstructionstoHandler( $match, $state, $pos, Doku_Handler $handler, $instructi… argument
56 $handler->_addCall('section_close', array(), $pos);
61 $handler->_addCall('plugin', array('siteexport_toctools', $instructions, $state), $pos);
62 $handler->_addCall('section_open', array($level), $pos+strlen($match) );
68 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
74 …$this->addInstructionstoHandler( $match, $state, $pos, $handler, array('mergehint', 'start', $data…
77 $handler->_addCall('cdata', array($match), $pos);
80 …$this->addInstructionstoHandler( $match, $state, $pos, $handler, array('mergehint', 'end', 'syntax…
91 list( $type, $pos, $title, $id ) = $data;
98 if ( $pos == 'start' ) {
[all …]
/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/odt/ODT/css/
H A Dcssimportnew.php195 $pos = 0;
260 $pos++;
424 $pos = 0;
441 $pos++;
454 $pos++;
716 $pos = 0;
728 $property = substr ($decls, $pos, $colon - $pos);
889 $pos = 0;
900 $pos += 2;
917 $pos++;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkImage.php28 $pos = 'P';
30 $pos = $attr['POSITION'];
31 if (strpos($pos, ',')) {
32 $pos = explode(',', $pos);
35 $this->mpdf->SetWatermarkImage($src, $alpha, $size, $pos);
/plugin/oauth/action/
H A Duser.php113 $pos = $form->findElementByAttribute('type', 'submit');
118 $form->insertElement($pos, form_closefieldset());
120 ++$pos,
136 $form->insertElement(++$pos, $elem);
138 $form->insertElement(++$pos, form_closefieldset());
139 $form->insertElement(++$pos, form_openfieldset([]));
156 $pos = $form->findPositionByAttribute('type', 'submit');
161 $form->addFieldsetOpen($this->getLang('loginwith'), $pos)->addClass('plugin_oauth');
168 ++$pos
174 $form->addFieldsetClose(++$pos);
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php501 $pos = $this->pos;
503 $this->pos = $pos;
511 $pos = $this->pos;
513 $this->pos = $pos;
521 $pos = $this->pos;
523 $this->pos = $pos;
531 $pos = $this->pos;
533 $this->pos = $pos;
541 $pos = $this->pos;
543 $this->pos = $pos;
[all …]
/plugin/behave/
H A Dbehave.js131 pos: caretPos
169 getLine: function(textVal, pos){
285 if( (hacked) < pos && ( (matchedFence+hacked) > pos ) && matchCase%2===0){
297 var pos = utils.cursor.get(), variable
422 if(val.substring(pos-tab.length, pos) == tab){
489 var pos = utils.cursor.get(), variable
500 var edited = val.substring(0,pos-1) + val.substring(pos+1);
506 var edited = val.substring(0,pos-1) + val.substring(pos);
513 utils.cursor.set(pos);
532 utils.cursor.set(pos + 1);
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1416 protected $pos; variable in imapmarkers\\simple_html_dom
1643 $this->pos = 0;
2035 $this->pos -= 2;
2163 $this->pos += strspn($this->doc, $chars, $this->pos);
2168 $pos = $this->pos;
2170 $this->pos += $len;
2179 $pos = $this->pos;
2191 if (($pos = strpos($this->doc, $char, $this->pos)) === false) {
2192 $ret = substr($this->doc, $this->pos, $this->size - $this->pos);
2198 if ($pos === $this->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/adhoctags/syntax/
H A Dabstract.php80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) { argument
88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { argument
98 $handler->_addCall('header',array($title,$level,$pos), $pos);
101 $handler->addPluginCall('wrap_closesection', array(), DOKU_LEXER_SPECIAL, $pos, '');
104 $handler->addCall('cdata', array($match), $pos);
109 function handleMatched($match, $state, $pos, Doku_Handler $handler) { argument
114 function handleExit($match, $state, $pos, Doku_Handler $handler) { argument
125 function handle($match, $state, $pos, Doku_Handler $handler){ argument
133 return $this->handleEnterSpecial($match, $state, $pos,
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php393 * If the $pos parameter is negative the start buffer position will be the $pos'th position from
396 * If the $pos parameter is negative and the absolute value is bigger then the totalLength of
397 * the file $pos will set to zero.
399 * @param int|null $pos Start position of the new buffer
402 public function reset($pos = 0, $length = 200) argument
404 if ($pos === null) {
405 $pos = $this->position + $this->offset;
406 } elseif ($pos < 0) {
407 $pos
434 ensure($pos, $length) global() argument
[all...]
/plugin/mediasyntax/syntax/
H A Dlistblock.php43 function handle($match, $state, $pos, Doku_Handler $handler)
50 $handler->addCall('list_open', array($match), $pos);
53 $handler->addCall('list_close', array(), $pos);
59 $handler->addCall('list_item', array($match), $pos);
62 $handler->addCall('cdata', array($match), $pos);
80 $pos=strpos($match,"*");
81 if ($pos===false) $type="o";
54 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dheader.php29 function handle($match, $state, $pos, Doku_Handler $handler)
41 if ($handler->getStatus('section')) $handler->addCall('section_close', array(), $pos);
45 $handler->setStatus('section_edit_start', $pos);
50 $handler->addCall('header', array($title, $level, $pos), $pos);
52 $handler->addCall('section_open', array($level), $pos);
40 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/odt/ODT/
H A DODTUtility.php134 $pos = 0;
136 while ($pos < $max) {
180 $pos = $start_close;
594 for ($pos = 0 ; $pos < $max ; $pos++) {
595 switch ($value [$pos]) {
606 $pos += 4;
618 $pos += 4;
828 $pos = 0;
829 while ($pos < $max) {
833 $entry ['content'] = substr($HTMLCode, $pos, $found [0]-$pos);
[all …]
/plugin/webcomponent/syntax/
H A Dheading.php109 * @param int $pos
115 function handle($match, $state, $pos, Doku_Handler $handler) argument
130 if ($handler->status['section']) $handler->_addCall('section_close', array(), $pos);
131 $handler->_addCall('header', array($title, $level, $pos), $pos);
132 $handler->_addCall('section_open', array($level), $pos);
135 return array($state, array($title, $level, $pos));
/plugin/linebreak/
H A Daction.php112 function _convert($pos) { argument
116 if ($pos <= 1) return $pos;
118 $pos -= $this->base_delta;
119 if ($pos < 0) return 0;
128 if ($conversion[$i] + $i >= $pos) {
129 return $pos - $i;
134 return $pos - $i -1;
/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/extendpage/
H A Daction.php56 foreach ($positions as $pos) {
57 $idx = $pos === 'bottom' ? strlen($event->data):0;
58 $extensions = $assignments->getPageAssignments($ID, $pos);
62 if ($pos === 'replace') {
66 … ($pos === 'top' ? '':'\\\ ') . rawWiki($ext['page']) . ($pos === 'top' ? '\\\ ':''),
/plugin/markdowku/
H A Dheadersetext.php33 function handle($match, $state, $pos, Doku_Handler $handler) { argument
42 $handler->_addCall('section_close', array(), $pos);
43 $handler->setStatus('section_edit_start', $pos);
46 $handler->_addCall('header', array($title, $level, $pos), $pos);
47 $handler->_addCall('section_open', array($level), $pos);
H A Dheaderatx.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 $handler->_addCall('section_close', array(), $pos);
42 $handler->setStatus('section_edit_start', $pos);
46 $handler->_addCall('header', array($title, $level, $pos), $pos);
47 $handler->_addCall('section_open', array($level), $pos);

12345678910>>...65