Home
last modified time | relevance | path

Searched refs:columns (Results 51 – 75 of 286) sorted by path

12345678910>>...12

/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …gth)},commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.columns,required:true,con…
H A Dtable.js.unc257 label: editor.lang.table.columns,
/plugin/ckgedit/ckeditor/
H A DCHANGES.md362 …](https://ckeditor.com/cke4/addon/tabletools) plugin throws an error when trying to delete columns.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified689 "columns": "Columns",
699 "invalidCols": "Number of columns must be a number greater than 0.",
H A Den.js-4.9.merged5columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersC…
H A Den.js.4.95columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersC…
H A Den.js.unc5columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersC…
H A Dfr.js.unc618 "columns": "Colonnes",
H A Dlang_array.txt612 "columns": "Columns",
622 "invalidCols": "Number of columns must be a number greater than 0.",
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc10 columns = config.smiley_columns || 8,
149 if ( i % columns === 0 )
164 if ( i % columns == columns - 1 )
168 if ( i < columns - 1 ) {
169 for ( ; i < columns - 1; i++ )
182 if ( i % columns === 0 )
194 if ( i % columns == columns - 1 )
198 if ( i < columns - 1 ) {
199 for ( ; i < columns - 1; i++ )
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc88 * The number of columns to be generated by the smilies matrix.
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc175 var columns = this.definition.charColumns,
191 for ( var j = 0; j < columns; j++, i++ ) {
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …gth)},commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.columns,required:true,con…
H A Dtable.js.unc257 label: editor.lang.table.columns,
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified689 "columns": "Columns",
699 "invalidCols": "Number of columns must be a number greater than 0.",
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 … {\n // Blockwise Visual mode: The same number of lines and columns.\n n…
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1columns\", \"contain\",\n \"content\", \"counter-increment\", \"counter-reset\", \"crop\", \"cu…
H A Dsql.min.js.map1columns comment commit committed completion concurrent condition connection consistent constraint …
H A Dstylus.min.js.map1columns\",\"content\",\"counter-increment\",\"counter-reset\",\"crop\",\"cue\",\"cue-after\",\"cue…
/plugin/columnlist/
H A Dsyntax.php22 var $columns = 4; variable in syntax_plugin_columnlist
/plugin/columns/
H A Daction.php298 $columns = count($this->column);
299 for ($c = 0; $c < $columns; $c++) {
303 $this->column[0]->addAttribute('columns', $columns);
308 if ($c == ($columns - 1)) {
H A Dplugin.info.txt1 base columns
6 desc Arrange information in multiple columns.
7 url http://www.dokuwiki.org/plugin:columns
H A Dprint.css1 div.dokuwiki table.columns-plugin td {
6 div.dokuwiki table.columns-plugin td.first {
10 div.dokuwiki table.columns-plugin td.last {
14 div.dokuwiki table.columns-plugin td.left {
18 div.dokuwiki table.columns-plugin td.center {
22 div.dokuwiki table.columns-plugin td.right {
H A Dstyle.css1 div.dokuwiki table.columns-plugin {
8 div.dokuwiki table.columns-plugin td.columns-plugin {
15 div.dokuwiki table.columns-plugin td.columns-plugin.first {
19 div.dokuwiki table.columns-plugin td.columns-plugin.last {
23 div.dokuwiki table.columns-plugin td.columns-plugin.left {
27 div.dokuwiki table.columns-plugin td.columns-plugin.center {
31 div.dokuwiki table.columns-plugin td.columns-plugin.right {
35 div.dokuwiki table.columns-plugin td.columns-plugin.center table {
40 div.dokuwiki table.columns-plugin td.columns-plugin.right table {
H A Dsyntax.php25 $columns = $this->getColumnsTagName();
35 $enterLexer = '<' . $columns . '(?:>|\s.*?>)';
36 $enterHandler = '<' . $columns . '(.*?)>';
37 $exit = '<\/' . $columns . '>';
389 $columns = $this->getAttribute($attribute, 'columns');
394 for ($c = 0; $c < $columns; $c++) {

12345678910>>...12