Home
last modified time | relevance | path

Searched refs:write (Results 276 – 300 of 1185) sorted by relevance

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1913 $this->writer->write(sprintf('/GS%d gs', $gs));
1949 $this->writer->write('EMC');
1953 $this->writer->write('/OC /OC1 BDC');
1956 $this->writer->write('/OC /OC2 BDC');
1959 $this->writer->write('/OC /OC3 BDC');
1973 $this->writer->write('%PDF-' . $this->pdf_version);
1974 $this->writer->write('%' . chr(226) . chr(227) . chr(207) . chr(211)); // 4 chars > 128 to show binary file
2775 $this->writer->write('/OCZ-index /ZI' . $id . ' BDC');
2783 $this->writer->write('EMCZ-index');
2982 $this->writer->write('
3992 SetFont($family, $style = '', $size = 0, $write = true, $forcewrite = false) global() argument
4254 SetFontSize($size, $write = true) global() argument
6335 restoreFont(& $saved, $write = true) global() argument
12211 SetHTMLHeader($header = '', $OE = '', $write = false) global() argument
12607 SetHeaderByName($name, $side = 'O', $write = false) global() argument
12643 SetHTMLHeaderByName($name, $side = 'O', $write = false) global() argument
12659 SetHeader($Harray = [], $side = '', $write = false) global() argument
[all...]
/plugin/codebuttonmod2/
H A Dall.css28 * To use, write HTML like the following:
/plugin/authlinotp/
H A DREADME.md32 The auth plugin write some messages to the debug log.
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php120 $bytesWritten = $this->write($this->getXMLString());
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php361 $this->writer->write(new \StdClass());
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackWebhookHandler.php93 protected function write(array $record): void function in Monolog\\Handler\\SlackWebhookHandler
H A DElasticsearchHandler.php77 protected function write(array $record): void function in Monolog\\Handler\\ElasticsearchHandler
H A DAmqpHandler.php57 protected function write(array $record): void function in Monolog\\Handler\\AmqpHandler
H A DProcessHandler.php86 protected function write(array $record): void function in Monolog\\Handler\\ProcessHandler
H A DTestHandler.php205 protected function write(array $record): void function in Monolog\\Handler\\TestHandler
/plugin/supa/lib/
H A DSupa.jar ... java.io.OutputStream, int) public void write (int) throws java.io.IOException public ...
H A DSupa.jar.unsigned ... java.io.OutputStream, int) public void write (int) throws java.io.IOException public ...
/plugin/webdavclient/
H A Dadmin.php90 $write = $_REQUEST['modwrite'][$connid];
92 $this->hlp->modifyConnection($connid, $permission, $dn, $syncinterval, $write, $active);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DRecommendationsAI.php389 ],'write' => [
390 'path' => 'v1beta1/{+parent}/userEvents:write',
/plugin/davcard/
H A Dscript.js92 var write = $link.data('write');
111 dw_davcard__modals.showEditContactDialog(data['contactdata'], true, write);
123 showEditContactDialog : function(entry, edit, write) { argument
316 if(!write)
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js3630 mxUtils.write(link, '?');
4198 mxUtils.write(banner, text);
4432 win.document.write(data);
5244 mxUtils.write(lbl, label);
5701 mxUtils.write(div, ':');
6011 mxUtils.write(hd, title);
6244 mxUtils.write(hd, title);
12488 mxUtils.write(tmp, data.title);
12789 mxUtils.write(button, exitTitle);
15245 mxUtils.write(actionLnk, name);
[all …]
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js40 // write
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DPumpStreamTest.php63 $this->assertFalse($p->write('aa'));
H A DFnStreamTest.php74 $b->write('bar');
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php181 public function write($command) function in Swift_Authenticator_PopB4Smtp_Pop3Connection
/plugin/codemirror/
H A DREADME25 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js74 …document.write( '<script type="text/javascript" src="' + this.FCKeditorPath + 'editor/_source/' + …
/plugin/webdav/core/Plugin/
H A DFakeLocker.php141 $body = $this->server->xml->write('{DAV:}prop', [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/Resource/
H A DProjectsLocationsCatalogsEventStoresUserEvents.php182 …public function write($parent, GoogleCloudRecommendationengineV1beta1UserEvent $postBody, $optPara… function in Google\\Service\\RecommendationsAI\\Resource\\ProjectsLocationsCatalogsEventStoresUserEvents
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php244 public function write(Geometry $geometry, $namespace = false) function in geoPHP\\Adapter\\KML
356 $str .= $subAdapter->write($component);

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