Home
last modified time | relevance | path

Searched refs:tables (Results 176 – 200 of 254) sorted by path

1234567891011

/plugin/html2pdf/snorriheim/
H A Dprint.css202 /* ---------- inline tables ------------------- */
/plugin/imagereference/
H A DREADME3 Creates references to images/tables in your text, like the LaTeX figure references.
H A Dplugin.info.txt6 desc Creates references to images/tables in your text, like the LaTeX figure references.
/plugin/indexnumber/
H A DREADME.md4 and labeling images and tables with indexes like "Tab. 1: Types of animals"
/plugin/issuetracker/
H A Dtablekit.js66 if(!TableKit.tables[id].dom.rows) {
69 return TableKit.tables[id].dom.rows;
74 if(!TableKit.tables[id].dom.head) {
111 TableKit.tables[id] = TableKit.tables[id] ?
119 …if(TableKit.tables[table.id] && TableKit.tables[table.id].observers && TableKit.tables[table.id].…
125 return TableKit.tables[table.id] ? TableKit.tables[table.id].sortable : false;
128 return TableKit.tables[table.id] ? TableKit.tables[table.id].resizable : false;
131 return TableKit.tables[table.id] ? TableKit.tables[table.id].editable : false;
138 o2 = o2 || (id ? (TableKit.tables[id] ? TableKit.tables[id] : {}) : {});
151 tables : {},
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js3 var tables = require('./tables');
62 sampleRate: tables.SAMPLE_RATES[header.samplingIndex],
352 var tables = require('./tables');
391 for (var i = 0; i < tables.SAMPLE_RATES.length; i++) {
2687 var tables = require('./tables');
2918 … data[off + k + j] = (buf[j] > 0) ? tables.IQ_TABLE[buf[j]] : -tables.IQ_TABLE[-buf[j]];
3023 var tables = require('./mdct_tables');
3035 this.sincos = tables.MDCT_TABLE_2048;
3039 this.sincos = tables.MDCT_TABLE_256;
3043 this.sincos = tables.MDCT_TABLE_1920;
[all …]
H A Dmp3.js4509 var tables = require('./tables');
4624 var tables = require('./tables');
4909 var tables = require('./tables');
5185 …sfbwidth[ch] = (channel.flags & tables.MIXED_BLOCK_FLAG) ? tables.SFBWIDTH_TABLE[sfreqi].m : table…
5358 nsfb = tables.NSFB_TABLE[0][index];
5367 nsfb = tables.NSFB_TABLE[1][index];
5376 channel.flags |= tables.PREFLAG;
5769 if (channel.flags & tables.PREFLAG) {
5937 header.flags |= tables.MS_STEREO;
5964 xr[xrPointer - i - 1] = a * tables.CS[i] - b * tables.CA[i];
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1079 Added memory-saving EmbeddedLookup() function for lookup tables
1410 of several atom types that contain very large tables of data
/plugin/latexcaption/
H A DREADME.md16 - Add ability to have subfigures/tables.
100 …ender unexpected results if your labels are not unique across all figures, subfigures, tables etc.!
/plugin/latexport/examples/
H A Dexample.tex8 \usepackage{array} % To have better presentation in tables.
9 \usepackage{multirow} % To have rowspan in tables.
10 \usepackage{makecell} % To have colspan in tables.
11 \usepackage{tabulary} % To make tables.
H A Dsimplest.tex7 \usepackage{array} % To have better presentation in tables.
9 \usepackage{multirow} % To have rowspan in tables.
10 \usepackage{makecell} % To have colspan in tables.
11 \usepackage{tabulary} % To make tables.
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md14 - #69 Improve ABSY for tables, make column and row information directly available in absy (@NathanB…
22 - Improved table rendering, allow single column tables.
79 - #10 GithubMarkdown is now fully supported including tables
103 - GFM without tables
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dnon-tables.md1 Non-tables
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dnon-tables.md1 Non-tables
/plugin/mediasyntax/
H A DREADME31 2012-07-23: 2 hours: also convert tables with no headers
37 2012-03-18: 1 hour: testcase for converting dokuwiki style tables to mediawiki
38 2012-03-17: 1 hour: allow converting dokuwiki style tables to mediawiki
/plugin/mikioplugin/
H A DREADME.md129 - Fixed accordian not rendering tables inside itself [#15](https://github.com/nomadjimbob/mikioplugin/issues/15). Thanks Melphios
/plugin/mobiletable/
H A DREADME.md6 This improves the mobile experience for wide tables as it prevents horizontal scrolling.
61 To activate mobile tables, wrap it in `<mobiletable>...</mobiletable>` syntax:
H A DmobileTable.js216 const transform = tables => {
217 tables = tables || document.querySelectorAll(selector)
221 for (let table of tables) {
244 const undo = tables => {
245 tables = tables || document.querySelectorAll(selector)
249 for (let table of tables) {
277 return (isMobile, tables) => isMobile ? transform(tables) : undo(tables)
H A Dplugin.info.txt5 desc Rearranges tables to be responsive.
/plugin/note/
H A DREADME.md32 * Plugin won't work inside tables
/plugin/odt/
H A DChangeLog.txt88 * Added CSS based functions for tables:
/plugin/orgchart/
H A DREADME36 Examples of tables:
/plugin/orphanswanted/
H A Dplugin.info.txt6 desc Display Orphans, Wanteds and Valid link tables
/plugin/pagequery/
H A Dstyle.css24 /* Old-school tables version */
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js35015 var tables = this.tables;
36819 tables = ttcData.tables;
36831 …eader.version === 'OTTO' && !isComposite || !tables['head'] || !tables['hhea'] || !tables['maxp'] …
36896 …var hintsValid = sanitizeTTPrograms(tables['fpgm'], tables['prep'], tables['cvt '], maxFunctionDef…
36935 yMax: int16(tables['head'].data[42], tables['head'].data[43]),
36937 ascent: int16(tables['hhea'].data[4], tables['hhea'].data[5]),
37076 if (!tables['OS/2'] || !validateOS2Table(tables['OS/2'])) {
39023 var tables = {
39043 return tables;
39051 var tables = null;
[all …]

1234567891011