Home
last modified time | relevance | path

Searched refs:tags (Results 101 – 125 of 538) sorted by relevance

12345678910>>...22

/plugin/combo/syntax/
H A Dxmlprotectedtag.php22 $tags = self::TAGS;
24 $tags[] = PrismTags::FILE_TAG;
26 return $tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php106 public $tags; variable in Google\\Service\\CloudBuild\\Build
469 public function setTags($tags) argument
471 $this->tags = $tags;
478 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php106 public $tags; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Build
469 public function setTags($tags) argument
471 $this->tags = $tags;
478 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceProperties.php349 public function setTags(Tags $tags) argument
351 $this->tags = $tags;
358 return $this->tags;
/plugin/tagging/
H A Dplugin.info.txt6 desc Allow users to annotate pages with tags, search for tags and show useful tag clouds.
/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/AIPlatformNotebooks/
H A DInstance.php144 public $tags; variable in Google\\Service\\AIPlatformNotebooks\\Instance
605 public function setTags($tags) argument
607 $this->tags = $tags;
614 return $this->tags;
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js367 DOM.hasTagName = function (prop /* :HTMLElement */, tags /* :String, Array */) { argument
368 if (isString(tags)) tags = [tags];
369 if (!isArray(tags) || isEmpty(tags) || isUndefined(prop) || isEmpty(prop.tagName)) return false;
371 for (var i=0, tL=tags.length; i<tL; i++) {
372 if (tags[i].toLowerCase() == t) return true;
/plugin/tagging/action/
H A Dsearch.php75 ->id('plugin__tagging-tags');
128 // restore query with tags in the search form
137 * Extracts tags from query and temporarily removes them
138 * to prevent running fulltext search on tags as simple terms.
162 // get (hash)tags from query
168 // remove tags from query before search is executed
173 * If tags are found in query, the results are filtered,
218 $tags = $this->allTagsByPage[$page] ?? null;
219 if ($tags) {
220 foreach ($tags a
[all...]
H A Delasticsearch.php57 $tags = $hlp->findItems(['pid' => $data['uri']], 'tag');
61 }, array_keys($tags));
74 'id' => 'plugin__tagging-tags',
81 * Remove tags from query string and put them into $INPUT
97 // get (hash)tags from query
/plugin/webcomponent/_test/
H A Dcardcolumns.test.php19 $tags = array (
23 $this->assertEquals($tags, $componentNames);
/plugin/include/syntax/
H A Dfooter.php117 // tags - let Tag Plugin do the work for us
118 if (empty($sect) && $flags['tags'] && (!plugin_isdisabled('tag')) && ($tag = plugin_load('helper', 'tag'))) {
119 $tags = $tag->td($page);
120 if($tags) {
121 $xhtml .= '<div class="tags"><span>' . DOKU_LF
122 . DOKU_TAB . $tags . DOKU_LF
/plugin/tumblr/
H A Dsyntax.php115 'tags' => $this->tags($item->get_categories())
253 if ($post['tags']) {
255 $html .= $this->print_tags($post['tags'], $pID);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.SafeEmbed.txt
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dparent.rst20 .. seealso:: :doc:`extends<../tags/extends>`, :doc:`block<../functions/block>`, :doc:`block<../tags
/plugin/pixelyear/
H A DSYNTAX.md6 tags.
8 Between the tags is a list dates with a month, day and 'pixel' separated with a pipe character "|" …
/plugin/mikioplugin/
H A Dcarousel.php26 preg_match_all('/<[^\/].*?>/s', $matches[0][$carousel_index], $tags);
27 foreach ($tags[0] as $tag) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst4 Twig supports putting often used code into :doc:`macros<../tags/macro>`. These
57 .. seealso:: :doc:`macro<../tags/macro>`, :doc:`from<../tags/from>`
/plugin/prosemirror/
H A Dscript.js32 tags: {
87 tags: {
139 tags: {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php73 public function checkSecurity($tags, $filters, $functions) argument
76 $this->policy->checkSecurity($tags, $filters, $functions);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js698 tags.push(this.shapetags[pkg]);
705 tags.push(this.shapetags[stc]);
709 return tags;
723 var tags = lines[i].split('\t');
725 if (tags.length > 1)
727 var key = tags[0].toLowerCase().replace(' ', '_');
728 var value = mxUtils.trim(tags.slice(1, tags.length).join(' ').toLowerCase());
806 var tags = this.getTagsForStencil(pkg, stc, shapes[i].tags);
809 if (tags != null)
1221 var tmpTags = (tags != null) ? tags[stencilName] : null;
[all …]
/plugin/isauth/
H A DCHANGELOG21 - added the fix to remove <p> tags from Chris 2017-08-19 from
/plugin/tagfilter/
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)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php107 $tags = array( '<body', '<head', '<html', '<img', '<pre', '<script', '<table', '<title' ) ;
109 foreach( $tags as $tag )
/plugin/blogtng/helper/
H A Dentry.php609 * @param array $tags - additional tags to consider
611 public function tpl_related($num=5,$blogs=array('default'),$id=false,$tags=array()){ argument
625 $tags[] = $row['tag'];
627 $tags = array_unique($tags);
628 $tags = array_filter($tags);
629 if(!count($tags)) return; // no tags for comparison
631 $tags = $this->sqlitehelper->getDB()->quote_and_join($tags,',');
641 AND B.tag IN ($tags)

12345678910>>...22