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 last modified time

12

/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml6 Packs up a new version of geshi, tags it in git and releases it on
/dokuwiki/lib/plugins/extension/
H A Dstyle.less164 // Docs, Bugs, Tags
168 span.tags {
254 div.linkbar span.tags,
/dokuwiki/inc/
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 DMailer.class.php198 * @param array $htmlrep replacements to apply on the HTML part, null to use $textrep (urls wrapped in <a> tags)
H A Dcommon.php2032 $content = preg_replace('/>\s+</s', '><', $content); // newlines between tags
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Derlang.php211 'supervisor_bridge', 'sys', 'systools', 'tags', 'test_server',
H A Dmxml.php103 // opening tags
111 // closing tags
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 */
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 Dvim.php266 'tagbsearch', 'taglength', 'tagrelative', 'tags', 'tagstack',
/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/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php68 * Useful for entering parenthesis, strings, tags, etc.
/dokuwiki/vendor/simplepie/simplepie/src/
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
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.
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php65 // Set XML parser to take the case of tags in to account
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
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
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,
/dokuwiki/inc/Ui/
H A DIndex.php101 * <li> tags for namespaces when displaying the page index
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php420 * Get the names of the tags of the extension
422 * @return array The names of the tags of the extension
426 if (!empty($this->remoteInfo['tags'])) return $this->remoteInfo['tags'];
H A Drepository.php187 // extract tags

12