Home
last modified time | relevance | path

Searched refs:writer (Results 151 – 175 of 231) sorted by relevance

12345678910

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1199 $writer = $this->server->xml->getWriter();
1200 $writer->openMemory();
1201 $writer->startDocument();
1203 $writer->startElement('{DAV:}principal-search-property-set');
1207 $writer->startElement('{DAV:}principal-search-property');
1208 $writer->startElement('{DAV:}prop');
1210 $writer->writeElement($propertyName);
1212 $writer->endElement(); // prop
1215 $writer->write([[
1222 $writer->endElement(); // principal-search-property
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php231 $input->xmlSerializeFull($writer);
232 $writer->endElement();
233 return $writer->outputMemory();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md45 $writer = new \SebastianBergmann\CodeCoverage\Report\Clover;
46 $writer->process($coverage, '/tmp/clover.xml');
48 $writer = new \SebastianBergmann\CodeCoverage\Report\Html\Facade;
49 $writer->process($coverage, '/tmp/code-coverage-report');
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php74 protected function xmlSerializeValue(Xml\Writer $writer) argument
79 $writer->writeElement($valueType, $this->getValue());
H A DDateAndOrTime.php237 protected function xmlSerializeValue(Xml\Writer $writer) argument
306 $writer->writeElement($valueType, $value);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php78 protected function xmlSerializeValue(Xml\Writer $writer) { argument
83 $writer->writeElement($valueType, $this->getValue());
H A DDateAndOrTime.php261 protected function xmlSerializeValue(Xml\Writer $writer) { argument
334 $writer->writeElement($valueType, $value);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1455 $writer = $this->server->xml->getWriter();
1456 $writer->openMemory();
1457 $writer->startDocument();
1459 $writer->startElement('{DAV:}principal-search-property-set');
1463 $writer->startElement('{DAV:}principal-search-property');
1464 $writer->startElement('{DAV:}prop');
1466 $writer->writeElement($propertyName);
1468 $writer->endElement(); // prop
1471 $writer->write([[
1478 $writer->endElement(); // principal-search-property
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DMulti.php45 function addWriter(&$writer) argument
47 $this->writers[] =& $writer;
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php273 $writer = new File_Archive_Writer_Files();
279 $writer->openFileRemoveBlock($file, $pos + $seek, $blocks);
281 return $writer;
H A DGzip.php259 $writer = new File_Archive_Writer_Gzip(null, $innerWriter);
264 $writer->writeData($data);
271 return $writer;
H A DBzip2.php238 $writer = new File_Archive_Writer_Bzip2(null, $innerWriter);
243 $writer->writeData($data);
250 return $writer;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php276 $writer = new \GEOSWKTWriter();
278 $writer->setRoundingPrecision(14);
280 $writer->setTrim(true);
282 return $writer->write($geometry->getGeos());
/plugin/solr/
H A Daction.php96 $writer = new XmlWriter();
97 $writer->openMemory();
99 $doc = new Solr_AddDocument($writer);
106 $result = $helper->solr_query('update', 'commit=true', 'POST', $writer->outputMemory());
H A DPageinfo.php15 protected $writer; variable in Solr_Pageinfo
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php343 public function xmlSerialize(Xml\Writer $writer) argument
346 $writer->writeElement('text', $value);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php361 function xmlSerialize(Xml\Writer $writer) { argument
364 $writer->writeElement('text', $value);
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php233 $this->classMap[$className] = function(Writer $writer, $valueObject) use ($namespace) {
234 return \Sabre\Xml\Serializer\valueObject($writer, $valueObject, $namespace);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php232 $this->classMap[$className] = function(Writer $writer, $valueObject) use ($namespace) {
233 return \Sabre\Xml\Serializer\valueObject($writer, $valueObject, $namespace);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php298 $this->writer->object();
356 $this->writer->object($n);
369 $value->value = $this->writer->escape($string);
393 $this->writer->object($n);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php192 protected function xmlSerializeValue(Xml\Writer $writer) { argument
197 $writer->writeElement($valueType, $value);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php178 protected function xmlSerializeValue(Xml\Writer $writer) argument
183 $writer->writeElement($valueType, $value);
/plugin/file2dw/docker/dokuwikiapp/
H A DDockerfile8 apt-get install -y nano sudo wget curl default-jre libreoffice-writer
/plugin/webdav/vendor/sabre/xml/
H A DREADME.md6 The sabre/xml library is a specialized XML reader and writer.
/plugin/icalevents/vendor/sabre/xml/
H A DREADME.md6 The sabre/xml library is a specialized XML reader and writer.

12345678910