Home
last modified time | relevance | path

Searched refs:column (Results 101 – 125 of 526) sorted by relevance

12345678910>>...22

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_empty_fill.test7 {% for column in row %}
8 <td>{{ column }}</td>
H A Dbatch_with_fill.test7 {% for column in row %}
8 <td>{{ column }}</td>
H A Dbatch_float.test6 {% for column in row %}
7 <div class=item>{{ column }}</div>
H A Dbatch.test6 {% for column in row %}
7 <div class=item>{{ column }}</div>
H A Dbatch_with_exact_elements.test6 {% for column in row %}
7 <div class=item>{{ column }}</div>
/plugin/struct/script/
H A Dfunctions.js4 * @param {string} column A configured column in the form schema.name
8 function struct_ajax(column, fn, data) { argument
12 data['column'] = column;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php69 foreach ($lineErrors as $column => $colErrors) {
78 $out->writeAttribute('column', $column);
H A DJson.php62 foreach ($lineErrors as $column => $colErrors) {
81 $messages .= '"column":'.$column.',';
H A DXml.php72 foreach ($lineErrors as $column => $colErrors) {
81 $out->writeAttribute('column', $column);
H A DJunit.php87 foreach ($lineErrors as $column => $colErrors) {
90 … $out->writeAttribute('name', $error['source'].' at '.$report['filename']." ($line:$column)");
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php68 int $column argument
73 $token->setCharPositionInLine($column);
/plugin/combo/ComboStrap/
H A DSearch.php28 foreach ($columns as $column) {
30 $sqlPatternPredicates[] = "$column like ? COLLATE NOCASE";
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php16 $cell = $table->content[$colspan->row]->content[$colspan->column];
27 for ($i=$colspan->column; $i < $colspan->column+$colspan->size; $i++) {
59 array_splice($widths, $colspan->column, $colspan->size, $spanned_widths);
/plugin/codemirror/dist/modes/
H A Dttcn.min.js1column=b;this.type=c;this.align=d;this.prev=e}function z(a,b,c){var d=a.indented;if(a.context&&a.c…
H A Dfcl.min.js1column=b;this.type=c;this.align=d;this.prev=e}function k(a,b,c){return a.context=new j(a.indented,…
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/refnotes/
H A Ddatabase.php237 $column = 0;
244 $column = 0;
249 $columns = $column;
252 if ($column != $columns) {
267 $table[$row][$column] = trim(substr($text, $cellOpen, $call[$c][2] - $cellOpen), "^| ");
268 $column++;
325 * Every note is stored in a separate table. The first column of the table contains
/plugin/struct/meta/
H A DCSVImporter.php112 // we might have to create a page column first
163 * @param Column $col the column of that value
183 foreach ($this->columns as $i => $column) {
186 if (!$this->validateValue($column, $line[$i])) return false;
188 if ($column->isMulti()) {
211 // pid is a non-data column and must be supplied to the AccessTable separately
/plugin/database/
H A Ddatabase.php1693 foreach($tab->columnObjs as $column) {
1697 $this->output ($column->label);
1752 $column = $columnObjs[$counter];
1768 $column = $columnObjs[$counter];
1824 $column = $columnObjs[$counter];
1885 foreach($tab->columnObjs as $column) {
1887 if ($column->isVisible) {
1890 $this->output ($column->label);
1907 foreach($tab->columnObjs as $column) {
1909 if ($column->isVisible) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php54 protected $column = 0; variable in PHPUnit_TextUI_ResultPrinter
560 $this->column++;
563 if ($this->column == $this->maxColumn
567 $this->write(str_repeat(' ', $this->maxColumn - $this->column));
580 if ($this->column == $this->maxColumn) {
588 $this->column = 0;
/plugin/semanticdata/syntax/
H A Dtable.php92 $column = $this->dthlp->_column($col);
93 $data['cols'][$column['key']] = $column;
117 $column = $this->dthlp->_column($line[1]);
118 $sort = $column['key'];
/plugin/mobiletable/
H A DREADME.md100 You may specify the index (starting with 1) of the column you want to make the main/index column.
101 Using the first example again, your could also make the _Color_ column the main column:
/plugin/ckgdoku/scripts/
H A Dtable_debugging_code.js.unc40 +",column:"+col
46 not_found+="row:"+row +",column:"+col;
/plugin/ckgedit/scripts/
H A Dtable_debugging_code.js.unc40 +",column:"+col
46 not_found+="row:"+row +",column:"+col;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dbatch.rst18 {% for column in row %}
19 <td>{{ column }}</td>

12345678910>>...22