Searched refs:avoid (Results 1 – 25 of 803) sorted by relevance
12345678910>>...33
/plugin/wrap/ |
D | print_or_pdf.less | 17 /*____________ avoid page break ____________*/ 21 break-inside: avoid; /* CSS 3 */ 22 page-break-inside: avoid; /* CSS 2.1 */
|
/plugin/s5/ui/flower/ |
D | print.css | 2 div.slide, ul {page-break-inside: avoid; visibility: visible !important;} 3 h1 {page-break-after: avoid;}
|
/plugin/s5/ui/dokuwiki/ |
D | print.css | 2 .slide, ul {page-break-inside: avoid; visibility: visible !important;} 3 h1 {page-break-after: avoid;}
|
D | opera.css | 7 #slide0 {page-break-before: avoid;}
|
/plugin/s5/ui/default/ |
D | print.css | 2 .slide, ul {page-break-inside: avoid; visibility: visible !important;} 3 h1 {page-break-after: avoid;}
|
D | opera.css | 7 #slide0 {page-break-before: avoid;}
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
D | spaceless.rst | 22 merely to avoid extra whitespace between HTML tags to avoid browser rendering
|
D | verbatim.rst | 24 but was renamed to avoid confusion with the ``raw`` filter.
|
/plugin/farm/install/ |
D | farmstructurecreator.php | 18 function cp_r($src, $dest, $mv=false, $avoid=array(), $lvl=0) { argument 19 if(in_array($src, $avoid)) return true; 32 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $avoid, $lvl+1);
|
/plugin/openlayersmap/ |
D | print.less | 29 .olPOItblBody tr { page-break-inside: avoid; } 31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.…
|
/plugin/s5reloaded/ui/thesis/ |
D | print.css | 7 page-break-inside: avoid; 14 page-break-after: avoid;
|
D | opera.css | 7 #slide0 {page-break-before: avoid;}
|
/plugin/indexnumber/ |
D | style.css | 4 page-break-before: avoid;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
D | spaceless.rst | 35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
|
/plugin/pagebreak2/ |
D | title-h1.css | 7 page-break-before:avoid;
|
/plugin/subjectindex/ |
D | style.css | 103 break-after: avoid-column; 104 -moz-break-after: avoid-column; 105 -webkit-column-break-after: avoid;
|
/plugin/abc2/ |
D | print.css | 4 break-inside: avoid;
|
/plugin/404manager/ |
D | CHANGES.md | 12 …* The page path is no more split by an underscore `_` for the best page name. This is to avoid tha… 17 …* Css declarations are now encapsulated around the class `redirect_manager` to avoid any style pro…
|
/plugin/pagebox/ |
D | style.css | 5 div.avoid{
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
D | CHANGELOG.md | 16 … info to exceptions thrown when a StreamHandler cannot open its stream to avoid completely losing … 50 …* Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing co… 54 …* Added JSON_PARTIAL_OUTPUT_ON_ERROR to default json encoding flags, to avoid dropping entire cont… 97 * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable 103 …* Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (… 111 * Fixed support for UTF-8 when cutting strings to avoid cutting a multibyte-character in half 112 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases 183 * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable 203 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases 205 …* Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (… [all …]
|
/plugin/sincetil/ |
D | SYNTAX.md | 1 You will probably want to avoid caching the page:
|
/plugin/infomail/lang/en/ |
D | intro.txt | 7 * avoid huge lists, sending too many mails in a short burst may create delivery problems
|
/plugin/emoji/ |
D | README | 11 To avoid unintended substitution, short names and emoticons should be separated
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
D | CHANGELOG-1.0.md | 4 * Fixed the Twig tag to avoid a fatal error when left unclosed
|
/plugin/datatables/assets/datatables.net-buttons/css/ |
D | mixins.scss | 73 -webkit-column-break-inside: avoid; 74 break-inside: avoid;
|
12345678910>>...33