Searched refs:Style (Results 1 – 25 of 266) sorted by relevance
1234567891011
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarbuttonui.js | 29 this.Style = style || FCK_TOOLBARITEM_ONLYICON ; 65 if ( this.Style == FCK_TOOLBARITEM_ONLYICON && !this.ShowArrow ) 85 if ( this.Style == FCK_TOOLBARITEM_ONLYICON || this.Style == FCK_TOOLBARITEM_ICONTEXT ) 90 if ( this.Style == FCK_TOOLBARITEM_ONLYTEXT || this.Style == FCK_TOOLBARITEM_ICONTEXT ) 101 if ( this.Style != FCK_TOOLBARITEM_ONLYICON )
|
H A D | fcktoolbarstylecombo.js | 32 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ; 42 return FCKLang.Style ; 85 item.Style = style ; 106 var style = item.Style ; 150 var style = item.Style ;
|
H A D | fcktoolbarfontformatcombo.js | 32 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ; 101 var style = item.Style ; 130 var style = item.Style ;
|
H A D | fcktoolbarbutton.js | 29 this.Style = style ; 43 …= new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath, this.Style ) ;
|
H A D | fcktoolbarfontscombo.js | 29 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ; 89 var style = item.Style ;
|
H A D | fckspecialcombo.js | 33 this.Style = FCK_TOOLBARITEM_ICONTEXT ; 210 switch ( this.Style ) 290 switch ( specialCombo.Style ) 307 switch ( specialCombo.Style )
|
H A D | fcktoolbarspecialcombo.js | 59 this._Combo.Style = this.Style ;
|
/plugin/jplayer/vendor/happyworm/jplayer/ |
H A D | CONTRIBUTING.md | 6 ## Code Style 8 Please follow the [jQuery Style Guide](http://contribute.jquery.org/style-guide/), 9 in particular the [JavaScript Style Guide](http://contribute.jquery.org/style-guide/js/).
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckstylecommand.js | 36 FCK.Styles.RemoveStyle( styleComboItem.Style ) ; 38 FCK.Styles.ApplyStyle( styleComboItem.Style ) ;
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 7604 Style.__static_initialize = function () { if (!Style.__static_initialized) { 7609 … Style.styleTypes_$LI$ = function () { Style.__static_initialize(); if (Style.styleTypes == null) 7610 Style.styleTypes = ({}); return Style.styleTypes; }; 8445 …Style.lineDashPatterns_$LI$ = function () { Style.__static_initialize(); if (Style.lineDashPattern… 8446 Style.lineDashPatterns = ([]); return Style.lineDashPatterns; }; 8591 return Style; 8595 Style.SPACE = 4.0; 8597 Style.LONG_SPACE = 6.0; 8598 Style.DOT = 1.0; 8599 Style.DASH = 8.0; [all …]
|
/plugin/anewssystem/tpl/ |
H A D | fonts.txt | 5 Bookman Old Style,Bookman Old Style
|
/plugin/openlayersmap/ |
H A D | script.js | 285 return new ol.style.Style({ 362 'Point': new ol.style.Style({ 374 'LineString': new ol.style.Style({ 380 'MultiLineString': new ol.style.Style({ 386 'Polygon': new ol.style.Style({ 395 'MultiPolygon': new ol.style.Style({ 431 'Point': new ol.style.Style({ 443 'LineString': new ol.style.Style({ 449 'MultiLineString': new ol.style.Style({
|
/plugin/clock/ |
H A D | style.css | 26 * Style #0 : plain 56 * Style #2 : aradio 131 * Style #4 : bluebox
|
/plugin/wst/ |
H A D | plugin.info.txt | 6 desc WikiMedia-Style Templates
|
/plugin/gview/ |
H A D | style.css | 2 * Style sheet for Gview plugin
|
/plugin/footnotestyle/ |
H A D | plugin.info.txt | 6 name Footnote Style Plugin
|
/plugin/diff/ |
H A D | style.css | 1 /* Cascading Style Sheet for 'diff' syntax plugin - 2010-02-22
|
/plugin/indobible/ |
H A D | style.css | 2 * Style for Indonesian Bible Verses
|
/plugin/syntaxhighlighter/Uncompressed/ |
H A D | shBrushPython.js | 22 this.Style = '.dp-py .builtins { color: #ff1493; }' +
|
H A D | shBrushDelphi.js | 28 this.Style = '.dp-delphi .number { color: blue; }' +
|
H A D | shBrushSql.js | 37 this.Style = '.dp-sql .func { color: #ff1493; }' +
|
/plugin/syntaxhighlighter/Scripts/ |
H A D | shBrushDelphi.js | 9 …etKeywords(keywords),'gm'),css:'keyword'}];this.CssClass='dp-delphi';this.Style='.dp-delphi .numbe…
|
H A D | shBrushPython.js | 10 …his.GetKeywords(special),'gm'),css:'special'}];this.CssClass='dp-py';this.Style='.dp-py .builtins …
|
H A D | shBrushSql.js | 9 ….GetKeywords(keywords),'gmi'),css:'keyword'}];this.CssClass='dp-sql';this.Style='.dp-sql .func { c…
|
/plugin/searchpattern/ |
H A D | print.css | 2 * SearchPattern plugin for dokuwiki / CSS Style
|
1234567891011