| /dokuwiki/inc/ |
| H A D | JpegMeta.php | 1590 $result = xml_parse_into_struct($parser, $data, $values, $tags); 2686 $tags = array(); 2689 $tags[0x010E] = 'ImageDescription'; 2690 $tags[0x010F] = 'Make'; 2691 $tags[0x0110] = 'Model'; 2692 $tags[0x0112] = 'Orientation'; 2693 $tags[0x011A] = 'XResolution'; 2694 $tags[0x011B] = 'YResolution'; 2695 $tags[0x0128] = 'ResolutionUnit'; 2696 $tags[0x0131] = 'Software'; [all …]
|
| H A D | media.php | 183 $tags = [$field[0]]; 184 if (isset($field[3]) && is_array($field[3])) $tags = array_merge($tags, $field[3]); 185 $value = tpl_img_getTag($tags, '', $src); 1208 * @param array $tags array with tags, first existing is returned 1213 function media_getTag($tags, $meta = false, $alt = '') argument 1216 $info = $meta->getField($tags); 1240 $tags = []; 1247 $tags[] = ['tag' => $tag, 'value' => $value]; 1250 return $tags; 1268 $tags = media_file_tags($meta); [all …]
|
| H A D | template.php | 1076 * @param array|string $tags tag or array of tags to try 1083 function tpl_img_getTag($tags, $alt = '', $src = null) argument 1095 $info = cleanText($imgMeta->getField($tags)); 1117 $tags = tpl_get_img_meta(); 1120 foreach ($tags as $tag) { 1152 $tags = []; 1163 $tags[] = ['langkey' => $tag[1], 'type' => $tag[2], 'value' => $value]; 1166 return $tags;
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | DocBlock.php | 19 protected $tags = []; variable in dokuwiki\\Remote\\OpenApiDoc\\DocBlock 41 $tags = []; 44 $tags[$match[1]][] = trim($match[2]); 57 $this->tags = $tags; 97 return $this->tags; 108 if (!isset($this->tags[$tag])) return []; 109 return $this->tags[$tag];
|
| H A D | DocBlockMethod.php | 76 foreach ($this->tags['param'] ?? [] as $param) { 85 $this->tags['param'] = $result; 105 foreach ($this->tags['return'] ?? [] as $return) { 110 $this->tags['return'] = $result;
|
| H A D | DocBlockProperty.php | 44 if (!isset($this->tags['var'])) return; 46 [$type, $description] = array_map('trim', sexplode(' ', $this->tags['var'][0], 2, ''));
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | JSONCreator.php | 48 $entry['tags'] = (array)$item->category;
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Parser.php | 291 if ($this->tags($tags) && $this->literal('{', false)) { 292 $tags = $this->fixTags($tags); 293 $this->pushBlock($tags); 312 foreach ($block->tags as $tag) { 320 foreach ($block->tags as $tag) { 338 if ($this->mixinTags($tags) && 341 $tags = $this->fixTags($tags); 342 $this->append(['mixin', $tags, $argv, $suffix], $s); 366 protected function fixTags($tags) argument 369 foreach ($tags as &$tag) { [all …]
|
| H A D | Lessc.php | 496 $selectors = $this->compileSelectors($block->tags);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Item.php | 294 if (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'summary')) && 295 …his->sanitize($tags[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_type', [$tag… 297 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_03, 'summary')) && 298 …his->sanitize($tags[0]['data'], $this->registry->call(Misc::class, 'atom_03_construct_type', [$tag… 300 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_RSS_10, 'description')) && 301 …($return = $this->sanitize($tags[0]['data'], \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML, $this->ge… 303 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_RSS_20, 'description')) && 304 …($return = $this->sanitize($tags[0]['data'], \SimplePie\SimplePie::CONSTRUCT_HTML, $this->get_base… 306 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_DC_11, 'description')) && 307 … ($return = $this->sanitize($tags[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT))) { [all …]
|
| H A D | Sanitize.php | 183 …public function strip_htmltags($tags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form… argument 185 if ($tags) { 186 if (is_array($tags)) { 187 $this->strip_htmltags = $tags; 189 $this->strip_htmltags = explode(',', $tags);
|
| H A D | SimplePie.php | 1369 public function strip_htmltags($tags = '', $encode = null) argument 1371 if ($tags === '') { 1372 $tags = $this->strip_htmltags; 1374 $this->sanitize->strip_htmltags($tags);
|
| /dokuwiki/lib/scripts/ |
| H A D | toolbar.js | 173 tags; 180 tags = (new Array(8 - lvl)).join('='); 181 insertTags(edid, tags+' ', ' '+tags+"\n", props.text);
|
| /dokuwiki/inc/Ui/ |
| H A D | MediaDiff.php | 299 foreach ([$rev1Tags, $rev2Tags] as $tags) { 303 foreach ($tags as $tag) {
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | GuiExtension.php | 248 $tags = $this->extension->getTags(); 249 if ($tags) { 253 }, $tags));
|
| H A D | Extension.php | 561 return $this->getRemoteTag('tags', []);
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 366 …d (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, wi… 380 …at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or '… 448 | description| show the item description. All HTML tags will be stripped |
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 366 …d (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, wi… 380 …at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or '… 448 | description| show the item description. All HTML tags will be stripped |
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 96 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE) 669 - Updated doxygen documentation to include since tags and some missing parameters 782 - Allow XML tags to have dashes. 928 - Added underscore to allowed characters in match for XML tags (anonymous)
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 276 * Added sanitization of the `</html>` and `</body>` tags. [#348](https://github.com/simplepie/simpl…
|