Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfiguration.php78 public function setExtract(JobConfigurationExtract $extract) argument
80 $this->extract = $extract;
87 return $this->extract;
H A DJobStatistics.php135 public function setExtract(JobStatistics4 $extract) argument
137 $this->extract = $extract;
144 return $this->extract;
/plugin/groupadmin/
H A Dadmin.php104 extract($userinfo);
141 extract($userinfo);
161 extract($userinfo);
172 extract($userinfo);
203 extract($oldusersinfo[$olduser]);
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php36 $data['id'] = $this->extract('/<meta property="og:book:isbn" content="([^"]+)"/', $html);
38 $data['url'] = $this->extract('/<meta property="og:url" content="([^"]+)"/', $html);
40 $data['title'] = $this->extract('/<meta property="og:title" content="([^"]+)"/', $html);
42 $data['published'] = $this->extract('/<meta property="og:book:release_date" content="((\d){4})[^"]+"/', $html);
45 $data['publisher'] = $this->extract('/<a href="\/verlag\/.*?">(.+?)<\/a>/', $html);
58 protected function extract($regex, $html, $group = 1)
57 protected function extract($regex, $html, $group = 1) global() function in dokuwiki\\plugin\\doi\\Resolver\\IsbnIsbnDeResolver
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php347 $extract = true;
349 $extract = false;
352 $extract = false;
355 return $extract;
H A DArchive.php54 * By default this will extract all files found in the archive. You can restrict the output using the $include
69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); function in splitbrain\\PHPArchive\\Archive
/plugin/upgrade/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');
/plugin/advanced/admin/
H A Dimport.php48 $cmd = $INPUT->extract('cmd')->str('cmd');
110 if (!$Zip->extract($extract_dir)) {
165 $step = $INPUT->extract('import')->str('import');
H A Dexport.php50 $cmd = $INPUT->extract('cmd')->str('cmd');
91 $step = $INPUT->extract('export')->str('export');
/plugin/dev/
H A DLangProcessor.php196 return $this->extract($file, $regex);
208 return $this->extract($file, $regex);
212 * Use the given regex to extract language keys from the given file
218 private function extract($file, $regex) function in dokuwiki\\plugin\\dev\\LangProcessor
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php115 function extract($outdir, $strip = '', $exclude = '', $include = '') { function in VerboseTar
148 $extract = true;
150 $extract = false;
154 $extract = true;
156 $extract = false;
160 $extract = false;
165 if($extract) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php40 $this->read($this->extract($parser->getStreamReader()));
73 protected function extract(StreamReader $reader) function in setasign\\Fpdi\\PdfParser\\CrossReference\\LineReader
/plugin/photowidget/
H A Dphotowidget.php14 extract($_GET, EXTR_PREFIX_ALL, 'p');
15 extract($_POST, EXTR_PREFIX_ALL, 'p');
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php174 $promise = $this->extract($promise);
177 $promise = $this->extract($promise->result);
183 private function extract($promise) function in React\\Promise\\Promise
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php366 extract(ASN1::asn1map($temp[0], Maps\PBEParameter::MAP));
381 extract($temp);
388 extract($temp);
394 extract(ASN1::asn1map($temp[0], Maps\RC2CBCParameter::MAP));
418 extract($params);
H A DPuTTY.php215 extract(unpack('Nlength', Strings::shift($public, 4)));
243 extract(self::generateV3Key($password, $flavour, $memory, $passes, $salt));
340 extract(self::generateV3Key($password, 'Argon2id', 8192, 13, $salt));
/plugin/bootswrapper/syntax/
H A Dimage.php40 extract($attributes);
H A Dalert.php53 extract($attributes);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php104 extract(unpack('atype/aversion/vreserved/Valgo', Strings::shift($key, 8)));
137 extract(unpack('Vmagic/Vbitlen/a4pubexp', Strings::shift($key, 12)));
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm62 // try to extract IE version
75 // try to extract Gecko version date
87 // try to extract Opera version
97 // try to extract Gecko version date
/plugin/langdelete/
H A DREADME15 Just download and extract it as folder “langdelete” into your “\lib\plugins”
/plugin/anewssystem/
H A DREADME17 Just download and extract it as folder �anewssystem� into your �\lib\plugins�
/plugin/structcondstyle/
H A Daction.php164 extract($style);
259 extract($style);
/plugin/removeold/
H A DREADME15 Just download and extract it as folder "removeold" into your "\lib\plugins"
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt1 Elasticsearch can index media files by using external tools/parsers to extract the text content of the files.

1234567