Searched refs:allTags (Results 1 – 25 of 66) sorted by relevance
123
/plugin/tagging/script/ |
H A D | search.js | 101 return tags.sort().reduce(function (allTags, tag) { argument 102 if (tag in allTags) { 103 allTags[tag]++; 106 allTags[tag] = 1; 108 return allTags;
|
/plugin/tagging/action/ |
H A D | search.php | 250 $allTags = []; 252 $allTags = array_merge($allTags, $tags); 254 $allTags = array_unique($allTags); 259 $suggestedTags = array_merge($suggestedTags, preg_grep("/$term/i", $allTags));
|
/plugin/tag/ |
H A D | helper.php | 364 * @param boolean $allTags boolean if all available tags should be counted 369 public function tagOccurrences($tags, $namespaces = null, $allTags = false, $isRecursive = null) { argument 371 if($allTags) {
|
/plugin/codemirror/dist/modes/ |
H A D | tiddlywiki.min.js | 1 …ion(a){"use strict";a.defineMode("tiddlywiki",function(){var a={};var b={allTags:true,closeAll:tru… property in AnonymousFunction357443870200.b
|
H A D | tiddlywiki.min.js.map | 1 …allTags","closeAll","list","newJournal","newTiddler","permaview","saveChanges","search","slider","…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 5982 var allTags = graph.hiddenTags.slice(); 6028 graph.hiddenTags = allTags.slice(); 6041 allTags = graph.hiddenTags.slice(); 6057 addFn(allTags, function(newAllTags) 6059 allTags = newAllTags; 6070 allTags = graph.hiddenTags.slice(); 6095 var temp = allTags.slice(); 6237 allTags.splice(idx, 1); 6304 allTags.push(tags[i]); 6308 allTags.sort(); [all …]
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_i18n.txt | 26 allTags=allTags
|
H A D | dia_ru.txt | 26 allTags=Все тэги
|
H A D | dia_bg.txt | 26 allTags=Всички тагове
|
H A D | dia_el.txt | 26 allTags=Όλες οι ετικέτες
|
H A D | dia_zh.txt | 26 allTags=所有标签
|
H A D | dia_uk.txt | 26 allTags=Всі мітки
|
H A D | dia_fa.txt | 26 allTags=همه برچسبها
|
H A D | dia_ja.txt | 26 allTags=すべてのタグ
|
H A D | dia_he.txt | 26 allTags=כל התגיות
|
H A D | dia_ko.txt | 26 allTags=모든 태그
|
H A D | dia_th.txt | 26 allTags=แถบป้ายทั้งหมด
|
H A D | dia_zh-tw.txt | 26 allTags=所有標籤
|
H A D | dia_ar.txt | 26 allTags=كل الواصفات
|
H A D | dia_eu.txt | 26 allTags=Etiketa guztiak
|
H A D | dia_et.txt | 26 allTags=Kõik sildid
|
H A D | dia_kn.txt | 26 allTags=All Tags
|
H A D | dia_si.txt | 26 allTags=All Tags
|
H A D | dia_sl.txt | 26 allTags=All Tags
|
H A D | dia_ta.txt | 26 allTags=All Tags
|
123