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 path

12

/dokuwiki/conf/
H A Ddokuwiki.php132 // 'diff' - plain text unified diff wrapped in <pre> tags
/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 |
/dokuwiki/inc/Form/
H A DCheckableElement.php67 * Note: allow HTML tags in label text
/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 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
H A Dform.php17 * The forms is built from a list of pseudo-tags (arrays with expected keys).
48 // Array of pseudo-tags
93 * Add <fieldset></fieldset> tags around fields.
H A Dhtml.php404 * <li> tags for namespaces when displaying the page index
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...]
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...]
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php68 * Useful for entering parenthesis, strings, tags, etc.
/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) {
H A DPageDiff.php540 // - html tags, so these can be ignored
/dokuwiki/inc/parser/
H A Dhandler.php244 * Simplifies handling for the formatting tags which all behave the same
/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 Dlist.php89 * Add closing tags
342 $html .= ' <span class="tags">' . $this->getLang('tags') . ' ';
H A Drepository.php187 // extract tags
/dokuwiki/lib/plugins/extension/
H A Dstyle.less164 // Docs, Bugs, Tags
168 span.tags {
254 div.linkbar span.tags,
/dokuwiki/lib/scripts/
H A Dtextselection.js136 // surround with tags
H A Dtoolbar.js173 tags;
180 tags = (new Array(8 - lvl)).join('=');
181 insertTags(edid, tags+' ', ' '+tags+"\n", props.text);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG94 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE)
667 - Updated doxygen documentation to include since tags and some missing parameters
780 - Allow XML tags to have dashes.
926 - Added underscore to allowed characters in match for XML tags (anonymous)
H A Dbuild.xml6 Packs up a new version of geshi, tags it in git and releases it on
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3591 //Close remaining tags and insert the replacement at the right position ...
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dc_loadrunner.php319 // Note that if you are using <pre> tags for your code, then the browser chooses how many spaces your tabs will translate to.

12