Home
last modified time | relevance | path

Searched refs:col (Results 326 – 350 of 378) sorted by path

1...<<111213141516

/plugin/struct/meta/
H A DValueValidator.php29 * @param Column $col the column of that value
33 public function validateValue(Column $col, &$rawvalue)
38 $type = $col->getType();
34 validateValue(Column $col, & $rawvalue) global() argument
/plugin/struct/types/
H A DDateTime.php107 $col = "$tablealias.$colname";
113 $col = "DATETIME($rightalias.lastrev, 'unixepoch', 'localtime')";
116 $QB->addSelectStatement($col, $alias);
129 $col = "$tablealias.$colname";
135 $col = "DATETIME($rightalias.lastrev, 'unixepoch', 'localtime')";
146 $add->where($op, "$col $comp $pl");
160 $col = "$tablealias.$colname";
165 $col = "$rightalias.lastrev";
168 $QB->addOrderBy("$col $order");
/plugin/structacl/
H A Daction.php59 $col = $schema->findColumn($field);
60 if (is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
/plugin/structat/meta/
H A DSearchConfigAt.php109 foreach($this->columns as $col) {
112 if($col->isMulti()) {
130 $col->getType()->select($QB, 'data_' . $col->getTable(), $col->getColName(), $CN);
141 list($col, $value, $comp, $op) = $filter;
143 $datatable = "data_{$col->getTable()}";
144 $multitable = "multi_{$col->getTable()}";
147 if($col->isMulti()) {
162 $colnam = $col->getColName();
170 list($col, $asc, $nc) = $sort;
172 $colname = $col->getColName(false);
[all …]
/plugin/structgroupby/syntax/
H A Done.php51 foreach ($data['cols'] as &$col) {
52 $col = trim($col);
54 if (substr($col, 0, strlen($match)) == $match) {
55 $col = substr($col, strlen($match), -1);
56 $sum_col = $col;
/plugin/structstatus/
H A DStatus.php151 $col = $this->getLookupColumn();
152 $colname = $col->getLabel();
155 $search->addSchema($col->getTable());
H A Daction.php119 foreach ($cols as $col) {
120 $colno = $col['COL'];
H A Dsyntax.php100 $col = $schema->findColumn($field);
101 if(!$col) return '';
105 $type = $col->getType();
112 $rids = (array) $access->getDataColumn($col)->getRawValue();
121 $args['data-field'] = $col->getFullQualifiedLabel();
/plugin/structtasks/meta/
H A DUtilities.php64 $col = $s->findColumn($name);
65 if ($col === false) {
69 $coltype = get_class($col->getType());
74 if ($accepts_multi[$name] xor $col->isMulti()) {
/plugin/structupdate/helper/
H A Dupdate.php76 foreach ($schema->getData() as $col => $value) {
77 $schemadata[$table][$col] = $value->getRawValue();
/plugin/subjectindex/plugins/
H A Dbible_abbr.txt51 col
H A Dbible_verses.txt350 …bernacling among the big trees of Mam're the Am'or·ite, the brother of Esh'col and brother of A'ne…
361 … have already eaten, and the share of the men who went with me, A'ner, Esh'col and Mam're-let them…
536 Now it came about at that time that A·bim'e·lech together with Phi'col the chief of his army said t…
546 So they concluded a covenant at Be'er-she'ba, after which A·bim'e·lech got up together with Phi'col
719 Later on A·bim'e·lech came to him from Ge'rar with A·huz'zath his confidential friend and Phi'col t…
4099 When they came to the torrent valley of Esh'col, they then proceeded to cut down from there a shoot…
4100 They called that place the torrent valley of Esh'col, on account of the cluster that the sons of Is…
4728 When they went up to the torrent valley of Esh'col and saw the land, then they disheartened the son…
4917 …up into the mountainous region and got as far as the torrent valley of Esh'col and went spying on …
8876 And he was wiser than any other man, than E'than the Ez'ra·hite and He'man and Cal'col and Dar'da t…
[all …]
/plugin/tablecalc/
H A Dscript.js115 function col() { function
/plugin/tablefilterjs/
H A Dscript.js6 tablefilterjs.find_th_eq = function( col, $table ) argument
10 if( jQuery(this).text() == col )
22 for( col in filters )
24 if( isNaN( col ) )
26 var eq = tablefilterjs.find_th_eq( col, $table );
31 var eq = parseInt( col ) - 1;
33 var regex = new RegExp( filters[col][0], filters[col][1] );
/plugin/tablelayout/script/
H A Dedittable_plugin.js31 handsontable_config.afterColumnResize = function (col, width) { argument
33 layout.colwidth[col] = parseInt(width, 10) + 'px';
H A Dtablelayout_functions.js48 $cols.each(function (index, col) { argument
50 if (!col.style.width) {
51 jQuery(col).css('width', width);
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt9 <th scope="col">Year</th>
10 <th scope="col">Number Earthquakes</th>
/plugin/tag/syntax/
H A Dcount.php105 $col = "page";
109 $renderer->doc .= '<th class="'.$col.'">'.$this->getLang('tag').'</th>';
110 $renderer->doc .= '<th class="'.$col.'">'.$this->getLang('count').'</th>';
/plugin/tagfilter/
H A Dhelper.php354 * @param string $col tagexpression: regexp pattern of wanted tags e.g. "status:.*"
358 public function getTagImageColumn($id, $col, $ns) argument
365 if ($this->matchesTagExpression($col, $tag)) {
/plugin/tagging/
H A Dstyle.less128 .narrow-col {
131 .full-col {
134 .wide-col {
/plugin/tbt/
H A Dscript.js18 var col;
50 col = 0;
87 cur_x = 0; col = 0;
99 text[row].splice(col-1,1);
103 col--;
113 if (rowcr) { col=0; cur_x=0; }
118 if (rowcr) { col=0; cur_x=0; }
123 col--;
128 col++;
133 text[row].splice(col,0,recording[currentChar][0]);
[all …]
/plugin/twofactorgoogleauth/
H A DQRCode.php536 $col = $size - 1;
541 while ($col > 0 && $offset < $length) {
542 if (!$matrix[$row][$col]) {
543 $matrix[$row][$col] = $data[$offset] ? 5 : 4;
546 if (!$matrix[$row][$col - 1]) {
547 $matrix[$row][$col - 1] = $data[$offset] ? 5 : 4;
554 $col -= 2;
555 if ($col == 6) $col--;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php127 foreach ($columns as $idx => $col) {
129 if ((string)intval($col) === (string)$col) {
130 $fixed += $col;
134 if (substr($col, -1) == '%') {
137 if ($col == '*') {
146 throw new Exception("unknown column format $col");
153 foreach ($columns as $idx => $col) {
154 if (substr($col, -1) != '%') {
157 $perc = floatval($col);
[all...]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1351 this.selfClosingTags={meta:1,link:1,area:1,base:1,col:1,input:1,img:1,br:1,hr:1,param:1,embed:1}; property in selfClosingTags
1352 …,PARAM:1,COL:1,html:1,head:1,title:1,meta:1,link:1,style:1,script:1,noscript:1,br:1,param:1,col:1};
/plugin/wikistats/
H A Dsyntax.php366 $col = "page";
373 … $content .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'">'.$this->getLang('resources').'</th>'.DOKU_LF;
374 $content .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'">#</th>'.DOKU_LF;
421 $col = "page";
428 …$content .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'">'.$this->getLang('tags').' ('.count($occurrenc…
429 $content .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'">#</th>'.DOKU_LF;
468 $col = "page";
475 …$content .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'">'.$this->getLang('namespaces').' ('.count($lis…
476 …$content .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'"># '.$this->getLang('pages_count').'</th>'.DOKU…
477 …$content .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'"># '.$this->getLang('medias_count').'</th>'.DOK…

1...<<111213141516