Home
last modified time | relevance | path

Searched refs:stream (Results 376 – 400 of 459) sorted by relevance

1...<<111213141516171819

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php409 function splice($stream, $offset, $value) argument
411 return substr($stream, 0, $offset) . $value . substr($stream, $offset + strlen($value));
414 function _set_ushort($stream, $offset, $value) argument
418 return $this->splice($stream, $offset, $up);
421 function _set_short($stream, $offset, $val) argument
430 return $this->splice($stream, $offset, $up);
H A DTTFontFile.php490 function splice($stream, $offset, $value) argument
492 return substr($stream, 0, $offset) . $value . substr($stream, $offset + strlen($value));
495 function _set_ushort($stream, $offset, $value) argument
499 return $this->splice($stream, $offset, $up);
502 function _set_short($stream, $offset, $val) argument
511 return $this->splice($stream, $offset, $up);
524 // if fread is used to read from a compressed / buffered stream (e.g. phar://...)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md16 …ext/extra info to exceptions thrown when a StreamHandler cannot open its stream to avoid completel…
272 * Added StreamHandler::getUrl to retrieve the stream's URL
281 …l not close streams automatically that it does not own. If you pass in a stream (not a path/url), …
513 * Fixed LogstashFormatter to be usable with stream handlers
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css11 …src: url('data:application/octet-stream;base64,d09GRgABAAAAAD4sAAsAAAAAudgAAQAAAAAAAAAAAAAAAAAAAAA…
12 …url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI+IEq7AAABjAAA…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css11 …src: url('data:application/octet-stream;base64,d09GRgABAAAAAD6EAAsAAAAAukAAAQAAAAAAAAAAAAAAAAAAAAA…
12 …url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI+JEs0AAABjAAA…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1stream","StringStream","output","eol","peek","matcher","parseQuery","lastSearchRegister","RegExp",…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md299 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md299 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md259 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
385 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc189 $params['name'] = (string) The name of the data stream
202 $params['name'] = (list) A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
637 $params['name'] = (string) The name of the data stream
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md238 an object (of kind `Hoa\File\Write`). However, because this is a stream, the
/plugin/elasticsearch/
H A Dcomposer.lock117 "stream"
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt308 default stream, not from the first one as before
370 stream flag is now copied to [audio|video][streams] (#1147)
674 ¤ ASF/WMV files now return largest video stream dimensions in
937 stream present in the file (usually only one). The data is a
940 of all audio streams, and the data format of the first stream
2030 and no video stream is present;
2060 * Bugfix: ['bitrate'] was incorrect for multi-stream RealMedia
2062 for multi-stream RealMedia
2114 if a valid stream has been found from 5 to 10, now also defined
2270 with one entry for each stream - the key being the stream number
[all …]
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt351 stream DOS special files ("con", "prn", ...)
/plugin/flowplay/flowplayer/
H A DREADME.txt129 - Adjacent clips are played as one stream when using a streaming server
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak673 "application/octet-stream",
691 "application/octet-stream",
/plugin/flowplay2/flowplayer/
H A DREADME.txt151 …ded new clip specific configuration variable 'liveStream' to specify that the clip is a live stream
301 - Adjacent clips are played as one stream when using a streaming server
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md525 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
651 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md464 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
590 * Added: MimeDir parser can now continue parsing with the same stream buffer.

1...<<111213141516171819