Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php196 * @param int $ctx the current context
199 public function visibleInContext($ctx) argument
201 return (bool)($ctx & $this->context);
/dokuwiki/inc/
H A Dio.php163 $ctx = inflate_init(ZLIB_ENCODING_GZIP);
174 $readBefore = inflate_get_read_len($ctx);
175 $decoded = @inflate_add($ctx, $chunk);
181 if (inflate_get_status($ctx) === ZLIB_STREAM_END) {
182 $consumed = inflate_get_read_len($ctx) - $readBefore;