Home
last modified time | relevance | path

Searched refs:cols (Results 1 – 25 of 200) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMetricMatrixRow.php26 public $cols; variable in Google\\Service\\Spanner\\MetricMatrixRow
31 public function setCols($cols) argument
33 $this->cols = $cols;
40 return $this->cols;
/plugin/youtrack/syntax/
H A Dlist.php57 … list($filter, $cols) = explode('|', $match, 2); // split filter and columns from rest of match
58 if (empty($filter) || empty($cols)) return false;
59 $cols = array_map('hsc', array_map('trim', explode(',', $cols)));
73 foreach ($cols as $col) {
105 return array($issues, $cols);
117 list($issues, $cols) = $data;
128 $yt->renderIssueTable($renderer, $issues, $cols);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageMatrix.php25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageMatrix
42 public function setCols($cols) argument
44 $this->cols = $cols;
51 return $this->cols;
H A DGoogleCloudDocumentaiV1beta2DocumentPageMatrix.php25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageMatrix
42 public function setCols($cols) argument
44 $this->cols = $cols;
51 return $this->cols;
H A DGoogleCloudDocumentaiV1DocumentPageMatrix.php25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageMatrix
42 public function setCols($cols) argument
44 $this->cols = $cols;
51 return $this->cols;
/plugin/txt2tags/
H A Dtables.js116 cols = $picker.find('#cols').val();
122 } else if (hcols + cols < 1) {
131 for (var j = 0; j < parseInt(hcols) + parseInt(cols); j++) {
143 for (var j = 0; j < cols; j++) {
166 } else if (hcols + cols < 1) {
174 for (var j = 0; j < parseInt(hcols) + parseInt(cols); j++) {
190 for (var j = 0; j < cols; j++) {
209 var cols = $picker.find('#cols').val();
229 cols = jQNew(this).val();
/plugin/galleryv1.5/
H A Dsyntax.php117 $data['cols'] = $match[1];
119 $data['cols'] = $this->getConf('cols');
216 $cols = $data['cols'];
241 $cols = $data['cols'];
256 if($data['cols'] > 0){ // format as table
278 if($i == $data['cols']){
287 for(;$i < $data['cols']; $i++){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGaDataDataTable.php31 public function setCols($cols) argument
33 $this->cols = $cols;
40 return $this->cols;
/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 …]
/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/dtable/
H A Daction.php176 $cols = array();
183 $cols[(int)substr($k, 3)] = $json->decode($v);
186 ksort($cols);
189 $cols = array_values($cols);
192 for($i = 0; $i < count($cols); $i++) {
193 $class = $cols[$i][0];
194 $value = $cols[$i][1];
204 $new_line = $dtable->format_row($cols);
/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/structpublish/meta/
H A DAccessTableStructpublish.php31 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols);
32 $cols = join(',', $cols);
36 return "REPLACE INTO $this->stable (rid, $cols)
/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/subjectindex/syntax/
H A Dindex.php255 $cols = $opt['cols'];
257 $cols = 1;
259 if (is_numeric($cols)) {
260 …$col_style = 'column-count:' . $cols . '; -moz-column-count:' . $cols . '; -webkit-column-count:' …
262 …$col_style = 'column-width:' . $cols . '; -moz-column-width:' . $cols . '; -webkit-column-width:' …
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js178 Array.prototype.flatten = function(cols /* :Array */, cd) /* :Array */{ argument
180 if (isNumeric(cols)) cols = [cols];
182 if (isArray(cols)) {
184 for (var i=0,cL=cols.length;i<cL;i++) idx[cols[i]]=true;
/plugin/youtrack/
H A Dhelper.php245 * @param array $cols Columns to show
247 function renderIssueTable(Doku_Renderer &$R, $issues, $cols) { argument
248 $R->table_open(count($cols));
251 foreach($cols as $col) {
264 foreach($cols as $col) {
/plugin/struct/meta/
H A DAccessTableGlobal.php54 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols);
55 $cols = implode(',', $cols);
60 return "REPLACE INTO $this->stable (rid, $cols)
/plugin/lastfm/
H A Dsyntax.php96 $data['cols'] = 5;
108 elseif(@preg_match('/\bC=([0-9]{1})\b/', $param, $match)) $data['cols'] = $match[1];
132 …<li class="plugin_lastfm_opt"><span class="plugin_lastfm_cols">' . $data['cols'] . '</span></li>' …
/plugin/prosemirror/parser/
H A DTableRowNode.php63 $cols = 0;
65 $cols += $cell->getColSpan();
67 return $cols;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php222 var $cols; variable in FramesetBox
236 $this->cols = $root->has_attribute('cols') ? $root->get_attribute('cols') : "100%";
254 $cols = guess_lengths($this->cols, $this->get_width());
279 …$frame->put_left($this->get_left() + array_sum(array_slice($cols, 0, $cur_col)) + $frame->get_extr…
282 $frame->put_full_width($cols[$cur_col]);
296 if ($cur_col >= count($cols)) {
/plugin/edittable/action/
H A Deditor.php150 $cols = $rows ? count($data[0]) : 0;
152 $colmax = $cols ? array_fill(0, $cols, 0) : array();
156 for ($col = 0; $col < $cols; $col++) {
175 for ($col = 0; $col < $cols; $col++) {
/plugin/struct/action/
H A Dmigration.php155 $cols = $sqlite->queryAll($s);
157 if ($cols) {
158 foreach ($cols as $col) {
251 $cols = $sqlite->queryAll($s);
253 if ($cols) {
254 $colnames = array_map(static fn($c) => 'col' . $c['COL'], $cols);

12345678