Home
last modified time | relevance | path

Searched refs:write (Results 51 – 75 of 1185) sorted by relevance

12345678910>>...48

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php79 $this->assertFalse($a->write('foo'));
87 $buffer->write('foo');
103 $buffer->write('foobar');
123 $buffer->write('foobar');
168 $buffer->write('12345678910');
178 'write' => function (BufferStream $buf, $data) use (&$c, $b) {
187 $this->assertEquals(3, $buffer->write('foo'));
189 $this->assertEquals(3, $buffer->write('foo'));
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js138 return file.write(path.join(fpPath, moduleName + '.js'), getTemplate(moduleName));
142 actions.push(file.write(path.join(fpPath, '_falseOptions.js'), template._falseOptions()));
143 actions.push(file.write(path.join(fpPath, '_util.js'), template._util()));
144 actions.push(file.write(path.join(target, 'fp.js'), template.fp()));
145 actions.push(file.write(path.join(fpPath, 'convert.js'), template.convert()));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php37 $compiler->write('@trigger_error(')
41 $compiler->write(sprintf('$%s = ', $varName))
44 ->write(sprintf('@trigger_error($%s', $varName));
H A DSetNode.php49 $compiler->write('list(');
61 ->write("ob_start();\n")
77 $compiler->write('[');
H A DSpacelessNode.php34 ->write("ob_start();\n")
36 ->write("echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));\n")
H A DBlockNode.php33 …->write(sprintf("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute(…
40 ->write("}\n\n")
H A DSandboxedPrintNode.php35 ->write('echo ')
45 … ->write('$this->env->getExtension(\'\Twig\Extension\SandboxExtension\')->ensureToStringAllowed(')
/plugin/davcard/
H A Dhelper.php59 $write = false;
74 $write = $settings['write'];
81 $write = true;
89 $write = false;
207 $write = false;
222 $write = $settings['write'];
229 $write = true;
237 $write = false;
631 * @param boolean $write Writable
635 public function parseVcard($card, $uri, $write) argument
[all …]
/plugin/davcard/syntax/
H A Dbook.php139 $write = false;
162 $write = $settings['write'];
169 $write = true;
177 $write = false;
185 $addressbooklist[] = array('id' => $id, 'name' => $name, 'write' => $write);
189 $contactdata = $this->hlp->parseVcard($entry['contactdata'], $entry['uri'], $write);
192 …cardid="'.$id.'" data-davcarduri="'.hsc($entry['uri']).'" data-write="'.($write ? 'true' : 'false'…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php44 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
84 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
116 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
/plugin/freesync/
H A Dscript.js35 diff_window.document.write('<html><head>'+
40 diff_window.document.write(data);
41 diff_window.document.write('</body></html>');
/plugin/freechat/phpfreechat/data/public/js/
H A Dcompat.js22 write: function (name, value, expires, path) method in Cookie
42 this.write (name, '', -1);
49 Cookie.write('cookiesEnabled', 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php161 $this->write(
191 $this->write(
227 $this->write(
244 public function write($buffer) function in PHPUnit_Util_Log_JSON
252 parent::write(json_encode($buffer, JSON_PRETTY_PRINT));
/plugin/diagramsnet/lib/js/
H A Dopen.js56 window.parent.mxUtils.write(div, window.parent.mxResources.get('noFiles'));
76 window.parent.mxUtils.write(hName, window.parent.mxResources.get('name'));
80 window.parent.mxUtils.write(hModified, window.parent.mxResources.get('lastModified'));
83 window.parent.mxUtils.write(hSize, window.parent.mxResources.get('size'));
111 window.parent.mxUtils.write(link, fileInfo.title);
124 window.parent.mxUtils.write(modifiedTd, window.parent.mxResources.get('timeAgo', [str]));
128 …window.parent.mxUtils.write(sizeTd, window.parent.EditorUi.prototype.formatFileSize(fileInfo.size)…
/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php58 $this->connection->write("USER " . $user);
60 $this->connection->write("PASS " . $pass);
62 $this->connection->write("QUIT");
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.l2.class.php19 $this->write(sprintf("gsave\n"));
20 …$this->write(sprintf(" << /ImageType 1 /Width %d /Height 1 /BitsPerComponent 8 /Decode [0 1 0 1 0 …
27 $this->write(sprintf("%s\n", $line));
28 $this->write(sprintf("grestore\n"));
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js52 document.write( this.CreateHtml() ) ;
165 document.write( '<div style="COLOR: #ff0000">' ) ;
166 document.write( '[ FCKeditor Error ' + this.ErrorNumber + ': ' + this.ErrorDescription + ' ]' ) ;
167 document.write( '</div>' ) ;
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DLeaveProfileNode.php32 ->write("\n")
33 …->write(sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('va…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php25 $xml = $this->write(['{DAV:}anything' => $href]);
39 $xml = $this->write(['{DAV:}anything' => $href]);
93 $xml = $this->write(['{DAV:}anything' => $href]);
/plugin/fckg/fckeditor/
H A Dfckeditor.js67 document.write( this.CreateHtml() ) ;
205 document.write( '<div style="COLOR: #ff0000">' ) ;
206 document.write( '[ FCKeditor Error ' + this.ErrorNumber + ': ' + this.ErrorDescription + ' ]' ) ;
207 document.write( '</div>' ) ;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKB.php13 public function write(Geometry $geometry, $writeAsHex = false, $bigEndian = false) function in geoPHP\\Adapter\\EWKB
17 return parent::write($geometry, $writeAsHex, $bigEndian);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php17 /** @var int Number of bytes to skip reading due to a write on the buffer */
90 $this->stream->write($remoteData);
96 public function write($string) function in GuzzleHttp\\Stream\\CachingStream
107 return $this->stream->write($string);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractProcessingHandler.php48 $this->write($record);
58 abstract protected function write(array $record): void; function in Monolog\\Handler\\AbstractProcessingHandler
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php73 $this->cache->write($key, $content);
99 $this->cache->write($key, $content);
123 $this->cache->write($key, $content);
141 $this->cache->write($key, $content);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php76 function write($vcard) { function
97 write($vcard);
179 write($vcard);

12345678910>>...48