Home
last modified time | relevance | path

Searched refs:objid (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php217 * @param int|string $objid Object ID (leave empty to get a new ID).
220 protected function _newobj($objid = '') argument
222 $this->_out($this->_getobj($objid));
/plugin/codemirror/dist/modes/
H A Dttcn.min.js.map1 …tring boolean char charstring default float\" +\n \" hexstring integer objid octetstring univer…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28753 0x06: 'objid',
29237 if (!values) return this.reporter.error('string objid given, but no values map found');
29238 if (!values.hasOwnProperty(id)) return this.reporter.error('objid not found in values map');
29253 …return this.reporter.error('objid() should be either array or string, ' + 'got: ' + JSON.stringify…
29257 if (id[1] >= 40) return this.reporter.error('Second objid identifier OOB');
69969 …this.seq().obj(this.key('algorithm').objid(), this.key('none').null_().optional(), this.key('curve…
69976objid(), this.key('decrypt').seq().obj(this.key('kde').seq().obj(this.key('id').objid(), this.key(…
69992 namedCurve: this.objid()
70013 this.seq().obj(this.key('type').objid(), this.key('value').any());
70016 …this.seq().obj(this.key('algorithm').objid(), this.key('parameters').optional(), this.key('curve')…
[all …]