Home
last modified time | relevance | path

Searched refs:write (Results 101 – 125 of 1185) sorted by relevance

12345678910>>...48

/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js410 mxUtils.write(link, 'www.jgraph.com');
443 mxUtils.write(td, title);
463 mxUtils.write(nameInput, url || '');
895 mxUtils.write(td, mxResources.get('dpi') + ':');
904 mxUtils.write(dpi100Option, '100dpi');
909 mxUtils.write(dpi200Option, '200dpi');
914 mxUtils.write(dpi300Option, '300dpi');
919 mxUtils.write(dpi400Option, '400dpi');
1006 mxUtils.write(td, mxResources.get('grid') + ':');
1496 mxUtils.write(text, id);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php64 $compiler->write('$this');
67 ->write('$this->loadTemplate(')
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFlowdockHandler.php92 protected function write(array $record): void function in Monolog\\Handler\\FlowdockHandler
94 parent::write($record);
H A DFleepHookHandler.php92 public function write(array $record): void function in Monolog\\Handler\\FleepHookHandler
94 parent::write($record);
H A DSyslogUdpHandler.php70 protected function write(array $record): void function in Monolog\\Handler\\SyslogUdpHandler
77 $this->socket->write($line, $header);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DInviteTest.php62 $xml = $this->write(['{DAV:}root' => $property]);
148 $xml = $this->write(['{DAV:}root' => $inputProperty]);
H A DScheduleCalendarTranspTest.php43 $xml = $this->write(['{DAV:}root' => $property]);
60 $xml = $this->write(['{DAV:}root' => $property]);
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js61 mxUtils.write(label, title);
99 mxUtils.write(label, labels[i]);
397 mxUtils.write(title, service);
668 mxUtils.write(div, title);
3567 mxUtils.write(title, 'draw.io');
3636 mxUtils.write(subLi, subTitle);
4110 mxUtils.write(label, title);
4579 mxUtils.write(div, title);
6403 mxUtils.write(titleDiv, title);
8081 mxUtils.write(libSpan, title);
[all …]
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php313 $write = $this->writeStreams;
315 if (stream_select($read, $write, $except, null, $timeout)) {
323 foreach ($write as $writeStream) {
/plugin/swiftmail/Swift/Message/
H A DEncoder.php162 if ($loop) $cache->write("b64", $le);
166 $cache->write("b64", $next);
275 if (count($next[0])) $cache->write("qp", $this->fixLE(implode("=" . $le, $next[0]), $le));
304 $cache->write("7b", $this->fixLE(wordwrap($ret, $chunk-2, $le, 1), $le));
332 $cache->write("8b", $this->fixLE(wordwrap($ret, $chunk-2, $le, 1), $le));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamDecoratorTrait.php136 public function write($string) function
138 return $this->stream->write($string);
H A DPumpStream.php111 public function write($string) function in GuzzleHttp\\Psr7\\PumpStream
165 $this->buffer->write($data);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php128 public function write($string) function
130 return $this->stream->write($string);
H A DPumpStream.php102 public function write($string) function in GuzzleHttp\\Stream\\PumpStream
156 $this->buffer->write($data);
H A DAsyncReadStream.php119 * - write: (callable) A function that is invoked when data is written
152 if (isset($options['write'])) {
153 $onWrite = $options['write'];
155 'write' => function ($string) use ($buffer, $onWrite) {
156 $result = $buffer->write($string);
176 public function write($string) function in GuzzleHttp\\Stream\\AsyncReadStream
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php56 $this->io->write('<error>Error writing require.config.js</error>');
63 $this->io->write('<error>Error reading in require.js</error>');
74 $this->io->write('<error>Error writing require.js to the components directory</error>');
H A DRequireCssProcess.php77 $this->io->write("<error>Error writing $package-built.css to destination</error>");
82 $this->io->write('<error>Error writing require.css to destination</error>');
/plugin/diagramsnet/lib/plugins/
H A Dprops.js126 mxUtils.write(h2, attrs[i].nodeName);
129 mxUtils.write(p, attrs[i].nodeValue);
153 mxUtils.write(button, 'Write to Console');
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php98 function write($value) { function in Sabre\\Xml\\Writer
193 $this->write($content);
/plugin/givemeyouremail/
H A DREADME.txt21 To insert the form in your page, just write the following tag : <givemeyouremail> , and save your p…
32 Make sure your web server can write files at these locations !!!
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php98 function write($value) { function in Sabre\\Xml\\Writer
193 $this->write($content);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js181 d.write( this.printForHtml( wordtxt.charAt( j )));
185 d.write( this._wordInputStr( orig[i] ));
189 d.write( printForHtml( wordtxt.substr( end_idx )));
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js181 d.write( this.printForHtml( wordtxt.charAt( j )));
185 d.write( this._wordInputStr( orig[i] ));
189 d.write( printForHtml( wordtxt.substr( end_idx )));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php101 $this->assertEquals(4, $stream->write('test'));
112 $stream->write('foo');
133 $stream->write('foo');
141 $this->assertFalse($stream->write('bar'));
/plugin/swiftmail/Swift/Connection/
H A DMulti.php76 public function write($command, $end="\r\n") function in Swift_Connection_Multi
82 return $this->connections[$this->active]->write($command, $end);

12345678910>>...48