/dokuwiki/inc/Form/ |
H A D | TagElement.php | 8 * Creates a self closing HTML tag 15 * @param string $tag 18 public function __construct($tag, $attributes = []) argument 20 parent::__construct('tag', $tag, $attributes);
|
H A D | TagOpenElement.php | 8 * Creates an open HTML tag. You have to make sure you close it 16 * @param string $tag 19 public function __construct($tag, $attributes = []) argument 21 parent::__construct('tagopen', $tag, $attributes);
|
H A D | TagCloseElement.php | 8 * Creates an HTML close tag. You have to make sure it has been opened 16 * @param string $tag 19 public function __construct($tag, $attributes = []) argument 21 parent::__construct('tagclose', $tag, $attributes); 33 throw new \BadMethodCallException('You can\t add classes to closing tag'); 48 throw new \BadMethodCallException('You can\t add ID to closing tag'); 65 throw new \BadMethodCallException('You can\t add attributes to closing tag'); 81 throw new \BadMethodCallException('You can\t add attributes to closing tag');
|
H A D | Form.php | 366 * Add a closed HTML tag to the form 368 * @param string $tag 372 public function addTag($tag, $pos = -1) argument 374 return $this->addElement(new TagElement($tag), $pos); 378 * Add an open HTML tag to the form 382 * @param string $tag 386 public function addTagOpen($tag, $pos = -1) argument 388 return $this->addElement(new TagOpenElement($tag), $pos); 392 * Add a closing HTML tag to the form 396 * @param string $tag 400 addTagClose($tag, $pos = 1) global() argument [all...] |
/dokuwiki/inc/Ui/ |
H A D | MediaDiff.php | 288 foreach ($rev1Tags as $key => $tag) { 289 if ($tag['value'] != $rev2Tags[$key]['value']) { 292 } elseif (!$tag['value'] || !$rev2Tags[$key]['value']) { 303 foreach ($tags as $tag) { 304 $value = cleanText($tag['value']); 306 echo '<dt>' . $lang[$tag['tag'][1]] . '</dt>'; 308 if (!empty($tag['highlighted'])) echo '<strong>'; 309 if ($tag['tag'][ [all...] |
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/ |
H A D | Message.php | 49 // Check that the root tag is valid 97 * Opening tag handler 99 * @param $tag 102 public function tagOpen($parser, $tag, $attr) argument 105 $this->_currentTag = $tag; 106 switch ($tag) { 110 $this->messageType = $tag; 135 * Closing tag handler 137 * @param $tag 139 public function tagClose($parser, $tag) argument [all...] |
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Sanitize.php | 387 foreach ($this->strip_htmltags as $tag) { 388 $this->strip_tag($tag, $document, $xpath, $type); 405 foreach ($this->add_attributes as $tag => $valuePairs) { 406 $this->add_attr($tag, $valuePairs, $document); 497 public function replace_urls($document, $tag, $attributes) argument 503 if (!is_array($this->strip_htmltags) || !in_array($tag, $this->strip_htmltags)) { 504 $elements = $document->getElementsByTagName($tag); 536 protected function strip_tag($tag, $document, $xpath, $type) argument 538 $elements = $xpath->query('body//' . $tag); 543 // For elements which aren't script or style, include the tag itsel 623 add_attr($tag, $valuePairs, $document) global() argument [all...] |
H A D | SimplePie.php | 2131 * sub-element of the opening feed tag. 2134 * namespace and tag name. Each element has `attribs`, `data` and `child` 2137 * `value` is a string) after the namespace. `child` has tag-indexed keys 2155 * @param string $tag Tag name 2158 public function get_feed_tags($namespace, $tag) argument 2162 if (isset($this->data['child'][self::NAMESPACE_ATOM_10]['feed'][0]['child'][$namespace][$tag])) { 2163 return $this->data['child'][self::NAMESPACE_ATOM_10]['feed'][0]['child'][$namespace][$tag]; 2167 if (isset($this->data['child'][self::NAMESPACE_ATOM_03]['feed'][0]['child'][$namespace][$tag])) { 2168 return $this->data['child'][self::NAMESPACE_ATOM_03]['feed'][0]['child'][$namespace][$tag]; 2172 if (isset($this->data['child'][self::NAMESPACE_RDF]['RDF'][0]['child'][$namespace][$tag])) { 2198 get_channel_tags($namespace, $tag) global() argument 2244 get_image_tags($namespace, $tag) global() argument [all...] |
H A D | Parser.php | 267 public function tag_open($parser, $tag, $attributes) argument 269 [$this->namespace[], $this->element[]] = $this->split_ns($tag); 328 public function tag_close($parser, $tag) argument 396 $person_tag = $category ? '<span class="person-tag"></span>' : '';
|
H A D | Source.php | 80 public function get_source_tags($namespace, $tag) argument 82 if (isset($this->data['child'][$namespace][$tag])) { 83 return $this->data['child'][$namespace][$tag];
|
H A D | Item.php | 136 * sub-element of the item/entry tag. 143 * @param string $tag Tag name 146 public function get_item_tags($namespace, $tag) argument 148 if (isset($this->data['child'][$namespace][$tag])) { 149 return $this->data['child'][$namespace][$tag]; 901 * Supports the <enclosure> RSS tag, as well as Media RSS and iTunes RSS. 921 * Supports the <enclosure> RSS tag, as well as Media RSS and iTunes RSS.
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ASN1.php | 233 * Sometimes we want to get the BER encoding of a particular tag. $start lets us do that without having to reencode. 255 $tag = $type & 0x1F; 256 if ($tag == 0x1F) { 257 $tag = 0; 266 $tag <<= 7; 272 $tag |= $temp; 294 // tags of indefinte length don't really have a header length; this length includes the tag 328 'constant' => $tag, 357 'constant' => $tag, 367 $current+= array('type' => $tag); 1277 _decodeTime($content, $tag) global() argument [all...] |
/dokuwiki/inc/ |
H A D | template.php | 407 * $data is an array of different header tags. Each tag can have multiple 420 foreach ($data as $tag => $inst) { 421 if ($tag == 'script') { 428 echo '<', $tag, ' ', buildAttributes($attr); 429 if (isset($attr['_data']) || $tag == 'script') { 430 if ($tag == 'script' && isset($attr['_data'])) 435 echo '>', $attr['_data'] ?? '', '</', $tag, '>'; 441 if ($tag == 'script') { 1043 * Returns the requested EXIF/IPTC tag from the current image 1054 * @param array|string $tags tag o [all...] |
H A D | form.php | 18 * Every pseudo-tag must have the key '_elem' set to the name of the element. 24 * tag. That way, the element output functions can pass the pseudo-element 145 * The element can be either a pseudo-tag or string. 148 * @param string|array $elem Pseudo-tag or string to add to the form. 163 * @param string|array $elem Pseudo-tag or string to add to the form. 178 * @param string|array $elem Pseudo-tag or string to add to the form. 340 * Create a form element for a non-specific empty tag. 342 * @param string $tag Tag name. 344 * @return array pseudo-tag 348 function form_makeTag($tag, 349 form_makeTag($tag, $attrs = array()) global() argument 366 form_makeOpenTag($tag, $attrs = array()) global() argument 382 form_makeCloseTag($tag) global() argument [all...] |
H A D | JpegMeta.php | 830 * Get an dimension string for use in img tag 1601 if ($values[$i]['tag'] == 'rdf:Description' && $values[$i]['type'] == 'open') { 1603 while ((++$i < $count) && ($values[$i]['tag'] != 'rdf:Description')) { 1604 $this->_parseXmpNode($values, $i, $this->_info['xmp'][$values[$i]['tag']], $count); 1639 if ($values[$i]['tag'] == 'rdf:Bag' || $values[$i]['tag'] == 'rdf:Seq') { 1642 while ($values[++$i]['tag'] == 'rdf:li') { 1645 $i++; // skip closing Bag/Seq tag 1647 } elseif ($values[$i]['tag'] == 'rdf:Alt') { 1652 while ((++$i < $count) && ($values[$i]['tag'] ! [all...] |
H A D | media.php | 1204 * Returns the requested EXIF/IPTC tag from the image meta 1242 foreach ($fields as $tag) { 1244 if (!empty($tag[0])) $t = [$tag[0]]; 1245 if (isset($tag[3]) && is_array($tag[3])) $t = array_merge($t, $tag[3]); 1247 $tags[] = ['tag' => $tag, 'value' => $value]; 1271 foreach ($tags as $tag) { [all...] |
H A D | DifferenceEngine.php | 976 function addWords($words, $tag = '') { argument 977 if ($tag != $this->_tag) 978 $this->_flushGroup($tag); 986 $this->_flushLine($tag);
|
/dokuwiki/conf/ |
H A D | interwiki.conf | 30 amazon https://www.amazon.com/dp/{URL}?tag=splitbrain-20 31 amazon.de https://www.amazon.de/dp/{URL}?tag=splitbrain-21
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | lessc.inc.php | 424 protected function expandParentSelectors(&$tag, $replace) { argument 425 $parts = explode("$&$", $tag); 431 $tag = implode($this->parentSelector, $parts); 469 // don't prepend the parent tag if & was used 2726 if ($this->tag($tag, true) && $this->argumentDef($args, $isVararg) && 2730 $block = $this->pushBlock($this->fixTags(array($tag))); 2761 foreach ($block->tags as $tag) { 2762 if (!is_string($tag) || $tag[ 3458 tag(& $tag, $simple = false) global() argument [all...] |
/dokuwiki/lib/plugins/extension/helper/ |
H A D | list.php | 222 * Get the link and image tag for the screenshot/thumbnail 343 foreach ($extension->getTags() as $tag) { 349 $url = $this->gui->tabURL('search', ['q' => 'tag:' . $tag]); 350 $html .= '<bdi><a href="' . $url . '">' . hsc($tag) . '</a></bdi>';
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | README.md | 91 Rotates the image according to the EXIF rotation tag if found.
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | RSA.php | 1197 $tag = ord($this->_string_shift($key)); 1209 if ($tag == self::ASN1_INTEGER && substr($key, 0, 3) == "\x01\x00\x30") { 1211 $tag = self::ASN1_SEQUENCE; 1214 if ($tag == self::ASN1_SEQUENCE) { 1266 $tag = ord($this->_string_shift($key)); // skip over the BIT STRING / OCTET STRING tag 1271 if ($tag == self::ASN1_BITSTRING) { 1280 $tag = ord($this->_string_shift($key)); 1282 if ($tag != self::ASN1_INTEGER) {
|
/dokuwiki/lib/plugins/extension/ |
H A D | style.less | 170 background: transparent url(images/tag.png) no-repeat 0 0;
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 94 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE) 425 * Fixed a problem with tag and attribute names in XML highlighting (SF#2276119, BenBE) 565 * Removed <, > and / from HTML names, now only containing the real tag names (BenBE) 703 - Added a possibility to force generation of a surrounding tag around
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
|