Home
last modified time | relevance | path

Searched refs:columns (Results 226 – 250 of 286) sorted by last modified time

12345678910>>...12

/plugin/userimportextended/lang/en/
H A Dintro.txt3 Requires a CSV file of users with at least five columns. The columns must contain, in order: user-i…
6 Except for the user-id, all of the columns may be empty. In that case the users will be created wit…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php549 $columns = (string) $root->getAttribute('columns');
551 if ($columns == 'max') {
554 $result['columns'] = $this->getInteger($columns, 80);
/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/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php50 $columns = 80;
53 $columns = $matches[1];
75 $columns = $matches[2];
80 return $columns - 1;
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc175 var columns = this.definition.charColumns,
191 for ( var j = 0; j < columns; j++, i++ ) {
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc10 columns = config.smiley_columns || 8,
149 if ( i % columns === 0 )
164 if ( i % columns == columns - 1 )
168 if ( i < columns - 1 ) {
169 for ( ; i < columns - 1; i++ )
182 if ( i % columns === 0 )
194 if ( i % columns == columns - 1 )
198 if ( i < columns - 1 ) {
199 for ( ; i < columns - 1; i++ )
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc257 label: editor.lang.table.columns,
H A Dtable.js1 …gth)},commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.columns,required:true,con…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …Before",insertAfter:"Insert Column After",deleteColumn:"Delete Columns"},columns:"Columns",deleteT… property in CKEDITOR.lang.en.table
H A Den.js.beautified608 columns: "Columns",
618 invalidCols: "Number of columns must be a number greater than 0.",
H A Den.js.unc5columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersC…
H A Dfr.js.unc618 "columns": "Colonnes",
H A Dlang_array.txt612 "columns": "Columns",
622 "invalidCols": "Number of columns must be a number greater than 0.",
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc88 * The number of columns to be generated by the smilies matrix.
/plugin/database/
H A Ddatabase.php1098 $columns = array();
1105 $columns[$counter] =
1109 return $columns;
/plugin/btable/
H A Dexport.php42 $columns = array_keys($content[$rows[0]]); variable
44 if (count($columns) > 0) {
46 foreach($columns as $column) {
56 foreach ($columns as $column) {
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt31 DlgImgHelpLiRight : "Use <b>right</b> and <b>middle</b> to create columns at the center and right…
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCore.scss72 // main table and columns
/plugin/database2/
H A Ddatabase2.php1580 public function __recordsList( $columns = '*', $obeyFilter = true, argument
1639 if ( is_array( $columns ) )
1640 $cols = array_merge( $columns, $cols );
1642 $cols[] = $columns;
1644 $columns = implode( ',', $cols );
1648 $query = 'SELECT ' . $columns . ' FROM ' . $this->table;
2983 $columns = array();
3020 $columns[$column] = strtr( $head, array( '%' => '%%' ) ) . '%s'.
3025 if ( empty( $columns ) )
3102 $optColumns = $columns;
/plugin/issuetracker/
H A DREADME23 columns. The email addresses of this group members are automatically loaded
67 Configure columns to be shown to = multi select of columns to be displayed
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php1009 public $columns; variable in Google_Sqlresponse
1012 public function setColumns(/* array(Google_string) */ $columns) { argument
1013 $this->assertIsArray($columns, 'Google_string', __METHOD__);
1014 $this->columns = $columns;
1017 return $this->columns;
1212 public $columns; variable in Google_Table
1238 public function setColumns(/* array(Google_Column) */ $columns) { argument
1239 $this->assertIsArray($columns, 'Google_Column', __METHOD__);
1240 $this->columns = $columns;
1243 return $this->columns;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js7294 var columns = [];
7298 parse_ws_xml_cols(columns, cols);
7324 if(columns.length > 0) s["!cols"] = columns;
7358 function parse_ws_xml_cols(columns, cols) { argument
7370 while(colm <= colM) columns[colm++] = coll;
H A Dxlsx.min.map1 …","hlinkregex","dimregex","colregex","parse_ws_xml","ridx","mergecells","columns","cellStyles","pa…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13703 } else if (node.columns) {
13766 var columns = columnNode.columns;
13773 var result = this.processRow(columns, columns, gaps);
13796 widths = widths || columns;
13801 var column = columns[i];
14089 if (node.columns) {
14308 var columns = node.columns;
14312 columns[i] = this.measureNode(columns[i]);
15088 var c = columns[i];
31798 options.columns || (options.columns = 0);
[all …]

12345678910>>...12