| /plugin/bibtex/OSBib/ |
| D | MINIMALRTF.php | 54 $this->justify = array( 134 function justify($justify = "full", $indentL = 0, $indentR = 0) function in MINIMALRTF 136 if(!array_key_exists($justify, $this->justify)) 139 $justifyC = $this->justify[$justify];
|
| /plugin/divalign2/ |
| D | style.css | 19 p.divalign-justify { 20 text-align: justify;
|
| D | print.css | 20 div.divalign-justify { 21 text-align: justify;
|
| /plugin/datatables/assets/datatables.net/css/ |
| D | dataTables.bootstrap5.min.css | 1 …justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTa… 5 …justify-content:flex-end}div.dataTables_wrapper div.dt-row{position:relative}div.dataTables_scroll…
|
| D | dataTables.bootstrap5.css | 187 table.dataTable th.dt-justify, 188 table.dataTable td.dt-justify { 189 text-align: justify; 219 table.dataTable thead th.dt-head-justify, 220 table.dataTable thead td.dt-head-justify, 221 table.dataTable tfoot th.dt-head-justify, 222 table.dataTable tfoot td.dt-head-justify { 223 text-align: justify; 243 table.dataTable tbody th.dt-body-justify, 244 table.dataTable tbody td.dt-body-justify { [all …]
|
| D | dataTables.bootstrap4.css | 187 table.dataTable th.dt-justify, 188 table.dataTable td.dt-justify { 189 text-align: justify; 219 table.dataTable thead th.dt-head-justify, 220 table.dataTable thead td.dt-head-justify, 221 table.dataTable tfoot th.dt-head-justify, 222 table.dataTable tfoot td.dt-head-justify { 223 text-align: justify; 243 table.dataTable tbody th.dt-body-justify, 244 table.dataTable tbody td.dt-body-justify { [all …]
|
| D | dataTables.bootstrap4.min.css | 1 …justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTa…
|
| D | dataTables.bulma.min.css | 1 …justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTa… 3 …_info{padding-top:.5em}div.dataTables_wrapper div.dataTables_paginate ul{justify-content:flex-end;…
|
| D | dataTables.bulma.css | 187 table.dataTable th.dt-justify, 188 table.dataTable td.dt-justify { 189 text-align: justify; 219 table.dataTable thead th.dt-head-justify, 220 table.dataTable thead td.dt-head-justify, 221 table.dataTable tfoot th.dt-head-justify, 222 table.dataTable tfoot td.dt-head-justify { 223 text-align: justify; 243 table.dataTable tbody th.dt-body-justify, 244 table.dataTable tbody td.dt-body-justify { [all …]
|
| D | dataTables.semanticui.min.css | 1 …justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTa…
|
| D | dataTables.foundation.css | 187 table.dataTable th.dt-justify, 188 table.dataTable td.dt-justify { 189 text-align: justify; 219 table.dataTable thead th.dt-head-justify, 220 table.dataTable thead td.dt-head-justify, 221 table.dataTable tfoot th.dt-head-justify, 222 table.dataTable tfoot td.dt-head-justify { 223 text-align: justify; 243 table.dataTable tbody th.dt-body-justify, 244 table.dataTable tbody td.dt-body-justify { [all …]
|
| D | dataTables.semanticui.css | 187 table.dataTable th.dt-justify, 188 table.dataTable td.dt-justify { 189 text-align: justify; 219 table.dataTable thead th.dt-head-justify, 220 table.dataTable thead td.dt-head-justify, 221 table.dataTable tfoot th.dt-head-justify, 222 table.dataTable tfoot td.dt-head-justify { 223 text-align: justify; 243 table.dataTable tbody th.dt-body-justify, 244 table.dataTable tbody td.dt-body-justify { [all …]
|
| D | dataTables.foundation.min.css | 1 …justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTa…
|
| D | dataTables.bootstrap.css | 187 table.dataTable th.dt-justify, 188 table.dataTable td.dt-justify { 189 text-align: justify; 219 table.dataTable thead th.dt-head-justify, 220 table.dataTable thead td.dt-head-justify, 221 table.dataTable tfoot th.dt-head-justify, 222 table.dataTable tfoot td.dt-head-justify { 223 text-align: justify; 243 table.dataTable tbody th.dt-body-justify, 244 table.dataTable tbody td.dt-body-justify { [all …]
|
| D | dataTables.bootstrap.min.css | 1 …justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTa…
|
| /plugin/refnotes/ |
| D | style.css | 24 div.dokuwiki div.refnotes div.note.justify { 25 text-align: justify;
|
| /plugin/latexcaption/ |
| D | style.less | 5 justify-content: center; 16 justify-content: center; 51 justify-content: space-evenly;
|
| /plugin/asciidocjs/node_modules/right-align/ |
| D | README.md | 46 * [justify](https://github.com/bahamas10/node-justify): Left or right (or both) justify text using …
|
| /plugin/styler/ |
| D | style.css | 33 div.styler-justify { 34 text-align: justify;
|
| D | plugin.info.txt | 6 desc More formatting: verse, quote, epigraph, style [left, right, center, justify, float-left, fl…
|
| /plugin/gallery/ |
| D | screen.less | 40 justify-content: space-between; 78 justify-content: center;
|
| /plugin/guestbook/ |
| D | style.css | 41 text-align: justify; 55 text-align: justify;
|
| /plugin/mikioplugin/assets/ |
| H A D | styles.less | 49 .justify-content(@justify) { 50 -ms-flex-pack: @justify; 51 justify-content: @justify; 386 .justify-content(flex-start); 390 .justify-content(center); 394 .justify-content(flex-end); 397 &.mikiop-vertical-align-justify { 398 .justify-content(space-between); 652 justify-content: center; 731 .justify-content(center); [all …]
|
| /plugin/wordimport/ |
| D | style.less | 6 justify-content: space-around;
|
| /plugin/bootswrapper/exe/help/ |
| D | text.txt | 25 <TEXT align="justify">Justified text.</TEXT> 35 <TEXT align="justify">Justified text.</TEXT> 122 | ''align'' | ''left'' ''right'' ''center'', ''justify'' ''nowrap'' | Text align |
|