Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 28) sorted by last modified time

12

/dokuwiki/lib/plugins/acl/
H A Dadmin.php108 $cmd = $INPUT->extract('cmd')->str('cmd');
/dokuwiki/inc/
H A Dtemplate.php542 extract($data);
586 extract($data);
1402 $do = $INPUT->extract('do')->str('do');
H A Dcommon.php1137 extract($data);
H A Dactions.php28 extract($GLOBALS);
H A DLogger.php176 extract($data);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php360 extract(BigInteger::minMaxBits($bits));
H A DHash.php485 // Generate subkey, encipher and extract indexed substring
526 // For each iteration, extract key and do three-layer hash.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php422 $extract = strlen($this->_punycode_prefix);
424 $check_deco = array_slice($decoded, 0, $extract);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php347 $extract = true;
349 $extract = false;
352 $extract = false;
355 return $extract;
H A DTar.php138 * By default this will extract all files found in the archive. You can restrict the output using the $include
155 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Tar
192 // extract data
H A DZip.php121 * By default this will extract all files found in the archive. You can restrict the output using the $include
134 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Zip
917 $header .= pack('v', 20); // version needed to extract - 2.0
963 $header .= pack('v', 20); // version needed to extract - 2.0
/dokuwiki/inc/Action/
H A DRecent.php42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1189 * @param string $file archive to extract
1190 * @param string $target directory to extract to
1204 $tar->extract($target);
1214 $zip->extract($target);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php3586 extract(unpack('Npacket_length', $temp));
3609 extract(unpack('Npacket_length', $temp));
3638 extract(unpack('Npacket_length', $temp = Strings::shift($raw, 4)));
3654 extract(unpack('Npacket_length/Cpadding_length', Strings::shift($raw, 5)));
3866 extract(unpack('cpacket_type/Nchannel/Nlength', $payload));
H A DSCP.php
H A DSFTP.php3346 extract(unpack('Nlength', Strings::shift($this->packet_buffer, 4)));
3377 extract(unpack('Npacket_id', Strings::shift($this->packet_buffer, 4))); // remove the request id
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php123 // extract the command and any specific parameters
261 extract($userinfo);
389 extract($userdata);
/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/lib/plugins/styling/
H A Dadmin.php38 $run = $INPUT->extract('run')->str('run');
/dokuwiki/inc/Input/
H A DInput.php266 public function extract($name)
267 public function extract($name) global() function in dokuwiki\\Input\\Input
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php276 extract(unpack('Nlength', substr(str_pad($temp, 4, chr(0), STR_PAD_LEFT), -4)));
H A DX509.php634 extract($data);
1866 extract(unpack('Vhash', $hash));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php336 extract($this->value->extendedGCD($n->value));
620 extract($class::minMaxBits($bits));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php142 extract(parse_url($path) + ['port' => 22]);

12