Home
last modified time | relevance | path

Searched refs:col (Results 226 – 250 of 378) sorted by path

12345678910>>...16

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTocEntry.php27 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
H A DTr.php17 $this->mpdf->col = -1;
78 $c = & $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php119 $col = $this->mpdf->bookmarkStyles[$o['l']]['color'];
120 if (isset($col) && is_array($col) && count($col) == 3) {
121 $this->writer->write(sprintf('/C [%.3F %.3F %.3F]', ($col[0] / 255), ($col[1] / 255), ($col[2] / 255)));
H A DMetadataWriter.php653 $col = $pl['opt']['c'];
654 if ($col[0] == 3 || $col[0] == 5) {
655 $annotcolor .= sprintf('%.3F %.3F %.3F', ord($col[1]) / 255, ord($col[2]) / 255, ord($col[3]) / 255);
656 } elseif ($col[0] == 1) {
657 $annotcolor .= sprintf('%.3F', ord($col[1]) / 255);
658 } elseif ($col[0] == 4 || $col[
[all...]
/plugin/dwcommits/
H A Dhelper.php469 foreach($query as $col=>$val) {
470 switch ($col) {
540 foreach ($row as $col=>$val) {
553 elseif($col == 'gitid') {
559 elseif($col == 'gitbranch') {
562 elseif($col == 'author') {
611 foreach ($row as $col=>$val) {
614 if($col == 'msg'){
625 elseif($col == 'gitid') {
636 elseif($col == 'author') {
[all …]
/plugin/edittable/action/
H A Deditor.php156 for ($col = 0; $col < $cols; $col++) {
160 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'center') {
169 if ($len > $colmax[$col]) $colmax[$col] = $len;
175 for ($col = 0; $col < $cols; $col++) {
178 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'center') {
181 … } elseif (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'right') {
190 $target = $colmax[$col];
200 $meta[$row + $i][$col]['colspan'] = $meta[$row][$col]['colspan'];
209 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'right') {
217 if (!(isset($meta[$row][$col]['hide']) && $meta[$row][$col]['hide']) || $cdata) {
[all …]
/plugin/edittable/lib/
H A Dhandsontable.full.js5334 for (var col = range.from.col; col <= range.to.col; col++) {
5350 for (var col = range.from.col; col <= range.to.col; col++) {
6855 this.col = col;
11623 this.col = col;
11933 col: this.col
11940 col: this.col
11947 col: this.col
11954 col: this.col
11961 col: this.col
38615 for (var col = 0; col <= diffCol; col++) {
[all …]
H A Dhandsontable.less74 .col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
75col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .co…
76 .col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
77col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .co…
78 .col-sm-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
79col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .co…
80 .col-xs-1.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
81col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .co…
156 .handsontable col {
271 cursor: col-resize;
[all …]
/plugin/edittable/renderer/
H A Djson.php118 $col = $this->current_col;
130 $this->tmeta[$row][$col + $c]['hide'] = true;
131 $this->tmeta[$row][$col + $c]['rowspan'] = 1;
132 $this->tmeta[$row][$col + $c]['colspan'] = 1;
133 $this->tdata[$row][$col + $c] = '';
137 $this->tmeta[$row + $r][$col + $c]['hide'] = true;
140 $this->tdata[$row + $r][$col + $c] = '';
146 $this->tmeta[$row + $r][$col]['hide'] = true;
147 $this->tmeta[$row + $r][$col]['rowspan'] = 1;
148 $this->tmeta[$row + $r][$col]['colspan'] = 1;
[all …]
/plugin/edittable/script/
H A Dcontextmenu.js17 … for (var currentCol = selection.start.col; currentCol <= selection.end.col; currentCol += 1) {
39 var col = cell.col;
42 if (meta[row][col].tag && meta[row][col].tag === 'th') {
56 var col = cell.col;
66 var col = selection[1];
67 return (!meta[row][col].align || meta[row][col].align === 'left');
75 var col = cell.col;
86 return (meta[row][col].align && meta[row][col].align === 'center');
94 var col = cell.col;
105 return (meta[row][col].align && meta[row][col].align === 'right');
[all …]
H A Deditor.js79 for (var col = 0; col < meta[0].length; col += 1) {
80 if (meta[row][col].hasOwnProperty('rowspan') && meta[row][col].rowspan > 1 ||
81 meta[row][col].hasOwnProperty('colspan') && meta[row][col].colspan > 1) {
84 merge.col = col;
187 return meta[row][col];
305 for (col = 0; col < data[0].length; col += 1) {
323 col = this.mergeCells.mergedCellInfoCollection[merge].col;
332 for (c = col; c < col + colspan; c += 1) {
358 for (col = 0; col < data[0].length; col += 1) {
359 dataLBFixed[row][col] = data[row][col].replace(/(\r\n|\n|\r)/g, '\\\\ ');
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ca/
H A Dca.txt88 1. Tota persona té dret a la propietat, individualment i col·lectiva.
93 Tota persona té dret a la llibertat de pensament, de consciència i de religió; aquest dret inclou la llibertat de canviar de religió o de creença, i la llibertat, individualment o col·lectivament, en públic o en privat, de manifestar la seva religió o creença per mitjà de l’ensenyament, la pràctica, el culte i l’observança.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wo/
H A Dwo.txt126 1. Nit ku ne am na sañ-sañ am dundingu yamamaay ngir dëgëral wér-gi-yaramam, raataageem ak bu njabootam, lrawatina ci wàllu lekk col, dëkkuwaay, lépp lu aju ci wàllu paj ak bépp yëngu-yëngu gu am farata ci wàllu dundam. Am na it sañ-sañ ñu aar ko bu liggeeyatul bu feebaree, bu amee laago, ñàkk saxnaam mbaa sërinam, mbaa màgget, mbaa mu ñàkk li muy suturloo ci anam yu dul ci cootareem.
/plugin/fastwiki/
H A Dscreen.css19 .mode_edit .content .row > .col-xs-12 #dokuwiki__content::before {
/plugin/fckg/
H A DChanges55 …les, attempting to solve problems in rendering complex tables that have multiple col and row spans.
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js52col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 },PathBlockElements:{ address:1,blockqu… property in FCKListsLib.EmptyElements
61col:{},tr:{td:1,th:1},img:{},colgroup:{col:1},noscript:P,td:P,br:{},th:P,center:P,kbd:L,button:X(I…
H A Dfckeditorcode_ie.js56col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 },PathBlockElements:{ address:1,blockqu… property in FCKListsLib.ListBoundaries
65col:{},tr:{td:1,th:1},img:{},colgroup:{col:1},noscript:P,td:P,br:{},th:P,center:P,kbd:L,button:X(I…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php943 $col = $this->getField($deserialized, 'collection');
944 self::assertCount(2, $col);
945 self::assertEquals('child1', $col[0]->getName());
946 self::assertEquals('child2', $col[1]->getName());
947 self::assertSame($deserialized, $col[0]->getParent());
948 self::assertSame($deserialized, $col[1]->getParent());
951 self::assertCount(2, $col);
952 self::assertEquals('child1', $col[0]->getName());
953 self::assertEquals('child2', $col[1]->getName());
954 self::assertSame($deserialized, $col[0]->getParent());
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-l…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js3 …"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgrou…
/plugin/godiag/
H A Dsyntax.php481 $col=$blacks_turn ? $this->dgm['white_color'] : $this->dgm['black_color'];
484 …m, $this->style['ttfont_sz'], 0, $basex, $y+$this->style['majusc_voffs'], $col, $this->style['ttfo…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …font:1,base:1,br:1,address:1,strong:1,legend:1,ol:1,script:1,caption:1,s:1,col:1,h2:1,h3:1,h1:1,h6… property in hljs.HTML_TAGS
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog47 with col/rowspans
H A Dbox.table.php614 function get_cwc($col) { argument
615 return $this->cwc[$col];
895 function check_constrained_colspan($col) { argument
897 $cell =& $this->cell($i, $col);
1159 function check_if_column_image_constrained($col) { argument
1161 $cell =& $this->cell($i, $col);
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1col";}s:4:"body";O:21:"CSSPropertyCollection":4:{s:11:"_properties";a:1:{i:0;O:22:"CSSPropertyDecl…

12345678910>>...16