| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Lists.php | 35 public function extract(array $value) function in LesserPHP\\Functions\\Lists
|
| /dokuwiki/inc/Action/ |
| H A D | Recent.php | 42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
|
| /dokuwiki/_test/tests/general/ |
| H A D | general_html.test.php | 75 $errors[] = "☛ " . $msg['message'] . "\n" . $msg['extract'] . "\n";
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | FileInfo.php | 347 $extract = true; 349 $extract = false; 352 $extract = false; 355 return $extract;
|
| H A D | Archive.php | 69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); function in splitbrain\\PHPArchive\\Archive
|
| H A D | Tar.php | 185 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Tar
|
| H A D | Zip.php | 134 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Zip
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 5 needed for compression). It can create new files or extract existing ones. 37 // To extract the contents of an existing TAR archive, open() it and use 38 // extract() on it: 41 $tar->extract('/tmp');
|
| /dokuwiki/inc/ |
| H A D | actions.php | 31 extract($GLOBALS);
|
| H A D | Logger.php | 190 extract($data);
|
| H A D | indexer.php | 192 extract($data);
|
| H A D | template.php | 563 extract($data); 607 extract($data); 1424 $do = $INPUT->extract('do')->str('do');
|
| H A D | common.php | 1106 extract($data);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | input.test.php | 294 $this->assertEquals('save', $INPUT->extract('do')->str('do')); 295 $this->assertEquals('', $INPUT->extract('emptya')->str('emptya')); 296 $this->assertEquals('foo', $INPUT->extract('string')->str('string')); 297 $this->assertEquals('foo', $INPUT->extract('array')->str('array')); 299 $this->assertEquals('save', $INPUT->post->extract('do')->str('do')); 300 $this->assertEquals('', $INPUT->post->extract('emptya')->str('emptya')); 301 $this->assertEquals('foo', $INPUT->post->extract('string')->str('string')); 302 $this->assertEquals('foo', $INPUT->post->extract('array')->str('array'));
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | admin.php | 38 $run = $INPUT->extract('run')->str('run');
|
| /dokuwiki/inc/Input/ |
| H A D | Input.php | 266 public function extract($name) function in dokuwiki\\Input\\Input
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 510 $archiver->extract($target);
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 262 extract($userinfo); 390 extract($userdata);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Enclosure.php | 881 extract($options);
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | admin.php | 108 $cmd = $INPUT->extract('cmd')->str('cmd');
|
| /dokuwiki/ |
| H A D | composer.lock | 674 "extract",
|