Home
last modified time | relevance | path

Searched refs:hasAttribute (Results 1 – 25 of 136) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php541 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 Dlozad-raster.js6 if (el.hasAttribute("data-srcset")) {
7 if (el.hasAttribute("data-sizes")) {
12 if (el.hasAttribute("data-src")) {
H A Dpage-protection.js17 if (element.hasAttribute("title")) {
H A Dlightbox.js45 if (img !== null && img.hasAttribute("alt")) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php27 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 DSymfonyValidatorValidatorSubscriber.php43 …$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 DResponse.php111 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 DLogoutResponse.php75 if ($this->document->documentElement->hasAttribute('ID')) {
140 … if (isset($requestId) && $this->document->documentElement->hasAttribute('InResponseTo')) {
162 if ($this->document->documentElement->hasAttribute('Destination')) {
H A DLogoutRequest.php243 if ($nameId->hasAttribute($attr)) {
355 if ($dom->documentElement->hasAttribute('NotOnOrAfter')) {
366 if ($dom->documentElement->hasAttribute('Destination')) {
H A DIdPMetadataParser.php119 if (empty($entityId) && $idpDescriptor->parentNode->hasAttribute('entityID')) {
148 if ($sloNodes->item(0)->hasAttribute('ResponseLocation')) {
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php39 !$tagAttributes->hasAttribute(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE)
40 && !$tagAttributes->hasAttribute(FollowTag::HANDLE_ATTRIBUTE)
/plugin/combo/ComboStrap/
H A DButtonTag.php117 if (!$attributes->hasAttribute("class") && !$attributes->hasAttribute("spacing")) {
H A DTagAttributes.php1278 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 Dnotes.js100 if( slideElement.hasAttribute( 'data-notes' ) ) {
111 else if( fragmentElement.hasAttribute( 'data-notes' ) ) {
/plugin/clipboardutils/lib/
H A Dclipboard.min.js7hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instea…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInitializedObjectConstructor.php33 if ($context->hasAttribute('target') && 1 === $context->getDepth()) {
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php181 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 Dupdate.js111 if (node.hasAttribute('url'))
116 if (node.hasAttribute('interval'))
/plugin/revealjs/plugin/notes-server/
H A Dclient.js29 if( slideElement.hasAttribute( 'data-notes' ) ) {
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php39 return $this->domelement->hasAttribute($name);
/plugin/jirainfo/
H A Dscript.js69 if (elem.hasAttribute("data-target")) {
216 return elem.hasAttribute("data-target");
/plugin/swiftmail/Swift/Message/
H A DAttachment.php98 if ($this->headers->hasAttribute("Content-Type", "name"))
H A DPart.php89 if ($this->headers->hasAttribute("Content-Type", "charset"))
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php100 if ($node->hasAttribute('embedded_templates')) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php154 : $this->hasAttribute('initial_type') ? $this->getAttribute('initial_type') : null;

123456