Home
last modified time | relevance | path

Searched refs:pos (Results 1601 – 1609 of 1609) sorted by last modified time

1...<<6162636465

/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/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++]);
H A DExtension.php60 $pos = strrpos($filename, '.');
62 if ($pos !== FALSE) {
63 $extension = strtolower(substr($filename, $pos+1));
/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 DMimeList.php38 $pos = strrpos($filename, '.');
40 if ($pos !== false) {
41 $extension = strtolower(substr($filename, $pos+1));
H A DFile.php276 $pos = $this->tell();
279 $writer->openFileRemoveBlock($file, $pos + $seek, $blocks);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php235 $pos = strpos($oldString, $value);
236 $oldString = substr_replace($oldString, '', $pos, strlen($value));
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1pos:1,prec:1,prec_f:1,prec_i:1,print:1,printf:1,private_class_method:1,private_instance_methods:1,… property in hljs.LANGUAGES.perl.a

1...<<6162636465