Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 21 of 21) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DLists.php35 public function extract(array $value) function in LesserPHP\\Functions\\Lists
/dokuwiki/inc/Action/
H A DRecent.php42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php75 $errors[] = "☛ " . $msg['message'] . "\n" . $msg['extract'] . "\n";
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php347 $extract = true;
349 $extract = false;
352 $extract = false;
355 return $extract;
H A DArchive.php69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); function in splitbrain\\PHPArchive\\Archive
H A DTar.php185 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Tar
H A DZip.php134 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Zip
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md5 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 Dactions.php31 extract($GLOBALS);
H A DLogger.php190 extract($data);
H A Dindexer.php192 extract($data);
H A Dtemplate.php563 extract($data);
607 extract($data);
1424 $do = $INPUT->extract('do')->str('do');
H A Dcommon.php1106 extract($data);
/dokuwiki/_test/tests/inc/
H A Dinput.test.php294 $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 Dadmin.php38 $run = $INPUT->extract('run')->str('run');
/dokuwiki/inc/Input/
H A DInput.php266 public function extract($name) function in dokuwiki\\Input\\Input
/dokuwiki/lib/plugins/extension/
H A DInstaller.php510 $archiver->extract($target);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php262 extract($userinfo);
390 extract($userdata);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php881 extract($options);
/dokuwiki/lib/plugins/acl/
H A Dadmin.php108 $cmd = $INPUT->extract('cmd')->str('cmd');
/dokuwiki/
H A Dcomposer.lock674 "extract",