Home
last modified time | relevance | path

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

12345678910>>...33

/plugin/wrap/
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/
Dprint.css2 div.slide, ul {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}
/plugin/s5/ui/dokuwiki/
Dprint.css2 .slide, ul {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}
Dopera.css7 #slide0 {page-break-before: avoid;}
/plugin/s5/ui/default/
Dprint.css2 .slide, ul {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}
Dopera.css7 #slide0 {page-break-before: avoid;}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dspaceless.rst22 merely to avoid extra whitespace between HTML tags to avoid browser rendering
Dverbatim.rst24 but was renamed to avoid confusion with the ``raw`` filter.
/plugin/farm/install/
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/
Dprint.less29 .olPOItblBody tr { page-break-inside: avoid; }
31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.…
/plugin/s5reloaded/ui/thesis/
Dprint.css7 page-break-inside: avoid;
14 page-break-after: avoid;
Dopera.css7 #slide0 {page-break-before: avoid;}
/plugin/indexnumber/
Dstyle.css4 page-break-before: avoid;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dspaceless.rst35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
/plugin/pagebreak2/
Dtitle-h1.css7 page-break-before:avoid;
/plugin/subjectindex/
Dstyle.css103 break-after: avoid-column;
104 -moz-break-after: avoid-column;
105 -webkit-column-break-after: avoid;
/plugin/abc2/
Dprint.css4 break-inside: avoid;
/plugin/404manager/
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/
Dstyle.css5 div.avoid{
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md16 … 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/
DSYNTAX.md1 You will probably want to avoid caching the page:
/plugin/infomail/lang/en/
Dintro.txt7 * avoid huge lists, sending too many mails in a short burst may create delivery problems
/plugin/emoji/
DREADME11 To avoid unintended substitution, short names and emoticons should be separated
/plugin/jplayer/vendor/kriswallsmith/assetic/
DCHANGELOG-1.0.md4 * Fixed the Twig tag to avoid a fatal error when left unclosed
/plugin/datatables/assets/datatables.net-buttons/css/
Dmixins.scss73 -webkit-column-break-inside: avoid;
74 break-inside: avoid;

12345678910>>...33