| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
| D | Configuration.php | 216 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/ |
| 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/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/doxycode/helper/ |
| D | parser.php | 116 if ($node->hasAttribute('class')) { 140 if ($node->hasAttribute('external') && $node->hasAttribute('refid')) { 200 if ($node->hasAttribute('kindref')) {
|
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | Response.php | 111 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 …]
|
| 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')) {
|
| D | LogoutRequest.php | 243 if ($nameId->hasAttribute($attr)) { 355 if ($dom->documentElement->hasAttribute('NotOnOrAfter')) { 366 if ($dom->documentElement->hasAttribute('Destination')) {
|
| D | IdPMetadataParser.php | 119 if (empty($entityId) && $idpDescriptor->parentNode->hasAttribute('entityID')) { 148 if ($sloNodes->item(0)->hasAttribute('ResponseLocation')) {
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Response.php | 111 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 …]
|
| 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')) {
|
| D | LogoutRequest.php | 243 if ($nameId->hasAttribute($attr)) { 355 if ($dom->documentElement->hasAttribute('NotOnOrAfter')) { 366 if ($dom->documentElement->hasAttribute('Destination')) {
|
| D | IdPMetadataParser.php | 119 if (empty($entityId) && $idpDescriptor->parentNode->hasAttribute('entityID')) { 148 if ($sloNodes->item(0)->hasAttribute('ResponseLocation')) {
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/ |
| D | SymfonyValidatorValidatorSubscriber.php | 43 …$groups = $context->hasAttribute('validation_groups') ? $context->getAttribute('validation_groups'… 49 …$constraints = $context->hasAttribute('validation_constraints') ? $context->getAttribute('validati…
|
| /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/ |
| D | notes.js | 100 if( slideElement.hasAttribute( 'data-notes' ) ) { 111 else if( fragmentElement.hasAttribute( 'data-notes' ) ) {
|
| /plugin/clipboardutils/lib/ |
| D | clipboard.min.js | 7 …hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instea…
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| 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/ |
| D | update.js | 111 if (node.hasAttribute('url')) 116 if (node.hasAttribute('interval'))
|
| /plugin/revealjs/plugin/notes-server/ |
| D | client.js | 29 if( slideElement.hasAttribute( 'data-notes' ) ) {
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | dom.php5.inc.php | 39 return $this->domelement->hasAttribute($name);
|