Home
last modified time | relevance | path

Searched +full:tags +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 1 – 25 of 26) sorted by relevance

12

/plugin/tag/syntax/
H A Dtag.php4 * belongs to. The links are marked as tags for Technorati and other services
7 * Usage: {{tag>category tags space separated}}
14 * Tag syntax plugin, allows to specify tags in a page
48 $tags = trim(substr($match, 6, -2)); // strip markup & whitespace
49 $tags = trim($tags, "\xe2\x80\x8b"); // strip word/wordpad breaklines
50 $tags = preg_replace(['/[[:blank:]]+/', '/\s+/'], " ", $tags); // replace linebreaks and multiple spaces with one space character
51 $tags = preg_replace('/[\x00-\x1F\x7F]/u', '', $tags); // stri
[all...]
H A Dcount.php4 * belongs to. The links are marked as tags for Technorati and other services
7 * Usage: {{tag>category tags space separated}}
47 $match = trim(substr($match, 8, -2)); // get given tags
48 [$tags, $nsstring] = array_pad(explode('&', $match,2),2,''); // split to tags and allowed namespaces
60 if (!$tags) {
61 $tags = '+';
70 $helper->parseTagList($tags),
86 list($tags, $allowedNamespaces) = $data;
96 // get tags an
[all...]
H A Dsearchtags.php91 $tags = $this->getTagSearchString();
93 if ($tags != null) {
96 $pages = $helper->getTopic($this->getNS(), '', $tags);
161 // load the tag list - only tags that actually have pages assigned that the current user can access are listed
164 $tags = $my->tagOccurrences(array(), NULL, true);
166 // sort tags by name ($tags is in the form $tag => $count)
167 ksort($tags);
169 // display error message when no tags were found
170 if (!isset($tags) ||
[all...]
H A Dtagpage.php54 $match = array_pad(explode('|', $match, 2), 2, ''); // split to tags, link name and options
/plugin/tag/
H A Dhelper.php11 * Helper part of the tag plugin, allows to query and print tags
65 'desc' => 'returns the header for the tags column for pagelist',
77 'params' => ['tags' => 'array'],
92 'desc' => 'refines an array of pages with tags',
95 'refinement tags' => 'string'
101 'desc' => 'returns a list of tags with their number of occurrences',
103 'list of tags to get the occurrences for' => 'array',
105 'if all tags shall be returned (then the first parameter is ignored)' => 'boolean',
108 'return' => ['tags' => 'array'],
134 return $this->getLang('tags');
162 tagLinks($tags) global() argument
369 tagOccurrences($tags, $namespaces = null, $allTags = false, $isRecursive = null) global() argument
498 parseTagList($tags, $clean = false) global() argument
523 cleanTagList($tags) global() argument
691 _parseTagList($tags, $clean = false) global() argument
716 _cleanTagList($tags) global() argument
[all...]
H A Daction.php43 // make sure the tags are cleaned and no duplicate tags are added to the index
44 $tags = p_get_metadata($event->data['page'], 'subject');
45 if (!is_array($tags)) {
48 $event->data['metadata']['subject'] = $helper->cleanTagList($tags);
130 // Fetch tags for the page; stop proceeding when no tags specified
131 $tags = p_get_metadata($ID, 'subject', METADATA_DONT_RENDER);
132 if(is_null($tags)) {
H A Dstyle.css1 .dokuwiki div.tags,
7 .dokuwiki div.tags {
19 .dokuwiki div.tags span,
/plugin/tagsections/syntax/
H A Dtag.php4 * belongs to. The links are marked as tags for Technorati and other services
7 * Usage: {{tag>category tags space separated}}
23 * Tag syntax plugin, allows to specify tags in a page
72 $levelTags = $tags = implode(' ', array_map(array($this, '__tags'), $data));
75 $matches[2] = preg_replace("/(class=\")(.*?)/", "$1$tags $2", $matches[2]);
/plugin/authucenter/lib/uc_client/model/
H A Dtag.php27 $arr = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname'");
51 …$return = $this->db->result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$data…
53 …$this->db->query("UPDATE ".UC_DBTABLEPRE."tags SET data='$datanew', expiration='".$this->base->tim…
55 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."tags (tagname, appid, data, expiration) VALUES ('$d…
61 …$return = $this->db->result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagn…
63 …$this->db->query("UPDATE ".UC_DBTABLEPRE."tags SET expiration='0' WHERE tagname='$tagname' AND app…
65 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."tags (tagname, appid, expiration) VALUES ('$tagname…
/plugin/tag/conf/
H A Ddefault.php10 $conf['list_tags_of_subns'] = 0; // list also tags in subnamespaces of a specified namespace (count syntax)
11 $conf['tags_list_css'] = 'tags'; // wich CSS style to use for tag list?
H A Dmetadata.php18 '_choices' => array('tags', 'tagstop'));
/plugin/struct/types/
H A DTag.php41 * Autocomplete from existing tags
78 * Create the sql to query the database for tags to do autocompletion
116 * Normalize tags before comparing
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php12 // module for analyzing Lyrics3 tags //
28 // http://www.volweb.cz/str/tags.htm
124 …$this->warning('Lyrics3 and APE tags appear to have become entangled (most likely due to updating …
141 // http://www.volweb.cz/str/tags.htm
H A Dmodule.tag.id3v1.php12 // module for analyzing ID3v1 tags //
116 // The way iTunes handles tags is, well, brain-damaged.
H A Dmodule.tag.apetag.php12 // module for analyzing APE tags //
389 // "Note: APE Tags 1.0 do not use any of the APE Tag flags.
H A Dmodule.tag.xmp.php71 * Get a copy of all XMP tags extracted from the image
265 if (xml_parse_into_struct($xml_parser, $xmltext, $values, $tags) == 0)
H A Dmodule.tag.id3v2.php12 // module for analyzing ID3v2 tags //
343 …rversion.'))). [Note: this particular error has been known to happen with tags edited by iTunes (v…
402 …rversion.'))). [Note: this particular error has been known to happen with tags edited by "MP3ext (…
522 …hack-fixes for some badly-written ID3v2.3 taggers, while trying not to break correctly-written tags
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTag.php15 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php36 public static $tags = [BarTag::BAR_TAG, BarTag::SLIDE_TAG]; variable in ComboStrap\\Tag\\BarTag
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInlineTag.php41 // mPDF 5.7.3 Inline tags
158 // mPDF 5.7.3 Inline tags
185 // mPDF 5.7.3 Inline tags
H A DColumns.php35 // Close any open block tags
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php11 // module for analyzing ID3v1 tags //
79 // The way iTunes handles tags is, well, brain-damaged.
H A Dmodule.tag.id3v2.php11 // module for analyzing ID3v2 tags //
306 …rversion.'))). [Note: this particular error has been known to happen with tags edited by iTunes (v…
365 …rversion.'))). [Note: this particular error has been known to happen with tags edited by "MP3ext (…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php175 // Correct for tags where HTML5 specifies optional end tags excluding table elements (cf WriteHTML() )
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php26 * Tag class provides a base for parsing, modifying, outputting and creating XML tags
376 // if no tags opened we found the tag close

12