Home
last modified time | relevance | path

Searched refs:getTag (Results 26 – 50 of 116) sorted by relevance

12345

/plugin/combo/syntax/
H A Dtoggle.php83 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
92 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
222 static function getTag(): string function in syntax_plugin_combo_toggle
H A Dunit.php30 private static function getTag() function in syntax_plugin_combo_unit
168 $renderer->doc .= '<div class="webcomponent_' . self::getTag() . '"';
H A Dbrand.php104 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
117 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
260 static function getTag(): string function in syntax_plugin_combo_brand
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DIfTokenParser.php72 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
85 public function getTag() function in Twig\\TokenParser\\IfTokenParser
H A DEmbedTokenParser.php60 …ule->getAttribute('index'), $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag());
68 public function getTag() function in Twig\\TokenParser\\EmbedTokenParser
H A DBlockTokenParser.php66 return new BlockReferenceNode($name, $lineno, $this->getTag());
74 public function getTag() function in Twig\\TokenParser\\BlockTokenParser
H A DTokenParserInterface.php44 public function getTag(); function
H A DForTokenParser.php76 …eturn new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, $lineno, $this->getTag());
130 public function getTag() function in Twig\\TokenParser\\ForTokenParser
/plugin/webcomponent/syntax/
H A Dsearch.php32 …$this->Lexer->addSpecialPattern('<' . self::getTag() . '[^>]*>',$mode,'plugin_' . webcomponent::PL…
93 public static function getTag() function in syntax_plugin_webcomponent_search
H A Dblockquote.php96 … $lookaheadPattern = webcomponent::getIncludeTagPattern(syntax_plugin_webcomponent_cite::getTag());
134 $citeTag = syntax_plugin_webcomponent_cite::getTag();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php51 … return new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, $lineno, $this->getTag());
67 public function getTag() function in Twig_Extensions_TokenParser_Trans
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php136 …BodyNode($asset, $body, $inputs, $filters, $name, $attributes, $token->getLine(), $this->getTag());
139 public function getTag() function in Assetic\\Extension\\Twig\\AsseticTokenParser
146 return $token->test(array('end'.$this->getTag()));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DUndeleteTenantProjectRequest.php37 public function getTag() function in Google\\Service\\ServiceConsumerManagement\\UndeleteTenantProjectRequest
H A DDeleteTenantProjectRequest.php37 public function getTag() function in Google\\Service\\ServiceConsumerManagement\\DeleteTenantProjectRequest
H A DRemoveTenantProjectRequest.php37 public function getTag() function in Google\\Service\\ServiceConsumerManagement\\RemoveTenantProjectRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DMultiOutputInfo.php37 public function getTag() function in Google\\Service\\Dataflow\\MultiOutputInfo
H A DStreamingSideInputLocation.php55 public function getTag() function in Google\\Service\\Dataflow\\StreamingSideInputLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo.php37 public function getTag() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
H A DGoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo.php37 public function getTag() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertTagResponse.php35 public function getTag() function in Google\\Service\\TagManager\\RevertTagResponse
/plugin/findologicxmlexport/vendor/symfony/yaml/Tag/
H A DTaggedValue.php29 public function getTag(): string function in Symfony\\Component\\Yaml\\Tag\\TaggedValue
/plugin/combo/vendor/symfony/yaml/Tag/
H A DTaggedValue.php29 public function getTag(): string function in Symfony\\Component\\Yaml\\Tag\\TaggedValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DBuildArtifact.php55 public function getTag() function in Google\\Service\\CloudDeploy\\BuildArtifact
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DContainerImage.php55 public function getTag() function in Google\\Service\\AIPlatformNotebooks\\ContainerImage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoSuggestionsTagSuggestion.php56 public function getTag() function in Google\\Service\\YouTube\\VideoSuggestionsTagSuggestion

12345