Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/inc/
H A DJpegMeta.php1590 $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 Dmedia.php183 $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 Dtemplate.php1076 * @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 DDocBlock.php19 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 DDocBlockMethod.php76 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 DDocBlockProperty.php44 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 DJSONCreator.php48 $entry['tags'] = (array)$item->category;
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php291 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 DLessc.php496 $selectors = $this->compileSelectors($block->tags);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php294 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 DSanitize.php183 …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 DSimplePie.php1369 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 Dtoolbar.js173 tags;
180 tags = (new Array(8 - lvl)).join('=');
181 insertTags(edid, tags+' ', ' '+tags+"\n", props.text);
/dokuwiki/inc/Ui/
H A DMediaDiff.php299 foreach ([$rev1Tags, $rev2Tags] as $tags) {
303 foreach ($tags as $tag) {
/dokuwiki/lib/plugins/extension/
H A DGuiExtension.php248 $tags = $this->extension->getTags();
249 if ($tags) {
253 }, $tags));
H A DExtension.php561 return $this->getRemoteTag('tags', []);
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt366 …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 Dsyntax.txt366 …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 DCHANGELOG96 - 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 DCHANGELOG.md276 * Added sanitization of the `</html>` and `</body>` tags. [#348](https://github.com/simplepie/simpl…