Home
last modified time | relevance | path

Searched refs:column (Results 351 – 375 of 526) sorted by path

1...<<11121314151617181920>>...22

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_exact_elements.test6 {% for column in row %}
7 <div class=item>{{ column }}</div>
H A Dbatch_with_fill.test7 {% for column in row %}
8 <td>{{ column }}</td>
H A Dbatch_with_more_elements.test6 {% for key, column in row %}
7 <div class={{ key }}>{{ column }}</div>
/plugin/gcalendar/inc/
H A Dstandard.css53 /* column-header ------------------------------------------------------------------------------- */
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md94 $column = 'geom';
104 $result = pg_fetch_all(pg_query($connection, "SELECT asBinary($column) as geom FROM $table"));
111 pg_query($connection, "INSERT INTO $table ($column) values (GeomFromWKB('$insert_string'))");
115 $result = pg_fetch_all(pg_query($connection, "SELECT $column as geom FROM $table"));
123 pg_query($connection, "INSERT INTO $table ($column) values ('$insert_string')");
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …n:1,group:1,by:1,union:1,session:1,both:1,last:1,language:1,constraint:1,column:1,of:1,space:1,for…
H A Dreadme.eng.txt118 keyword column header
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog86 small amount of content in last column
1542 * box.table.row.php: fixed bug 1251628 (PDFLIB) Contents of column
H A Dbox.table.cell.php7 var $column; variable in TableCellBox
24 $this->column = 0;
H A Dbox.table.php6 var $column; variable in CellSpan
172 $this->content[$i]->content[$j]->column = $j;
430 $cell =& $this->content[$span->row]->content[$span->column];
761 $cell = $this->content[$colspan->row]->content[$colspan->column];
785 for ($i=$colspan->column; $i < $colspan->column+$colspan->size; $i++) {
817 array_splice($widths, $colspan->column, $colspan->size, $spanned_widths);
1276 … $cell_height = $this->content[$rowspan->row]->content[$rowspan->column]->get_full_height();
H A Dbox.table.row.php113 $colspan->column = $i;
130 $rowspan->column = $i;
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/html5video2/
H A Dstyle.css1664 grid-column: 1/-1;
/plugin/icalevents/vendor/sabre/xml/lib/
H A DLibXMLException.php38 …0]->message . ' on line ' . $errors[0]->line . ', column ' . $errors[0]->column, $code, $previousE…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php824 $column = 1;
827 $column = $this->_tokens[$stackPtr]['column'];
858 $column = 1;
861 $column = $this->_tokens[$stackPtr]['column'];
984 * @param int $column The column at which the error occurred.
1101 if (isset($this->_errors[$line][$column]) === false) {
1102 $this->_errors[$line][$column] = array();
1105 $this->_errors[$line][$column][] = array(
1248 if (isset($this->_warnings[$line][$column]) === false) {
1249 $this->_warnings[$line][$column] = array();
[all …]
H A DReporting.php325 foreach ($lineErrors as $column => $colErrors) {
337 $errors[$line][$column] = $newErrors;
348 foreach ($lineWarnings as $column => $colWarnings) {
364 if (isset($errors[$line][$column]) === true) {
365 $errors[$line][$column] = array_merge(
367 $errors[$line][$column]
370 $errors[$line][$column] = $newWarnings;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php69 foreach ($lineErrors as $column => $colErrors) {
78 $out->writeAttribute('column', $column);
H A DCsv.php62 foreach ($lineErrors as $column => $colErrors) {
70 … echo "\"$filename\",$line,$column,$type,\"$message\",$source,$severity,$fixable".PHP_EOL;
H A DEmacs.php62 foreach ($lineErrors as $column => $colErrors) {
70 … echo $report['filename'].':'.$line.':'.$column.': '.$type.' - '.$message.PHP_EOL;
H A DFull.php86 foreach ($lineErrors as $column => $colErrors) {
144 foreach ($lineErrors as $column => $colErrors) {
H A DJson.php62 foreach ($lineErrors as $column => $colErrors) {
81 $messages .= '"column":'.$column.',';
H A DJunit.php87 foreach ($lineErrors as $column => $colErrors) {
90 … $out->writeAttribute('name', $error['source'].' at '.$report['filename']." ($line:$column)");
H A DSource.php69 foreach ($lineErrors as $column => $colErrors) {
H A DVersionControl.php103 foreach ($lineErrors as $column => $colErrors) {
H A DXml.php72 foreach ($lineErrors as $column => $colErrors) {
81 $out->writeAttribute('column', $column);

1...<<11121314151617181920>>...22