Home
last modified time | relevance | path

Searched refs:Attributes (Results 1 – 25 of 92) sorted by relevance

1234

/plugin/wysiwyg/fckeditor/_samples/html/
Dsample14.config.js36 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.js6 …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.js6 …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/
Dfckstyledef_ie.js55 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 )
Dfckstyledef_gecko.js57 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 )
Dfckstyledef.js29 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/
DAnnotation.php22 protected $attributesType = Attributes::class;
28 * @param Attributes
30 public function setAttributes(Attributes $attributes)
35 * @return Attributes
DLink.php22 protected $attributesType = Attributes::class;
38 * @param Attributes
40 public function setAttributes(Attributes $attributes)
45 * @return Attributes
DSpan.php22 protected $attributesType = Attributes::class;
68 * @param Attributes
70 public function setAttributes(Attributes $attributes)
75 * @return Attributes
DAttributes.php20 class Attributes extends \Google\Model class
60 class_alias(Attributes::class, 'Google_Service_CloudTrace_Attributes');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
DProduct.php23 protected $attributesType = Attributes::class;
51 * @param Attributes
53 public function setAttributes(Attributes $attributes)
58 * @return Attributes
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
DTraceSpan.php22 protected $attributesType = Attributes::class;
38 * @param Attributes
40 public function setAttributes(Attributes $attributes)
45 * @return Attributes
DAttributes.php20 class Attributes extends \Google\Model class
51 class_alias(Attributes::class, 'Google_Service_Networkconnectivity_Attributes');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/Resource/
DAccountsProducts.php20 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/
DAttributes.php30 class Attributes extends \Google\Service\Resource class
66 class_alias(Attributes::class, 'Google_Service_MyBusinessBusinessInformation_Resource_Attributes');
DLocationsAttributes.php20 use Google\Service\MyBusinessBusinessInformation\Attributes as AttributesModel;
39 * @return Attributes
DLocations.php21 use Google\Service\MyBusinessBusinessInformation\Attributes as AttributesModel;
110 * @return Attributes
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DAttributes.php20 class Attributes extends \Google\Collection class
61 class_alias(Attributes::class, 'Google_Service_MyBusinessBusinessInformation_Attributes');
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckstyle.js453 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/
Dfckstyles.js303 Attributes : {}, property
314 styleDef.Attributes[ attNodes[j].name ] = attNodes[j].value ;
341 overrideDef.Attributes = {} ;
352 overrideDef.Attributes[ overrideAttNode[k].name ] = overrideAttValue ;
/plugin/wysiwyg/fckeditor/
Dfckconfig.js240 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/
DAttributes.php31 final class Attributes class
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts569 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/
Dindex.d.ts569 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/
DAttributes.php27 abstract class Attributes class

1234