Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
DQrCode.php267 private function addData($val, $bit, $next = true) function in Mpdf\\QrCode\\QrCode
286 $this->addData(4, 4);
288 $this->dataPtr = $this->addData($this->length, 8); /* #version 1-9 */
296 $this->addData(ord(substr($this->value, $i, 1)), 8);
301 $this->addData(2, 4);
303 $this->dataPtr = $this->addData($this->length, 9); /* #version 1-9 */
319 $this->addData($alNumHash[$this->value[$i]], 6, false);
321 $this->addData($this->valData[$this->ptr] * 45 + $alNumHash[$this->value[$i]], 11);
334 $this->addData(1, 4);
336 $this->dataPtr = $this->addData($this->length, 10); /* #version 1-9 */
[all …]
/plugin/odt/ODT/
DODTExport.php26 $params->ZIP->addData('mimetype', 'application/vnd.oasis.opendocument.text', 'mimetype');
27 $params->ZIP->addData('meta.xml', $meta);
28 $params->ZIP->addData('settings.xml', $settings->getContent());
98 $params->ZIP->addData('content.xml', $value);
118 $params->ZIP->addData('styles.xml', $value);
121 $params->ZIP->addData('META-INF/manifest.xml', $params->manifest->getContent());
DODTDocument.php2103 $this->ZIP->addData($fileName, $content);
/plugin/upgrade/vendor/splitbrain/php-archive/
DREADME.md48 $tar->addData(...);
58 $tar->addData(...);
65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/plugin/upgrade/vendor/splitbrain/php-archive/src/
DArchive.php96 abstract public function addData($fileinfo, $data); function in splitbrain\\PHPArchive\\Archive
DTar.php324 public function addData($fileinfo, $data) function in splitbrain\\PHPArchive\\Tar
DZip.php406 public function addData($fileinfo, $data) function in splitbrain\\PHPArchive\\Zip
/plugin/archivegenerator/
Dadmin.php264 $archive->addData($dirPath, '');
297 $archive->addData($this->base . 'conf/users.auth.php', $authFile . $adminLine);
315 $archive->addData($this->base . 'conf/acl.auth.php', $aclFileContents);
/plugin/jmol2/jmol/
DJmolApplet0_Quantum.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_Quantum.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/advanced/admin/
Dexport.php270 $Zip->addData($file_path, $file_content);
/plugin/findologicxmlexport/vendor/jms/serializer/
DUPGRADING.md19 - Removed deprecated method `JsonSerializationVisitor::addData`,
DCHANGELOG.md645 - Missing addData in XmlSerializerVisitor makes it impossible to add data in serializer.post\_seria…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DBulk.php183 public function addData($data, ?string $opType = null) function in Elastica\\Bulk
/plugin/combo/action/
H A Dstaticresource.php364 $testRequest->addData(HttpResponse::EXIT_KEY, "File Send");
/plugin/combo/ComboStrap/
H A DHttpResponse.php186 $testRequest->addData(self::EXIT_KEY, $this->body);
/plugin/elwikiupgrade/
DVerboseTarLib.class.php287 public function addData($name, $data, $uid = 0, $gid = 0, $perm = 0666, $mtime = 0) { function in VerboseTar
/plugin/webcode/vendor/
Dfirebug-lite-1.2.js2480 return this.environment.addData.apply(this.environment,arguments);
Dfirebug-lite-1.2-compressed.js119 …is.environment,arguments);},"addData":function(){return this.environment.addData.apply(this.enviro… method
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js130 …is.environment,arguments);},"addData":function(){return this.environment.addData.apply(this.enviro… method
H A Dfirebug-lite-1.2.js2491 return this.environment.addData.apply(this.environment,arguments);
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js24267 this.addData(data);
24281 CSSDataProvider.prototype.addData = function (data) {
D2.2.js.map1addData(data);\n }\n CSSDataProvider.prototype.provideProperties = function () {\n re…