Searched defs:tag (Results 1 – 19 of 19) sorted by relevance
/dokuwiki/inc/Form/ |
D | TagOpenElement.php | 19 public function __construct($tag, $attributes = [])
|
D | TagElement.php | 18 public function __construct($tag, $attributes = [])
|
D | TagCloseElement.php | 19 public function __construct($tag, $attributes = [])
|
D | Form.php | 372 public function addTag($tag, $pos = -1) 386 public function addTagOpen($tag, $pos = -1) 400 public function addTagClose($tag, $pos = -1)
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/ |
D | Message.php | 101 public function tagOpen($parser, $tag, $attr) 138 public function tagClose($parser, $tag)
|
/dokuwiki/inc/Remote/OpenApiDoc/ |
D | DocBlock.php | 106 public function getTag($tag)
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Parser.php | 265 public function tag_open($parser, $tag, $attributes) 326 public function tag_close($parser, $tag)
|
D | Sanitize.php | 496 public function replace_urls($document, $tag, $attributes) 535 protected function strip_tag($tag, $document, $xpath, $type) 622 protected function add_attr($tag, $valuePairs, $document)
|
D | Source.php | 79 public function get_source_tags($namespace, $tag)
|
D | Item.php | 145 public function get_item_tags($namespace, $tag)
|
D | SimplePie.php | 2156 public function get_feed_tags($namespace, $tag) 2196 public function get_channel_tags($namespace, $tag) 2242 public function get_image_tags($namespace, $tag)
|
/dokuwiki/lib/plugins/extension/ |
D | Extension.php | 798 protected function getTag($tag, $default = '') 814 protected function getRemoteTag($tag, $default = '')
|
/dokuwiki/inc/ |
D | form.php | 348 function form_makeTag($tag, $attrs = array()) 366 function form_makeOpenTag($tag, $attrs = array()) 383 function form_makeCloseTag($tag)
|
D | DifferenceEngine.php | 976 function addWords($words, $tag = '') {
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
D | Parser.php | 1048 protected function tag(&$tag, $simple = false) argument
|
D | Lessc.php | 721 protected function expandParentSelectors(&$tag, $replace): int
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | ASN1.php | 1256 private static function decodeTime($content, $tag)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
D | SymmetricKey.php | 1929 public function setTag($tag)
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 791 public static function expandEmptyTag($tag, $xml){
|