Home
last modified time | relevance | path

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

12345678910>>...65

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1207 if ($pos) {
1290 if ($pos) {
1330 $pos = $len;
1410 $pos = 0;
1414 if ($pos) {
1441 $pos = $len;
1599 if ($pos) {
1678 if ($pos) {
1704 $pos = $len;
1782 $pos = 0;
[all …]
/plugin/recaptcha2/
H A Daction.php71 $pos = $event->data->findElementByAttribute('type','submit');
72 if(!$pos){
103 $pos = $event->data->findElementByAttribute('type','submit');
104 $event->data->insertElement($pos++, $recaptcha);
/plugin/dtable/
H A Dsyntax.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
33 … return array($state, array($pos, $table_nr, p_get_metadata($INFO['id'], 'dtable_pages')));
59 $pos = $match[0];
66 $start_line = $dtable->line_nr($pos, $filepath) ;
/plugin/combo/syntax/
H A Dheadingatx.php81 function handle($match, $state, $pos, Doku_Handler $handler): array argument
103 PluginUtility::POSITION => $pos
140 $pos = $data[PluginUtility::POSITION];
141 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
/plugin/strata/types/
H A Dimage.php34 $pos = strrpos($value, '?');
35 if($pos !== false ) {
36 $value = substr($value, 0, $pos);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php216 foreach ($tokens[$commentStart]['comment_tags'] as $pos => $tag) {
253 if (isset($tokens[$commentStart]['comment_tags'][($pos + 1)]) === true) {
254 $end = $tokens[$commentStart]['comment_tags'][($pos + 1)];
294 foreach ($realParams as $pos => $param) {
296 $realParams[$pos]['name'] = '...'.$realParams[$pos]['name'];
300 foreach ($params as $pos => $param) {
350 if (isset($realParams[$pos]) === true) {
351 $realName = $realParams[$pos]['name'];
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php37 $pos = 0;
44 $pos++;
46 $is_last_word = ($pos == $size);
/plugin/socialshareprivacy/
H A Dsyntax.php37 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
40 $pos = strrpos($match, ">");
41 if ( $pos === false ) {
/plugin/divalign2/
H A Dcommon.php55 function handle($match, $state, $pos, Doku_Handler $handler){ argument
64 $handler->_addCall('cdata', array($content), $pos);
68 return array($align,$state,$pos);
72 list ($align, $state, $pos) = $data;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php88 $pos = $this->index + $offset - 1;
90 if ($pos < 0 || $pos >= $this->size) {
95 return StringUtils::codePoint($this->characters[$pos]);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js342 pos = 0,
366 while (pos < pattern.length) {
387 ++pos;
519 r2.lastIndex = pos = pos || 0;
551 var pos = 0,
2012 pos = 0,
2153 return line.substr(0, pos)
2165 var pos = 0;
2294 pos = 0
2785 var pos = 0,
[all …]
/plugin/netlogo/syntax/
H A Dapplet.php98 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
133 $pos = strrpos($link[0], '?');
134 if($pos !== false){
135 $src = substr($link[0],0,$pos);
136 $param = substr($link[0],$pos+1);
/plugin/passpolicy/
H A Daction.php83 $pos = $event->data->findPositionByAttribute('name', 'passchk');
86 $pos = $event->data->findElementByAttribute('name', 'passchk');
88 if (!$pos) return; // no password repeat field found
94 $event->data->addHTML($html, ++$pos);
96 $event->data->insertElement(++$pos, $html);
/plugin/captcha/
H A Daction.php187 $pos = $form->findPositionByAttribute('type', 'submit');
188 if (!$pos) return; // no button -> source view mode
201 $form->addHTML($out, $pos);
/plugin/creole/helper/
H A Deventhandler.php97 public function execute ($queuedEvent, $pos, $match, &$handler) { argument
99 call_user_func($this->callback, $queuedEvent, $pos, $match, $handler);
144 public function notifyEvent ($state, $clazz, $tag, $pos, $match, $handler) { argument
160 … self::$callbacks [$cb_index]->execute(self::$queue [$q_index], $pos, $match, $handler);
194 public function writeCall($class, $state, $data1, $data2, $pos, $match, &$handler) { argument
195 $handler->addPluginCall($class, array($state, $data1, $data2), $state, $pos, $match);
/plugin/bootswrapper/syntax/
H A Dbootstrap.php207 public function handle($match, $state, $pos, Doku_Handler $handler) argument
221 $handler->_addCall('header', array($title, $level, $pos), $pos);
255 return array($state, $match, $pos, $checked_attributes, $is_block);
258 $handler->_addCall('cdata', array($match), $pos, null);
262 return array($state, $match, $pos, null);
/plugin/multitemplate_styleman/
H A Daction.php62 $pos = strpos($href,'css.php');
63 if ($pos !== false) {
64 $params = substr($href,$pos+7);
/plugin/dontfeedtemplates/
H A Daction.php71 $pos = strrpos((string)$id,':');
72 if($pos!==false){
73 $pagename = substr((string)$id,$pos+1);
/plugin/dw2pdf/syntax/
H A Dexportlink.php55 * @param int $pos The character position of the matched text
59 public function handle($match, $state, $pos, Doku_Handler $handler)
80 $pos
54 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/imagemap/
H A Dsyntax.php33 function handle($match, $state, $pos, &$handler){ argument
56 $mapname = 'imagemap'.$pos;
275 function _addPluginCall($args, $pos) { argument
278 $pos));
281 function _addArea($pos, $type, $title, $url, $extra=null) { argument
296 $type, $title, $url, $extra), $pos);
301 function _processLinks($pos) { argument
316 $title = $this->_addArea($pos, $type, $title, $data[0]);
329 $title = $this->_addArea($pos, $type, $title, $data[3], $data[2]);
344 $title = $this->_addArea($pos, $type, $title, $data[0], array($data[5],$data[6]));
/plugin/ckgedit/
H A Dscript.js80 var pos = html.indexOf('data-'); variable
81 if(pos != -1) {
202 var pos = 0;
206 for ( var pos = stack.length - 1; pos >= 0; pos-- )
207 if ( stack[ pos ] == tagName )
210 if ( pos >= 0 ) {
212 for ( var i = stack.length - 1; i >= pos; i-- )
217 stack.length = pos;
/plugin/imagemapping/
H A Dsyntax.php56 function handle($match, $state, $pos, Doku_Handler $handler)
81 $mapname = 'imagemap' . $pos;
38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
302 _addPluginCall($args, $pos) global() argument
308 _addArea($pos, $type, $title, $url, $wiki = null) global() argument
332 _processLinks($pos) global() argument
/plugin/recaptcha/
H A Daction.php72 $pos = $event->data->findElementByAttribute('type','submit');
73 if(!$pos){
121 $pos = $event->data->findElementByAttribute('type','submit');
122 $event->data->insertElement($pos++, $recaptcha);
/plugin/authg2fa/
H A Daction.php32 $pos = $event->data->findElementByAttribute('type', 'submit');
34 $pos = $pos-1;
35 …$event->data->insertElement($pos, form_makePasswordField('t', $this->getLang('g2fa'), '', 'block')…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php226 foreach ($tokens[$commentStart]['comment_tags'] as $pos => $tag) {
227 if ($pos > 0) {
231 $tokens[$commentStart]['comment_tags'][($pos - 1)]
235 $prev = $tokens[$commentStart]['comment_tags'][($pos - 1)];
267 foreach ($group as $pos => $tag) {
282 $lastTag = $group[$pos];
332 foreach ($tokens[$stackPtr]['comment_tags'] as $pos => $tag) {
335 $lastTag = $tokens[$stackPtr]['comment_tags'][($pos - 1)];

12345678910>>...65