Home
last modified time | relevance | path

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

12

/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php154 $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();
/template/headstrong/
DMakefile10 ZIP = zip
19 ZIP_NAME = $(ARCHIVE_NAME)-$(VERSION).zip
22 all: export zip tar
38 zip: target
/template/strap/
H A Dcomposer.lock18 "type": "zip",
69 "type": "zip",
112 "type": "zip",
159 "type": "zip",
216 "type": "zip",
266 "type": "zip",
274 "ext-zip": "*",
331 "type": "zip",
388 "type": "zip",
455 "type": "zip",
[all …]
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php631 $zip = new ZipArchive();
632 if (($errorCode = $zip->open($tempZipPath, ZipArchive::CREATE)) !== true) {
638 $zip->addFile($fileToZip, $file_name);
639 $zip->close();
/template/hydrogen/
Dmanager.dat1 downloadurl=https://si3t.ch/pub/dokuwiki-themes/hydrogen.zip
/template/peanutbutter/
Dmanager.dat1 downloadurl=https://github.com/kvormweg/monochrome/archive/master.zip
/template/flat/
Dmanager.dat1 downloadurl=https://github.com/beemoon/DokuwikiTpl/raw/master/flat.zip
/template/twigstarter/
Dcomposer.lock18 "type": "zip",
100 "type": "zip",
183 "type": "zip",
259 "type": "zip",
/template/benjamin/
Dtemplate.info.txt7 url http://rschram.org/code/benjamin.zip
/template/mikio/icons/bootstrap-icons/svg/
H A Dfile-zip.svg1 <svg class="bi bi-file-zip" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns=…
H A Dfile-earmark-zip.svg1 <svg class="bi bi-file-earmark-zip" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
/template/myown/
DREADME.rst27 1. Download the MyOwn template zip-file
/template/simpleclean/
DREADME.rst28 1. Download the simpleClean template zip-file
/template/bushwick/fonts/
DREADME.txt57 Genericons-Regular.otf found in the root directory of this zip has not been web-font-ified. So you …
59 … the old version of the font from Font Book, and grab the new one from the zip file. This also aff…
/template/fictive/genericons/
DREADME.txt57 Genericons-Regular.otf found in the root directory of this zip has not been web-font-ified. So you …
59 … the old version of the font from Font Book, and grab the new one from the zip file. This also aff…
/template/darkclean/
DREADME.rst35 1. Download the mmClean template zip-file
/template/sprintdoc/
H A Ddeleted.files19 fonts/icons/fontello-1a5d199c.zip
/template/writr/
DREADME.md48 …ton is available [here](https://github.com/LaswitchTech/writr/releases/latest/download/source.zip).
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md104 - When zip archive cannot be created during file upload, throw an exception instead of silently ret…
152 - `ext-zip` is now specified as required dependency in composer.json (but the extension was already…
/template/hexa/genericons/
DREADME.md58 … the old version of the font from Font Book, and grab the new one from the zip file. This also aff…
146 …far easier to add new icons to the font, but the switch means the download zip now has a different…
/template/readthedokus/
H A DREADME.md14 …from [here.](https://github.com/my17560/dokuwiki-template-readthedokus/archive/refs/heads/main.zip)
/template/breeze/bower_components/modular-scale/
Dreadme.md26 * [Download the latest zip](https://github.com/Team-Sass/modular-scale/releases/latest)
/template/writr/css/
Dbootstrap-icons.less684 .bi-file-earmark-zip-fill::before { content: "\f390"; }
685 .bi-file-earmark-zip::before { content: "\f391"; }
730 .bi-file-zip-fill::before { content: "\f3be"; }
731 .bi-file-zip::before { content: "\f3bf"; }
/template/drop/font-awesome/css/
Dfont-awesome.css1475 .fa-file-zip-o:before,
Dfont-awesome.min.css6 ….fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-a…

12