Home
last modified time | relevance | path

Searched refs:styles (Results 426 – 450 of 455) sorted by last modified time

1...<<111213141516171819

/plugin/offline/ui/dokuwiki/
H A Dscreen.css1styles/../images/error.png) 0.5em 0px no-repeat;color:#000;border-bottom:1px solid #faa;font-size:…
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css12 /* clear styles */
169 /* About dialog styles */
180 /* Language specific styles */
/plugin/boxwh/boxwh/
H A Dprint.css12 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
/plugin/wysiwyg/
H A Dstyle.css53 The following are some sample styles used in the "Styles" toolbar command.
54 You should instead remove them, and include the styles used by the site
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontsizecombo.js54 var styles = {} ;
68 styles[ caption ] = style ;
71 return styles ;
H A Dfcktoolbarfontscombo.js52 var styles = {} ;
67 styles[ caption ] = style ;
70 return styles ;
H A Dfcktoolbarfontformatcombo.js51 var styles = {} ;
78 styles[ '_FCK_' + elementName ] = style ;
84 return styles ;
H A Dfcktoolbarstylecombo.js47 var styles = {} ;
54 styles[ styleName ] = style ;
56 return styles ;
72 var styles = this.GetStyles() ;
74 for ( var styleName in styles )
76 var style = styles[ styleName ] ;
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
66 The following are some sample styles used in the "Styles" toolbar command.
67 You should instead remove them, and include the styles used by the site
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css46 * Core styles.
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js80 var styles = this.GetStyles() ;
82 for ( var styleName in styles )
230 if ( !styles )
237 return styles ;
247 var styles = {}; variable
256 return styles ;
261 var styles = {}; variable
270 return styles ;
275 var styles = {}; variable
280 return styles ;
[all …]
/plugin/google_adsense2/
H A Dcode.php67 function gads_code($id, $styles=NULL) argument
71 $styles_array = gads_getstyle($styles);
85 $styles = array();
90 $styles['width'] = $token;
96 $styles['class'] = (isset($styles['class']) ? $styles['class'].' ' : '').$token;
99 return $styles;
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/wysiwyg/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
66 The following are some sample styles used in the "Styles" toolbar command.
67 You should instead remove them, and include the styles used by the site
/plugin/gcalendar/user/
H A Devents.css2 /* category-styles for date entries. ----------------------------------------------------------- */
H A Dbackground.css2 /* This is the place to define background-styles like for holidays etc. */
/plugin/gcalendar/inc/
H A Dstandard.css7 * /user/events.css --> to set event-Pictures and text-styles for your events
8 * /user/other.css --> to optionally overwrite the styles in the standard.css file
152 /* category-styles for date entries. The category has to be capitalized ! ---------------------- */
/plugin/livepreview/
H A Dstyle.css18 * rest of the styles to make the icon work
/plugin/bibtex/
H A Dsyntax.php275 …leCommon, $styleTypes) = $bibformat->loadStyle(DOKU_PLUGIN.'bibtex/OSBib/styles/bibliography/', $b…
/plugin/bibtex/OSBib/
H A DCHANGELOG12 1/ Date ranges are now supported in bibliographic styles.
13 2/ User-defined strings for each of the 12 months may now be supplied in the bibliographic styles.
18 Some debugging of creator list formatting in bibliographic styles. Multiple punctuation following …
/plugin/bibtex/OSBib/styles/bibliography/ieee/
H A DREADME.txt7 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/turabian/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php47 $this->styles = $this->style->loadDir(OSBIB_STYLE_DIR);
66 if(sizeof($this->styles))
92 $this->styles = $this->style->loadDir(OSBIB_STYLE_DIR);
103 $pString .= FORM::selectedBoxValue(FALSE, "editStyleFile", $this->styles, $styleFile, 20);
105 $pString .= FORM::selectFBoxValue(FALSE, "editStyleFile", $this->styles, 20);
316 $pString .= FORM::selectFBoxValue(FALSE, "editStyleFile", $this->styles, 20);
1284 else if(array_key_exists(strtoupper(trim($this->vars['styleShortName'])), $this->styles))
H A Dosbib.css65 * .styleTable: the table containing administration of bibliographic styles
/plugin/bibtex/OSBib/styles/bibliography/apa/
H A DREADME.txt5 Place this folder into /styles/bibliography/

1...<<111213141516171819