Home
last modified time | relevance | path

Searched refs:pos (Results 1501 – 1525 of 1609) sorted by path

1...<<6162636465

/plugin/upgrade/vendor/composer/
H A DClassLoader.php528 if (false !== $pos = strrpos($class, '\\')) {
530 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
531 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php552 $pos = ftell($this->fh);
555 while ($pos < $size) {
561 $pos++;
/plugin/usersubscriptions/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler) { argument
/plugin/vamr/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler){ argument
/plugin/var/
H A Dsyntax.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/variants/
H A Dvariants.php76 * @param int $pos The position in the page
80 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
85 … $CallWriter = new syntax_plugin_variants_callwriter($handler->CallWriter, $condition, $pos);
96 $handler->_addCall('cdata', array($match), $pos);
/plugin/vbsso/vendor/composer/
H A DClassLoader.php400 if (false !== $pos = strrpos($class, '\\')) {
402 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/vcard/
H A Dsyntax.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
84 $pos = strrpos($match, ' ');
85 if ($pos !== false) {
86 list($first,$middle) = explode(' ', substr($match, 0, $pos), 2);
87 $last = substr($match, $pos + 1);
/plugin/vimeo/
H A Dsyntax.php50 * @param int $pos The position in the document
55 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/virtualkeyboard/vk/layouts/
H A DKorean.js284 var pos= '\u3142\u3137\u3148\u3131'.indexOf(buf) // p t c k
285 if (pos!=-1 ) return ['\u314d\u314c\u314a\u314b'.charAt(pos), 1]
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js199 var pos = 0;
215 delete (layout[pos]);
/plugin/visrep/
H A Dsyntax.php49 function handle($match, $state, $pos, &$handler) { argument
/plugin/vote/
H A Dsyntax.php31 function handle( $match, $state, $pos, &$handler ){ argument
/plugin/vshare/syntax/
H A Ddebug.php40 public function handle($match, $state, $pos, Doku_Handler $handler)
38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dvideo.php65 public function handle($match, $state, $pos, Doku_Handler $handler)
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/watchcycle/
H A Dsyntax.php47 * @param int $pos The position in the document
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/wavedrom/
H A Dsyntax.php45 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/webcode/syntax/
H A Dbasis.php197 * @param int $pos
204 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js67pos=internal.targetWindow.firebug.lib.util.Element.getPosition(_element);internal.targetWindow.fir… variable
H A Dfirebug-lite-1.2.js1499 var pos = internal.targetWindow.firebug.lib.util.Element.getPosition(_element); variable
1503 … "top":pos.offsetTop-(_bgInspector?0:2)+"px", "left":pos.offsetLeft-(_bgInspector?0:2)+"px",
H A Dfirebug-lite-1.4.js523 var pos=style.getPropertyValue("position");
524 if(pos==="absolute"||pos==="relative"){var borderLeft=parseInt(style.getPropertyValue("border-left-…
6760 function hasStr(pos,substr){return text.substr(pos,substr.length)==substr
/plugin/webcomics/
H A Dsyntax.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/webcomponent/_test/
H A Djs.test.php54 $pos = strpos($jsSrcAttribute,action_plugin_webcomponent_js::ACCESS.'=public');
55 $this->assertEquals(true, $pos > 0);
/plugin/webcomponent/action/
H A Djs.php48 $pos = strpos($script['src'], 'js.php');
49 if ($pos !== false) {
/plugin/webcomponent/syntax/
H A Dblockquote.php113 * @param int $pos
117 function handle($match, $state, $pos, Doku_Handler $handler) argument

1...<<6162636465