Home
last modified time | relevance | path

Searched refs:got (Results 1 – 6 of 6) sorted by last modified time

/dokuwiki/inc/lang/sv/
H A Dstopwords.txt
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt71 // Output, what we got now
86 // Output, what we got now, if output should be in a format different to UTF-8
/dokuwiki/inc/Remote/IXR/
H A DClient.php61 // Now parse what we've got back
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md17 documentation. If you got this readme from a GeSHi package, then
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php258 $got = 0;
259 while ($got < $read_size && !feof($fp)) {
260 $tmp = @fread($fp, max(min($this->chunk_size, $read_size - $got), 0));
264 $got += strlen($tmp);
H A DChangeLogTrait.php188 $got = 0;
190 while ($got < $chunk_size && !feof($fp)) {
191 $tmp = @fread($fp, max(min($this->chunk_size, $chunk_size - $got), 0));
195 $got += strlen($tmp);