Home
last modified time | relevance | path

Searched refs:hasAttribute (Results 26 – 50 of 136) sorted by relevance

123456

/plugin/revealjs/js/
H A Dreveal.js3781 preload = element.hasAttribute( 'data-preload' );
3838 if( background.hasAttribute( 'data-loaded' ) === false ) {
3843 backgroundVideoLoop = slide.hasAttribute( 'data-background-video-loop' ),
4211 if( !el.hasAttribute( 'data-ignore' ) && typeof el.pause === 'function' ) {
4630 if( slide.hasAttribute( 'data-notes' ) ) {
4719 if( fragment.hasAttribute( 'data-fragment-index' ) ) {
4790 if( el.hasAttribute( 'data-fragment-index' ) ) {
4964 if( el.hasAttribute( 'data-autoplay' ) ) {
5153 while( target && typeof target.hasAttribute === 'function' ) {
5154 if( target.hasAttribute( 'data-prevent-swipe' ) ) return true;
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1hasAttribute("name")){g.anchor=g.removeAnchor=CKEDITOR.TRISTATE_OFF}return g})}},afterInit:functio…
H A Dplugin.js.unc160 if ( anchor && anchor.hasAttribute( 'name' ) )
357 if ( anchor.hasAttribute( 'href' ) )
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1hasAttribute("name")){g.anchor=g.removeAnchor=CKEDITOR.TRISTATE_OFF}return g})}},afterInit:functio…
H A Dplugin.js.unc160 if ( anchor && anchor.hasAttribute( 'name' ) )
357 if ( anchor.hasAttribute( 'href' ) )
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js103 else if ( fullySelected.is( 'a' ) && fullySelected.hasAttribute( 'name' ) )
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js103 else if ( fullySelected.is( 'a' ) && fullySelected.hasAttribute( 'name' ) )
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php203 if ($entry->hasAttribute('key')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php187 if (!$x->length || !$x->item(0)->hasAttribute('Value')) {
190 if (!$y->length || !$y->item(0)->hasAttribute('Value')) {
/plugin/combo/ComboStrap/
H A DLinkMarkup.php335 if (!$outputAttributes->hasAttribute("title")) {
359 if (!$outputAttributes->hasAttribute("title")) {
H A DCardTag.php100 if (!$actualCall->hasAttribute(Dimension::RATIO_ATTRIBUTE)) {
H A DOutlineSection.php150 !$this->headingEnterCall->hasAttribute("id")
H A DTabsTag.php106 if (!$tagAttributes->hasAttribute(Spacing::SPACING_ATTRIBUTE)) {
H A DFetcherSvg.php1147 if ($documentElement->hasAttribute(FetcherSvg::STROKE_ATTRIBUTE)) {
1188 if (!$isDoubleColor && !$documentElement->hasAttribute("fill")) {
1463 !$tagAttributes->hasAttribute(MediaMarkup::$MEDIA_QUERY_PARAMETER) &&
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java456 if (pElement.hasAttribute(ATTRIBUTE_REF)) { in loadPalette()
469 …int iWidth = tce.hasAttribute(ATTRIBUTE_WIDTH)? Integer.parseInt(tce.getAttribute(ATTRIBUTE_WIDTH)… in loadPalette()
473 …int iHeight = tce.hasAttribute(ATTRIBUTE_HEIGHT)? Integer.parseInt(tce.getAttribute(ATTRIBUTE_HEIG… in loadPalette()
/plugin/combo/syntax/
H A Dtooltip.php158 if ($openingTag->hasAttribute(self::TEXT_ATTRIBUTE)) {
/plugin/dev/
H A DSVGIcon.php139 if (!$svg->hasAttribute('viewBox')) {
/plugin/icon/
H A DSVG.php163 if (!$svg->hasAttribute('viewBox')) {
/plugin/swiftmail/Swift/Message/
H A DHeaders.php298 public function hasAttribute($header, $name) function in Swift_Message_Headers
330 if ($this->hasAttribute($header, $name))
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php116 public function hasAttribute(string $key): bool function in JMS\\Serializer\\Context
H A DSerializer.php109 } elseif ($context->hasAttribute('initial_type')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php148 public function hasAttribute($name) function in Twig\\Node\\Node
/plugin/swiftmail/Swift/
H A DMessage.php395 if ($this->headers->hasAttribute("Content-Type", "charset"))
420 if ($this->headers->hasAttribute("Content-Type", "format")
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php968 if ($element->hasAttribute('validUntil')) {
971 if ($element->hasAttribute('cacheDuration')) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js430 if ( element.hasAttribute )
431 return element.hasAttribute( attributeName ) ;

123456