Home
last modified time | relevance | path

Searched refs:tag (Results 426 – 450 of 1150) sorted by relevance

1...<<11121314151617181920>>...46

/plugin/tag/
H A Daction.php8 * Action part of the tag plugin, handles tag display and index updates
42 if ($helper = $this->loadHelper('tag')) {
54 * catch tag action
64 * Display the tag page
79 $tag = trim(str_replace($tagns.':', '', $INPUT->str('tag')));
83 if ($helper = $this->loadHelper('tag')) {
84 $pages = $helper->getTopic($ns, '', $tag);
101 print '<h1>TAG: ' . hsc(str_replace('_', ' ', $INPUT->str('tag')))
[all...]
/plugin/admnote/
H A DREADME.md25 This plugin uses the `<adm></adm>` tag pair to start and end a note. The first parameter of the ope…
31 …n replace the standard heading by adding your heading text as a third parameter in the `<adm>` tag:
/plugin/anewssystem/
H A Daction.php156 foreach($tags as $tag) {
157 … if(($tag!==false) && (stripos($archive_options['tag'],trim($tag))!==false)){
/plugin/hidden/
H A Dsyntax.php150 private function _grepOption(&$options, $tag, &$match){ argument
151 preg_match("/$tag *= *\"([^\"]*)\" ?/i", $match, $text);
154 $options[$tag] = $text[1];
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt164 tag любой открывающий или закрывающий тег от "<" до ">"
174 tag любой открывающий или закрывающий тег от "<" до ">"
201 tag любой открывающий или закрывающий тег от "<" до ">"
351 tag начало и конец раздела конфига
/plugin/codemirror/dist/modes/
H A Dhandlebars.min.js.map1tag\" },\n { regex: /\\{\\{!--/, push: \"dash_comment\", token: \"comment\" },\n { regex…
/plugin/git/lib/
H A DGit.php619 * @param string $tag
623 public function add_tag($tag, $message = null) argument
626 $message = $tag;
628 return $this->run("tag -a $tag -m $message");
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php137 $tag = $char;
138 $this->tagType = $tag;
140 $tag = null;
151 if ($tag !== null) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst42 You can use a ``lipsum`` *tag*:
52 * The tag outputs something;
53 * The tag is not flexible as you cannot use it in an expression:
369 variables from within a template. The tag can be used like follows:
386 Three steps are needed to define a new tag:
392 * Registering the tag.
394 Registering a new tag
452 the ``set`` tag.
771 Adding a tag in an extension can be done by overriding the
785 In the above code, we have added a single new tag, defined by the
[all …]
/plugin/wikistats/
H A DREADME.md13 | Optionally requires | [tag](https://www.dokuwiki.org/plugin:tag "plugin tag") (for displaying tag
15 …gins with this tag"), [statistics](https://www.dokuwiki.org/plugins?plugintag=statistics#extension…
115 To display all stats (including namspaces and tags (if tag plugin is installed))
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php142 foreach ($docblock->getTags() as $tag) {
143 $tagText = $this->tagFormatter->format($tag);
/plugin/code3/styles/schemes/
H A Ddefault.css43 /** sgml tag. */
44 div.PSyHi_Container span.tag,
/plugin/include/syntax/
H A Dfooter.php27 * added an href parameter to the anchor tag linking to the wikilink.
118 if (empty($sect) && $flags['tags'] && (!plugin_isdisabled('tag')) && ($tag = plugin_load('helper', 'tag'))) {
119 $tags = $tag->td($page);
/plugin/adhoctags/syntax/
H A Dabbr.php17 protected $tag = 'abbr'; variable in syntax_plugin_adhoctags_abbr
H A Daddress.php15 protected $tag = 'address'; variable in syntax_plugin_adhoctags_address
H A Daside.php15 protected $tag = 'aside'; variable in syntax_plugin_adhoctags_aside
H A Dhgroup.php15 protected $tag = 'hgroup'; variable in syntax_plugin_adhoctags_hgroup
H A Dmark.php15 protected $tag = 'mark'; variable in syntax_plugin_adhoctags_mark
H A Dsection.php15 protected $tag = 'section'; variable in syntax_plugin_adhoctags_section
H A Dsmall.php15 protected $tag = 'small'; variable in syntax_plugin_adhoctags_small
H A Dspan.php15 protected $tag = 'span'; variable in syntax_plugin_adhoctags_span
H A Dsummary.php15 protected $tag = 'summary'; variable in syntax_plugin_adhoctags_summary
H A Darticle.php15 protected $tag = 'article'; variable in syntax_plugin_adhoctags_article
H A Dbdi.php15 protected $tag = 'bdi'; variable in syntax_plugin_adhoctags_bdi
H A Dbdo.php15 protected $tag = 'bdo'; variable in syntax_plugin_adhoctags_bdo

1...<<11121314151617181920>>...46