Home
last modified time | relevance | path

Searched refs:table (Results 976 – 1000 of 1203) sorted by last modified time

1...<<31323334353637383940>>...49

/plugin/tableplot/
H A Dplugin.info.txt6 desc uses jqPlot to plot data from a table
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css203 #dokuwiki__aside table,
H A Dprint.css116 table { selector
H A Dbasic.css99 table, selector
178 table { selector
303 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
H A Dcontent.css69 /* div before each table */
70 .dokuwiki div.table {
73 .dokuwiki table.inline {
76 .dokuwiki table.inline tr:hover td {
79 .dokuwiki table.inline tr:hover th {
/plugin/geonav/db/
H A Dtest.sqlite7table�states�states�7�CREATE TABLE states ( state_id int UNIQUE PRIMARY KEY, state char(32) NOT NU…
/plugin/docimporter/
H A DImportUtils.php25 function convert_table($table) { argument
27 $lines = explode("|-", $table);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java59 import javax.swing.table.DefaultTableModel;
60 import javax.swing.table.TableCellRenderer;
61 import javax.swing.table.TableModel;
877 …public Component getTableCellRendererComponent(JTable table, Object value, final boolean isSelecte… in buildUI()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jar ... GET_URL public static final int REGISTER_COPY public static final int TABLE public static final int WAIT_FOR_FRAME public static final int SET_TARGET ...
/plugin/dokutexit/help/
H A Dtexit.txt36 ^usetablefigure |Put table in a figure/float | on/off | off |
/plugin/dokutexit/
H A DREADME.md34 …* *conf/footer.tex*, if present, will be inserted before `\end{document}`, useful to insert table
/plugin/dokutexit/conf/
H A Dheader-namespace.tex36 \usepackage{tabularx} % provides table insertion
H A Dheader-page.tex36 \usepackage{tabularx} % provides table insertion
/plugin/ffindr/
H A Dffindr.php154 $renderer->doc .= "</table>";
/plugin/tableedit/
H A DREADME.md6table columns. It's not easy to move some columns around, add them or remove them by hand. This pl…
8 …n toolbar-button. Edit a page. Mark a table an press the button. A dialog will appear. Then you ca…
H A Dtableedit.js58 function countColumns(table) { argument
60 var lines = table.split("\n");
72 function normalizeTable(table) { argument
73 var maxColumns = countColumns(table);
74 var lines = table.split("\n");
245 var table = field.value;
253 var endPos = table.indexOf(emptyLine, currentPosition);
254 endPos = (endPos != -1 ? endPos : table.length);
256 array[0] = table.substring(0, startPos);
257 array[1] = table.substring(startPos, endPos);
[all …]
/plugin/table2csv/
H A DREADME.md4 Create a csv file from the first table on a dokuwiki page
16table because by specifying a start marker of any text on the page the plugin will select the firs…
19 Select this to export the first table into a csv file.
21 It currently defaults to table.csv in the dokuwiki base install folder.
H A Dplugin.info.txt6 desc exports a table to a csv file
H A DgetTableData.php21 $table = substr($content,$start,$end-$start);
23 preg_match_all("|<tr(.*)</tr>|U",$table,$rows);
/plugin/aceeditor/
H A Dbuild.js1table:"table",tbody:"table",td:"table",tfoot:"table",th:"table",tr:"table"}),l=function(){this.$ru…
H A DNEWS29 * Fixed parsing of table inside code blocks
72 * New command to remove a column of a table
76 * Fixed some minor bugs in table commands
/plugin/eventline/
H A Dscript.js6 var table = document.createElement("table");
7 var tr = table.insertRow(0);
16 onKeyPress(timeline, bandIndices, table);
19 tr = table.insertRow(1);
48 clearAll(timeline, bandIndices, table);
52 div.appendChild(table);
56 function onKeyPress(timeline, bandIndices, table) { argument
61 performFiltering(timeline, bandIndices, table);
70 var tr = table.rows[1];
112 function clearAll(timeline, bandIndices, table) { argument
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js126 },domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;
130 if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr")){obj=this.getElementsByTagN…
/plugin/searchpattern/
H A Dstyle.css15 div.dokuwiki div.sp_main table.sp_main_table{ /*the table containing the results (not the error mes…
18 div.dokuwiki div.sp_main table.sp_main_table tr{ /*the rows of the table*/
21 div.dokuwiki div.sp_main table.sp_main_table th,
22 div.dokuwiki div.sp_main table.sp_main_table td{ /*the cells of the table*/
27 div.dokuwiki div.sp_main table.sp_main_table tr.sp_title{ /*the main title row of the table*/
30 div.dokuwiki div.sp_main table.sp_main_table th.sp_title{ /*the main title cell of the table*/
49 div.dokuwiki div.sp_main table.sp_main_table tr.sp_warning{ /*the warning row*/
52 div.dokuwiki div.sp_main table.sp_main_table td.sp_warning{ /*the warning cell*/
67 div.dokuwiki div.sp_main table.sp_main_table td.sp_options { /*the options cell*/
85 div.dokuwiki div.sp_main table.sp_main_table tr.sp_result{ /*the result rows*/
[all …]

1...<<31323334353637383940>>...49