/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | JobConfiguration.php | 78 public function setExtract(JobConfigurationExtract $extract) argument 80 $this->extract = $extract; 87 return $this->extract;
|
H A D | JobStatistics.php | 135 public function setExtract(JobStatistics4 $extract) argument 137 $this->extract = $extract; 144 return $this->extract;
|
/plugin/groupadmin/ |
H A D | admin.php | 104 extract($userinfo); 141 extract($userinfo); 161 extract($userinfo); 172 extract($userinfo); 203 extract($oldusersinfo[$olduser]);
|
/plugin/doi/Resolver/ |
H A D | IsbnIsbnDeResolver.php | 36 $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 D | FileInfo.php | 347 $extract = true; 349 $extract = false; 352 $extract = false; 355 return $extract;
|
H A D | Archive.php | 54 * 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 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');
|
/plugin/advanced/admin/ |
H A D | import.php | 48 $cmd = $INPUT->extract('cmd')->str('cmd'); 110 if (!$Zip->extract($extract_dir)) { 165 $step = $INPUT->extract('import')->str('import');
|
H A D | export.php | 50 $cmd = $INPUT->extract('cmd')->str('cmd'); 91 $step = $INPUT->extract('export')->str('export');
|
/plugin/dev/ |
H A D | LangProcessor.php | 196 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 D | VerboseTarLib.class.php | 115 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 D | LineReader.php | 40 $this->read($this->extract($parser->getStreamReader())); 73 protected function extract(StreamReader $reader) function in setasign\\Fpdi\\PdfParser\\CrossReference\\LineReader
|
/plugin/photowidget/ |
H A D | photowidget.php | 14 extract($_GET, EXTR_PREFIX_ALL, 'p'); 15 extract($_POST, EXTR_PREFIX_ALL, 'p');
|
/plugin/elasticsearch/vendor/react/promise/src/ |
H A D | Promise.php | 174 $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 D | PKCS8.php | 366 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 D | PuTTY.php | 215 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 D | image.php | 40 extract($attributes);
|
H A D | alert.php | 53 extract($attributes);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
H A D | MSBLOB.php | 104 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 D | fckeditor.cfm | 62 // 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 D | README | 15 Just download and extract it as folder “langdelete” into your “\lib\plugins”
|
/plugin/anewssystem/ |
H A D | README | 17 Just download and extract it as folder �anewssystem� into your �\lib\plugins�
|
/plugin/structcondstyle/ |
H A D | action.php | 164 extract($style); 259 extract($style);
|
/plugin/removeold/ |
H A D | README | 15 Just download and extract it as folder "removeold" into your "\lib\plugins"
|
/plugin/elasticsearch/lang/en/ |
H A D | confmanager_description.txt | 1 Elasticsearch can index media files by using external tools/parsers to extract the text content of the files.
|