/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Configuration.php | 541 if ($root->hasAttribute('cacheTokens')) { 548 if ($root->hasAttribute('columns')) { 558 if ($root->hasAttribute('colors')) { 571 if ($root->hasAttribute('stderr')) { 578 if ($root->hasAttribute('backupGlobals')) { 640 if ($root->hasAttribute('stopOnError')) { 647 if ($root->hasAttribute('stopOnFailure')) { 668 if ($root->hasAttribute('stopOnRisky')) { 689 if ($root->hasAttribute('failOnRisky')) { 708 if ($root->hasAttribute('printerClass')) { [all …]
|
/plugin/combo/resources/snippet/js/ |
H A D | lozad-raster.js | 6 if (el.hasAttribute("data-srcset")) { 7 if (el.hasAttribute("data-sizes")) { 12 if (el.hasAttribute("data-src")) {
|
H A D | page-protection.js | 17 if (element.hasAttribute("title")) {
|
H A D | lightbox.js | 45 if (img !== null && img.hasAttribute("alt")) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/ |
H A D | CallExpression.php | 27 if ($this->hasAttribute('callable') && $callable = $this->getAttribute('callable')) { 64 if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) { 69 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { 77 if ($this->hasAttribute('arguments')) { 96 $callable = $this->hasAttribute('callable') ? $this->getAttribute('callable') : null; 130 $isVariadic = $this->hasAttribute('is_variadic') && $this->getAttribute('is_variadic'); 240 if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) { 243 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { 246 if ($this->hasAttribute('arguments') && null !== $this->getAttribute('arguments')) {
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/ |
H A D | SymfonyValidatorValidatorSubscriber.php | 43 …$groups = $context->hasAttribute('validation_groups') ? $context->getAttribute('validation_groups'… 49 …$constraints = $context->hasAttribute('validation_constraints') ? $context->getAttribute('validati…
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Response.php | 111 if (!$this->document->documentElement->hasAttribute('ID')) { 170 if ($this->document->documentElement->hasAttribute('InResponseTo')) { 242 if ($this->document->documentElement->hasAttribute('Destination')) { 313 if ($scnData->hasAttribute('InResponseTo')) { 319 if ($scnData->hasAttribute('Recipient')) { 325 if ($scnData->hasAttribute('NotOnOrAfter')) { 331 if ($scnData->hasAttribute('NotBefore')) { 339 if ($scnData->hasAttribute('NotOnOrAfter')) { 431 if ($this->document->documentElement->hasAttribute('ID')) { 449 if ($assertionNodes->length == 1 && $assertionNodes->item(0)->hasAttribute('ID')) { [all …]
|
H A D | LogoutResponse.php | 75 if ($this->document->documentElement->hasAttribute('ID')) { 140 … if (isset($requestId) && $this->document->documentElement->hasAttribute('InResponseTo')) { 162 if ($this->document->documentElement->hasAttribute('Destination')) {
|
H A D | LogoutRequest.php | 243 if ($nameId->hasAttribute($attr)) { 355 if ($dom->documentElement->hasAttribute('NotOnOrAfter')) { 366 if ($dom->documentElement->hasAttribute('Destination')) {
|
H A D | IdPMetadataParser.php | 119 if (empty($entityId) && $idpDescriptor->parentNode->hasAttribute('entityID')) { 148 if ($sloNodes->item(0)->hasAttribute('ResponseLocation')) {
|
/plugin/combo/ComboStrap/Tag/ |
H A D | FollowTag.php | 39 !$tagAttributes->hasAttribute(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE) 40 && !$tagAttributes->hasAttribute(FollowTag::HANDLE_ATTRIBUTE)
|
/plugin/combo/ComboStrap/ |
H A D | ButtonTag.php | 117 if (!$attributes->hasAttribute("class") && !$attributes->hasAttribute("spacing")) {
|
H A D | TagAttributes.php | 1278 public function hasAttribute($attribute): bool function in ComboStrap\\TagAttributes 1280 $hasAttribute = $this->hasComponentAttribute($attribute); 1281 if ($hasAttribute === true) { 1473 $hasAttribute = $this->hasComponentAttribute($key); 1474 if ($hasAttribute) { 1477 return $hasAttribute;
|
/plugin/revealjs/plugin/notes/ |
H A D | notes.js | 100 if( slideElement.hasAttribute( 'data-notes' ) ) { 111 else if( fragmentElement.hasAttribute( 'data-notes' ) ) {
|
/plugin/clipboardutils/lib/ |
H A D | clipboard.min.js | 7 …hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instea…
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | InitializedObjectConstructor.php | 33 if ($context->hasAttribute('target') && 1 === $context->getDepth()) {
|
/plugin/combo/ComboStrap/Xml/ |
H A D | XmlElement.php | 181 public function hasAttribute(string $name): bool function in ComboStrap\\Xml\\XmlElement 183 return $this->domElement->hasAttribute($name); 246 if (!$this->hasAttribute($string)) {
|
/plugin/diagramsnet/lib/plugins/ |
H A D | update.js | 111 if (node.hasAttribute('url')) 116 if (node.hasAttribute('interval'))
|
/plugin/revealjs/plugin/notes-server/ |
H A D | client.js | 29 if( slideElement.hasAttribute( 'data-notes' ) ) {
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | dom.php5.inc.php | 39 return $this->domelement->hasAttribute($name);
|
/plugin/jirainfo/ |
H A D | script.js | 69 if (elem.hasAttribute("data-target")) { 216 return elem.hasAttribute("data-target");
|
/plugin/swiftmail/Swift/Message/ |
H A D | Attachment.php | 98 if ($this->headers->hasAttribute("Content-Type", "name"))
|
H A D | Part.php | 89 if ($this->headers->hasAttribute("Content-Type", "charset"))
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | TwigFormulaLoader.php | 100 if ($node->hasAttribute('embedded_templates')) {
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | SerializationContext.php | 154 : $this->hasAttribute('initial_type') ? $this->getAttribute('initial_type') : null;
|