Home
last modified time | relevance | path

Searched defs:Attributes (Results 1 – 20 of 20) sorted by relevance

/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.config.js36 FCKConfig.CoreStyles.Bold = { Element : 'span', Attributes : { 'class' : 'Bold' } } ; class in FCKConfig.CoreStyles.Bold
37 FCKConfig.CoreStyles.Italic = { Element : 'span', Attributes : { 'class' : 'Italic' } } ; class in FCKConfig.CoreStyles.Italic
38 FCKConfig.CoreStyles.Underline = { Element : 'span', Attributes : { 'class' : 'Underline' } } ; class in FCKConfig.CoreStyles.Underline
39 FCKConfig.CoreStyles.StrikeThrough = { Element : 'span', Attributes : { 'class' : 'StrikeThrough' }… class in FCKConfig.CoreStyles.StrikeThrough
58 Attributes : { 'class' : '#("Font")' }, class in FCKConfig.CoreStyles.FontFace
69 Attributes : { 'class' : '#("Size")' }, class in FCKConfig.CoreStyles.Size
81 Attributes : { 'class' : '#("Color")' }, class in FCKConfig.CoreStyles.Color
88 Attributes : { 'class' : '#("Color")BG' }, class in FCKConfig.CoreStyles.BackColor
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DAttributes.php31 final class Attributes class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DAttributes.php27 abstract class Attributes class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/Resource/
H A DAttributes.php30 class Attributes extends \Google\Service\Resource class
/plugin/adhoctags/
H A DREADME.md68 ## Attributes section in DokuWiki Plugin Ad-Hoc Tags
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php20 use League\CommonMark\Extension\Attributes\Node\Attributes; alias
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DAttributes.php20 class Attributes extends \Google\Model class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DAttributes.php20 class Attributes extends \Google\Model class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DAttributes.php20 class Attributes extends \Google\Collection class
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php20 final class Attributes extends AbstractBlock class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/Resource/
H A DAccountsProducts.php20 use Google\Service\ManufacturerCenter\Attributes; alias
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php22 use League\CommonMark\Extension\Attributes\Node\Attributes; alias
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js303 Attributes : {}, property in styleDef
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php26 use Doctrine\Common\Annotations\Annotation\Attributes; alias
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php20 class Attributes extends \Google\Collection class
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js53 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
H A Dfckeditorcode_gecko.js52 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js63 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
H A Dfckeditorcode_ie.js67 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…