Home
last modified time | relevance | path

Searched refs:cols (Results 26 – 50 of 200) sorted by relevance

12345678

/plugin/adhocmathml/
H A Dmtd.php42 $cols = ( array_key_exists('colspan', $attr) ? intval($attr['colspan']) : 1 );
44 $renderer->tablecell_open($cols, null, $rows);
/plugin/structstatus/
H A Daction.php116 $cols = $sqlite->queryAll($s);
118 if ($cols) {
119 foreach ($cols as $col) {
/plugin/struct/
H A Dremote.php133 * @param array $cols array of strings with the columns
140 public function getAggregationData(array $schemas, array $cols, array $filter = [], $sort = '')
143 $columnLine = 'cols: ' . implode(', ', $cols);
149 // schemas, cols, REV?, filter, order
136 getAggregationData(array $schemas, array $cols, array $filter = [], $sort = '') global() argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst18 {% macro textarea(name, value, rows, cols) %}
19 …<textarea name="{{ name }}" rows="{{ rows|default(10) }}" cols="{{ cols|default(40) }}">{{ value|e…
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php83 $cols = empty ( $first ) ? array () : array_keys ( $first );
85 echo $this->__renderTable ( $cols, $rows );
144 $cols = empty ( $first ) ? array () : array_keys ( $first );
146 echo $this->__renderTable ( $cols, $rows );
184 private function __renderTable($cols, $rows) { argument
242 foreach ( $cols as $column ) {
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc17 var cols = 0,
20 row = table.$.rows[ i ], cols = 0;
23 cols += cell.colSpan;
26 cols > maxCols && ( maxCols = cols );
97 // Enable or disable the row, cols, width fields.
121 // Generate the rows and cols.
125 cols = parseInt( info.txtCols, 10 ) || 0;
129 for ( var j = 0; j < cols; j++ ) {
136 // Modify the table headers. Depends on having rows and cols generated
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc17 var cols = 0,
20 row = table.$.rows[ i ], cols = 0;
23 cols += cell.colSpan;
26 cols > maxCols && ( maxCols = cols );
97 // Enable or disable the row, cols, width fields.
121 // Generate the rows and cols.
125 cols = parseInt( info.txtCols, 10 ) || 0;
129 for ( var j = 0; j < cols; j++ ) {
136 // Modify the table headers. Depends on having rows and cols generated
/plugin/lastfm/inc/
H A Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) { argument
80 if($col == $cols) {
122 if($col == $cols) {
144 if($col == $cols) {
/plugin/data-au/syntax/
H A Dtable.php110 $cols = explode(',', $line[1]);
111 foreach($cols as $col) {
124 $cols = $this->parseValues($line[1]);
125 $dataau['headers'] = array_merge($dataau['headers'], $cols);
128 $cols = explode(',', $line[1]);
129 foreach($cols as $col) {
142 $cols = explode(',', $line[1]);
143 foreach($cols as $col) {
/plugin/data/syntax/
H A Dtable.php117 case 'cols':
120 $cols = explode(',', $line[1]);
121 foreach ($cols as $col) {
125 $data['cols'][$column['key']] = $column;
134 $cols = $this->parseValues($line[1]);
135 $data['headers'] = array_merge($data['headers'], $cols);
138 $cols = explode(',', $line[1]);
139 foreach ($cols as $col) {
152 $cols = explode(',', $line[1]);
153 foreach ($cols a
[all...]
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php70 $cols = array(
82 $cols['volume']['comment'] = ' how much do they pay?';
83 $this->assertEquals($cols, $result['cols'], 'Cols array corrupted');
315 $cols = array(
318 $this->assertEquals($cols, $result['cols'], 'Cols array corrupted');
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js594 var cols = [];
599 cols = data.shift();
602 for ( var x = 0; x < cols.length; x++ ) {
604 col = cols[ x ].replace( /^\s+|\s+$/gm, '' );
610 cols[ x ] = col;
628 col = undefined === cols[ i ] ? 'col' + i : cols[ i ];
/plugin/pagequery/
H A Dreadme.md46 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=10;cols=2;inwords;proper}}
49 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=100;cols=6;inwords;proper;snippet=5;border=inside;nostart;case;natsort}}
58 {{pagequery>@namespace *;sort=a,name;group;proper;cols=2}} [pagename version: allows regex's]
64 {{pagequery>@namespace *;sort=a,name;group;cols=3;proper}
68 {{pagequery>@namespace *;sort=cyear,cmonth,name;group;inwords;proper;cols=2;border}}
72 {{pagequery>@namespace help;fulltext;sort=cyear,cmonth,name;group;inwords;proper;cols=2}}
82 {{pagequery>@happy:go:lucky *;sort=cyear,cdate;group;proper;cols=2;title}}
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php221 $cols = $block['cols'];
229 $align = empty($cols[$c]) ? null : $cols[$c];
241 $align = empty($cols[$c]) ? null : $cols[$c];
/plugin/combo/resources/theme/default/components/css/
H A Drow-cols-auto.css1 .row-cols-auto>* {
/plugin/semanticdata/syntax/
H A Dtable.php88 $cols = explode(',',$line[1]);
89 foreach($cols as $col){
102 $cols = explode(',',$line[1]);
103 foreach($cols as $col){
/plugin/database2/
H A Ddatabase2.php1200 $cols = implode( ',', $cols );
1480 $cols = array();
1497 $cols[] = $colName;
1504 $cols[] = $colName;
1516 return $cols;
1619 $cols = array();
1640 $cols = array_merge( $columns, $cols );
1642 $cols[] = $columns;
1943 foreach ( $cols as $column )
2624 $cols = array( $idCol );
[all …]
H A Dadmin.php252 $cols = empty( $first ) ? array() : array_keys( $first );
254 echo $db->__renderTable( null, $cols, $rows,
H A Dmedia.php253 $cols = array(); variable
256 $cols[$column] = $column;
259 $rows = $db->__recordsList( $cols );
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php164 $cols = empty ( $first ) ? array () : array_keys ( $first );
166 echo $this->__renderTable ( $cols, $rows );
208 private function __renderTable($cols, $rows) { argument
266 foreach ( $cols as $column ) {
/plugin/struct/meta/
H A DAccessTable.php298 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols);
299 $cols = implode(',', $cols);
303 return "INSERT INTO $this->stable ($cols) VALUES (" . trim(str_repeat('?,', count($vals)), ',') . ');';
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js8 var cols = installed_lang['column'] || wr_lang['column'] || 'columns';
21 var Columns = '<img src= "' + toolbar_path + 'column.png" title="' +cols+'">';

12345678