Home
last modified time | relevance | path

Searched refs:tagName (Results 1 – 25 of 62) sorted by relevance

123

/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityNotAllowedTagError.php23 private $tagName; variable in Twig\\Sandbox\\SecurityNotAllowedTagError
25 …public function __construct(string $message, string $tagName, int $lineno = -1, string $filename =… argument
37 $this->tagName = $tagName;
42 return $this->tagName;
/template/strap/ComboStrap/Tag/
H A DBoxTag.php84 $tagName = $actual->getTagName();
86 $tagName = "$tagName text";
88 $inlineTagFounds[] = $tagName;
126 … $tagName = $tagAttributes->getValueAndRemove(self::HTML_TAG_ATTRIBUTE, self::DEFAULT_HTML_TAG);
127 return "</$tagName>";
H A DBackgroundTag.php166 $tagName = $actual->getTagName();
167 if (in_array($tagName, $imageTag)) {
169 if ($tagName == syntax_plugin_combo_media::TAG) {
H A DWebCodeTag.php122 $tagName = $actualTag->getTagName();
123 if (in_array($tagName, WebCodeTag::CODE_TAGS)) {
/template/strap/ComboStrap/
H A DCall.php185 …public static function createComboCall($tagName, $state, array $attribute = array(), string $rawCo… argument
191 PluginUtility::TAG => $tagName,
202 $componentName = PluginUtility::getComponentName($tagName);
287 $tagName = str_replace("_close", "", $dokuWikiNodeName);
288 return str_replace("_open", "", $tagName);
316 $tagName = $componentNames[sizeof($componentNames) - 1];
318 $tagName = $component;
320 return $tagName;
892 $tagName = $this->getTagName();
893 switch ($tagName) {
[all …]
H A DCardTag.php86 $tagName = $actualCall->getTagName();
89 if (in_array($tagName, Call::IMAGE_TAGS)) {
90 $tagImage = $tagName;
91 $tagName = $imageTag;
93 switch ($tagName) {
H A DOutline.php163 $tagName = $actualCall->getTagName();
165 $tagName = str_replace("_open", "", $tagName);
166 $actual = $analyticsTagUsed[$tagName] ?? 0;
167 $analyticsTagUsed[$tagName] = $actual + 1;
177 $tagName = $actualCall->getTagName();
178 switch ($tagName) {
212 switch ($tagName) {
259 $headerTagName = $tagName;
341 switch ($tagName) {
376 switch ($tagName) {
H A DFetcherScreenshot.php134 $body = $webDriver->findElement(WebDriverBy::tagName('body'));
141 $images = $webDriver->findElements(WebDriverBy::tagName("img"));
H A DPluginUtility.php876 static function handleAndReturnUnmatchedData($tagName, $match, \Doku_Handler $handler): array argument
960 $tagName, argument
964 $pluginName = PluginUtility::getComponentName($tagName);
981 static function addEndCall(\Doku_Handler $handler, $tagName, $callStackArray = array()) argument
983 $pluginName = PluginUtility::getComponentName($tagName);
H A DOutlineVisitor.php137 $tagName = $h1ContentCall->getTagName();
138 switch ($tagName) {
H A DPageExplorerTag.php210 $tagName = $actualCall->getTagName();
213 switch ($tagName) {
231 switch ($tagName) {
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DAbstractWebDriverCheckboxOrRadio.php26 $tagName = $element->getTagName();
27 if ($tagName !== 'input') {
28 throw new UnexpectedTagNameException('input', $tagName);
H A DWebDriverBy.php119 public static function tagName($tag_name) function in Facebook\\WebDriver\\WebDriverBy
/template/strap/syntax/
H A Dbrand.php169 $tagName = $actualCall->getTagName();
170 if (in_array($tagName, [IconTag::TAG, syntax_plugin_combo_media::TAG])) {
191 if ($primary !== null && $tagName === IconTag::TAG) {
H A Diterator.php251 $tagName = $actualCall->getTagName();
253 if ($tagName === syntax_plugin_combo_edit::TAG) {
260 switch ($tagName) {
/template/a_new_day/js/
Dprototype.js1112 if (!element._extended && element.tagName && element != window) {
1115 if (element.tagName == 'FORM')
1117 if (['INPUT', 'TEXTAREA', 'SELECT'].include(element.tagName))
1192 var result = '<' + element.tagName.toLowerCase();
1544 var tagName = element.tagName.toUpperCase();
1545 if (['THEAD','TBODY','TR','TD'].include(tagName)) {
1547 switch (tagName) {
1630 var tagName = this.element.tagName.toUpperCase();
1631 if (['TBODY', 'TR'].include(tagName)) {
1773 case undefined: params.tagName = clause.toUpperCase(); break;
[all …]
Dbuilder.js39 if(element && (element.tagName.toUpperCase() != elementName))
67 if(element.tagName.toUpperCase() != elementName)
Ddragdrop.js308 if((tag_name = src.tagName.toUpperCase()) && (
577 while (element.tagName.toUpperCase() != "BODY") {
924 Element.findChildren = function(element, only, recursive, tagName) { argument
926 tagName = tagName.toUpperCase();
930 if(e.tagName && e.tagName.toUpperCase()==tagName &&
934 var grandchildren = Element.findChildren(e, only, recursive, tagName);
/template/battlehorse/js/
Dprototype.js1112 if (!element._extended && element.tagName && element != window) {
1115 if (element.tagName == 'FORM')
1117 if (['INPUT', 'TEXTAREA', 'SELECT'].include(element.tagName))
1192 var result = '<' + element.tagName.toLowerCase();
1544 var tagName = element.tagName.toUpperCase();
1545 if (['THEAD','TBODY','TR','TD'].include(tagName)) {
1547 switch (tagName) {
1630 var tagName = this.element.tagName.toUpperCase();
1631 if (['TBODY', 'TR'].include(tagName)) {
1773 case undefined: params.tagName = clause.toUpperCase(); break;
[all …]
Dbuilder.js39 if(element && (element.tagName.toUpperCase() != elementName))
67 if(element.tagName.toUpperCase() != elementName)
Ddragdrop.js308 if((tag_name = src.tagName.toUpperCase()) && (
577 while (element.tagName.toUpperCase() != "BODY") {
924 Element.findChildren = function(element, only, recursive, tagName) { argument
926 tagName = tagName.toUpperCase();
930 if(e.tagName && e.tagName.toUpperCase()==tagName &&
934 var grandchildren = Element.findChildren(e, only, recursive, tagName);
/template/kajukkd/fonts/demo-files/
Ddemo.js7 if (target.tagName === "INPUT" &&
/template/graphy/
Dnavigation.js80 if ( 'li' === self.tagName.toLowerCase() ) {
/template/bushwick/
Dfunctions.js170 if ( ! /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) )
/template/incognitek/
Diepngfix.htc35 if (tagName == 'IMG')

123