Home
last modified time | relevance | path

Searched refs:columns (Results 76 – 100 of 286) sorted by relevance

12345678910>>...12

/plugin/struct/meta/
H A DAggregationCloud.php30 protected $columns; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationCloud
H A DAggregationEditorTable.php36 $table = $this->columns[0]->getTable();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt62 --columns <n> Number of columns to use for progress output.
63 --columns max Use maximum number of columns for progress output.
H A Dhelp2.phpt63 --columns <n> Number of columns to use for progress output.
64 --columns max Use maximum number of columns for progress output.
/plugin/tablewidth/
H A Dplugin.info.txt6 desc Allows to specify width of table columns.
/plugin/tablelayout/
H A Dplugin.info.txt6 desc Set the width of table columns and set which lines to fix
/plugin/prettytables/
H A Dplugin.info.txt6 desc Toolbar button that fixes the source code of a table by aligning the columns.
/plugin/sqlite/
H A DSQLiteDB.php248 $columns = array_map(static fn($column) => '"' . $column . '"', array_keys($data));
250 $placeholders = array_pad([], count($columns), '?');
259 $sql = $command . ' INTO "' . $table . '" (' . implode(',', $columns) . ') VALUES (' . implode(
305 throw new \RuntimeException('queryKeyValueList expects a query that returns exactly two columns');
/plugin/columns/
H A Daction.php298 $columns = count($this->column);
299 for ($c = 0; $c < $columns; $c++) {
303 $this->column[0]->addAttribute('columns', $columns);
308 if ($c == ($columns - 1)) {
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dcolumns.svg1 <svg class="bi bi-columns" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlayout-three-columns.svg1 <svg class="bi bi-layout-three-columns" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcolumns-gap.svg1 <svg class="bi bi-columns-gap" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/columnlist/
H A Dsyntax.php22 var $columns = 4; variable in syntax_plugin_columnlist
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.css11 grid-template-columns: minmax(min-content,1fr) 3fr;
H A Dholy-medium.css15 grid-template-columns: [main] 7fr [side] minmax(auto,2fr);
/plugin/structat/meta/
H A DSearchConfigAt.php55 if(!$this->columns) throw new StructException('nocolname');
109 foreach($this->columns as $col) {
/plugin/orgchart/
H A DREADME22 The order of the columns must be: name, line manager, job title, photo. Job title and photo are opt…
52 * linemanager and photo columns are optional
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,t,t.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(m,b,t,p){"use strict";function h(t){return n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.pathname+n.search}var e=m.fn.dataTable,n=t.createElement("a");return e.ext.buttons.print={className:"buttons-print",text:function(t){return t.i18n("buttons.print","Print")},action:function(t,e,n,o){function r(t,e){for(var n="<tr>",o=0,r=t.length;o<r;o++){var i=null===t[o]||t[o]===p?"":t[o];n+="<"+e+" "+(s[o]?'class="'+s[o]+'"':"")+">"+i+"</"+e+">"}return n+"</tr>"}var i=e.buttons.exportData(m.extend({decodeEntities:!1},o.exportOptions)),a=e.buttons.exportInfo(o),s=e.columns(o.exportOptions.columns).flatten().map(function(t){return e.settings()[0].aoColumns[e.column(t).index()].sClass}).toArray( (…)
/plugin/bez/mdl/
H A DFactory.php241 $columns = array();
245 $columns[] = $column;
255 ('.implode(',', $columns).')
/plugin/filelist/
H A Dsyntax.php
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js408 var columns = gantt.getGridColumns();
409 for (var i = 0; i < columns.length; i++){
410 if(columns[i].name == columnName){
488 var columns = gantt.getGridColumns();
495 return {type:"headerCell", column:columns[node.index].name};
1106 var columns = gantt.getGridColumns();
1107 if (this.index < columns.length - 1) {
1127 var columns = gantt.getGridColumns();
1359 var columns = gantt.getGridColumns();
1360 if (this.columnIndex < columns.length - 1) {
[all …]
/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/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/structgantt/meta/
H A DGantt.php73 * Figure out which columns will be used for dates and color
78 * @todo handle multi columns
83 foreach ($this->columns as $column) {
108 throw new StructException('Not enough Date columns selected');
26 protected $columns; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php64 private $columns = []; variable in ComboStrap\\PageSqlTreeListener
169 $this->columns[] = $text;
439 return $this->columns;

12345678910>>...12