Home
last modified time | relevance | path

Searched refs:styles (Results 201 – 225 of 455) sorted by relevance

12345678910>>...19

/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css46 * Core styles.
/plugin/addressbook/
H A DREADME.md63 * Add print styles for contact cards and the index list
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css18 /* Pretty printing styles. Used with prettify.js. */
/plugin/bootswrapper/
H A Dall.css37 /* Common styles for all types */
/plugin/columns/
H A Dsyntax.php496 $styles = io_readFile(DOKU_PLUGIN . 'odt/styles.xml');
497 …le:default-style style:family="paragraph">(.+?)<\/style:default-style>/s', $styles, $match) == 1) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md42 Markdown offers two styles of headers: *Setext* and *atx*.
189 Markdown supports two styles for creating links: *inline* and
190 *reference*. With both styles, you use square brackets to delimit the
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19styles:{".MathJax_Hover_Frame":{"border-radius":".25em","-webkit-border-radius":".25em","-moz-bord… class in o
/plugin/cite/lang/en/
H A Dintro.txt7 The way to show the page with the different citations styles is by appending ''&do=cite'' to a wiki…
/plugin/bibtex/OSBib/create/
H A Dosbib.css65 * .styleTable: the table containing administration of bibliographic styles
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))
/plugin/nspages/
H A Dstyle.css36 /* below: all the styles for the usePictures mode */
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js211 …();b={};d=e.attributes;b[e.element]=e={styles:e.styles,requiredStyles:e.styles&&CKEDITOR.tools.obj…
219styles=m(e);d.attributes=m(d.attributes);d.children=[];h.length&&(d.attributes["class"]=h.join(" "…
223styles[b]},alignmentToStyle:function(a){if(!("float"in a.styles)){var b=a.attributes.align;if("lef…
224styles["border-bottom-width"]=c[d[2]];a.styles["border-left-width"]=c[d[3]]}if(a.styles.border){va…
225styles.border}},listTypeToStyle:function(a){if(a.attributes.type)switch(a.attributes.type){case "a…
226styles["margin-right"]=c[d[1]];a.styles["margin-bottom"]=c[d[2]];a.styles["margin-left"]=c[d[3]]}i…
736styles||!a.styles.background)return!1;a=b.style.parse.background(a.styles.background);return a.col…
1001 …ent:{div:{styles:"!page-break-after"},span:{match:function(a){return(a=a.parent)&&"div"==a.name&&a… property in CKEDITOR.plugins.pagebreakCmd.allowedContent.span
1094 …ble",right:function(a){a.styles&&(a.styles.border&&a.styles.border.match(/solid/)&&(a.attributes.b…
1111styles.background&&w.background(a.styles.background).color},right:function(a){a.styles["background…
[all …]
/plugin/codeprettify/code-prettify/
H A DCHANGES.md102 * Added a [themes gallery](https://raw.githack.com/google/code-prettify/master/styles/index.html)
103 to showcase contributed styles.
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template30 The "body" styles should match your editor web site, mainly regarding
87 The following are some sample styles used in the "Styles" toolbar command.
88 You should instead remove them, and include the styles used by the site
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
87 The following are some sample styles used in the "Styles" toolbar command.
88 You should instead remove them, and include the styles used by the site
H A Dfck_editorarea.css.default_template30 The "body" styles should match your editor web site, mainly regarding
85 The following are some sample styles used in the "Styles" toolbar command.
86 You should instead remove them, and include the styles used by the site
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css2 * This file provides styles for the diff view, which shows you
/plugin/html5video2/
H A Dprint.css58 so you can upgrade to newer versions easier. You can remove all these styles by removing the 'vjs-d…
70 /* General styles for individual controls. */
/plugin/combo/ComboStrap/
H A DSite.php762 // the load of styles is not consistent
765 $styles = ColorRgb::getDokuWikiStyles();
766 return $styles["replacements"]["__theme_color__"];
/plugin/bpmnioeditor/
H A Dstyle.css91 * outline styles
179 * Resize styles
245 * drag styles
319 * shape / connection basic styles
514 * popup styles
582 * popup / palette styles
813 * hidden styles
860 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/codeprettify/code-prettify/styles/
H A Ddoxy.css1 /* Doxy pretty-printing styles. Used with prettify.js. */
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dcolor.js19 …rackets(h),e=this.GetArgument(h);e=b.getColor(g,e);var f=c.style().With({styles:{mathcolor:e}});th…
/plugin/bootswrapper/exe/help/
H A Dprogress.txt41 Progress bars use some of the same button and alert classes for consistent styles.
/plugin/dokumicrobugtracker/
H A Dstyle.css16 * The styles given here are suitable for the demos that are used with the standard DataTables
17 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
555 * The styles given here are suitable for the demos that are used with the standard DataTables
556 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Align…

12345678910>>...19