Home
last modified time | relevance | path

Searched refs:preserve (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php38 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep… argument
41 if ($preserve) {
56 …_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $preserve = false) argument
67 while (!$preserve && mb_strlen($piece, $env->getCharset()) > $length) {
78 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep… argument
81 if ($preserve) {
93 …_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $preserve = false) argument
95 return wordwrap($value, $length, $separator, !$preserve);
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css13 -webkit-transform-style: preserve-3d;
14 transform-style: preserve-3d;
31 -webkit-transform-style: preserve-3d;
32 transform-style: preserve-3d;
/plugin/rawless/
H A Dlessc.inc.php15 public function setPreserveComments( $preserve ) { argument
16 return $preserve;
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php32 public function testTruncate($input, $length, $preserve, $separator, $expectedOutput) argument
34 $output = twig_truncate_filter($this->env, $input, $length, $preserve, $separator);
/plugin/prespan/
H A Dplugin.info.txt6 desc Create text spans which preserve spaces
H A DREADME.md4 spans which preserve spaces.
/plugin/groupmgr/
H A Dsyntax.php40 function remove_item_by_value($val, $arr, $preserve = true) { argument
43 return ($preserve) ? $arr : array_values($arr);
/plugin/custombuttons/
H A Dadmin.svg1 …ewBox="0 0 357 357" style="enable-background:new 0 0 24 24;" xml:space="preserve"><g id="add"><pat…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.NormalizeNewlines.txt
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/nonblank/
H A DREADME3 When writing documents in markup languages which preserve a single link break in CJK,
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DSubnetTag.svg1 …1.622" rx="6.032" fill="#168733" paint-order="normal"/><text xml:space="preserve" x="49.243" y="24…
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dddos_server.svg1 …795v6.622H1.548z" fill="#364149" paint-order="normal"/><text xml:space="preserve" x="7.132" y="6.7…
H A Dswitch.svg1 …795v6.622H1.548z" fill="#364149" paint-order="normal"/><text xml:space="preserve" x="5.362" y="6.9…
/plugin/jcapture/.settings/
H A Dorg.eclipse.jdt.core.prefs4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/plugin/revealjs/css/
H A Dreveal.css634 -webkit-transform-style: preserve-3d;
635 transform-style: preserve-3d; }
663 -webkit-transform-style: preserve-3d;
664 transform-style: preserve-3d; }
695 -webkit-transform-style: preserve-3d;
772 -webkit-transform-style: preserve-3d;
851 -webkit-transform-style: preserve-3d;
1197 -moz-transform-style: preserve-3d; }
1225 -moz-transform-style: preserve-3d; }
1492 -webkit-transform-style: preserve-3d;
[all …]
H A Dreveal.scss751 transform-style: preserve-3d;
773 transform-style: preserve-3d;
830 transform-style: preserve-3d;
906 transform-style: preserve-3d;
1277 -moz-transform-style: preserve-3d;
1315 -moz-transform-style: preserve-3d;
1632 transform-style: preserve-3d;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml42 The keep indicator will preserve all
83 will preserve all ending whitespace
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst59 You can also tell truncate to preserve whole words by setting the second
/plugin/pageredirect/
H A DChangeLog.md52 - preserve `GET` parameters when redirecting. [#16]
96 - preserve `#section` anchors on redirect. [c31b525]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst66 * ``preserve_keys``: Whether to preserve key or not (when the input is an array)
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css420 `preserve-3d` on the paragraph.
425 -webkit-transform-style: preserve-3d;
426 -moz-transform-style: preserve-3d; /* Y U need this Firefox?! */
427 -ms-transform-style: preserve-3d;
428 -o-transform-style: preserve-3d;
429 transform-style: preserve-3d;
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md34 - As default now JSON preserve trailing zeros when serializing a float
/plugin/groupmanager/
H A Dsyntax.php42 function remove_item_by_value($val, $arr, $preserve = true) argument
50 return ($preserve) ? $arr : array_values($arr);
/plugin/combo/ComboStrap/
H A DFetcherSvg.php102 public const REQUESTED_PRESERVE_ATTRIBUTE = "preserve";
218 throw new ExceptionNotFound("No preserve style attribute was set");
311 // we preserve the style, we preserve the class
518 // no preserve ratio ok
551 throw new ExceptionNotFound("No preserve Aspect Ratio was requested");
1436 $preserve = true;
1438 $preserve = false;
1440 $this->setPreserveStyle($preserve);

1234