Home
last modified time | relevance | path

Searched refs:tags (Results 101 – 125 of 538) sorted by last modified time

12345678910>>...22

/plugin/tagfilter/
H A Dremote.php37 public function getPagesByTags($tags, $ns = '') argument
47 $pages = $Htagfilter->getPagesByTags($ns, $tags);
57 'tags' => $Htagfilter->getTagsByPageID($page)
67 public function getPagesByRegExpTags($tags, $ns = '') argument
77 $tags_labels = $Htagfilter->getTagsByRegExp($tags, $ns);
89 'tags' => $Htagfilter->getTagsByPageID($page)
H A Dscript.js29 var tags = jQuery('#tagdd_'+id).data('tags');
31 jQuery.each(tags,function(index,select_r) {
33 tags[index][index2] = jQuery.map(page_r,function(value){
68 pages[page_idx] = jQuery.merge(pages[page_idx],tags[index][tag]);
82 return tags[index][tag].indexOf(n) !== -1;
211 * put the selected tags into the url for later use (browser history)
H A Dhelper.php32 'desc' => 'returns tags for given Regular Expression',
34 'tags (required)' => 'string',
36 'return' => ['tags' => 'array'],
40 'desc' => 'returns tags for given namespace',
43 'return' => ['tags' => 'array'],
47 'desc' => 'returns tags for given pageID',
50 'return' => ['tags' => 'array'],
57 * Search in Tagindex for tags that matches the tag pattern and are in requested namespace
59 * @param string $tagExpression regexp pattern of wanted tags e.g. "status:.*"
61 * @param bool $aclSafe if true, add only tags tha
526 getPagesByMatchedTags($tags, $ns = '') global() argument
[all...]
/plugin/tagfilter/script/select2/
H A Drelease.sh72 git push "$remote" --tags
H A Dselect2.js541 function tags(data) { function
874 $.each(["id", "multiple", "ajax", "query", "createSearchChoice", "initSelection", "data", "tags"], function () {
946 if ("tags" in opts) {
947 throw "tags specified as both an attribute 'data-select2-tags' and in options of Select2 " + opts.element.attr("id");
949 opts.tags=opts.element.data("select2Tags");
1000 } else if ("tags" in opts) {
1001 opts.query = tags(opts.tags);
1010 tags
3384 tags: tags global() property in window.Select2.query
[all...]
/plugin/tagfilter/syntax/
H A Dfilter.php93 * array 'tagfilterFlags' only tags for the tagfilter plugin @see helper_plugin_tagfilter_syntax::parseFlags()
280 //check tags for visibility
311 'data-tags' => json_encode($tagFilters['pagesPerMatchedTags']),
362 $tags = [];
365 $tags[$tagid] = $Htagfilter->getTagLabel($tagid);
386 $tags = array_reverse($tags, true);
387 $tags[''] = '';
388 $tags = array_reverse($tags, tru
[all...]
/plugin/html5video2/script/
H A Dvideo.min.js23 …l({message:t+" was not found in the stream"}):l({message:"programDateTime tags must be provided in…
27 …gger({type:"usage",name:"vhs-playlist-cue-tags"}),this.tech_.trigger({type:"usage",name:"hls-playl…
/plugin/bootswrapper/exe/help/
H A Dpanel.txt132 | ''no-body'' | optional | | Don't add a panel body. Useful to add other particular tags (or table…
/plugin/nodisp/
H A DREADME.md2 This plugin enables concealment of text placed between the nodisp tags:
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less34 /* Buttons (styled <button> tags, normalized to work cross-browser)
721 /* overpower jqui's styles on <a> tags. TODO: more DRY */
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css462 .oi[data-glyph=tags]:before { content:'\e0c6'; }
/plugin/pot/
H A DREADME.md30 tags :
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1ListTagsResponse.php38 public function setTags($tags) argument
40 $this->tags = $tags;
47 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDataset.php365 public function setTags($tags) argument
367 $this->tags = $tags;
374 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DIosModel.php58 public $tags; variable in Google\\Service\\Testing\\IosModel
175 public function setTags($tags) argument
177 $this->tags = $tags;
184 return $this->tags;
H A DOrientation.php34 public $tags; variable in Google\\Service\\Testing\\Orientation
67 public function setTags($tags) argument
69 $this->tags = $tags;
76 return $this->tags;
H A DXcodeVersion.php26 public $tags; variable in Google\\Service\\Testing\\XcodeVersion
35 public function setTags($tags) argument
37 $this->tags = $tags;
44 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DDockerImage.php42 public $tags; variable in Google\\Service\\ArtifactRegistry\\DockerImage
111 public function setTags($tags) argument
113 $this->tags = $tags;
120 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php118 public $tags; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Product
519 public function setTags($tags) argument
521 $this->tags = $tags;
528 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistSnippet.php48 public $tags; variable in Google\\Service\\YouTube\\PlaylistSnippet
147 public function setTags($tags) argument
149 $this->tags = $tags;
156 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildTrigger.php96 public $tags; variable in Google\\Service\\CloudBuild\\BuildTrigger
399 public function setTags($tags) argument
401 $this->tags = $tags;
408 return $this->tags;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md397 * Added LogglyHandler::addTag to allow adding tags to an existing handler
427 * Added a TagProcessor to add tags to records, and support for tags in RavenHandler
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php44 $tags = [
51 $tags[] = '#' . $value;
66 'tags' => $tags,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRoute.php100 public $tags; variable in Google\\Service\\Compute\\Route
373 public function setTags($tags) argument
375 $this->tags = $tags;
382 return $this->tags;
H A DInstance.php723 public function setTags(Tags $tags) argument
725 $this->tags = $tags;
732 return $this->tags;

12345678910>>...22