Home
last modified time | relevance | path

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

12

/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php70 $errors[] = "☛ " . $msg['message'] . "\n" . $msg['extract'] . "\n";
/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/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
/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.php28 extract($GLOBALS);
H A DLogger.php190 extract($data);
H A Dindexer.php192 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/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php91 extract(unpack('atype/aversion/vreserved/Valgo', Strings::shift($key, 8)));
124 extract(unpack('Vmagic/Vbitlen/a4pubexp', Strings::shift($key, 12)));
H A DPuTTY.php59 extract($components);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php364 extract(ASN1::asn1map($temp[0], Maps\PBEParameter::MAP));
382 extract($temp);
392 extract($temp);
401 extract(ASN1::asn1map($temp[0], Maps\RC2CBCParameter::MAP));
428 extract($params);
H A DPuTTY.php202 extract(unpack('Nlength', Strings::shift($public, 4)));
230 extract(self::generateV3Key($password, $flavour, $memory, $passes, $salt));
326 extract(self::generateV3Key($password, 'Argon2id', 8192, 13, $salt));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php59 extract($components);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php43 extract($params);
H A DPrivateKey.php91 extract(ASN1Signature::load($signature));
/dokuwiki/lib/plugins/styling/
H A Dadmin.php38 $run = $INPUT->extract('run')->str('run');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php99 extract($cache[self::DATA][$key]);
/dokuwiki/inc/Input/
H A DInput.php266 public function extract($name) function in dokuwiki\\Input\\Input
/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/Crypt/EC/
H A DPublicKey.php118 extract($params);
H A DPrivateKey.php160 extract(ASN1Signature::load($signature));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php319 extract($this->extendedGCD($n));
743 extract(static::minMaxBits($size));
761 extract(static::minMaxBits($size));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php129 extract(unpack('Nupper/Nlower', self::shift($data, 8)));

12