Home
last modified time | relevance | path

Searched refs:write (Results 126 – 150 of 1185) sorted by relevance

12345678910>>...48

/plugin/jsmath/
H A Dscript.js2 document.write('<SCRIPT SRC="' + DOKU_BASE + 'lib/plugins/jsmath/install_js.php"></SCRIPT>');
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js524 mxUtils.write(hd, mxResources.get((showFiles) ? 'officeSelDiag' : 'selectDB'));
561 mxUtils.write(link, label);
644 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
682 mxUtils.write(div, mxResources.get('noFiles'));
758 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
776 mxUtils.write(div, mxResources.get('noDBs'));
841 mxUtils.write(div, mxResources.get('noDBs'));
H A DTrelloClient.js51 write: 'true'
447 mxUtils.write(hd, showFiles? mxResources.get('selectFile') : mxResources.get('selectCard'));
483 mxUtils.write(link, label);
520 mxUtils.write(div, mxResources.get('noFiles'));
582 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
606 mxUtils.write(div, mxResources.get('noFiles'));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php89 * @param StreamInterface $dest Stream to write to
100 if (!$dest->write($source->read(1048576))) {
114 $dest->write($buf);
/plugin/diagramsnet/lib/plugins/
H A Dtags.js172 …mxUtils.write(title, (filter != null) ? 'Select hidden tags:' : 'Or add/remove existing tags for c…
192 mxUtils.write(span, tags[i]);
248 mxUtils.write(tagCloud, ' ');
255 mxUtils.write(tagCloud, 'No tags found');
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DNullCache.php28 public function write($key, $content) function in Twig\\Cache\\NullCache
H A DCacheInterface.php41 public function write($key, $content); function
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoAdapter.php37 public function write(Geometry $geometry); function
H A DEWKT.php20 public function write(Geometry $geometry) function in geoPHP\\Adapter\\EWKT
/plugin/vbsso/views/
H A Dadmin.html3.tpl1 <div class="error">Unable to write file [[content-0]]. Is this file writable by the server?</div>
/plugin/owncloud/
H A Daction.php122 function write(&$event, $param){ function in action_plugin_owncloud
149 function buildLink($rawdata, $write = false){ argument
213 if($write) $this -> mediaUse($fileid,$helper);
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php187 function write($rootElementName, $value, $contextUri = null) { function in Sabre\\Xml\\Service
257 return $this->write(
/plugin/swiftmail/Swift/Connection/
H A DRotator.php120 public function write($command, $end="\r\n") function in Swift_Connection_Rotator
126 return $this->connections[$this->active]->write($command, $end);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php186 function write($rootElementName, $value, $contextUri = null) { function in Sabre\\Xml\\Service
256 return $this->write(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4d46dbb96125b27f46299547de9d8709.asciidoc9 'index.write.wait_for_active_shards' => '2',
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DFlushNode.php32 ->write("flush();\n")
H A DTextNode.php33 ->write('echo ')
/plugin/swiftmail/Swift/
H A DCache.php25 abstract public function write($key, $data); function in Swift_Cache
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
H A DEnumTest.php14 $xml = $service->write('{urn:test}root', function($writer) {
H A DRepeatingElementsTest.php13 $xml = $service->write('{urn:test}collection', function($writer) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DMock.php27 $writer->write('hiiii!');
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DMock.php27 $writer->write('hiiii!');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php150 $this->socket->write(substr($buffer, 0, self::BUFFER_SIZE));
155 $this->socket->write($buffer);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php113 protected function write(array $record): void function in Monolog\\Handler\\RotatingFileHandler
125 parent::write($record);
/plugin/batchedit/
H A Djs.cookie.js69 if (!converter.write) {
73 value = converter.write(value, key);

12345678910>>...48