Home
last modified time | relevance | path

Searched refs:zp (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A Dcompatibility.php64 * @param resource $zp
69 function gzseek($zp, $offset, $whence = SEEK_SET)
71 return gzseek64($zp, $offset, $whence);
81 * @param resource $zp
84 function gztell($zp)
86 return gztell64($zp);
65 gzseek($zp, $offset, $whence = SEEK_SET) global() argument
79 gztell($zp) global() argument
/dokuwiki/inc/lang/cs/
H A Dstopwords.txt