Home
last modified time | relevance | path

Searched refs:count (Results 2526 – 2539 of 2539) sorted by last modified time

1...<<101102

/plugin/zip/pear/
H A DPEAR.php430 if (0 == count($this->_expected_errors[$key])) {
453 if ((is_array($error_code) && (0 != count($error_code)))) {
/plugin/zip/pear/MIME/
H A DType.php136 for ($i = 1; $i < count($tmp); $i++) {
199 if (count($this->parameters)) {
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php294 $blocks[count($blocks)-1] += $size; //Also remove this file
H A DTar.php261 $blocks[count($blocks)-1] += $size; //Also remove this file
H A DUncompress.php113 count($this->readers) >= $this->uncompressionLevel
140 $this->readers[count($this->readers)] =& $this->source;
175 $this->source =& $this->readers[count($this->readers)-1];
176 unset($this->readers[count($this->readers)-1]);
259 for ($i=0; $i<count($this->readers); ++$i) {
263 for ($i=0; $i<count($this->toClose); ++$i) {
H A DZip.php130 $centralDirEntry = $this->centralDirectory[count($this->files)];
308 $blocks[count($blocks)-1] += $size; //Also remove this file
H A DCache.php76 if ($this->pos+1 < count($this->files) && !$this->fromSource) {
101 $this->pos = count($this->files)-1;
141 if ($length > 0 && $this->pos+1 < count($this->files)) {
168 if ($length >= 0 && $this->pos+1 < count($this->files)) {
/plugin/zip/pear/File/
H A DArchive.php43 if (count($file) != 3) {
/plugin/chat/
H A Dsyntax.php86 if (count($revs)) {
/plugin/bibtex/OSBib/
H A DUTF8.php160 if ( count( $values ) == 0 ) $lookingFor = ( $thisValue < 224 ) ? 2 : 3;
162 if ( count( $values ) == $lookingFor ) {
220 $cnt = count($uni);
243 for ($i=0; $i < count($uni); $i++){
289 return count($uni);
H A DMINIMALRTF.php187 if(count($values) == 0)
190 if(count($values) == $lookingFor)
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php36 if(($limit != -1) && ($count = preg_match_all("/./", $text, $throwAway)) > $limit)
39 $length = $count - (2 * $start);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php111 $this->count = 0;
185 $count = 0;
186 $count = substr_count($line, $delimitStart);
187 $count -= substr_count($line, $delimitEnd);
188 return $count;
261 $this->entries[$this->count][$key] = $value;
281 $count = 0;
293 while($count);
312 $this->entries[$this->count] = $entry;
313 $this->count++;
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1count:1,crypt:1,"default":1,default_proc:1,"delete":1,"delete!":1,delete_at:1,delete_if:1,detect:1… property in hljs.LANGUAGES.sql.dM.k.aggregate

1...<<101102