Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 118) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMutation.php24 protected $insertType = Write::class;
28 protected $replaceType = Write::class;
30 protected $updateType = Write::class;
48 * @param Write
55 * @return Write
62 * @param Write
69 * @return Write
76 * @param Write
83 * @return Write
90 * @param Write
[all …]
H A DWrite.php20 class Write extends \Google\Collection class
81 class_alias(Write::class, 'Google_Service_Spanner_Write');
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md23 * Test: Write `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-03T12:16:29+01:00)
27 * Test: Write `Hoa\Stream\Context` test suite. (Ivan Enderlin, 2017-02-02T15:23:47+01:00)
29 * Test: Write `Hoa\Stream\Composite` test suite. (Ivan Enderlin, 2017-02-02T15:05:37+01:00)
30 * Test: Write `Hoa\Stream\Filter\Basic` test suite. (Ivan Enderlin, 2017-02-02T14:48:05+01:00)
32 * Test: Write `…eam\Filter\LateComputed` test suite. (Ivan Enderlin, 2017-02-02T14:35:04+01:00)
33 * Test: Write `Hoa\Stream\Filter` test suite. (Ivan Enderlin, 2017-02-02T14:10:32+01:00)
34 * Test: Write `Hoa\Stream\Filter` test suite. (Ivan Enderlin, 2017-02-02T13:54:05+01:00)
35 * Test: Write `…Stream\Filter\Exception` test suite. (Ivan Enderlin, 2017-02-02T12:03:31+01:00)
37 * Test: Write `Hoa\Stream\Bucket` test suite. (Ivan Enderlin, 2017-02-02T12:01:07+01:00)
60 * Test: Write `Hoa\Stream\IStream\In` test suite. (Ivan Enderlin, 2016-12-13T17:14:13+01:00)
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md29 * Test: Write test suite for `Hoa\Event\Listens`. (Ivan Enderlin, 2015-11-23T21:25:49+01:00)
35 * Test: Write test suite for `Hoa\Event\Event`. (Ivan Enderlin, 2015-11-11T17:04:41+01:00)
36 * Test: Write test suite for `Hoa\Event\Exception`. (Ivan Enderlin, 2015-11-11T16:46:12+01:00)
38 * Test: Write test suite for `Hoa\Event\Listener`. (Ivan Enderlin, 2015-11-11T13:27:40+01:00)
39 * Test: Write test suite for `Hoa\Event\Source`. (Ivan Enderlin, 2015-11-10T21:56:37+01:00)
40 * Test: Write test suite for `Hoa\Event\Listenable`. (Ivan Enderlin, 2015-11-10T21:56:24+01:00)
41 * Test: Write test suite for `Hoa\Event\Bucket`. (Ivan Enderlin, 2015-11-10T21:55:45+01:00)
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md26 * Test: Write `Hoa\Compiler\Llk\Llk` test suite. (Ivan Enderlin, 2016-08-14T17:40:38+02:00)
31 * Test: Write `…r\Llk\Sampler\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:45:12+02:00)
32 * Test: Write `…ption\UnrecognizedToken` test suite. (Ivan Enderlin, 2016-08-14T16:43:06+02:00)
33 * Test: Write `…ception\UnexpectedToken` test suite. (Ivan Enderlin, 2016-08-14T16:42:52+02:00)
34 * Test: Write `…Compiler\Exception\Rule` test suite. (Ivan Enderlin, 2016-08-14T16:42:43+02:00)
35 * Test: Write `…ompiler\Exception\Lexer` test suite. (Ivan Enderlin, 2016-08-14T16:42:31+02:00)
36 * Test: Write `…\Exception\IllegalToken` test suite. (Ivan Enderlin, 2016-08-14T16:42:07+02:00)
37 * Test: Write `…lStateHasNotBeenReached` test suite. (Ivan Enderlin, 2016-08-14T16:41:49+02:00)
38 * Test: Write `…ler\Exception\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:41:19+02:00)
39 * Test: Write `…piler\Llk\Rule\Analyzer` test suite. (Ivan Enderlin, 2016-08-14T13:18:39+02:00)
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp39 Response.Write "<?xml version=""1.0"" encoding=""utf-8"" ?>"
42 Response.Write "<Connector command=""" & command & """ resourceType=""" & resourceType & """>"
45 …Response.Write "<CurrentFolder path=""" & ConvertToXmlAttribute( currentFolder ) & """ url=""" & C…
49 Response.Write "</Connector>"
56 Response.Write "<?xml version=""1.0"" encoding=""utf-8"" ?>"
58 …Response.Write "<Connector><Error number=""" & number & """ text=""" & Server.HTMLEncode( text ) &…
H A Dcommands.asp31 Response.Write "<Folders>"
44 Response.Write "<Folder name=""" & ConvertToXmlAttribute( oFolder.name ) & """ />"
50 Response.Write "</Folders>"
70 Response.Write "<Folders>"
73 Response.Write "<Folder name=""" & ConvertToXmlAttribute( oFolder.name ) & """ />"
77 Response.Write "</Folders>"
80 Response.Write "<Files>"
87 …Response.Write "<File name=""" & ConvertToXmlAttribute( oFile.name ) & """ size=""" & iFileSize & …
91 Response.Write "</Files>"
133 …Response.Write "<Error number=""" & sErrorNumber & """ originalNumber=""" & iErrNumber & """ origi…
H A Dio.asp216 Response.Write "<script type=""text/javascript"">"
217 …Response.Write "window.parent.OnUploadCompleted(" & errorNumber & ",""" & Replace( fileUrl, """", …
218 Response.Write "</script>"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBatchWriteRequest.php27 protected $writesType = Write::class;
45 * @param Write[]
52 * @return Write[]
H A DCommitRequest.php27 protected $writesType = Write::class;
45 * @param Write[]
52 * @return Write[]
H A DWriteRequest.php35 protected $writesType = Write::class;
81 * @param Write[]
88 * @return Write[]
H A DWrite.php20 class Write extends \Google\Collection class
125 class_alias(Write::class, 'Google_Service_Firestore_Write');
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DCHANGELOG.md30 * Test: Write test suite of `…rotocol\Node\Library`. (Ivan Enderlin, 2016-01-05T17:12:09+01:00)
31 * Test: Write test suite of `…a\Protocol\Node\Node`. (Ivan Enderlin, 2016-01-05T17:11:20+01:00)
32 * Test: Write test suite of `Hoa\Protocol\Protocol`. (Ivan Enderlin, 2015-12-18T11:30:56+01:00)
33 * Test: Write test suite of `…a\Protocol\Exception`. (Ivan Enderlin, 2015-12-18T08:07:59+01:00)
34 * Test: Write test suite of `Hoa\Protocol\Wrapper`. (Ivan Enderlin, 2015-12-16T08:39:00+01:00)
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md24 * Test: Write test suite of `Hoa\Exception\Group`. (Ivan Enderlin, 2015-11-18T08:28:04+01:00)
25 * Test: Write test suite of `Hoa\Exception\Error`. (Ivan Enderlin, 2015-11-17T22:30:14+01:00)
26 * Test: Write test suite of `…\Exception\Exception`. (Ivan Enderlin, 2015-11-17T22:03:31+01:00)
27 * Test: Write test suite of `Hoa\Exception\Idle`. (Ivan Enderlin, 2015-11-17T21:41:07+01:00)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md22 * Test: Write cases for flex entity in autoloader. (Ivan Enderlin, 2016-01-14T10:45:08+01:00)
45 * Test: Write test suite of `…nsistency\Autoloader`. (Ivan Enderlin, 2015-12-01T08:42:30+01:00)
46 * Test: Write test suite of `…sistency\Consistency`. (Ivan Enderlin, 2015-11-25T22:10:30+01:00)
47 * Test: Write test suite of `…onsistency\Xcallable`. (Ivan Enderlin, 2015-11-25T08:45:59+01:00)
48 * Test: Write test suite of `…onsistency\Exception`. (Ivan Enderlin, 2015-11-24T16:59:18+01:00)
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt18 Write('Case insensitive');
19 Write('Pascal keywords.');
/plugin/latexit/tests/my/
H A Dtest10.latex30 Write('Case insensitive');
31 Write('Pascal keywords.');
/plugin/mdpage/
H A Dplugin.info.txt6 desc Write your own Markdown page
/plugin/fontcolor/
H A Dplugin.info.txt6 desc Write text in various colors
/plugin/bibtex4dw/
H A DREADME.md30 * Write programs that do one thing and do it well.
31 * Write programs to work together.
32 * Write programs that handle text streams, because that is a universal interface.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt31 --testdox-html <file> Write agile documentation in HTML format to file.
32 --testdox-text <file> Write agile documentation in Text format to file.
33 --testdox-xml <file> Write agile documentation in XML format to file.
64 --stderr Write to STDERR instead of STDOUT.
H A Dhelp2.phpt32 --testdox-html <file> Write agile documentation in HTML format to file.
33 --testdox-text <file> Write agile documentation in Text format to file.
34 --testdox-xml <file> Write agile documentation in XML format to file.
65 --stderr Write to STDERR instead of STDOUT.
/plugin/color/
H A Dplugin.info.txt6 desc Write colored text in DokuWiki.
/plugin/blockquote/
H A Dplugin.info.txt6 desc Write quotations in a semantically correct way
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO22 Write-protected PDF output

12345