Home
last modified time | relevance | path

Searched defs:get_stream_writer (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle311/moodle/files/classes/
H A Darchive_writer.php51 …public static function get_stream_writer(string $filename, string $type): stream_writer_interface { function in core_files\\archive_writer
/dports/textproc/bib2html/bib2ml/src/Bib2HTML/Generator/
H A DAbstractGenerator.pm354 sub get_stream_writer() : method { subroutine
H A DTheme.pm165 sub get_stream_writer() : method { subroutine
/dports/www/moodle311/moodle/lib/classes/content/export/
H A Dzipwriter.php143 public static function get_stream_writer(string $filename, stdClass $exportoptions = null) { function in core\\content\\export\\zipwriter
/dports/www/moodle310/moodle/lib/classes/content/export/
H A Dzipwriter.php143 public static function get_stream_writer(string $filename, stdClass $exportoptions = null) { function in core\\content\\export\\zipwriter
/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/
H A Dparallel.py323 def get_stream_writer(): function