Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php94 private $stream; variable in phpseclib3\\Crypt\\RC4
232 $this->stream = [];
233 $this->stream[self::DECRYPT] = $this->stream[self::ENCRYPT] = [
255 $stream = &$this->stream[$mode];
257 $i = &$stream[0];
258 $j = &$stream[1];
259 $keyStream = &$stream[2];
261 $i = $stream[0];
262 $j = $stream[1];
263 $keyStream = $stream[2];
/dokuwiki/conf/
H A Dmime.conf21 tgz !application/octet-stream
23 gz !application/octet-stream
24 bz2 !application/octet-stream
32 rpm !application/octet-stream
33 deb !application/octet-stream
/dokuwiki/_test/tests/inc/
H A Dhttpclient_http.test.php172 $data = $http->get($this->server . '/stream/30');
181 $data = $http->get($this->server . '/stream/30');
197 $data = $http->get($this->server . '/stream/5');
203 $data = $http->get($this->server . '/stream/5');
284 $data = $http->get($this->server . '/stream-bytes/5000?chunk_size=250');
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php147 if (($stream = fopen($wrapper, 'r+')) &&
148 fwrite($stream, $data) &&
149 rewind($stream)) {
152 $stream_data = (string) fread($stream, 1048576);
154 if (!xml_parse($xml, $stream_data, feof($stream))) {
160 } while (!feof($stream));
161 fclose($stream);
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock270 "phpunit/php-token-stream": "^3.1.3 || ^4.0",
488 "name": "phpunit/php-token-stream",
492 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
497 …"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed…
530 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
535 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
536 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock278 "phpunit/php-token-stream": "^3.1.3 || ^4.0",
496 "name": "phpunit/php-token-stream",
500 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
505 …"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed…
538 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
543 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
544 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"