Home
last modified time | relevance | path

Searched refs:cols (Results 126 – 150 of 200) sorted by last modified time

12345678

/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php70 $cols = array(
82 $cols['volume']['comment'] = ' how much do they pay?';
83 $this->assertEquals($cols, $result['cols'], 'Cols array corrupted');
315 $cols = array(
318 $this->assertEquals($cols, $result['cols'], 'Cols array corrupted');
/plugin/data-au/syntax/
H A Dtable.php110 $cols = explode(',', $line[1]);
111 foreach($cols as $col) {
124 $cols = $this->parseValues($line[1]);
125 $dataau['headers'] = array_merge($dataau['headers'], $cols);
128 $cols = explode(',', $line[1]);
129 foreach($cols as $col) {
142 $cols = explode(',', $line[1]);
143 foreach($cols as $col) {
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1566 list($rows, $cols) = array_values(unpack("N*N*", substr($response, $p, 8)));
1571 for ($j = 0; $j < $cols; $j++) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst18 {% macro textarea(name, value, rows, cols) %}
19 …<textarea name="{{ name }}" rows="{{ rows|default(10) }}" cols="{{ cols|default(40) }}">{{ value|e…
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc87 cols: 80,
H A Dgeshi.js1 …{id:"tab-basic",label:"Basic Settings",elements:[{type:"textarea",rows:18,cols:80,id:"geshi",label…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc17 var cols = 0,
20 row = table.$.rows[ i ], cols = 0;
23 cols += cell.colSpan;
26 cols > maxCols && ( maxCols = cols );
97 // Enable or disable the row, cols, width fields.
121 // Generate the rows and cols.
125 cols = parseInt( info.txtCols, 10 ) || 0;
129 for ( var j = 0; j < cols; j++ ) {
136 // Modify the table headers. Depends on having rows and cols generated
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js8 var cols = installed_lang['column'] || wr_lang['column'] || 'columns';
21 var Columns = '<img src= "' + toolbar_path + 'column.png" title="' +cols+'">';
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js501 …xtarea",l={};c.validate&&(this.validate=c.validate);l.rows=c.rows||5;l.cols=c.cols||20;l["class"]=…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …selected value",btnDelete:"Delete"},textarea:{title:"Textarea Properties",cols:"Columns",rows:"Row… property in CKEDITOR.lang.en.forms.textarea
H A Den.js.beautified332 cols: "Columns",
H A Den.js.unc5 …d value","btnDelete":"Delete"},"textarea":{"title":"Textarea Properties","cols":"Columns","rows":"…
H A Dfr.js.unc342 "cols": "Colonnes",
H A Dlang_array.txt336 "cols": "Columns",
/plugin/dataloop/syntax/
H A Droll.php96 $cols = explode(',',$line[1]);
97 foreach($cols as $col){
117 $cols = explode(',',$sCols);
118 foreach($cols as $col){
216 $cols = array_keys($data['cols']);
223 if(isset($data['headings'][$cols[$num]]))
225 $iHeadingLevel = $data['headings'][$cols[$num]];
227 …h'.$iHeadingLevel.' class="inline dataplugin_roll '.$cols[$num].'">'.$this->dthlp->_formatData($co…
231 …enderer->doc .= '<p class="inline dataplugin_roll '.$cols[$num].'">'.$this->dthlp->_formatData($co…
H A Dtextloop.php105 $cols = explode(',',$line[1]);
106 foreach($cols as $col){
126 $cols = explode(',',$sCols);
127 foreach($cols as $col){
250 $cols = array_keys($data['cols']);
259 $xValue = $this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer);
263 $sCurrentText = str_ireplace('@@'.$cols[$num].'@@', $xValue, $sCurrentText);
H A Dloop.php105 $cols = explode(',',$line[1]);
106 foreach($cols as $col){
126 $cols = explode(',',$sCols);
127 foreach($cols as $col){
298 $cols = array_keys($data['cols']);
307 preg_match_all('/\@\@('.$cols[$num].'[^\@]*)\@\@/i', $sCurrentText, $aMatches);
308 $xValue = $this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php43 $cols = explode('|', trim($line, ' |'));
44 foreach($cols as $col) {
104 $cols = $block['cols'];
110 $align = empty($cols[$c]) ? '' : ' align="' . $cols[$c] . '"';
/plugin/callflow/
H A Dscript.js14 cols: class in style
163 l_colsminlen = style.cols.minlen;
293 style.cols.height, // height
294 style.cols.rectradius) // corner radius
295 .attr("fill",style.cols.fill);
298 5+style.cols.height+(title?style.titlesize:0),// center y
302 y = style.cols.height*2+10;//starting y
456 style.cols.height,
457 style.cols.rectradius)
458 .attr("fill", style.cols.fill);
[all …]
/plugin/database2/
H A Dmedia.php253 $cols = array(); variable
256 $cols[$column] = $column;
259 $rows = $db->__recordsList( $cols );
H A Dadmin.php252 $cols = empty( $first ) ? array() : array_keys( $first );
254 echo $db->__renderTable( null, $cols, $rows,
H A Ddatabase2.php1200 $cols = implode( ',', $cols );
1480 $cols = array();
1497 $cols[] = $colName;
1504 $cols[] = $colName;
1516 return $cols;
1619 $cols = array();
1640 $cols = array_merge( $columns, $cols );
1642 $cols[] = $columns;
1943 foreach ( $cols as $column )
2624 $cols = array( $idCol );
[all …]
/plugin/issuetracker/
H A Dtablekit.js923 attributes : Object.extend({name : 'value', rows : '20', cols : '60'}, attributes||{})
H A Daction.php3752 function array_msort($array, $cols) argument
3755 foreach ($cols as $col => $order) {
3760 foreach ($cols as $col => $order) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php585 if ($cols < 1) {
586 $cols = 1;
587 } elseif ($cols > 30) {
588 $cols = 30;
590 $rows = ceil($nce / $cols);
591 $size = ($cols * $rows);
599 $cols = ceil($size / $rows);
600 $size = ($cols * $rows);
605 $cols = 29;
608 $cols = 16;
[all …]

12345678