Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 27) sorted by last modified time

12

/dokuwiki/lib/plugins/extension/
H A Dstyle.less170 background: transparent url(images/tag.png) no-repeat 0 0;
/dokuwiki/inc/
H A Dtemplate.php407 * $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 DJpegMeta.php830 * 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 Dmedia.php1204 * 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 Dform.php18 * 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 DDifferenceEngine.php976 function addWords($words, $tag = '') { argument
977 if ($tag != $this->_tag)
978 $this->_flushGroup($tag);
986 $this->_flushLine($tag);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php267 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 DSanitize.php387 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 DSimplePie.php2131 * 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 DSource.php80 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 DItem.php136 * 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/kissifrot/php-ixr/src/Message/
H A DMessage.php49 // 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/conf/
H A Dinterwiki.conf30 amazon https://www.amazon.com/dp/{URL}?tag=splitbrain-20
31 amazon.de https://www.amazon.de/dp/{URL}?tag=splitbrain-21
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1186 .ui-icon-tag { background-position: -240px -96px; }
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/Ui/
H A DMediaDiff.php288 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/data/pages/wiki/
H A Dsyntax.txt406 [[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>''.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php213 * Sometimes we want to get the BER encoding of a particular tag. $start lets us do that without having to reencode.
234 $tag = $type & 0x1F;
235 if ($tag == 0x1F) {
236 $tag = 0;
245 $tag <<= 7;
251 $tag |= $temp;
273 // tags of indefinte length don't really have a header length; this length includes the tag
308 'constant' => $tag,
337 'constant' => $tag,
347 $current += ['type' => $tag];
1277 _decodeTime($content, $tag) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md199 * Removed extra closing `<a>` tag. [#537](https://github.com/simplepie/simplepie/pull/537)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG94 - 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/vendor/splitbrain/slika/
H A DREADME.md91 Rotates the image according to the EXIF rotation tag if found.
/dokuwiki/inc/Form/
H A DForm.php366 * 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...]
H A DTagCloseElement.php8 * 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 DTagElement.php8 * Creates a self closing HTML tag
15 * @param string $tag
18 public function __construct($tag, $attributes = []) argument
20 parent::__construct('tag', $tag, $attributes);

12