Home
last modified time | relevance | path

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

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DConfiguration.php216 if ($tmp->item(0)->hasAttribute('addUncoveredFilesFromWhitelist')) {
225 if ($tmp->item(0)->hasAttribute('processUncoveredFilesFromWhitelist')) {
368 if ($log->hasAttribute('lowUpperBound')) {
375 if ($log->hasAttribute('highLowerBound')) {
382 if ($log->hasAttribute('threshold')) {
389 if ($log->hasAttribute('logIncompleteSkipped')) {
396 if ($log->hasAttribute('showUncoveredFiles')) {
402 if ($log->hasAttribute('showOnlySummary')) {
541 if ($root->hasAttribute('cacheTokens')) {
548 if ($root->hasAttribute('columns')) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
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/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/doxycode/helper/
Dparser.php116 if ($node->hasAttribute('class')) {
140 if ($node->hasAttribute('external') && $node->hasAttribute('refid')) {
200 if ($node->hasAttribute('kindref')) {
/plugin/adfs/phpsaml/lib/Saml2/
DResponse.php111 if (!$this->document->documentElement->hasAttribute('ID')) {
170 if ($this->document->documentElement->hasAttribute('InResponseTo')) {
242 if ($this->document->documentElement->hasAttribute('Destination')) {
305 …if ($scn->hasAttribute('Method') && $scn->getAttribute('Method') != OneLogin_Saml2_Constants::CM_B…
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')) {
[all …]
DLogoutResponse.php75 if ($this->document->documentElement->hasAttribute('ID')) {
140 … if (isset($requestId) && $this->document->documentElement->hasAttribute('InResponseTo')) {
162 if ($this->document->documentElement->hasAttribute('Destination')) {
DLogoutRequest.php243 if ($nameId->hasAttribute($attr)) {
355 if ($dom->documentElement->hasAttribute('NotOnOrAfter')) {
366 if ($dom->documentElement->hasAttribute('Destination')) {
DIdPMetadataParser.php119 if (empty($entityId) && $idpDescriptor->parentNode->hasAttribute('entityID')) {
148 if ($sloNodes->item(0)->hasAttribute('ResponseLocation')) {
/plugin/saml/phpsaml/lib/Saml2/
DResponse.php111 if (!$this->document->documentElement->hasAttribute('ID')) {
170 if ($this->document->documentElement->hasAttribute('InResponseTo')) {
242 if ($this->document->documentElement->hasAttribute('Destination')) {
305 …if ($scn->hasAttribute('Method') && $scn->getAttribute('Method') != OneLogin_Saml2_Constants::CM_B…
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')) {
[all …]
DLogoutResponse.php75 if ($this->document->documentElement->hasAttribute('ID')) {
140 … if (isset($requestId) && $this->document->documentElement->hasAttribute('InResponseTo')) {
162 if ($this->document->documentElement->hasAttribute('Destination')) {
DLogoutRequest.php243 if ($nameId->hasAttribute($attr)) {
355 if ($dom->documentElement->hasAttribute('NotOnOrAfter')) {
366 if ($dom->documentElement->hasAttribute('Destination')) {
DIdPMetadataParser.php119 if (empty($entityId) && $idpDescriptor->parentNode->hasAttribute('entityID')) {
148 if ($sloNodes->item(0)->hasAttribute('ResponseLocation')) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
DSymfonyValidatorValidatorSubscriber.php43 …$groups = $context->hasAttribute('validation_groups') ? $context->getAttribute('validation_groups'…
49 …$constraints = $context->hasAttribute('validation_constraints') ? $context->getAttribute('validati…
/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/
Dnotes.js100 if( slideElement.hasAttribute( 'data-notes' ) ) {
111 else if( fragmentElement.hasAttribute( 'data-notes' ) ) {
/plugin/clipboardutils/lib/
Dclipboard.min.js7hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instea…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
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/
Dupdate.js111 if (node.hasAttribute('url'))
116 if (node.hasAttribute('interval'))
/plugin/revealjs/plugin/notes-server/
Dclient.js29 if( slideElement.hasAttribute( 'data-notes' ) ) {
/plugin/html2pdf/html2pdf/html2ps/
Ddom.php5.inc.php39 return $this->domelement->hasAttribute($name);

1234567