Home
last modified time | relevance | path

Searched refs:write (Results 301 – 325 of 1185) sorted by relevance

1...<<11121314151617181920>>...48

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php394 $conf[CURLOPT_WRITEFUNCTION] = function ($ch, $write) use ($sink) {
395 return $sink->write($write);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md45 Markdown is intended to be as easy-to-read and easy-to-write as is feasible.
80 insert. The idea for Markdown is to make it easy to read, write, and
131 write about 'AT&T', you need to write '`AT&amp;T`'. You even need to
153 and Markdown will leave it alone. But if you write:
163 such. But if you write:
173 Markdown to write about HTML code. (As opposed to raw HTML, which is a
518 it's also easy to use Markdown to write about Markdown's own syntax.
632 "Google" to the google.com web site, you could simply write:
663 Using the implicit link name shortcut, you could instead write:
687 write. The point is that with reference-style links, your document
[all …]
/plugin/twofactorsmsappliance/
H A DREADME17 point to write this plugin.
/plugin/bureaucracy-au/_test/
H A Dinput.txt24 textbox "You need to write 'agree' here" /^agree$/
/plugin/bureaucracyau/_test/
H A Dinput.txt24 textbox "You need to write 'agree' here" /^agree$/
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php122 protected function write(array $record): void function in Monolog\\Handler\\LogglyHandler
H A DNewRelicHandler.php76 protected function write(array $record): void function in Monolog\\Handler\\NewRelicHandler
H A DChromePHPHandler.php118 protected function write(array $record): void function in Monolog\\Handler\\ChromePHPHandler
/plugin/attribute/
H A DREADME17 point to write this plugin.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md113 configure xml applications and easily parse/write things from there. #35, #38.
152 * #25: Added `XmlSerializable` to allow people to write serializers without
187 * Added: The writeElement method can now write complex elements.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md119 configure xml applications and easily parse/write things from there. #35, #38.
158 * #25: Added `XmlSerializable` to allow people to write serializers without
193 * Added: The writeElement method can now write complex elements.
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/virtualkeyboard/vk/
H A Dvk_popup.js85 … document.write('<scr'+'ipt defer="false" type="text/javascript" src="'+p+dpd[i]+'"></scr'+'ipt>');
/plugin/dirpictures/
H A DREADME.md12 Choose one of these options and write it into a wiki page.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php211 public function write($string) function in GuzzleHttp\\Stream\\AppendStream
/plugin/webdavclient/
H A Dhelper.php417 …e, $password, $displayname, $description, $type, $syncinterval = '3600', $write = false, $active =… argument
424 …$username, $password, $dwuser, $type, $syncinterval, '0', $active ? '1' : '0', $write ? '1' : '0');
433 … $displayname, $description, $username, $password, $dwuser, $type, $syncinterval, $active, $write);
450 * @param string $write If it should be writable
455 …public function modifyConnection($connId, $permission, $displayname, $syncinterval, $write, $activ… argument
461 … $res = $sqlite->query($query, $permission, $displayname, $syncinterval, $write, $active, $connId);
/plugin/pot/
H A DREADME.md106 …ues can be retrieved and included in the formulas. To retrieve exactly one result write "{@potid}".
110 You also can also write "{#examp}" to get the sum of all pots above this entry which have the lette…
143 To use this plugin for text entries simply write:
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php95 protected function write() function in Symfony\\Component\\Process\\Pipes\\AbstractPipes
/plugin/actickets/
H A DREADME53 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DREADME27 along with CSSTidy; if not, write to the Free Software
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php237 public function write($string) function in GuzzleHttp\\Psr7\\AppendStream
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DNOTICE31 License along with this library; if not, write to the Free Software
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php93 protected function write(): ?array function in Symfony\\Component\\Process\\Pipes\\AbstractPipes
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php1218 $input->write('pang');
1220 $input->write('pong');
1247 $input->write($stream());
1270 $input->write('ping');
1312 $input->write(345);
1348 $input->write(123);

1...<<11121314151617181920>>...48