Searched refs:addTable (Results 1 – 10 of 10) sorted by relevance
/plugin/struct/meta/ |
H A D | SearchCloud.php | 30 $QB->addTable($datatable);
|
H A D | QueryBuilder.php | 91 public function addTable($table, $alias = '') function in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
|
H A D | AccessTable.php | 503 $QB->addTable($stable, 'DATA');
|
H A D | Search.php |
|
/plugin/structat/meta/ |
H A D | SearchConfigAt.php | 68 $QB->addTable($datatable);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 1691 this.container.appendChild(this.addTable(this.createPanel())); 1714 ArrangePanel.prototype.addTable = function(div) method in ArrangePanel
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 35073 addTable: function OpenTypeFileBuilder_addTable(tag, data) { 37109 builder.addTable(tableTag, tables[tableTag].data); 37206 builder.addTable('CFF ', font.data); 37207 builder.addTable('OS/2', createOS2Table(properties, newMapping.charCodeToGlyphId)); 37208 builder.addTable('cmap', createCmapTable(newMapping.charCodeToGlyphId, numGlyphs)); 37209 …builder.addTable('head', '\x00\x01\x00\x00' + '\x00\x00\x10\x00' + '\x00\x00\x00\x00' + '\x5F\x0F\… 37210 …builder.addTable('hhea', '\x00\x01\x00\x00' + safeString16(properties.ascent) + safeString16(prope… 37211 builder.addTable('hmtx', function fontFieldsHmtx() { 37231 builder.addTable('maxp', '\x00\x00\x50\x00' + string16(numGlyphs)); 37232 builder.addTable('name', createNameTable(fontName)); [all …]
|
H A D | pdf.worker.js.map | 1 …addTable","getFontFileType","cff","adjustWidths","ID","isTrueTypeFile","isTrueTypeCollectionFile",…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 5052 value: function addTable(model) {
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3012 …his.addDistribute(this.createPanel()))),this.container.appendChild(this.addTable(this.createPanel(… 3013 ArrangePanel.prototype.addTable=function(a){var b=this.editorUi,d=b.editor.graph,e=this.format.getS…
|