Home
last modified time | relevance | path

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

12345678910>>...33

/plugin/zip/pear/File/Archive/Reader/
DMemory.php209 $keep = false;
211 if ($keep) {
215 $keep = !$keep;
217 if ($keep) {
DGzip.php234 $keep = false;
236 if ($keep) {
245 $keep = !$keep;
247 if ($keep) {
DBzip2.php213 $keep = false;
215 if ($keep) {
224 $keep = !$keep;
226 if ($keep) {
DTar.php302 $keep = false;
306 if ($keep) {
311 $keep = !$keep;
313 if ($keep) {
DAr.php334 $keep = false;
338 if ($keep) {
343 $keep = !$keep;
345 if ($keep) {
DZip.php358 $keep = false;
364 if ($keep) {
368 $keep = !$keep;
370 if ($keep) {
/plugin/dev/
Dcli.php116 $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 = false) argument
404 $svg->keepNamespace($keep);
410 * @param bool $keep
414 protected function cmdCleanSVG($files, $keep = false) argument
417 $svg->keepNamespace($keep);
DSVGIcon.php39 * @param bool $keep
41 public function keepNamespace($keep = true) argument
43 $this->keepns = $keep;
/plugin/bb4dw/
Dsyntax.php120 $keep = true;
127 $keep = $keep && preg_match('/'.$regexp.'/i', $val);
130 $keep = false;
133 if (!$keep) {
/plugin/zip/pear/File/Archive/Writer/
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/
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/
Dbibtex_converter.php238 $keep = true;
245 $keep = $keep && preg_match('/'.$regexp.'/i', $val);
250 $keep = false;
254 if ( $keep === true ) {
/plugin/publistf/bib2tpl/
Dbibtex_converter.php257 $keep = true;
264 $keep = $keep && preg_match('/'.$regexp.'/i', $val);
269 $keep = false;
273 if ( $keep === true ) {
/plugin/publistx/bib2tpl/
Dbibtex_converter.php253 $keep = true;
260 $keep = $keep && preg_match('/'.$regexp.'/i', $val);
265 $keep = false;
269 if ( $keep === true ) {
/plugin/langdelete/
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/combo/action/
H A Dcacheexpiration.php124 $keep = $ID;
182 $ID = $keep;
/plugin/move/lang/en/
Dprogress.txt3 Please keep this page open while the move progresses.
/plugin/sincetil/
DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/pixelyear/
DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/addnewpage/
H A Dsyntax.php235 $keep = sha1(time());
249 '/@INPUT@/' => $keep,
255 return str_replace($keep, '@INPUT@', $ns);
/plugin/bookcreator/action/
Dexport.php100 $keep = $ID;
105 $ID = $keep;
/plugin/sync/lang/en/
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/
Dintro.txt4 Just specify which languages you wish to keep. English and the current language will be kept.

12345678910>>...33