Home
last modified time | relevance | path

Searched refs:avoid (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/plugin/wrap/
H A Dprint_or_pdf.less17 /*____________ avoid page break ____________*/
21 break-inside: avoid; /* CSS 3 */
22 page-break-inside: avoid; /* CSS 2.1 */
/plugin/s5/ui/flower/
H A Dprint.css2 div.slide, ul {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}
/plugin/s5/ui/default/
H A Dprint.css2 .slide, ul {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}
H A Dopera.css7 #slide0 {page-break-before: avoid;}
/plugin/s5/ui/dokuwiki/
H A Dprint.css2 .slide, ul {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}
H A Dopera.css7 #slide0 {page-break-before: avoid;}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dspaceless.rst22 merely to avoid extra whitespace between HTML tags to avoid browser rendering
H A Dverbatim.rst24 but was renamed to avoid confusion with the ``raw`` filter.
/plugin/farm/install/
H A Dfarmstructurecreator.php18 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 Dprint.less29 .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 Dstyle.css4 page-break-before: avoid;
/plugin/s5reloaded/ui/thesis/
H A Dprint.css7 page-break-inside: avoid;
14 page-break-after: avoid;
H A Dopera.css7 #slide0 {page-break-before: avoid;}
/plugin/pagebreak2/
H A Dtitle-h1.css7 page-break-before:avoid;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
/plugin/abc2/
H A Dprint.css4 break-inside: avoid;
/plugin/subjectindex/
H A Dstyle.css103 break-after: avoid-column;
104 -moz-break-after: avoid-column;
105 -webkit-column-break-after: avoid;
/plugin/404manager/
H A DCHANGES.md12 …* 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 Dstyle.css5 div.avoid{
/plugin/sincetil/
H A DSYNTAX.md1 You will probably want to avoid caching the page:
/plugin/infomail/lang/en/
H A Dintro.txt7 * avoid huge lists, sending too many mails in a short burst may create delivery problems
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md50 …* 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 DREADME11 To avoid unintended substitution, short names and emoticons should be separated
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md4 * Fixed the Twig tag to avoid a fatal error when left unclosed
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md66 * 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