/plugin/dev/ |
H A D | cli.php | 69 $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 D | SVGIcon.php | 25 /** @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 D | Memory.php | 209 $keep = false; 211 if ($keep) { 215 $keep = !$keep; 217 if ($keep) {
|
H A D | Gzip.php | 234 $keep = false; 236 if ($keep) { 245 $keep = !$keep; 247 if ($keep) {
|
H A D | Bzip2.php | 213 $keep = false; 215 if ($keep) { 224 $keep = !$keep; 226 if ($keep) {
|
H A D | Ar.php | 334 $keep = false; 338 if ($keep) { 343 $keep = !$keep; 345 if ($keep) {
|
H A D | Tar.php | 302 $keep = false; 306 if ($keep) { 311 $keep = !$keep; 313 if ($keep) {
|
H A D | Zip.php | 358 $keep = false; 364 if ($keep) { 368 $keep = !$keep; 370 if ($keep) {
|
/plugin/zip/pear/File/Archive/Writer/ |
H A D | Files.php | 144 $keep = false; 147 if ($keep) { 156 $keep = !$keep; 158 if ($keep) {
|
/plugin/combo/ComboStrap/ |
H A D | Parser.php | 18 $keep = $ID; 40 $ID = $keep;
|
/plugin/sphinxsearch-was/ |
H A D | functions.php | 404 * @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 D | functions.php | 412 * @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 D | bibtex_converter.php | 238 $keep = true; 245 $keep = $keep && preg_match('/'.$regexp.'/i', $val); 250 $keep = false; 254 if ( $keep === true ) {
|
/plugin/publistf/bib2tpl/ |
H A D | bibtex_converter.php | 257 $keep = true; 264 $keep = $keep && preg_match('/'.$regexp.'/i', $val); 269 $keep = false; 273 if ( $keep === true ) {
|
/plugin/publistx/bib2tpl/ |
H A D | bibtex_converter.php | 253 $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 D | YtsFoldedScalars.yml | 19 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 D | admin.php | 289 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 D | CHANGELOG.md | 1 I'll keep this file updated when I have a 'stable' version
|
/plugin/pixelyear/ |
H A D | CHANGELOG.md | 1 I'll keep this file updated when I have a 'stable' version
|
/plugin/move/lang/en/ |
H A D | progress.txt | 3 Please keep this page open while the move progresses
|
/plugin/combo/action/ |
H A D | cacheexpiration.php | 124 $keep = $ID; 182 $ID = $keep;
|
/plugin/sync/lang/en/ |
H A D | list.txt | 3 …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 D | intro.txt | 4 Just specify which languages you wish to keep. English and the current language will be kept.
|
H A D | guide.txt | 4 To keep multiple languages, separate them with commas like this: ''en,fr,de''.
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
H A D | generator_config.txt | 5 {"mode":"expert","formats":["woff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_…
|