Home
last modified time | relevance | path

Searched refs:stream (Results 326 – 350 of 459) sorted by relevance

1...<<111213141516171819

/plugin/highlightjs/highlight/styles/
H A Dbrown_paper.css61 .stream,
H A Dzenburn.css45 .dos .stream,
H A Dschool_book.css63 .stream,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php55 $this->stream = Utils::streamFor($body);
/plugin/codemirror/dist/modes/
H A Delm.min.js.map1stream","state","word","current","hasOwnProperty","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,…
H A Dhaskell.min.js.map1stream","state","w","current","blockCommentStart","blockCommentEnd","lineComment","defineMIME"],"m…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php40 $stream = $env->tokenize('{{ foo }}', 'foo');
41 $this->assertEquals('{{ foo }}', $stream->getSource());
42 $this->assertEquals('foo', $stream->getFilename());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist61 @rewind(STDOUT); /* @ as not every STDOUT target stream is rewindable */
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md38 * Added a 'getLastPosition' method for encoders. Returns the last position in the byte stream the decoder stopped at.
/plugin/oauth/
H A Dcomposer.lock33 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dopus.js2stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}st… argument
53 if (!this.stream.available(1))
56 var list = this.stream.list;
113 var stream = AV.Stream.fromBuffer(new AV.Buffer(packet));
114 stream.advance(8);
117 var len = stream.readUInt32(true);
118 metadata.vendor = stream.readString(len);
120 var length = stream.readUInt32(true);
123 len = stream.readUInt32(true);
124 var str = stream.readString(len, 'utf8'),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md19 * Added support for `phpunit/php-token-stream` 2.0
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1902 $stream = array();
1903 foreach (array_reverse($streams) as $stream) {
1904 if ($stream['default']) {
1911 if (isset($stream[$u])) {
1912 unset($stream[$u]);
1916 $info = $stream;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17268 })(stream.Readable);
18218 flow(stream);
18242 stream.read(0);
18522 flow(stream);
18524 stream.read(0);
18576 stream.pause();
18585 return stream[method].apply(stream, arguments);
18602 stream.resume();
19880 stream.push(data);
19902 var stream = this;
[all …]
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md18 * Composer: Fix `hoa/stream` dependency. (Ivan Enderlin, 2016-03-03T10:13:50+01:00)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php135 $s->stream;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jar ... gson/reflect/ com/google/gson/stream/ com/google/gson/annotations/Expose ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1stream.js","webpack://pdfjs-dist/build/pdf.worker/src/core/ccitt_stream.js","webpack://pdfjs-dist/…
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md64 // resource(13) of type (stream)
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock345 "phpunit/php-token-stream": "~1.3",
519 "name": "phpunit/php-token-stream",
523 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
528 …"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd…
561 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst472 $stream = $parser->getStream();
474 $name = $stream->expect(\Twig\Token::NAME_TYPE)->getValue();
475 $stream->expect(\Twig\Token::OPERATOR_TYPE, '=');
477 $stream->expect(\Twig\Token::BLOCK_END_TYPE);
495 from the token stream (``$this->parser->getStream()``):
497 * ``getCurrent()``: Gets the current token in the stream.
499 * ``next()``: Moves to the next token in the stream, *but returns the old one*.
507 the token is returned and the stream moves to the next token.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md127 * Bug fix: defer sink stream opening in StreamHandler.
429 expectations, and if so, change the actual stream body that is being
458 * No longer using `request_fulluri` in stream adapter proxies.
487 * Fixed an issue in the CurlFactory that caused setting the `stream=false`
505 "stream" set to true in parallel using the MultiAdapter.
609 * Added the ability to specify custom stream context options to the stream
634 * Sending PHP stream requests no longer forces `HTTP/1.0`
710 * Bug fix: Moving stream factory before send event to before building the stream. See #353
907 …x: Removed code that attempted to determine the size of a stream when data is written to the stream
917 * Added the ability to create a custom stream class when using a stream factory
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt153 - application/octet-stream: xml.POST
155 Please note that xml.POST generates application/octet-stream, but
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as204 pause(myStatus.pausePosition);// Must pass time or the stream.time is read.
286 // ie., Under RTMP we should be able to know a lot more info about the stream.
352 trace((("The stream length is " + result) + " seconds"));
389 …Important for setMedia() followed by pause(time). Deals with not reading stream.time with setMedia…
421 …/* Dont close the stream or netconnection here anymore so we can recycle if host/appname are the s…
982 …Important for setMedia() followed by pause(time). Deals with not reading stream.time with setMedia…

1...<<111213141516171819