Home
last modified time | relevance | path

Searched refs:extract (Results 126 – 150 of 154) sorted by path

1234567

/plugin/sqlite/
H A Dadmin.php53 $cmd = $INPUT->extract('cmd')->str('cmd');
/plugin/strata/helper/
H A Dsyntax.php31 * Patterns used to extract information from captured fragments. These patterns
232 // extract sort groups
235 // extract grouping groups
238 // extract additional projection groups
353 // extract patterns and split them in triples and filters
356 // extract union groups
359 // extract minus groups
362 // extract optional groups
619 extract($typemap[$lhs['text']]);
656 extract(
[all...]
/plugin/structcondstyle/
H A Daction.php164 extract($style);
259 extract($style);
/plugin/structodt/
H A Dhelper.php60 $template_zip->extract($tmp_dir);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt23321 Or how can you say to your brother, 'Allow me to extract the straw from your eye'; when, look! a ra…
23322 Hypocrite! First extract the rafter from your own eye, and then you will see clearly how to extract
25189extract the straw that is in your eye,' while you yourself are not looking at the rafter in that e…
/plugin/tablelayout/
H A Dyarn.lock734 extract-zip@^1.6.5:
736 …resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.6.tgz#1290ede8d20d0872b429fd3…
1878 extract-zip "^1.6.5"
/plugin/textile2/
H A DclassTextile.php991 extract($this->glyph, EXTR_PREFIX_ALL, 'txt');
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php683 function extract() function in PclZip
/plugin/topbarsyntax/
H A DREADME26 Just download and extract it as folder �topbarsyntax� into your �\lib\plugins�
/plugin/twofactor/
H A Dadmin.php43 $userdel = $INPUT->extract('reset')->str('reset');
/plugin/unblink/
H A Dsyntax.php48 extract($data);
/plugin/upgrade/
H A Dcomposer.lock57 "extract",
H A Dhelper.php181 $tar->extract($this->tgzdir, 1);
/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/upgrade/vendor/splitbrain/php-archive/src/
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
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
/plugin/vshare/
H A Dsites.ini6 ; rex = a regular expression that can extract the vid from the web or emb url
/plugin/webdav/
H A Dadmin.php54 $cmd = $INPUT->extract('cmd')->str('cmd');
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md42 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md163 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/wikipediasnippet/
H A Dsyntax.php100 $text = $xml->query->pages->page->extract;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc104 // try to extract IE version
116 // try to extract Gecko version date
127 // try to extract Opera version
136 // try to extract Gecko version date
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

1234567