Home
last modified time | relevance | path

Searched refs:pos (Results 176 – 200 of 1609) sorted by last modified time

12345678910>>...65

/plugin/combo/syntax/
H A Dtogglecollapse.php94 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtoggleexpand.php94 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtooltip.php132 * @param int $pos - byte position in the original source file
138 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dunit.php110 * @param $pos
114 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dvariable.php109 * @param int $pos
113 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dwebcode.php145 * @param int $pos
152 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array argument
73 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
H A Dxmlblocktag.php143 function handle($match, $state, $pos, Doku_Handler $handler): array argument
145 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
H A Dxmlinlinetag.php147 * @param int $pos
154 function handle($match, $state, $pos, Doku_Handler $handler) argument
157 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
H A Dxmlprotectedtag.php115 * @param int $pos - byte position in the original source file
121 function handle($match, $state, $pos, Doku_Handler $handler) argument
124 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
H A Dbackgrounds.php93 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dbadge.php104 * @param int $pos - byte position in the original source file
110 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/action/
H A Dregistration.php177 foreach ($form->_content as $pos => $field) {
/plugin/combo/vendor/composer/
H A DClassLoader.php434 if (false !== $pos = strrpos($class, '\\')) {
436 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
437 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/combo/renderer/
H A Drenderer.php94 * @param int $pos byte position in the original source
96 function header($text, $level, $pos, $returnonly = false) argument
140 parent::header($text, $level, $pos);
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php39 public $pos; variable in Symfony\\Polyfill\\Php80\\PhpToken
46 $this->pos = $position;
/plugin/combo/ComboStrap/
H A DPanelTag.php124 public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $match): array argument
165 $endPosition = $pos + strlen($match) + 1;
H A DHeadingTag.php197 $pos = 0; // mandatory for header but not for metadata, we set 0 to make the code analyser happy
198 $renderer->header($text, $level, $pos);
236 * @param int|null $pos - null if the call was generated
239 public static function processRenderEnterXhtml(string $context, TagAttributes $tagAttributes, Doku_Renderer_xhtml &$renderer, ?int $pos) argument
H A DPluginUtility.php757 $pos = strpos($match, ">");
758 if (!$pos) {
762 $match = substr($match, 0, $pos);
907 $pos = strpos($match, ">");
908 if (!$pos) {
912 $match = substr($match, 0, $pos);
H A DStringUtility.php52 $pos = strpos($haystack, $needle);
53 if ($pos === FALSE) {
H A DXmlTagProcessing.php129 * @param int $pos
134 public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
143 return self::handleStaticEnter($match, $pos, $handler, $plugin);
162 return self::handleStaticExit($match, $pos, $handler, $plugin);
174 $pos = $data[PluginUtility::POSITION] ?? null;
215 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
274 public static function handleStaticEnter(string $match, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
481 $defaultReturnedArray[PluginUtility::POSITION] = $pos;
494 $pos = $data[PluginUtility::POSITION] ?? null;
557 public static function handleStaticExit(string $match, int $pos, Doku_Handle argument
701 handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin) global() argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DInline.php381 $pos = 0;
382 $value = self::parseMapping('{'.$value.'}', $flags, $pos, $references);
567 if (false !== $pos = strpos($scalar, '#')) {
568 $value = substr($scalar, 1, $pos - 2);
H A DParser.php250 if (false !== $pos = array_search($refName, $this->refsBeingParsed, true)) {
251 throw new ParseException(sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$refName])), $refName), $this->currentLineNb + 1, $this->currentLine, $this->filename);
724 if (false !== $pos = strpos($value, '#')) {
725 $value = substr($value, 1, $pos - 2);
731 if (false !== $pos = array_search($value, $this->refsBeingParsed, true)) {
732 throw new ParseException(sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$value])), $value), $this->currentLineNb + 1, $this->currentLine, $this->filename);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js78 el.right.html.content.update(str);break;case"dom":d.dom.open(node,el.right.html.content,lib.env.ie);break;}}}},inspector:{enabled:false,el:null,inspect:function(_element,_bgInspector){with(firebug){var pos=internal.targetWindow.firebug.lib.util.Element.getPosition(_element);internal.targetWindow.firebug.el[_bgInspector&&"bgInspector"||"borderInspector"].environment.addStyle({"width":_element.offsetWidth+"px","height":_element.offsetHeight+"px","top":pos.offsetTop-(_bgInspector?0:2)+"px","left":pos.offsetLeft-(_bgInspector?0:2)+"px","display":"block"});if(!_bgInspector){d.inspector.el=_element;}};},toggle:function(_absoluteValue,_event){with(firebug){if(_absoluteValue==d.inspector.enabled) variable
H A Dfirebug-lite-1.2.js1510 var pos = internal.targetWindow.firebug.lib.util.Element.getPosition(_element); variable
1514 "top":pos.offsetTop-(_bgInspector?0:2)+"px", "left":pos.offsetLeft-(_bgInspector?0:2)+"px",

12345678910>>...65