Home
last modified time | relevance | path

Searched refs:files (Results 1451 – 1460 of 1460) sorted by path

1...<<515253545556575859

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1902 files[name] = o;
3534 var k = zip.FullPaths || keys(zip.files);
3538 if(f == n || g == n) return zip.files ? zip.files[k[i]] : zip.FileIndex[i];
5356 /* from test files */
7723 // 0x43 dBASE IV SQL table files
7724 // 0x63 dBASE IV SQL system files
21302 /* Based on test files */
25303 if(zip.files) {
25305 out.files = zip.files;
25308 out.files = {};
[all …]
/plugin/xlsx2dw/
H A Dscript.js21 var file = e.target.files?.[0];
79 let tableStringXML = await zip.files["content.xml"].async('text');
/plugin/xssnipper/
H A Dplugin.info.txt8 desc provides syntax plugin to retrieve code snippeds from files
/plugin/yalist/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/yourip/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/youtracklinks/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …person obtaining a copy\n * of this software and associated documentation files (the \"Software\")…
/plugin/yuriigantt/
H A DLICENSE141 includes interface definition files associated with source files for
399 must place, in the relevant source files, a statement of the
400 additional terms that apply to those files, or a notice indicating
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php44 var $files = array(); variable in File_Archive_Reader_Cache
72 if ($this->fromSource && !empty($this->files)) {
76 if ($this->pos+1 < count($this->files) && !$this->fromSource) {
95 $this->files[] = array(
101 $this->pos = count($this->files)-1;
114 function getStat() { return $this->files[$this->pos]['stat']; }
118 function getMime() { return $this->files[$this->pos]['mime']; }
141 if ($length > 0 && $this->pos+1 < count($this->files)) {
168 if ($length >= 0 && $this->pos+1 < count($this->files)) {
196 $pos = $this->files[$this->pos]['pos'];
[all …]
H A DZip.php45 var $files = array(); variable in File_Archive_Reader_Zip
60 $this->files = array();
130 $centralDirEntry = $this->centralDirectory[count($this->files)];
166 $this->files[] = array('name' => $this->currentFilename,
293 array_pop($this->files);
299 array_pop($this->files);
341 foreach ($this->files as $file) {
406 foreach ($this->files as $file) {

1...<<515253545556575859