Home
last modified time | relevance | path

Searched refs:pos (Results 1601 – 1609 of 1609) sorted by path

1...<<6162636465

/plugin/zip/pear/File/Archive/Predicate/
H A DIndex.php44 var $pos = 0; variable in File_Archive_Predicate_Index
58 return isset($this->indexes[$this->pos++]);
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php107 $pos = strrpos($name, ".");
108 if ($pos === false || $pos === 0) {
111 return substr($name, 0, $pos);
H A DCache.php45 var $pos = 0; variable in File_Archive_Reader_Cache
77 $this->pos++;
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'];
197 fseek($this->tmpFile, $pos, SEEK_SET);
198 return $pos - $before;
[all …]
H A DFile.php276 $pos = $this->tell();
279 $writer->openFileRemoveBlock($file, $pos + $seek, $blocks);
H A DMimeList.php38 $pos = strrpos($filename, '.');
40 if ($pos !== false) {
41 $extension = strtolower(substr($filename, $pos+1));
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php104 function openFile($filename, $pos = 0) argument
116 if ($pos > 0) {
117 if (fseek($this->handle, $pos) == -1) {
118 fread($this->handle, $pos);
129 $error = $this->openFile($filename, $pos);
138 if ($pos > 0) {
140 fread($this->handle, $pos);
180 $pos = strrpos($this->filename, "/");
181 if ($pos !== false) {
203 $pos = strrpos($complete, "/");
[all …]
H A DUniqueAppender.php62 $pos = 0;
64 $this->fileList[$reader->getFilename()] = $pos++;
/plugin/zoom/
H A Dsyntax.php49 function handle($match, $state, $pos, &$handler){ argument
/plugin/zul/syntax/
H A Dzirkelundlineal.php92 function handle($match, $state, $pos, &$handler){ argument

1...<<6162636465