Home
last modified time | relevance | path

Searched refs:tag (Results 76 – 100 of 1150) sorted by relevance

12345678910>>...46

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DAttachTenantProjectRequest.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\AttachTenantProjectRequest
66 public function setTag($tag) argument
68 $this->tag = $tag;
75 return $this->tag;
H A DTenantResource.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\TenantResource
66 public function setTag($tag) argument
68 $this->tag = $tag;
75 return $this->tag;
H A DV1Beta1ServiceIdentity.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\V1Beta1ServiceIdentity
70 public function setTag($tag) argument
72 $this->tag = $tag;
79 return $this->tag;
H A DV1DefaultIdentity.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\V1DefaultIdentity
70 public function setTag($tag) argument
72 $this->tag = $tag;
79 return $this->tag;
H A DV1ServiceAccount.php37 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\V1ServiceAccount
88 public function setTag($tag) argument
90 $this->tag = $tag;
97 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFloodlightActivityDynamicTag.php33 public $tag; variable in Google\\Service\\Dfareporting\\FloodlightActivityDynamicTag
66 public function setTag($tag) argument
68 $this->tag = $tag;
75 return $this->tag;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... Object implements javax.servlet.jsp.tagext.Tag { public abstract java.lang.Object getCurrent ( ...
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php83 $tag = self::parseTag($value, $i, $flags);
97 if (null !== $tag && '' !== $tag) {
98 return new TaggedValue($tag, $result);
387 if (null !== $tag && '' !== $tag) {
478 if (null !== $tag) {
497 if (null !== $tag) {
515 if (null !== $tag) {
667 $tag = substr($value, $i + 1, $tagLength);
673tag && (!isset($value[$nextOffset]) || !\in_array($value[$nextOffset], ['[', '{'], true)) && ('!' …
681 if ($tag && '!' === $tag[0]) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSideInputInfo.php32 public $tag; variable in Google\\Service\\Dataflow\\SideInputInfo
65 public function setTag($tag) argument
67 $this->tag = $tag;
74 return $this->tag;
/plugin/data-au/syntax/
H A Dcloud.php170 foreach($tags as $tag) {
171 $tagLabelText = hsc($tag['value']);
173 $tagLabelText .= '<sub>(' . $tag['cnt'] . ')</sub>';
176 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
177 …ef="' . wl($dataau['page'], $this->dthlp->_getTagUrlparam($dataau['cols'][$ckey], $tag['value'])) .
178 … '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
204 foreach($tags as $tag) {
206 if($tag['cnt'] <= $val) {
207 $tags[$tag['value']]['lvl'] = $tresh;
210 $tags[$tag['value']]['lvl'] = $levels;
/plugin/data/syntax/
H A Dcloud.php184 foreach ($tags as $tag) {
185 $tagLabelText = hsc($tag['value']);
187 $tagLabelText .= '<sub>(' . $tag['cnt'] . ')</sub>';
190 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
192 wl($data['page'], $this->dthlp->getTagUrlparam($data['cols'][$ckey], $tag['value'])) .
193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
202 * Create a weighted tag distribution
204 * @param $tags array ref The tags to weight ( tag => count)
205 * @param $min int The lowest count of a single tag
206 * @param $max int The highest count of a single tag
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2TrafficTarget.php33 public $tag; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2TrafficTarget
70 public function setTag($tag) argument
72 $this->tag = $tag;
79 return $this->tag;
H A DGoogleCloudRunOpV2TrafficTarget.php33 public $tag; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2TrafficTarget
70 public function setTag($tag) argument
72 $this->tag = $tag;
79 return $this->tag;
H A DGoogleCloudRunOpV2TrafficTargetStatus.php33 public $tag; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2TrafficTargetStatus
74 public function setTag($tag) argument
76 $this->tag = $tag;
83 return $this->tag;
H A DGoogleCloudRunV2TrafficTargetStatus.php33 public $tag; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2TrafficTargetStatus
74 public function setTag($tag) argument
76 $this->tag = $tag;
83 return $this->tag;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php20 private $tag; variable in Assetic\\Extension\\Twig\\AsseticTokenParser
32 * @param string $tag The tag name
37 …public function __construct(AssetFactory $factory, $tag, $output, $single = false, array $extensio… argument
40 $this->tag = $tag;
141 return $this->tag;
157 * @param string $tag
161 …$body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null) argument
168 … return $this->createNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
171 return new AsseticNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
182 * @param string $tag
[all …]
/plugin/mikioplugin/syntax/
H A Dbox.php14 public $tag = 'box'; variable in syntax_plugin_mikioplugin_box
49 $tag = 'div';
50 if($data['url'] != '') $tag = 'a';
100 $renderer->doc .= '<' . $tag . ($data['url'] != '' ? ' href="' . $data['url'] . '"' : '') . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'box'. $classes .'"' . $styles. '>';
106 $tag = 'div';
107 if($data['url'] != '') $tag = 'a';
109 $renderer->doc .= '</' . $tag . '>';
/plugin/combo/vendor/symfony/yaml/
H A DInline.php78 $tag = self::parseTag($value, $i, $flags);
97 if (null !== $tag && '' !== $tag) {
98 return new TaggedValue($tag, $result);
364 $tag = self::parseTag($sequence, $i, $flags);
375 $value = self::parseScalar($sequence, $flags, [',', ']'], $i, null === $tag, $references, $isQuoted);
396 if (null !== $tag && '' !== $tag) {
397 $value = new TaggedValue($tag, $value);
479 $tag
[all...]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php128 public $tag = 'text'; variable in imapmarkers\\simple_html_dom_node
317 if ($ancestor->tag === $tag) {
617 if ($pass && $tag === 'text' && $node->tag === 'text') {
629 if ($pass && $tag !== '' && $tag !== $node->tag && $tag !== '*') {
698 if ($c->tag === $node->tag)
741 . $node->tag
1837 $tag = substr($tag, 0, $pos);
1927 if (isset($tag[0]) && $tag[0] === '!') {
1930 if (isset($tag[2]) && $tag[1] === '-' && $tag[2] === '-') { // Comment ("<!--")
1950 $tag = '<' . substr($tag, 0, -1);
[all …]
/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 . '>';
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc385 if (tag == 'ol' || tag == 'ul') {
468 } else if (tag == 'td' || tag == 'th') {
500 if (tag == 'td' || tag == 'th') {
597 if (tag == 'td' || tag == 'th') {
1128 results += markup[tag]; // Set tag
1175 } else if (tag == 'pre' || tag == 'pre_td') {
1190 if (tag == 'sup' || tag == 'sub' || tag == 'del' || tag == 'strike' || tag == 's') {
1309 tag = markup_end[tag];
1323 tag = markup_end[tag];
1327 tag = markup[tag];
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php4 function close_tag($tag, $sample_html) { argument
13 function mk_open_tag_regexp($tag) { return "<\s*{$tag}(\s+[^>]*)?>"; }; argument
14 function mk_close_tag_regexp($tag) { return "<\s*/\s*{$tag}\s*>"; }; argument
116 $tag = $matches[5];
118 if ($tag == $tag_stack[0]) {
136 while ($tag_stack[$i] != $tag) {
162 $tag = $matches[4];
163 array_unshift($tag_stack, $tag);
173 $tag = array_shift($tag_stack);
174 $result .= "</".$tag.">";
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php14 protected $tag; variable in SimpleTokenParser
17 public function __construct($tag, $grammar) argument
19 $this->tag = $tag;
30 return $this->tag;
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc303 if(tag == 'ol' || tag == 'ul') {
383 else if(tag == 'td' || tag == 'th') {
411 if(tag == 'td' || tag == 'th') {
509 if(tag == 'td' || tag == 'th') {
1094 results += markup[tag]; // Set tag
1164 if(tag == 'sup' || tag == 'sub' || tag == 'del' || tag == 'strike' || tag == 's') {
1228 if(this.code_type && tag == 'span') tag = 'blank';
1273 if(tag == 'ol' || tag == 'ul') {
1292 tag = markup_end[tag];
1309 tag = markup_end[tag];
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php62 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
63 if ($tokens[$tag]['content'] === '@return') {
70 $return = $tag;
195 if ($tokens[$tag]['content'] !== '@throws') {
212 $phpcsFile->addError($error, $tag, 'InvalidThrows');
215 $phpcsFile->addError($error, $tag, 'EmptyThrows');
224 for ($i = ($tag + 3); $i < $end; $i++) {
273 if ($tokens[$tag]['content'] !== '@param') {
309 'token' => ($tag + 2),
320 for ($i = ($tag + 3); $i < $end; $i++) {
[all …]

12345678910>>...46