| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/ |
| D | MetricMatrixRow.php | 26 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/ |
| D | list.php | 57 … 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/ |
| D | GoogleCloudDocumentaiV1beta1DocumentPageMatrix.php | 25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageMatrix 42 public function setCols($cols) argument 44 $this->cols = $cols; 51 return $this->cols;
|
| D | GoogleCloudDocumentaiV1DocumentPageMatrix.php | 25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageMatrix 42 public function setCols($cols) argument 44 $this->cols = $cols; 51 return $this->cols;
|
| D | GoogleCloudDocumentaiV1beta2DocumentPageMatrix.php | 25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageMatrix 42 public function setCols($cols) argument 44 $this->cols = $cols; 51 return $this->cols;
|
| /plugin/txt2tags/ |
| D | tables.js | 116 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/ |
| D | syntax.php | 117 $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/ |
| D | GaDataDataTable.php | 31 public function setCols($cols) argument 33 $this->cols = $cols; 40 return $this->cols;
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | PDF417.php | 583 $cols = round((sqrt(4761 + (68 * $aspectratio * self::ROWHEIGHT * $nce)) - 69) / 34); 585 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; [all …]
|
| /plugin/dataloop/syntax/ |
| D | roll.php | 96 $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…
|
| D | textloop.php | 105 $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);
|
| /plugin/usersettings/ |
| H A D | admin.php | 301 $cols = ['login', 'name']; 303 $cols[] = 'mail'; 306 $cols[] = 'grps'; 308 $cols = array_merge($cols, ['setting', 'value', 'changedby', 'changedat']); 312 $filterMap = $this->filterFieldMap($cols); 371 foreach ($cols as $c) { 375 … $html .= $this->renderFilterRow($cols, $filterMap, $qfilters, $toggles, $setFilter, $sort, $dir); 379 $html .= '<tr><td colspan="' . count($cols) . '" class="us-none">' 385 foreach ($cols as $c) { 445 * @param string[] $cols visible columns [all …]
|
| /plugin/dtable/ |
| D | action.php | 168 $cols = array(); 175 $cols[(int)substr($k, 3)] = json_decode($v, true); 178 ksort($cols); 181 $cols = array_values($cols); 184 for($i = 0; $i < count($cols); $i++) { 185 $class = $cols[$i][0]; 186 $value = $cols[$i][1]; 196 $new_line = $dtable->format_row($cols);
|
| /plugin/lastseen/ |
| H A D | admin.php | 92 $cols = ['login', 'name']; 94 $cols[] = 'mail'; 97 $cols[] = 'grps'; 99 $cols[] = 'lastseen'; 102 $filterCols = array_values(array_filter($cols, static function ($c) { 175 foreach ($cols as $c) { 179 echo $this->renderFilterRow($cols, $filterCols, $filters, $sort, $order, $ID); 184 echo '<tr><td colspan="' . count($cols) . '" class="lastseen_none">' 189 foreach ($cols as $c) { 403 * @param string[] $cols visible columns in order [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/ |
| D | Table.php | 85 $cols = array(); 152 $cols[] = $node; 153 $ws_accum =& $cols; 176 if ($cols !== false) { 177 $ret = array_merge($ret, $cols);
|
| /plugin/structpublish/meta/ |
| H A D | AccessTableStructpublish.php | 31 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols); 32 $cols = implode(',', $cols); 37 return "REPLACE INTO $this->stable (rid, $cols)
|
| /plugin/mdpage/vendor/cebe/markdown/block/ |
| D | TableTrait.php | 43 $cols = explode('|', trim($line, ' |')); 44 foreach($cols as $col) { 104 $cols = $block['cols']; 110 $align = empty($cols[$c]) ? '' : ' align="' . $cols[$c] . '"';
|
| /plugin/callflow/ |
| D | script.js | 14 cols: property 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 300 .attr({"font-size":style.txtsize, "fill":style.cols.txtcolor}); 302 y = style.cols.height*2+10;//starting y 456 style.cols.height, 457 style.cols.rectradius) [all …]
|
| /plugin/subjectindex/syntax/ |
| D | index.php | 255 $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/ |
| D | arrayextensions.js | 178 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/ |
| D | helper.php | 245 * @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 D | AccessTableGlobal.php | 54 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols); 55 $cols = implode(',', $cols); 60 return "REPLACE INTO $this->stable (rid, $cols)
|
| /plugin/lastfm/ |
| D | syntax.php | 96 $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/ |
| D | TableRowNode.php | 62 $cols = 0; 64 $cols += $cell->getColSpan(); 66 return $cols;
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | box.frame.php | 222 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)) {
|