Home
last modified time | relevance | path

Searched refs:column (Results 126 – 150 of 526) sorted by relevance

12345678910>>...22

/plugin/structupdate/helper/
H A Dupdate.php54 $tbl = $field->column->getTable();
55 $lbl = $field->column->getLabel();
/plugin/data-au/syntax/
H A Dtable.php114 $column = $this->dthlp->_column($col);
115 $dataau['cols'][$column['key']] = $column;
157 $column = $this->dthlp->_column($line[1]);
158 $sort = $column['key'];
214 $column = array_slice($dataau['cols'], $i, 1);
215 $columnprops = array_pop($column);
/plugin/data/syntax/
H A Dtable.php124 $column = $this->dthlp->column($col);
125 $data['cols'][$column['key']] = $column;
167 $column = $this->dthlp->column($line[1]);
168 $sort = $column['key'];
212 // we need at least one column to display
223 $column = array_slice($data['cols'], $i, 1);
224 $columnprops = array_pop($column);
[all...]
/plugin/textinsert/lang/en/
H A Dintro.txt4 Enter the macro name in the **Macro** column and the texts which they represent in the
5 **Substitution** column.
/plugin/structstatus/
H A Dsyntax.php54 list($table, $column) = explode('.', $match, 2);
55 return array($table, $column);
/plugin/semanticdata/
H A Dhelper.php131 …$outs[] = '<a href="'.wl(str_replace('/',':',cleanID($column['key'])),array('dataflt'=>$column['ke…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php86 foreach ($lineErrors as $column => $colErrors) {
144 foreach ($lineErrors as $column => $colErrors) {
/plugin/issuetracker/
H A Dedit.php19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument
33 $comment["field"] = $column;
40 … $subject = sprintf($lang['issuemod_subject'], $issue['id'], $project, $lang['th_'.$column]);
44 … $changes = sprintf($lang['issuemod_changes'],$lang['th_'.$column], $old_value, $new_value);
319 function _log_mods($project, $issue, $usr, $column, $old_value, $new_value) argument
334 $mods[$mod_id]['field'] = $column;
/plugin/ckgdoku/ckeditor/plugins/wrap/lang/
H A Dit.js2 column: 'colonne',
H A Dsk.js3 column: 'stĺpec',
H A Dar.js2 column: 'عمود',
H A Dfa.js2 column: 'ستون',
H A Dbn.js3 column: 'স্তম্ভ',
H A Dda.js3 column: 'række',
H A Dde-informal.js3 column: 'Spalten',
H A Deo.js3 column: 'kolumnoj',
/plugin/ckgedit/ckeditor/plugins/wrap/lang/
H A Dit.js2 column: 'colonne',
H A Dsk.js3 column: 'stĺpec',
H A Dar.js2 column: 'عمود',
H A Dfa.js2 column: 'ستون',
/plugin/wrap/
H A Dexample.txt65 You can have columns easily by adding the class ''column'' and a width, e.g.
66 <WRAP column 30%>...content...</WRAP>
73 <WRAP third column>...content...</WRAP>
74 <WRAP third column>...content...</WRAP>
75 <WRAP third column>...content...</WRAP>
82 <WRAP third column>
85 Normally you would only need the class ''column'', but for more sophisticated uses (not only for columns, but for any other classes, like [[#boxes and notes]] as well) you can have several kinds of "floats":
87 * **''column''** is the same as ''left'' in LTR languages and the same as ''right'' in RTL languages
93 <WRAP third column>
104 <WRAP third column>
[all...]
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/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/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php250 $column = "displayname";
253 $column = "email";
260 $query .= 'lower(' . $column . ') LIKE lower(?)';
/plugin/dlcounter/
H A DREADME.md25 The command (*name* or *count*) identifies the column you wish to sort on. Since the default sort o…
46 minwidth => minimum width of the column
47 cpad => left-pad the column with spaces

12345678910>>...22