Home
last modified time | relevance | path

Searched refs:tags (Results 26 – 50 of 538) sorted by relevance

12345678910>>...22

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php27 private $tags = []; variable in phpDocumentor\\Reflection\\DocBlock
53 array $tags = [], argument
62 Assert::allIsInstanceOf($tags, Tag::class);
66 foreach ($tags as $tag) {
158 return $this->tags;
217 foreach ($this->tags as $key => $tag) {
219 unset($this->tags[$key]);
234 $this->tags[] = $tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPacketMirroringMirroredResourceInfo.php30 public $tags; variable in Google\\Service\\Compute\\PacketMirroringMirroredResourceInfo
63 public function setTags($tags) argument
65 $this->tags = $tags;
72 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DLocale.php38 public $tags; variable in Google\\Service\\Testing\\Locale
85 public function setTags($tags) argument
87 $this->tags = $tags;
94 return $this->tags;
H A DIosVersion.php42 public $tags; variable in Google\\Service\\Testing\\IosVersion
103 public function setTags($tags) argument
105 $this->tags = $tags;
112 return $this->tags;
H A DAndroidVersion.php42 public $tags; variable in Google\\Service\\Testing\\AndroidVersion
121 public function setTags($tags) argument
123 $this->tags = $tags;
130 return $this->tags;
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;
/plugin/tagsections/
H A Dhelper.php59 * @param tags
66 $tags = array_map('trim', idx_getIndex('subject','_w'));
68 foreach($tags as $tag){
126 * @param array $tags Array of tags
138 public function categorysizeTags($tags) argument
141 if ( empty($tags) ) return array();
142 foreach($tags as $nsTag){
/plugin/tagfilter/
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/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;
H A DListTagsResponse.php47 public function setTags($tags) argument
49 $this->tags = $tags;
56 return $this->tags;
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php4 function autoclose_tag(&$sample_html, $offset, $tags, $nested, $close) { argument
5 $tags = mk_open_tag_regexp($tags);
7 while (preg_match("#^(.*?)({$tags})#is", substr($sample_html, $offset),$matches)) {
46 $tags = mk_open_tag_regexp($tags_raw);
49 while (preg_match("#^(.*?)({$tags})#is", substr($sample_html, $offset),$matches)) {
/plugin/ckgdoku/action/
H A Dtagapi.php39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true);
40 $a = print_r($tags,true);
43 $tags = array();
47 ksort($tags);
50 foreach (array_keys($tags) as $tag) {
/plugin/ckgedit/action/
H A Dtagapi.php39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true);
40 $a = print_r($tags,true);
43 $tags = array();
47 ksort($tags);
50 foreach (array_keys($tags) as $tag) {
/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;
H A DGoogleCloudDatacatalogV1ListTagsResponse.php47 public function setTags($tags) argument
49 $this->tags = $tags;
56 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DNodeConfig.php56 public $tags; variable in Google\\Service\\CloudComposer\\NodeConfig
173 public function setTags($tags) argument
175 $this->tags = $tags;
182 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TestCase.php44 public $tags; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TestCase
123 public function setTags($tags) argument
125 $this->tags = $tags;
132 return $this->tags;
H A DGoogleCloudDialogflowCxV3beta1TestCase.php44 public $tags; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TestCase
123 public function setTags($tags) argument
125 $this->tags = $tags;
132 return $this->tags;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfrom.rst4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
6 :doc:`import<../tags/import>` tag.
8 .. seealso:: :doc:`macro<../tags/macro>`, :doc:`import<../tags/import>`
/plugin/tag/syntax/
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...]
/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/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1CatalogItem.php48 public $tags; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1CatalogItem
155 public function setTags($tags) argument
157 $this->tags = $tags;
164 return $this->tags;
/plugin/tagalerts/
H A Daction.php34 $tags = p_get_metadata($ID, 'subject', METADATA_DONT_RENDER);
35 if(is_null($tags)) true;
66 foreach($tagalerts as $type=>$tags) {
67 for ($i = 0; $i < count($tags); $i++) {
68 $underscored = str_replace(' ', '_', $tags[$i]);
69 …if ((isset($tags[$i])) and (($this->getConf('action') == "messages") or (strpos($this->getConf('fo…
75 $msg = $this->getLang('tagalerts').$tags[$i].".";
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.AutoParagraph.txt
/plugin/htmlabstract/
H A Dsyntax.php238 $tags = array();
248 array_push($tags, substr($text, $i + 1, $j - $i - 1));
255 while ($tags[count($tags) - 1] != $closed_tag)
256 array_pop($tags);
257 array_pop($tags);
260 while (count($tags))
261 $text .= '</'.array_pop($tags).'>';

12345678910>>...22