Home
last modified time | relevance | path

Searched refs:styles (Results 26 – 50 of 455) sorted by path

12345678910>>...19

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …heet","CT_LIST","workbooks","xlsx","xlsm","xlsb","xltx","strs","sheets","styles","type2ct","CT","p…
/plugin/amcharts/assets/
H A Djs-yaml.min.js2 …el=g.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=n(this.schema,e.styles||null),this.implic…
/plugin/anewssystem/
H A Dsyntax.php891 $styles .= ' width: '.$token.';';
898 $styles .= ' background-color: '.$token.';';
906 $styles .= ' text-align: '.substr(trim($token),1).';';
922 $styles .= ' float: '.substr(trim($token),1).';';
928 $styles .= ' text-transform: '.$token.';';
937 $output = '<div class="'.$div_class.'" style="'.$styles.'">'.NL;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DNamedStyles.php29 public function setStyles($styles) argument
31 $this->styles = $styles;
38 return $this->styles;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md99 * Fixed BrowserConsoleHandler formatting when using multiple styles
185 * Fixed BrowserConsoleHandler formatting when using multiple styles
/plugin/barcode/
H A DREADME.md11 Layout of the barcode can be definited by CSS styles.
/plugin/barcodes/lib/
H A DBarcodesWrapper.php92 $styles = array();
95 …if ($this->attributes->background_color) $styles[] = sprintf('background-color: #%s', $this->attri…
100 $styles[] = sprintf('width: %dpx', $this->attributes->size);
101 $styles[] = sprintf('height: %dpx', $this->attributes->size);
104 $styles[] = sprintf('height: %dpx', $this->attributes->size);
109 $styles[] = sprintf('padding: %dpx', $this->attributes->padding);
112 return implode('; ', $styles);
/plugin/batchedit/
H A Dinterface.css14 * Global styles
/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/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/format/
H A DREADME.txt42 …tory and returns an alphabetically sorted (on the key) array of available bibliographic styles e.g.
43 $styles = LOADSTYLE::loadDir("styles/bibliography");
44 print_r($styles);
109 include_once("core/styles/BIBFORMAT.php");
172 $delimitRight -- Some bibliographic styles require all except the first letter of the title to be l…
176 Bibliographic styles may require the book edition number to be a cardinal or an ordinal number. If …
/plugin/bibtex/OSBib/styles/bibliography/apa/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/britishmedicaljournal/
H A DREADME.txt7 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/chicago/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/harvard/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/ieee/
H A DREADME.txt7 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/mla/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/turabian/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/
H A Dsyntax.php275 …leCommon, $styleTypes) = $bibformat->loadStyle(DOKU_PLUGIN.'bibtex/OSBib/styles/bibliography/', $b…
/plugin/bibtex4dw/
H A DTODO.md44 ## Add proper handling of citation styles
50 Perhaps that would be a (long-term) option to have proper handling of citation styles from within the DokuWiki BibTeX plugin.
/plugin/block/
H A Dscript.js46 function createBlock(styles) { argument
48 insertTags('wiki__text','<block ' + styles + '>', '</block>', 'abc') ;
51 insertTags(wikiTextArea,'<block ' + styles + '>', '</block>', 'abc') ;
/plugin/bootswrapper/
H A Dall.css37 /* Common styles for all types */
/plugin/bootswrapper/exe/help/
H A Dcallout.txt9 …/default//, //success// and //primary// from http://cpratt.co/twitter-bootstrap-callout-css-styles.
H A Dprogress.txt41 Progress bars use some of the same button and alert classes for consistent styles.

12345678910>>...19