| /template/twigstarter/vendor/twig/twig/src/Sandbox/ |
| D | SecurityNotAllowedTagError.php | 23 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 D | BoxTag.php | 84 $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 D | BackgroundTag.php | 166 $tagName = $actual->getTagName(); 167 if (in_array($tagName, $imageTag)) { 169 if ($tagName == syntax_plugin_combo_media::TAG) {
|
| H A D | WebCodeTag.php | 122 $tagName = $actualTag->getTagName(); 123 if (in_array($tagName, WebCodeTag::CODE_TAGS)) {
|
| /template/strap/ComboStrap/ |
| H A D | Call.php | 185 …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 D | CardTag.php | 86 $tagName = $actualCall->getTagName(); 89 if (in_array($tagName, Call::IMAGE_TAGS)) { 90 $tagImage = $tagName; 91 $tagName = $imageTag; 93 switch ($tagName) {
|
| H A D | Outline.php | 163 $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 D | FetcherScreenshot.php | 134 $body = $webDriver->findElement(WebDriverBy::tagName('body')); 141 $images = $webDriver->findElements(WebDriverBy::tagName("img"));
|
| H A D | PluginUtility.php | 876 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 D | OutlineVisitor.php | 137 $tagName = $h1ContentCall->getTagName(); 138 switch ($tagName) {
|
| H A D | PageExplorerTag.php | 210 $tagName = $actualCall->getTagName(); 213 switch ($tagName) { 231 switch ($tagName) {
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | AbstractWebDriverCheckboxOrRadio.php | 26 $tagName = $element->getTagName(); 27 if ($tagName !== 'input') { 28 throw new UnexpectedTagNameException('input', $tagName);
|
| H A D | WebDriverBy.php | 119 public static function tagName($tag_name) function in Facebook\\WebDriver\\WebDriverBy
|
| /template/strap/syntax/ |
| H A D | brand.php | 169 $tagName = $actualCall->getTagName(); 170 if (in_array($tagName, [IconTag::TAG, syntax_plugin_combo_media::TAG])) { 191 if ($primary !== null && $tagName === IconTag::TAG) {
|
| H A D | iterator.php | 251 $tagName = $actualCall->getTagName(); 253 if ($tagName === syntax_plugin_combo_edit::TAG) { 260 switch ($tagName) {
|
| /template/a_new_day/js/ |
| D | prototype.js | 1112 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 …]
|
| D | builder.js | 39 if(element && (element.tagName.toUpperCase() != elementName)) 67 if(element.tagName.toUpperCase() != elementName)
|
| D | dragdrop.js | 308 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/ |
| D | prototype.js | 1112 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 …]
|
| D | builder.js | 39 if(element && (element.tagName.toUpperCase() != elementName)) 67 if(element.tagName.toUpperCase() != elementName)
|
| D | dragdrop.js | 308 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/ |
| D | demo.js | 7 if (target.tagName === "INPUT" &&
|
| /template/graphy/ |
| D | navigation.js | 80 if ( 'li' === self.tagName.toLowerCase() ) {
|
| /template/bushwick/ |
| D | functions.js | 170 if ( ! /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) )
|
| /template/incognitek/ |
| D | iepngfix.htc | 35 if (tagName == 'IMG')
|