Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 25 of 250) sorted by relevance

12345678910

/plugin/odp/
H A DZipLib.class.php20 $zip = @fopen($zip_name, 'rb');
21 if(!$zip) return(0);
24 @rewind($zip);
25 @fseek($zip, $centd['offset']);
178 if(!$zip) return(-1);
190 @fseek($zip, $pos_entry);
193 @rewind($zip); fseek($zip, $header['offset']);
198 fclose($zip);
204 $binary_data = fread($zip, 30);
279 $byte = @fread($zip, 1);
[all …]
/plugin/siteexport/inc/
H A Dfilewriter.php103 $zip = new ZipArchive();
104 if (!$zip) {
115 $zip->close();
134 $zip = new ZipArchive();
138 $zip->close();
206 $zip = new ZipArchive();
213 if ($zip->numFiles != 1) {
214 $zip->close();
219 $stat = $zip->statIndex(0);
222 $zip->close();
[all …]
/plugin/latexport/helpers/
H A Darchive_helper_zip.php8 private $zip; variable in ArchiveHelperZip
28 $this->zip = new ZipArchive();
29 $this->zip->open($this->temporaryZipFilename, ZipArchive::OVERWRITE);
51 $this->zip->addFromString($this->currentFilename, $this->currentContent);
59 $this->zip->addFromString($filename, $content);
67 $this->zip->close();
/plugin/routeplaner/syntax/
H A Droutenplaner.php124 if (trim($zip, " \t\n") != '') {
125 $zip = trim($zip, " \t\n");
127 $zip = ' ';//'missing zip';
140 return array($company,$street,$zip,$town,$country);
178 @$zip = $data[2];
188 $ret .= '<input type="hidden" name="toplz" value="'.$zip.'" />';
211 …$ret .= '<td><input type="TEXT" name="toplz_" value="'.$zip.'" tabindex="6" size="5" style="width:…
251 @$zip = $data[2];
327 $txt .=' <input id="toplz" name="toplz" value="'.$zip.'" size="3" type="hidden">';
332 …$txt .=' <p style="font-size: 12px; margin: 0 5px !important;">'.$country.' - '.$zip.' '.$town.'…
/plugin/gtime/
H A Drenderer.php79 $zip = new ZipArchive();
81 $result = $zip->open($filetemp, ZipArchive::CREATE);
87 $zip->addFile($pagefile,$filerev);
88 $zip->addFile($pagefile.".gtts",$filerev.".gtts");
89 $zip->addfromString("README.txt",$GT_README);
90 $zip->close();
/plugin/dokutexit/
H A DMakefile26 all : tgz zip
28 zip: clean $(FILES) $(DIRS) target
32 @zip -rq $(NAME).zip --exclude \*~ -- $(NAME)
41 @rm -rf $(NAME).tgz $(NAME).zip $(NAME)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DSimpleAddressType.php49 public $zip; variable in Google\\Service\\CivicInfo\\SimpleAddressType
138 public function setZip($zip) argument
140 $this->zip = $zip;
147 return $this->zip;
/plugin/epub/scripts/
H A Depub_utils.php293 static $zip;
295 if($path && !$zip) {
296 $zip = new ZipArchive;
300 return $zip;
304 static $zip;
307 if(!$zip) {
308 $zip = epub_zip_handle();
311 if($zip) {
323 if(!$zip) return false;
326 $zip->close();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DDeployment.php76 public function setZip(ZipInfo $zip) argument
78 $this->zip = $zip;
85 return $this->zip;
/plugin/openid/
H A DMakefile10 ZIP = zip
19 ZIP_NAME = $(ARCHIVE_NAME)-$(VERSION).zip
22 all: export zip tar
36 zip: target
/plugin/toolbox/
H A Dextension.php62 $zip = new ZipArchive(); variable
63 if($zip->open($filename, ZipArchive::CREATE) !== true) {
69 $zip->addFile($file, basename($file));
72 $zip->close();
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php151 // Intentionally do not use `tempnam()`, as it creates empty file which zip extension may not handle.
154 $zip = new ZipArchive();
155 $zip->open($temp_zip, ZipArchive::CREATE);
172 $zip->addFile($name, $path);
174 $zip->close();
277 $zip = new ZipArchive();
279 if ($zip->open($xpi)) {
280 $zip->extractTo($target_dir);
281 $zip->close();
/plugin/tuxquote/
H A DREADME21 … enter "https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip" in the plugin URL …
25 - Download the zip file from https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip
28 $ wget https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip
29 $ sudo mv master.zip <wiki_root>/lib/plugins/
30 $ sudo unzip master.zip
32 $ sudo rm master.zip
/plugin/tline/
H A DREADME.txt20 1. Unzip either timeline_source.zip or timeline_libraries.zip into
23 timeline_source.zip includes complete source and example files. Use your
27 timeline_libraries.zip is the minimum install of the bundled js libraries,
31 Jetty (use the timeline_source.zip file)
33 b) unzip timeline_source.zip to an install directory
/plugin/pgn4web/pgn4web/
H A Drelease-pgn4web.sh33 zip -9r "$pgn4webFilename" "$pgn4webDirectory" -x *.svn/* -x "$pgn4webDirectory"/jsl.conf -x "$pgn4…
36zip -9r "$pgn4webFilename" "$pgn4webDirectory"/live-games-app* "$pgn4webDirectory"/live/* -x *.svn…
38zip -9r "$pgn4webFilename" "$pgn4webDirectory"/live/*.html "$pgn4webDirectory"/live/*.pgn "$pgn4we…
/plugin/distribute/
H A Daction.php44 elseif(file_exists(DOKU_PLUGIN.'plugin/inc/zip.lib.php')){//older dokuwiki version
45 require_once DOKU_PLUGIN.'plugin/inc/zip.lib.php';
49 …ure the dependency Plugin Manager plugin is installed, and that plugin/inc/zip.lib.php or ZipLib.c…
/plugin/mediathumbnails/
H A Dthumb_engines.php120 $zip = new ZipArchive;
121 if ($zip->open($this->getSourceFilepath()) !== true) {
132 if ($zip->locateName($thumbnail_path) !== false) {
139 $fp = $zip->getStream($thumbnail_path);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile10 # Install zip extension for PHP
13 zip \
15 && docker-php-ext-install zip
/plugin/photogallery/lightGallery/
H A DVersion.txt2 Content of dist folder of the zip file downloaded from https://github.com/sachinchoolur/lightGaller…
/plugin/sketchcanvas/
H A Dmakezip.sh1 zip -u -r sketchcanvas.zip plugin.info.txt action.php CanvasElement.php script.js style.less syntax.php README.md phplib script media images
/plugin/nsexport/packer/ziphtml/compress/
H A Dziplib.php13 $zip = $conf['plugin']['nsexport']['packer_ziphtml_zip'];
15 $cmd = "$zip -q -$comp -r -u $destinationFile .";
/plugin/latexit/other/
H A Drelease1 zip release.zip classes/* conf/* lang/* README action.php pagetools-latexitexport-sprite.png plugin…
/plugin/simplemysqlclient/
H A Ddescr.txt12 downloadurl: http://www.soft2c.de/pub/simplemysqlclient.zip
27 …ugin at [[http://www.soft2c.de/pub/simplemysqlclient.zip|simplemysqlclient.zip]] and extract the z…
/plugin/vcard/
H A Dvcard.php103 …function setAddress($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $coun… argument
108 …ded).";".encode($street).";".encode($city).";".encode($region).";".encode($zip).";".encode($countr…
115 …function setLabel($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $countr… argument
120 if ($zip!="") $label.= "$zip ";
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock18 "type": "zip",
58 "type": "zip",
112 "type": "zip",
151 "type": "zip",
227 "type": "zip",
276 "type": "zip",
336 "type": "zip",
398 "type": "zip",
445 "type": "zip",
486 "type": "zip",
[all …]

12345678910