Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/plugin/dev/
H A Dcli.php69 $options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into HTML.', 'k',
74 $options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into HTML.', 'k',
116 $keep = $options->getOpt('keep-ns');
117 return $this->cmdDownloadSVG($ident, $save, $keep);
119 $keep = $options->getOpt('keep-ns');
120 return $this->cmdCleanSVG($args, $keep);
397 * @param bool $keep
401 protected function cmdDownloadSVG($ident, $save = '', $keep
386 cmdDownloadSVG($ident, $save = '', $keep = false) global() argument
399 cmdCleanSVG($files, $keep = false) global() argument
[all...]
H A DSVGIcon.php25 /** @var bool keep the SVG namespace for when the image is not used in embed? */
37 * Call before cleaning to keep the SVG namespace
39 * @param bool $keep
41 public function keepNamespace($keep = true) argument
43 $this->keepns = $keep;
198 * @param string[] $keep
200 protected function removeAttributes($element, $keep) argument
205 if (in_array($name, $keep)) continue;
/plugin/zip/pear/File/Archive/Reader/
H A DMemory.php209 $keep = false;
211 if ($keep) {
215 $keep = !$keep;
217 if ($keep) {
H A DGzip.php234 $keep = false;
236 if ($keep) {
245 $keep = !$keep;
247 if ($keep) {
H A DBzip2.php213 $keep = false;
215 if ($keep) {
224 $keep = !$keep;
226 if ($keep) {
H A DAr.php334 $keep = false;
338 if ($keep) {
343 $keep = !$keep;
345 if ($keep) {
H A DTar.php302 $keep = false;
306 if ($keep) {
311 $keep = !$keep;
313 if ($keep) {
H A DZip.php358 $keep = false;
364 if ($keep) {
368 $keep = !$keep;
370 if ($keep) {
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php144 $keep = false;
147 if ($keep) {
156 $keep = !$keep;
158 if ($keep) {
/plugin/combo/ComboStrap/
H A DParser.php18 $keep = $ID;
40 $ID = $keep;
/plugin/sphinxsearch-was/
H A Dfunctions.php404 * @param string $keep the part to keep
410 function shorten($keep, $short, $max, $min = 9, $char = '⌇') argument
412 $max = $max - utf8_strlen($keep);
413 if ($max < $min) return $keep;
415 if ($len <= $max) return $keep . $short;
417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
/plugin/sphinxsearch/
H A Dfunctions.php412 * @param string $keep the part to keep
418 function shorten($keep,$short,$max,$min=9,$char='⌇'){ argument
419 $max = $max - utf8_strlen($keep);
420 if($max < $min) return $keep;
422 if($len <= $max) return $keep.$short;
424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php238 $keep = true;
245 $keep = $keep && preg_match('/'.$regexp.'/i', $val);
250 $keep = false;
254 if ( $keep === true ) {
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php257 $keep = true;
264 $keep = $keep && preg_match('/'.$regexp.'/i', $val);
269 $keep = false;
273 if ( $keep === true ) {
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php253 $keep = true;
260 $keep = $keep && preg_match('/'.$regexp.'/i', $val);
265 $keep = false;
269 if ( $keep === true ) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml19 The '+' indicator says to keep newlines at the end of text
41 the keep '+' and chomp '-' indicators.
42 The keep indicator will preserve all
81 keep '+' character is used in combination
145 The keep and chomp indicators can also
/plugin/langdelete/
H A Dadmin.php289 private function html_print_langs ($langs, $keep = null) { argument
292 $print_lang_li = function ($langs) use ($keep) {
296 $enabled = is_null($keep) || in_array ($val, $keep);
/plugin/sincetil/
H A DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/pixelyear/
H A DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/move/lang/en/
H A Dprogress.txt3 Please keep this page open while the move progresses.
/plugin/combo/action/
H A Dcacheexpiration.php124 $keep = $ID;
182 $ID = $keep;
/plugin/sync/lang/en/
H A Dlist.txt3 …your local and the remote wiki is shown below. You need to decide which revisions you want to keep.
/plugin/langdelete/lang/en/
H A Dintro.txt4 Just specify which languages you wish to keep. English and the current language will be kept.
H A Dguide.txt4 To keep multiple languages, separate them with commas like this: ''en,fr,de''.
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A Dgenerator_config.txt5 {"mode":"expert","formats":["woff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_…

12345678910>>...28