Home
last modified time | relevance | path

Searched refs:write (Results 151 – 175 of 1185) sorted by relevance

12345678910>>...48

/plugin/swiftmail/Swift/
H A DConnection.php36 public function write($command, $end="\r\n"); function
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java137 wavFile.oStream.write(wavFile.buffer, 0, 12); in newWavFile()
153 wavFile.oStream.write(wavFile.buffer, 0, 24); in newWavFile()
160 wavFile.oStream.write(wavFile.buffer, 0, 8); in newWavFile()
365 oStream.write(buffer, 0, BUFFER_SIZE); in writeSample()
710 oStream.write(buffer, 0, bufferPointer); in close()
715 oStream.write(0); in close()
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockReferenceNode.php33 …->write(sprintf("\$this->displayBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name')))
H A DDoNode.php33 ->write('')
H A DPrintNode.php34 ->write('echo ')
H A DSetTempNode.php31 ->write('if (isset($context[')
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js783 mxUtils.write(hd, mxResources.get((showFiles) ? 'selectFile' : 'selectFolder'));
820 mxUtils.write(link, label);
853 mxUtils.write(pathInfo, ' / ');
869 mxUtils.write(pathInfo, ' / ');
936 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
973 mxUtils.write(div, mxResources.get('noFiles'));
1074 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
1102 mxUtils.write(div, mxResources.get('noFiles'));
1194 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
1234 mxUtils.write(div, mxResources.get('loggedOut'));
[all …]
H A DGitHubClient.js797 mxUtils.write(hd, mxResources.get((showFiles) ? 'selectFile' : 'selectFolder'));
834 mxUtils.write(link, label);
867 mxUtils.write(pathInfo, ' / ');
883 mxUtils.write(pathInfo, ' / ');
952 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
989 mxUtils.write(div, mxResources.get('noFiles'));
1091 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
1119 mxUtils.write(div, mxResources.get('noFiles'));
1192 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
1208 mxUtils.write(div, mxResources.get('noFiles'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DAclRestrictionsTest.php20 $xml = (new DAV\Server())->xml->write('{DAV:}root', $prop);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php19 $result = $this->write(
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php115 public function write($string); function
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamInterface.php63 * Returns the current position of the file read/write pointer
115 public function write($string); function
/plugin/pgn4web/pgn4web/fonts/
H A Dchess-informant-NAG-symbols.js17 …document.write('<link href="' + FontPath + 'pgn4web-font-ChessInformantReader.css" type="text/css"…
18 …document.write('<style type="text/css">.NAGs, .NAGl { font-family: "pgn4web ChessInformantReader";…
H A Dchess-informant-NAG-symbols-alternative.js17 …document.write('<link href="' + FontPath + 'pgn4web-font-ChessOleFigurin.css" type="text/css" rel=…
18 …document.write('<style type="text/css">.NAGs, .NAGl { font-family: "pgn4web ChessOleFigurin"; line…
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DBase.php59 $writer->write($this->value);
H A DKeyValue.php77 $writer->write($this->value);
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DBase.php59 $writer->write($this->value);
H A DKeyValue.php77 $writer->write($this->value);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DBase.php59 $writer->write($this->value);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DWriterTest.php16 $result = Writer::write($this->getComponent());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DEmailAddressSetTest.php28 $xml = $this->write([
H A DSupportedCalendarDataTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCollationSetTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
H A DSupportedAddressDataTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCollationSetTest.php25 $xml = $this->write(['{DAV:}root' => $property]);

12345678910>>...48