Home
last modified time | relevance | path

Searched refs:Style (Results 1 – 25 of 266) sorted by relevance

1234567891011

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js29 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 Dfcktoolbarstylecombo.js32 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 Dfcktoolbarfontformatcombo.js32 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ;
101 var style = item.Style ;
130 var style = item.Style ;
H A Dfcktoolbarbutton.js29 this.Style = style ;
43 …= new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath, this.Style ) ;
H A Dfcktoolbarfontscombo.js29 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ;
89 var style = item.Style ;
H A Dfckspecialcombo.js33 this.Style = FCK_TOOLBARITEM_ICONTEXT ;
210 switch ( this.Style )
290 switch ( specialCombo.Style )
307 switch ( specialCombo.Style )
H A Dfcktoolbarspecialcombo.js59 this._Combo.Style = this.Style ;
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCONTRIBUTING.md6 ## 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 Dfckstylecommand.js36 FCK.Styles.RemoveStyle( styleComboItem.Style ) ;
38 FCK.Styles.ApplyStyle( styleComboItem.Style ) ;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js7604 Style.__static_initialize = function () { if (!Style.__static_initialized) {
7609Style.styleTypes_$LI$ = function () { Style.__static_initialize(); if (Style.styleTypes == null)
7610 Style.styleTypes = ({}); return Style.styleTypes; };
8445Style.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 Dfonts.txt5 Bookman Old Style,Bookman Old Style
/plugin/openlayersmap/
H A Dscript.js285 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 Dstyle.css26 * Style #0 : plain
56 * Style #2 : aradio
131 * Style #4 : bluebox
/plugin/wst/
H A Dplugin.info.txt6 desc WikiMedia-Style Templates
/plugin/gview/
H A Dstyle.css2 * Style sheet for Gview plugin
/plugin/footnotestyle/
H A Dplugin.info.txt6 name Footnote Style Plugin
/plugin/diff/
H A Dstyle.css1 /* Cascading Style Sheet for 'diff' syntax plugin - 2010-02-22
/plugin/indobible/
H A Dstyle.css2 * Style for Indonesian Bible Verses
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushPython.js22 this.Style = '.dp-py .builtins { color: #ff1493; }' +
H A DshBrushDelphi.js28 this.Style = '.dp-delphi .number { color: blue; }' +
H A DshBrushSql.js37 this.Style = '.dp-sql .func { color: #ff1493; }' +
/plugin/syntaxhighlighter/Scripts/
H A DshBrushDelphi.js9 …etKeywords(keywords),'gm'),css:'keyword'}];this.CssClass='dp-delphi';this.Style='.dp-delphi .numbe…
H A DshBrushPython.js10 …his.GetKeywords(special),'gm'),css:'special'}];this.CssClass='dp-py';this.Style='.dp-py .builtins …
H A DshBrushSql.js9 ….GetKeywords(keywords),'gmi'),css:'keyword'}];this.CssClass='dp-sql';this.Style='.dp-sql .func { c…
/plugin/searchpattern/
H A Dprint.css2 * SearchPattern plugin for dokuwiki / CSS Style

1234567891011