Searched refs:avoid (Results 1 – 25 of 642) sorted by relevance
12345678910>>...26
/plugin/wrap/ |
H A 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/ |
H A D | print.css | 2 div.slide, ul {page-break-inside: avoid; visibility: visible !important;} 3 h1 {page-break-after: avoid;}
|
/plugin/s5/ui/default/ |
H A D | print.css | 2 .slide, ul {page-break-inside: avoid; visibility: visible !important;} 3 h1 {page-break-after: avoid;}
|
H A D | opera.css | 7 #slide0 {page-break-before: avoid;}
|
/plugin/s5/ui/dokuwiki/ |
H A D | print.css | 2 .slide, ul {page-break-inside: avoid; visibility: visible !important;} 3 h1 {page-break-after: avoid;}
|
H A D | opera.css | 7 #slide0 {page-break-before: avoid;}
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | spaceless.rst | 22 merely to avoid extra whitespace between HTML tags to avoid browser rendering
|
H A D | verbatim.rst | 24 but was renamed to avoid confusion with the ``raw`` filter.
|
/plugin/farm/install/ |
H A 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/ |
H A D | print.less | 29 .olPOItblBody tr { page-break-inside: avoid; } 31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
|
/plugin/indexnumber/ |
H A D | style.css | 4 page-break-before: avoid;
|
/plugin/s5reloaded/ui/thesis/ |
H A D | print.css | 7 page-break-inside: avoid; 14 page-break-after: avoid;
|
H A D | opera.css | 7 #slide0 {page-break-before: avoid;}
|
/plugin/pagebreak2/ |
H A D | title-h1.css | 7 page-break-before:avoid;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | spaceless.rst | 35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
|
/plugin/abc2/ |
H A D | print.css | 4 break-inside: avoid;
|
/plugin/subjectindex/ |
H A D | style.css | 103 break-after: avoid-column; 104 -moz-break-after: avoid-column; 105 -webkit-column-break-after: avoid;
|
/plugin/404manager/ |
H A 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/ |
H A D | style.css | 5 div.avoid{
|
/plugin/sincetil/ |
H A D | SYNTAX.md | 1 You will probably want to avoid caching the page:
|
/plugin/infomail/lang/en/ |
H A D | intro.txt | 7 * avoid huge lists, sending too many mails in a short burst may create delivery problems
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | CHANGELOG.md | 50 …* Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing co… 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 258 * Fixed SyslogUdpHandler to avoid sending empty frames 387 * Fixed MandrillHandler to avoid outputting API call responses 398 * Added $ignoreEmptyContextAndExtra to LineFormatter to avoid empty [] at the end [all …]
|
/plugin/emoji/ |
H A D | README | 11 To avoid unintended substitution, short names and emoticons should be separated
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A D | CHANGELOG-1.0.md | 4 * Fixed the Twig tag to avoid a fatal error when left unclosed
|
/plugin/elasticsearch/vendor/react/promise/ |
H A D | CHANGELOG.md | 66 * Fix: Fix checking whether cancellable promise is an object and avoid possible warning. 101 cleaning up said references, we can avoid relying on PHP's circular garbage collector 182 * Rename `Deferred::progress` to `Deferred::notify` to avoid confusion with
|
12345678910>>...26