Home
last modified time | relevance | path

Searched +full:tags -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 49) sorted by relevance

12

/dokuwiki/inc/
H A DJpegMeta.php1590 $result = xml_parse_into_struct($parser, $data, $values, $tags);
1935 // Unknown Tags will be ignored!!!
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[
[all...]
H A Dtemplate.php337 // setup robot tags appropriate for different modes
408 * $data is an array of different header tags. Each tag can have multiple
412 * For tags having a body attribute specify the body data in the special
430 $attr['nonce'] = $nonce; // add nonce to inline script tags
1065 * If $tags is an array all given tags are tried until a
1074 * @param array|string $tags tag or array of tags to try
1081 function tpl_img_getTag($tags, $alt = '', $src = null)
1093 $info = cleanText($imgMeta->getField($tags));
1010 tpl_img_getTag($tags, $alt = '', $src = null) global() argument
[all...]
H A Dmedia.php31 * their CSS tags except pagenames won't be links.
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 = '')
1216 $info = $meta->getField($tags);
1222 * Returns mediafile tags
1155 media_getTag($tags, $meta = false, $alt = '') global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dtwig.php15 * - Added new tags, filters and functions
54 //Tags
204 1 => 'color: #0600FF;', //Tags
242 1 => 'http://twig.sensiolabs.org/doc/tags/{FNAMEL}.html',
H A Dmxml.php103 // opening tags
111 // closing tags
H A Dhtml4strict.php22 * - Removed the background colour from tags' styles
29 * * Eliminate empty tags that aren't allowed in HTML4 strict
H A Dhtml5.php22 * - Removed the background colour from tags' styles
29 * * Eliminate empty tags that aren't allowed in HTML4 strict
H A Dnewlisp.php100 'write-line','xfer-event','xml-error','xml-parse','xml-type-tags',
162 // tags in newlispdoc
H A Dcfm.php48 /* CFM Tags */
73 /* HTML Tags */
/dokuwiki/lib/scripts/
H A Dtoolbar.js173 tags;
180 tags = (new Array(8 - lvl)).join('=');
181 insertTags(edid, tags+' ', ' '+tags+"\n", props.text);
H A Dtextselection.js136 // surround with tags
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php43 // - valid html in $rawFieldContent and we enclose in CDATA tags
H A DFeedItem.php46 * if $value contains markup. This may be abused to embed tags not implemented by
/dokuwiki/lib/plugins/extension/
H A Dstyle.less164 // Docs, Bugs, Tags
168 span.tags {
254 div.linkbar span.tags,
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php62 * @todo Move to using an actual HTML parser (this will allow tags to be properly stripped, and to switch between HTML and XHTML), this will also make it easier to shorten a string while preserving HTML tags
184 public function strip_htmltags($tags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style']) argument
186 if ($tags) {
187 if (is_array($tags)) {
188 $this->strip_htmltags = $tags;
190 $this->strip_htmltags = explode(',', $tags);
383 // Strip out HTML tags and attributes that might cause various security problems.
416 // If image handling (caching, etc.) is enabled, cache and rewrite all the image tags.
H A DItem.php295 if (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'summary')) &&
296 ($return = $this->sanitize($tags[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_type', [$tags[0]['attribs']]), $this->get_base($tags[0])))) {
298 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_03, 'summary')) &&
299 ($return = $this->sanitize($tags[0]['data'], $this->registry->call(Misc::class, 'atom_03_construct_type', [$tags[0]['attribs']]), $this->get_base($tags[0])))) {
301 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_RSS_10, 'description')) &&
302 ($return = $this->sanitize($tags[
[all...]
H A DCopyright.php49 * Manages `<media:copyright>` copyright tags as defined in Media RSS
H A DRating.php49 * Handles `<media:rating>` or `<itunes:explicit>` tags as defined in Media RSS and iTunes RSS respectively
/dokuwiki/inc/Form/
H A DCheckableElement.php67 * Note: allow HTML tags in label text
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php8 * All output by this class is embedded in <div></div> tags to enable formatting
48 * In case of very simple output you may want to get rid of the style tags,
H A DFeedCreator.php62 * if $value contains markup. This may be abused to embed tags not implemented by
142 * @return string the XML tags corresponding to $additionalElements
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/Ui/
H A DIndex.php101 * <li> tags for namespaces when displaying the page index
H A DMediaDiff.php299 foreach ([$rev1Tags, $rev2Tags] as $tags) {
303 foreach ($tags as $tag) {
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt366 If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
380 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
448 | description| show the item description. All HTML tags will be stripped |

12