Home
last modified time | relevance | path

Searched refs:tag (Results 1101 – 1125 of 1150) sorted by path

1...<<414243444546

/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
/plugin/tagging/
H A Dplugin.info.txt6 desc Allow users to annotate pages with tags, search for tags and show useful tag clouds.
/plugin/tagging/script/
H A Dsearch.js3 * Add tag search parameter to all links in the advanced search tools
58 // when tag search has no results, build the filter dropdown anyway but from tags in query
65 for (const tag in tags) {
66 let checked = filters.includes(tag) ? 'checked="checked"' : '';
69 <input name="tagging[]" type="checkbox" value="${tag}" id="__tagging-${i}" ${checked}>
70 <label for="__tagging-${i}" title="${tag}">
71 ${tag} (${tags[tag]})
96 const tag = text.replace('#', '');
97 tags.push(tag);
101 AnonymousFunctionbaaa77120500(allTags, tag) global() argument
132 AnonymousFunctionbaaa77120700(tag) global() argument
142 toggleTag(tag) global() argument
[all...]
/plugin/tagsections/
H A Dhelper.php68 foreach($tags as $tag){
69 …is_null($tag_expr) || @preg_match('/^'.$tag_expr.'$/i',$tag)) && $this->_checkTagInNamespace($tag,…
71 $label = strrchr($tag,':');
72 $label = $label !=''?$label:$tag;
73 $tag_label_r[$tag] = ucwords(trim(str_replace('_',' ',trim($label,':'))));
104 private function _checkTagInNamespace($tag,$ns,$acl_safe=true){ argument
109 $pages = $indexer->lookupKey('subject', $tag, array($this, '_tagCompare'));
143 list($category, $tag) = explode(':', $nsTag, 2);
144 if ( empty($tag) ) {
145 $tag = $category;
[all …]
H A Dscript.js56 jQuery.each(entries, function(tag){ argument
60 typeof data.tagsForSection[namespace][tag] != 'undefined';
61 creeateCheckBox(namespace, tag, check).appendTo($accordeonContent);
87 var creeateCheckBox = function(namespace, tag, checked) { argument
88 var tagName = (namespace||'').length > 0 ? namespace+':'+tag : tag;
90 return jQuery('<label/>').attr('for', tagName).text(tag).append($element);
103 var tag = $element.val();
104 $newTagLine.before(creeateCheckBox(namespace, tag, true));
H A Dstyle.less55 .tagsections.header.tag {
68 background: url(images/tag.gif);
/plugin/task/syntax/
H A Dtasks.php61 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
64 $pages = $tag->tagRefine($pages, $refine);
/plugin/textile2/
H A DclassTextile.php527 $tag = 'p';
573 $tag = 'p';
595 $tag = 'p';
603 if ($tag == "bq") {
611 elseif ($tag == 'bc') {
618 elseif ($tag == 'notextile') {
623 elseif ($tag == 'pre') {
630 $o2 = "\t<$tag$atts>";
631 $c2 = "</$tag>";
701 $tag = $qtags[$tag];
[all …]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js264 …)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|e… argument
1662 if("tag" in F){var J=F.tag;
1680 }}else{if(B!="tag"&&B!="elmt"){A.setAttribute(B,H);
/plugin/tplmod/
H A Dplugin.info.txt6 desc Modify template tools, logo image, tag line, ui language
/plugin/tumblr/
H A Dsyntax.php186 $html .= '<a href="'.wl($ID, 'tagged='.str_replace(" ", "-", $tag)).'">'.$tag.'</a>';
/plugin/twcheckliste/
H A Dsyntax.php77 private function _grepOption(&$options, $tag, &$match) { argument
78 preg_match("/$tag *= *\"([^\"]*)\" ?/i", $match, $text);
81 $options[$tag] = $text[1];
/plugin/txt2tags/
H A DREADME.doku88 … the table creation wizard, to do so, include this just before the </body> tag, at the end of your…
H A DREADME.t2t88 … the table creation wizard, to do so, include this just before the </body> tag, at the end of your…
/plugin/typography/
H A DREADME.md6 The `<typo>` markup tag specifies CSS font properties such as font face, size, weight, and color of…
9 Some specific **short name** are also available as markup tag; `<ff>` (font familiy/name), `<fs>` (…
/plugin/vcard/
H A Dplugin.info.txt6 desc Creates a link to download a vCard file and a tag to microformat hCard
H A Dsyntax.php301 $tag = $this->getConf("tag_$tag_");
302 if (!$tag) {
303 $tag = 'span';
306 $html .= '<'.$tag;
312 if ($tag == 'abbr') {
318 $html .= '</'.$tag.'>';
325 private function _tagclass($tag, $text) { argument
326 return $this->_tag($tag, $text, $tag);
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js488 document.createElementExt = function (tag /* :String */, p /* :Object */ ) /* :HTMLElement */{ argument
489 var L, i, k, el = document.createElement(tag);
/plugin/webcode/
H A DREADME.md14 …osing code block by a `<webcode>` block, the plugin will add the result after the last webcode tag.
54 * parses the content between the two `<webcode>` tag,
56 …* adds after the last webcode tag an [iframe](https://docs.webplatform.org/wiki/html/elements/ifra…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3776 function __link__(tag,code,outputs,args){if(!tag||!tag.tag){return argument
3777 }tag.tag.compile();
3781 tag.tag.renderMarkup.apply(tag.tag.subject,markupArgs);
3882 }function __link__(node,tag,args){if(!tag||!tag.tag){return argument
3883 }tag.tag.compile();
3884 var domArgs=[node,tag.tag.context,0];
3887 return tag.tag.renderDOM.apply(tag.tag.subject,domArgs)
4065 fn.tag=tag;
4244 var tag=rep.shortTag||rep.tag;
4260 var tag=rep.shortTag?rep.shortTag:rep.tag;
[all …]
/plugin/webcomponent/_test/data/pages/
H A Dmath.txt11 Example of php code that must be added before the ''%%</html>%%'' tag:
/plugin/webcomponent/syntax/
H A Dbutton.php95 foreach (self::getTags() as $tag) {
97 $pattern = webcomponent::getLookAheadPattern($tag);
107 foreach (self::getTags() as $tag) {
108 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
H A Dcard.php96 foreach (self::getTags() as $tag) {
98 $pattern = webcomponent::getLookAheadPattern($tag);
109 foreach (self::getTags() as $tag) {
110 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
145 foreach (self::getTags() as $tag) {
146 $match = str_replace( $tag, "",$match);
H A Dcardcolumns.php78 foreach (self::getTags() as $tag) {
79 $pattern = '<' . $tag . '.*?>(?=.*?</' . $tag . '>)';
87 foreach (self::getTags() as $tag) {
88 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
116 foreach (self::getTags() as $tag) {
117 $match = str_replace( $tag, "",$match);
/plugin/webcomponent/
H A Dwebcomponent.php88 public static function getLookAheadPattern($tag) argument
90 return '<' . $tag . '.*?>(?=.*?</' . $tag . '>)';
93 public static function getIncludeTagPattern($tag) argument
95 return '<' . $tag . '*?>.*?</' . $tag . '>';

1...<<414243444546