Home
last modified time | relevance | path

Searched refs:cols (Results 51 – 75 of 200) sorted by relevance

12345678

/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js8 var cols = installed_lang['column'] || wr_lang['column'] || 'columns';
22 var Columns = '<img src= "' + toolbar_path + 'column.png" title="' +cols+'">';
/plugin/dir/
H A Dsyntax.php41 var $cols = Array(); variable in syntax_plugin_dir
787 $this->hdrs = $this->cols;
1285 $this->_getCellClassForCol($this->cols [$index])
1300 foreach($this->cols as $index => $col) {
1308 $this->_tableCellOpen(count($this->cols), "desc");
/plugin/orgchart/
H A DREADME39 cols : name_pageid, linemanager_page, title
45 cols : name_pageid, linemanager, title, photo_img60
/plugin/datatemplate/syntax/
H A Dlist.php344 $cols = array_keys($keys);
346 $cols = array($f['key']);
349 foreach($cols as $col) {
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
H A Dnewstemplate_de.txt8 text |textarea|cols="63" rows="7" | |Deine Neuigkeit: |msgdescr
H A Dnewstemplate_en.txt8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
H A Dnewstemplate_it.txt8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
/plugin/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
/plugin/struct/meta/
H A DConfigParser.php25 'cols' => [],
61 case 'cols':
64 $this->config['cols'] = $this->parseValues($val);
147 $cntf = count($this->config['cols']);
218 $cols = explode(',', $val);
220 foreach ($cols as $col) {
/plugin/dataplot/
H A Dsyntax.php91 $cols = explode(" ", preg_replace("!\s+!", " ", trim($lines[0])));
92 $return['columns'] = count($cols);
/plugin/codebutton2/
H A Dadmin.php66 ptln('<textarea rows=10 cols=50 name="config">');
/plugin/bibtex/OSBib/create/
H A DFORM.php324 function textareaInput($label, $name, $value = FALSE, $cols = 30, $rows = 5) argument
330 <textarea name="$name" id="$name" cols="$cols" rows="$rows">$value</textarea>
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js671 this.addInsertTableItem(menu, mxUtils.bind(this, function(evt, rows, cols, title, container) argument
674 graph.createCrossFunctionalSwimlane(rows, cols, null, null,
676 graph.createTable(rows, cols, null, null,
841 insertFn = (insertFn != null) ? insertFn : mxUtils.bind(this, function(evt, rows, cols) argument
862 graph.pasteHtmlAtCaret(createTable(rows, cols));
887 function createTable(rows, cols) argument
895 for (var j = 0; j < cols; j++)
917 function createPicker(rows, cols) argument
929 for (var j = 0; j < cols; j++)
938 function extendPicker(picker, rows, cols) argument
[all …]
/plugin/edittable/script/
H A Deditor.js40 var cols = 1; // minimal number of cells
42 cols = metaArray[0].length;
47 var newrow = Array.apply(null, new Array(cols)).map(function initializeRowMeta() {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java209 int cols = Math.max(1, width / 55); in setPreferredWidth() local
211 (getComponentCount() * 55 / cols) + 30)); in setPreferredWidth()
/plugin/structupdate/helper/
H A Dupdate.php81 foreach ($schemadata as $table => $cols) {
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1546 var cols = mlStyleObj["y:TableNode"]["y:Table"]["y:Columns"]["y:Column"];
1553 if (!(cols instanceof Array))
1554 cols = [cols];
1565 for (var i = 0; i < cols.length; i++)
1567 if (cols[i]["y:Insets"])
1569 parseFloat(cols[i]["y:Insets"]["top"]) + parseFloat(cols[i]["y:Insets"]["bottom"]));
1575 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1579 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1660 mxGraphMlCodec.prototype.addTbl2Cols = function(node, cols, th, tw, rowStartSize, colStartSize, att… argument
1665 for (var i = 0; i < cols.length; i++)
[all …]
/plugin/rater/scripts/
H A Djquery.tablesorter.js266 cols = [];
279cols.push(parsers[j].format(getElementText(table.config, c[0].cells[j]), table, c[0].cells[j]));
282 cols.push(cache.normalized.length); // add position for rowCache
283 cache.normalized.push(cols);
284 cols = null;
/plugin/google_adsense2/
H A Dadmin.php110 // print ' <tr><td> '.$this->getLang('gads_googleads_code').' </td><td><TEXTAREA rows="15" cols="4…
/plugin/bez/mdl/
H A DThread.php39 $cols = parent::get_select_columns();
40 array_push($cols, 'label_id', 'label_name', 'corrective_count', 'preventive_count');
41 return $cols;
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …{id:"tab-basic",label:"Basic Settings",elements:[{type:"textarea",rows:18,cols:80,id:"geshi",label…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …sic",label:k.lang.geshi.basic_settings,elements:[{type:"textarea",rows:18,cols:80,id:"geshi",label…
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js33 if(settings.cols){textarea.attr('cols',settings.cols);}else if(settings.width!="none"){textarea.wid…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso76 …<textarea name="' + self->instancename + '" rows="4" cols="40" style="width: ' + self->width + '; …

12345678