| /plugin/wysiwyg/fckeditor/_samples/html/ |
| D | sample14.config.js | 36 FCKConfig.CoreStyles.Bold = { Element : 'span', Attributes : { 'class' : 'Bold' } } ; property 37 FCKConfig.CoreStyles.Italic = { Element : 'span', Attributes : { 'class' : 'Italic' } } ; property 38 FCKConfig.CoreStyles.Underline = { Element : 'span', Attributes : { 'class' : 'Underline' } } ; property 39 FCKConfig.CoreStyles.StrikeThrough = { Element : 'span', Attributes : { 'class' : 'StrikeThrough' }… property 58 Attributes : { 'class' : '#("Font")' }, property 59 Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ] property 69 Attributes : { 'class' : '#("Size")' }, property 70 …Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Smaller|Larger|Small|Big|Doubl… property 81 Attributes : { 'class' : '#("Color")' }, property 82 Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ] property [all …]
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _object-dp.js | 6 …f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) { 9 anObject(Attributes); 11 return dP(O, P, Attributes); 13 if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!'); 14 if ('value' in Attributes) O[P] = Attributes.value;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _object-dp.js | 6 …f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) { 9 anObject(Attributes); 11 return dP(O, P, Attributes); 13 if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!'); 14 if ('value' in Attributes) O[P] = Attributes.value;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckstyledef_ie.js | 55 for ( var a in this.Attributes ) 60 targetElement.style.cssText = this.Attributes[a] ; 64 targetElement.setAttribute( 'className', this.Attributes[a], 0 ) ; 68 targetElement.setAttribute( '_fcksavedurl', this.Attributes[a], 0 ) ; 70 targetElement.setAttribute( a, this.Attributes[a], 0 ) ; 92 for ( var a in this.Attributes ) 97 if ( e.style.cssText.toLowerCase() != this.Attributes[a].toLowerCase() ) 101 if ( e.getAttribute( 'className', 0 ) != this.Attributes[a] ) 105 if ( e.getAttribute( a, 0 ) != this.Attributes[a] ) 124 for ( var a in this.Attributes )
|
| D | fckstyledef_gecko.js | 57 for ( var a in this.Attributes ) 62 targetElement.setAttribute( '_fcksavedurl', this.Attributes[a], 0 ) ; 64 targetElement.setAttribute( a, this.Attributes[a], 0 ) ; 90 for ( var a in this.Attributes ) 92 if ( e.getAttribute( a ) != this.Attributes[a] ) 110 for ( var a in this.Attributes )
|
| D | fckstyledef.js | 29 this.Attributes = new Object() ; 34 this.Attributes[ name ] = value ; 41 for ( var a in this.Attributes ) 42 s += ' ' + a + '="' + this.Attributes[a] + '"' ;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/ |
| D | Annotation.php | 22 protected $attributesType = Attributes::class; 28 * @param Attributes 30 public function setAttributes(Attributes $attributes) 35 * @return Attributes
|
| D | Link.php | 22 protected $attributesType = Attributes::class; 38 * @param Attributes 40 public function setAttributes(Attributes $attributes) 45 * @return Attributes
|
| D | Span.php | 22 protected $attributesType = Attributes::class; 68 * @param Attributes 70 public function setAttributes(Attributes $attributes) 75 * @return Attributes
|
| D | Attributes.php | 20 class Attributes extends \Google\Model class 60 class_alias(Attributes::class, 'Google_Service_CloudTrace_Attributes');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/ |
| D | Product.php | 23 protected $attributesType = Attributes::class; 51 * @param Attributes 53 public function setAttributes(Attributes $attributes) 58 * @return Attributes
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
| D | TraceSpan.php | 22 protected $attributesType = Attributes::class; 38 * @param Attributes 40 public function setAttributes(Attributes $attributes) 45 * @return Attributes
|
| D | Attributes.php | 20 class Attributes extends \Google\Model class 51 class_alias(Attributes::class, 'Google_Service_Networkconnectivity_Attributes');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/Resource/ |
| D | AccountsProducts.php | 20 use Google\Service\ManufacturerCenter\Attributes; alias 128 * @param Attributes $postBody 132 public function update($parent, $name, Attributes $postBody, $optParams = [])
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/Resource/ |
| D | Attributes.php | 30 class Attributes extends \Google\Service\Resource class 66 class_alias(Attributes::class, 'Google_Service_MyBusinessBusinessInformation_Resource_Attributes');
|
| D | LocationsAttributes.php | 20 use Google\Service\MyBusinessBusinessInformation\Attributes as AttributesModel; 39 * @return Attributes
|
| D | Locations.php | 21 use Google\Service\MyBusinessBusinessInformation\Attributes as AttributesModel; 110 * @return Attributes
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
| D | Attributes.php | 20 class Attributes extends \Google\Collection class 61 class_alias(Attributes::class, 'Google_Service_MyBusinessBusinessInformation_Attributes');
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckstyle.js | 453 if ( !( attribs = override.Attributes ) ) // Only one "=" 601 var attributes = override && override.Attributes ; 661 var attribs = this._StyleDesc.Attributes ; 696 var attValue = this._StyleDesc.Attributes ; 1099 var stylesText = ( this._StyleDesc.Attributes ? this._StyleDesc.Attributes['style'] || '' : '' ) ; 1132 var styleAttribs = this._StyleDesc.Attributes ; 1192 attrs = override.Attributes ; 1205 var overrideAttrs = ( overrideEl.Attributes = overrideEl.Attributes || new Array() ) ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckstyles.js | 303 Attributes : {}, property 314 styleDef.Attributes[ attNodes[j].name ] = attNodes[j].value ; 341 overrideDef.Attributes = {} ; 352 overrideDef.Attributes[ overrideAttNode[k].name ] = overrideAttValue ;
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckconfig.js | 240 Overrides : [ { Element : 'font', Attributes : { 'face' : null } } ] property 247 Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ] property 254 Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ] property
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/ |
| D | Attributes.php | 31 final class Attributes class
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 569 interface Attributes { 579 interface Attributes { 590 attributes?: Attributes; 602 interface Attributes { 632 attributes?: Attributes | string[] | string; 1280 createImageBlock(parent: AbstractBlock, attrs: Image.Attributes, opts?: Block.Options): Block; 1392 …parseAttributes(block: AbstractBlock, attrlist: string, opts?: ParseAttributesOptions): Attributes; 1806 playbackAttributes(blockAttributes: Block.Attributes): void; 2408 static create(parent: AbstractBlock, attributes: Attributes): Table; 2570 static create(table: Table, index: number, attributes: Attributes): Column;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 569 interface Attributes { 579 interface Attributes { 590 attributes?: Attributes; 602 interface Attributes { 632 attributes?: Attributes | string[] | string; 1280 createImageBlock(parent: AbstractBlock, attrs: Image.Attributes, opts?: Block.Options): Block; 1392 …parseAttributes(block: AbstractBlock, attrlist: string, opts?: ParseAttributesOptions): Attributes; 1806 playbackAttributes(blockAttributes: Block.Attributes): void; 2408 static create(parent: AbstractBlock, attributes: Attributes): Table; 2570 static create(table: Table, index: number, attributes: Attributes): Column;
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
| D | Attributes.php | 27 abstract class Attributes class
|