Searched refs:zip (Results 1 – 25 of 36) sorted by relevance
12
| /template/strap/vendor/php-webdriver/webdriver/lib/Firefox/ |
| H A D | FirefoxProfile.php | 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();
|
| /template/headstrong/ |
| D | Makefile | 10 ZIP = zip 19 ZIP_NAME = $(ARCHIVE_NAME)-$(VERSION).zip 22 all: export zip tar 38 zip: target
|
| /template/strap/ |
| H A D | composer.lock | 18 "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 D | RemoteWebElement.php | 631 $zip = new ZipArchive(); 632 if (($errorCode = $zip->open($tempZipPath, ZipArchive::CREATE)) !== true) { 638 $zip->addFile($fileToZip, $file_name); 639 $zip->close();
|
| /template/hydrogen/ |
| D | manager.dat | 1 downloadurl=https://si3t.ch/pub/dokuwiki-themes/hydrogen.zip
|
| /template/peanutbutter/ |
| D | manager.dat | 1 downloadurl=https://github.com/kvormweg/monochrome/archive/master.zip
|
| /template/flat/ |
| D | manager.dat | 1 downloadurl=https://github.com/beemoon/DokuwikiTpl/raw/master/flat.zip
|
| /template/twigstarter/ |
| D | composer.lock | 18 "type": "zip", 100 "type": "zip", 183 "type": "zip", 259 "type": "zip",
|
| /template/benjamin/ |
| D | template.info.txt | 7 url http://rschram.org/code/benjamin.zip
|
| /template/mikio/icons/bootstrap-icons/svg/ |
| H A D | file-zip.svg | 1 <svg class="bi bi-file-zip" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns=…
|
| H A D | file-earmark-zip.svg | 1 <svg class="bi bi-file-earmark-zip" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
|
| /template/myown/ |
| D | README.rst | 27 1. Download the MyOwn template zip-file
|
| /template/simpleclean/ |
| D | README.rst | 28 1. Download the simpleClean template zip-file
|
| /template/bushwick/fonts/ |
| D | README.txt | 57 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/ |
| D | README.txt | 57 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/ |
| D | README.rst | 35 1. Download the mmClean template zip-file
|
| /template/sprintdoc/ |
| H A D | deleted.files | 19 fonts/icons/fontello-1a5d199c.zip
|
| /template/writr/ |
| D | README.md | 48 …ton is available [here](https://github.com/LaswitchTech/writr/releases/latest/download/source.zip).
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | CHANGELOG.md | 104 - 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/ |
| D | README.md | 58 … 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 D | README.md | 14 …from [here.](https://github.com/my17560/dokuwiki-template-readthedokus/archive/refs/heads/main.zip)
|
| /template/breeze/bower_components/modular-scale/ |
| D | readme.md | 26 * [Download the latest zip](https://github.com/Team-Sass/modular-scale/releases/latest)
|
| /template/writr/css/ |
| D | bootstrap-icons.less | 684 .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/ |
| D | font-awesome.css | 1475 .fa-file-zip-o:before,
|
| D | font-awesome.min.css | 6 ….fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-a…
|
12