Home
last modified time | relevance | path

Searched defs:writer (Results 1 – 25 of 146) sorted by relevance

123456

/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php41 function enum(Writer $writer, array $values) {
61 function valueObject(Writer $writer, $valueObject, $namespace) {
97 function repeatingElements(Writer $writer, array $items, $childElementName) {
164 function standardSerializer(Writer $writer, $value) {
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php41 function enum(Writer $writer, array $values) {
61 function valueObject(Writer $writer, $valueObject, $namespace) {
97 function repeatingElements(Writer $writer, array $items, $childElementName) {
164 function standardSerializer(Writer $writer, $value) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php21 private $writer; variable in Mpdf\\Writer\\BookmarkWriter
23 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
[all...]
H A DColorWriter.php21 private $writer; variable in Mpdf\\Writer\\ColorWriter
23 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
[all...]
H A DFormWriter.php22 private $writer; global() variable in Mpdf\\Writer\\FormWriter
24 __construct(Mpdf $mpdf, BaseWriter $writer) global() argument
[all...]
H A DImageWriter.php21 private $writer; variable in Mpdf\\Writer\\ImageWriter
23 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
[all...]
H A DJavaScriptWriter.php21 private $writer; variable in Mpdf\\Writer\\JavaScriptWriter
23 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
[all...]
H A DOptionalContentWriter.php21 private $writer; variable in Mpdf\\Writer\\OptionalContentWriter
23 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
[all...]
H A DBackgroundWriter.php21 private $writer; variable in Mpdf\\Writer\\BackgroundWriter
23 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
[all...]
H A DObjectWriter.php22 private $writer; variable in Mpdf\\Writer\\ObjectWriter
24 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
H A DPageWriter.php27 private $writer; variable in Mpdf\\Writer\\PageWriter
34 public function __construct(Mpdf $mpdf, Form $form, BaseWriter $writer, MetadataWriter $metadataWriter) argument
[all...]
H A DFontWriter.php24 private $writer; global() variable in Mpdf\\Writer\\FontWriter
36 __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor) global() argument
[all...]
/plugin/solr/
H A DAddDocument.php14 protected $writer; variable in Solr_AddDocument
16 public function __construct(XMLWriter $writer){
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php74 function xmlSerialize(Writer $writer) {
135 private function serializePriv(Writer $writer, $privilege) {
H A DAcl.php99 function xmlSerialize(Writer $writer) {
241 private function serializeAce(Writer $writer, array $ace) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php74 function xmlSerialize(Writer $writer) {
136 private function serializePriv(Writer $writer, $privName, $privilege) {
H A DAcl.php99 function xmlSerialize(Writer $writer) {
241 private function serializeAce(Writer $writer, array $ace) {
/plugin/zip/pear/File/Archive/
H A DReader.php239 function sendData(&$writer, $bufferSize = 0)
276 function extract(&$writer, $autoClose = true, $bufferSize = 0)
321 function extractFile($filename, &$writer,
/plugin/zip/pear/File/Archive/Writer/
H A DAddBaseName.php39 var $writer; variable in File_Archive_Writer_AddBaseName
42 function File_Archive_Writer_AddBaseName($baseName, &$writer)
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php137 function xmlSerialize(Writer $writer) {
150 function xmlSerializeFull(Writer $writer) {
H A DSystemStatus.php96 function xmlSerialize(Writer $writer) {
124 function xmlSerializeFull(Writer $writer) {
H A DInvite.php186 function xmlSerialize(Writer $writer) {
199 function xmlSerializeFull(Writer $writer) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php138 function xmlSerialize(Writer $writer) {
151 function xmlSerializeFull(Writer $writer) {
H A DSystemStatus.php96 function xmlSerialize(Writer $writer) {
124 function xmlSerializeFull(Writer $writer) {
H A DInvite.php187 function xmlSerialize(Writer $writer) {
200 function xmlSerializeFull(Writer $writer) {

123456