Home
last modified time | relevance | path

Searched +full:cell +full:- +full:c (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktablehandler.js2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
10 * - GNU General Public License Version 2 or later (the "GPL")
13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 * - Mozilla Public License Version 1.1 or later (the "MPL")
17 * http://www.mozilla.org/MPL/MPL-1.1.html
84 // Get the cell where the selection is placed in.
89 // Get the cell's table.
92 // Get the index of the column to be created (based on the cell).
105 oCell = oRow.cells[iIndex-1].cloneNode(false) ;
[all …]
/plugin/issuetracker/
Dtablekit.js3 * Copyright (c) 2007 Andrew Tetlaw & Millstream Web Software
5 * Version: 1.3b 2008-03-23
71 getHeaderCells : function(table, cell) { argument
72 if(!table) { table = $(cell).up('table'); }
75 …d && table.tHead.rows.length > 0) ? table.tHead.rows[table.tHead.rows.length-1].cells : table.rows…
79 getCellIndex : function(cell) { argument
80 return $A(cell.parentNode.cells).indexOf(cell);
85 getCellText : function(cell, refresh) { argument
86 if(!cell) { return ""; }
87 var data = TableKit.getCellData(cell);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktablehandler.js2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
10 * - GNU General Public License Version 2 or later (the "GPL")
13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 * - Mozilla Public License Version 1.1 or later (the "MPL")
17 * http://www.mozilla.org/MPL/MPL-1.1.html
47 // the selected cell list and delete the rows containing the selected cells
52 //queue up the rows -- it's possible ( and likely ) that we may get duplicates
58 for ( var i = aRowsToDelete.length; i >= 0; i-- )
97 // the surrounding tag -- which likely won't show after deletion anyway
[all …]
/plugin/diagramsnet/lib/plugins/
Dtickets.js7 * Use #C to configure the client as follows:
9 …* https://www.draw.io/?p=tickets#C%7B"ticketsConfig"%3A %7B"deskApiKey"%3A"YOUR_API_KEY"%2C"deskDo…
13 …ETS%7B"ticketsConfig"%3A %7B"deskApiKey"%3A"YOUR_API_KEY"%2C"deskDomain"%3A"YOUR_DOMAIN"%7D%2C"ope…
16 * - deskApiKey=api_key (see user profile)
17 * - deskDomain=subdomain (subdomain.freshdesk.com)
20 * - deskStatus: Lookup for status codes (code => string)
21 * - deskTypes: Lookup for ticket types (string => story, task, subTask, feature,
24 * The current configuration is stored in localStorage under ".tickets-config". Use
25 * https://jgraph.github.io/drawio-tools/tools/convert.html for URI encoding.
141 function updateStyle(cell, ticket) argument
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTd.php14 $tag = $this->getTagName();
16 $this->mpdf->ignorefollowingspaces = true;
17 $this->mpdf->lastoptionaltag = $tag; // Save current HTML specified optional endtag
19 $this->cssManager->tbCSSlvl++;
21 $this->mpdf->InlineProperties = [];
22 $this->mpdf->InlineBDF = []; // mPDF 6
23 $this->mpdf->InlineBDFctr = 0; // mPDF 6
24 $this->mpdf->tdbegin = true;
25 $this->mpdf->col++;
27 while (isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col])) {
[all …]
DTr.php13 $this->mpdf->lastoptionaltag = 'TR'; // Save current HTML specified optional endtag
14 $this->cssManager->tbCSSlvl++;
15 $this->mpdf->row++;
16 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nr'] ++;
17 $this->mpdf->col = -1;
18 $properties = $this->cssManager->MergeCSS('TABLE', 'TR', $attr);
20 …if (!$this->mpdf->simpleTables && (!isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf-
21 …|| !$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bord…
22 if (!empty($properties['BORDER-LEFT'])) {
23 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trborder
[all …]
DTable.php13 $this->mpdf->tdbegin = false;
14 $this->mpdf->lastoptionaltag = '';
16 if ($this->mpdf->ColActive) {
17 $this->mpdf->colvAlign = '';
19 if ($this->mpdf->lastblocklevelchange == 1) {
22 elseif ($this->mpdf->lastblocklevelchange < 1) {
26 …if (count($this->mpdf->textbuffer) == 0 && $this->mpdf->lastblocklevelchange == 1 && !$this->mpdf-
27 …his->mpdf->newFlowingBlock($this->mpdf->blk[$this->mpdf->blklvl]['width'], $this->mpdf->lineheight…
28 $this->mpdf->finishFlowingBlock(true); // true = END of flowing block
29 } elseif (!$this->mpdf->tableLevel && count($this->mpdf->textbuffer)) {
[all …]
/plugin/xlsx2dw/
Dscript.js55 row.forEach((cell, index) => {
57 value: cell?.value ?? "",
58 isEmpty: cell?.isEmpty ?? false,
59 isMerged: cell?.isMerged ?? false,
60 isMergedFirstColumn: cell?.isMergedFirstColumn ?? false,
62 isBold: cell?.isBold ?? false,
63 isItalic: cell?.isItalic ?? false,
64 isUnderline: cell?.isUnderline ?? false,
65 isStrike: cell?.isStrike ?? false,
66 alignmentHorizontal: cell?.alignmentHorizontal ?? "left",
[all …]
/plugin/abc2/abc-libraries/abc2svg/
Dgrid-1.js1 // abc2svg - ABC to SVG translator
3 // Copyright (C) 2014-2020 Jean-Francois Moine - LGPL3+
4 //grid.js-module to insert a chord grid before or after a tune
5 abc2svg.grid={pl:'<path class="stroke" stroke-width="1" d="M',block_gen:function(of,s){if(s.subtype…
9 function set_chords(){var i,ch,pch='-'
23 function build_cell(cell,x,y,yl,hr){if(cell.length>1){abc.out_svg(abc2svg.grid.pl) argument
24 abc.out_sxsy(x-wmx/2,' ',yl)
26 wmx.toFixed(1)+' -'+hr.toFixed(1)+'"/>\n')
27 if(cell[1]){abc.out_svg(abc2svg.grid.pl)
28 abc.out_sxsy(x-wmx/2,' ',yl+hr)
[all …]
Dgrid3-1.js1 // abc2svg - ABC to SVG translator
3 // Copyright (C) 2014-2020 Jean-Francois Moine - LGPL3+
4 //grid3.js-module to insert a manual chords
8 … i,k,l,line,bl,bar,w,hr,x0,x,y,yl,cl,cell,lc='',path='<path class="stroke" stroke-width="1" d="M',…
11 cell[n]+'</text>\n'}
12 function build_cell(cell,x,y,yl,hr){var line argument
13 if(cell.length>1){line=path+
14 (x-wc/2).toFixed(1)+' '+
16 wc.toFixed(1)+' -'+hr.toFixed(1)+'"/>\n'
17 if(cell[1]){line+=path+
[all …]
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/
DdataTables.fixedColumns.js2 * © SpryMedia Ltd - datatables.net/license
70 this.c = $$1.extend(true, {}, FixedColumns.defaults, opts);
72 if ((!opts || opts.left === undefined) && this.c.leftColumns !== undefined) {
73 this.c.left = this.c.leftColumns;
76 if ((!opts || opts.right === undefined) && this.c.rightColumns !== undefined) {
77 this.c.right = this.c.rightColumns;
127 table.on('column-sizing.dt.dtfc', function () { return _this._addStyles(); });
138 this.c.left = newVal;
143 return this.c.left;
150 this.c.right = newVal;
[all …]
/plugin/edittable/script/
Deditor.js20 var endIndex = movingRowIndexes[movingRowIndexes.length - 1];
178 * initialize cell properties
184 * @returns {Array} the respective cell from the meta array
191 * Custom cell renderer
196 * @param {HTMLTableCellElement} td the dom node of the cell
197 * @param {int} row the row of the cell to be rendered
198 * @param {int} col the column of the cell to be rendered
252 // select first cell
272 …1: On wide tables with linebreaks in columns with no pre-defined table widths (via the tablelayout…
291 var row, r, c, col, i;
[all …]
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs1 /*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
13 /* ECMA-376 Part I 18.4.1 charset to codepage mapping */
37 var set_ansi = function(cp/*:number*/) { if(VALID_ANSI.indexOf(cp) == -1) return; current_ansi = CS…
174 /* jshint -W056 */
181 /* jshint -W056 */
200 if(Array.isArray(data)) return data.map(function(c) { return String.fromCharCode(c); }).join(""); argument
239 var c = content.charCodeAt(ridx);
240 if(c < 0x80) o[widx++] = c;
241 else if(c < 0x800) {
242 o[widx++] = (192|((c>>6)&31));
[all …]
/plugin/mellelexport/
Dtemplate.txt1 <?xml version="1.0" encoding="UTF-8"?>
2 …creator="com.redlex.mellel" writer-version="17" compatibility-version="10" style-set-id="ERSS-0dc9…
3 <pooled-objects>
4 …<text-language ref="tl-0" unique-id="de" name="Deutsch" open-type-language-tag="DEU " spelling-lan…
5 …<text-language ref="tl-1" unique-id="none" name="Keine" open-type-language-tag="!!!!" spelling-lan…
6 <section-style ref="ss-0">
8 <unique-id>ERSS-f0f910d6-26bb-4c74-a0db-e0efe4c0484e</unique-id>
9 <column-count value="1"/>
10 <balance-columns value="yes"/>
11 <gutter-width value="11"/>
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DJTableRenderer.java2 * $Id: JTableRenderer.java,v 1.5 2012-01-13 11:04:36 david Exp $
3 * Copyright (c) 2001-2005, Gaudenz Alder
86 protected Object cell; field in JTableRenderer
107 public JTableRenderer(final Object cell, in JTableRenderer() argument
110 this.cell = cell; in JTableRenderer()
129 JLabel label = new JLabel(String.valueOf(graph.getLabel(cell))); in JTableRenderer()
144 graph.foldCells(graph.isCellCollapsed(cell), false, in JTableRenderer()
145 new Object[] { cell }); in JTableRenderer()
150 + ((graph.isCellCollapsed(cell)) ? "maximize.gif" in JTableRenderer()
165 // cell); in JTableRenderer()
[all …]
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js6 "_MouseMoveMode" : 0, // 0 - find candidate cells for resizing, 1 - drag to resize
48 var rxDist = mouse.x - rightX ;
49 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ;
75 lxDist = mouse.x - FCKTools.GetWindowPosition( w, lbCell ).x ;
76 if ( lxDist < 0 && minRxDist < 0 && minRxDist < -2 )
100 // Calculate maximum and minimum x-coordinate delta.
108 var leftCell = FCKDragTableHandler._TableMap[r][borderIndex - 1] ;
116 if ( maxX == null || rightPosition.x + rightCell.clientWidth - rightPadding < maxX )
117 maxX = rightPosition.x + rightCell.clientWidth - rightPadding ;
135 var deltaX = FCKDragTableHandler._LastX - FCKDragTableHandler._OriginalX ;
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
Dtables.md2 ------
5 ------------- | -------------
6 Content Cell | Content Cell
7 Content Cell | Content Cell
10 | ------------- | ------------- |
11 | Content Cell | Content Cell |
12 | Content Cell | Content Cell |
15 | ------------- | ----------- |
20 | ------------- | ----------- |
24 | Default-Align | Left-Aligned | Center Aligned | Right Aligned |
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js1 /* xlsx.js (C) 2013-2015 SheetJS -- http://sheetjs.com */
2-Za-z0-9\+\/\=]/g,"");for(var i=0;i<input.length;){e1=map.indexOf(input.charAt(i++));e2=map.indexO… argument
3-1,i,j,k,jj;for(i=0;i<sl;++i){buf=[];k=i+dir_start;if(k>=sl)k-=sl;if(chkd[k]===true)continue;buf_c… property
4-types";function parse_ct(data,opts){var ctext={};if(!data||!data.match)return data;var ct={workbo…
5-cont")}function parse_BIFF2STR(blob,length,opts){var cell=parse_XLSCell(blob,6);++blob.l;var str=… argument
6-4}function parse_ColorTheme(blob,length){return blob.read_shift(4)}function parse_FullColorExt(bl… property
7cell,opts){var z=opts.revssf[cell.z!=null?cell.z:"General"];for(var i=0,len=styles.length;i!=len;+… argument
8-4)===".bin"?write_sty_bin:write_sty_xml)(data,opts)}function write_sst(data,name,opts){return(nam… property
9-1)!="/"};function parse_zip(zip,opts){make_ssf(SSF);opts=opts||{};fix_read_opts(opts);reset_cp();… property
Dxlsx.js1 /* xlsx.js (C) 2013-2015 SheetJS -- http://sheetjs.com */
3 /*jshint -W041 */
55 input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
75 /* jshint -W056 */
87 var chr0 = /\u0000/g, chr1 = /[\u0001-\u0006]/;
88 /* ssf.js (C) 2013-2014 SheetJS -- http://sheetjs.com */
89 /*jshint -W041 */
93 function _strrev(x) { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i--); return o; }
94 function fill(c,l) { var o = ""; while(o.length < l) o+=c; return o; } argument
95 function pad0(v,d){var t=""+v; return t.length>=d?t:fill('0',d-t.length)+t;}
[all …]
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js6 "_MouseMoveMode" : 0, // 0 - find candidate cells for resizing, 1 - drag to resize
49 var rxDist = mouse.x - rightX ;
50 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ;
76 lxDist = mouse.x - FCKTools.GetWindowPosition( w, lbCell ).x ;
77 if ( lxDist < 0 && minRxDist < 0 && minRxDist < -2 )
99 // Calculate maximum and minimum x-coordinate delta.
107 var leftCell = FCKDragTableHandler._TableMap[r][borderIndex - 1] ;
115 if ( maxX == null || rightPosition.x + rightCell.clientWidth - rightPadding < maxX )
116 maxX = rightPosition.x + rightCell.clientWidth - rightPadding ;
137 var deltaX = FCKDragTableHandler._LastX - FCKDragTableHandler._OriginalX ;
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaLayout.js2 * Copyright (c) 2006-2018, JGraph Ltd
3 * Copyright (c) 2006-2018, Gaudenz Alder
8 * Extends <mxGraphLayout> to implement a WebCola-based layout.
19 * Constructs a new WebCola-based layout for the graph.
23 * graph - <mxGraph> that contains the cells.
28 * Constructs a WebCola-based layout
45 * Runs re-layouting of the portion of a graph from a given starting cell
46 * @param parent starting cell
67 * @param parent starting cell of a search
75 // first, get all incidental edges in a sub-tree (or a connected component if with loops)
[all …]
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js5 * - Make cursor key selection more generic
6 * - Handle single-cell movement on touch
7 * - Move multiple cells without subtrees
8 * - Make offset subtrees more generic
29 function isTreeCell(cell) argument
33 if (cell != null)
35 graph.traverse(cell, true, function(vertex)
47 ui.menus.createPopupMenu = function(menu, cell, evt) argument
53 var cell = graph.getSelectionCell();
54 var sib = graph.getOutgoingEdges(cell);
[all …]
/plugin/edittable/renderer/
Djson.php20 /** @var array holds the cell meta data */
23 /** @var array holds the meta data of the current cell */
27 private $current_row = -1;
38 return json_encode($this->tdata);
47 return json_encode($this->tmeta);
53 // FIXME: is this needed somewhere? $this->_counter['table_begin_pos'] = strlen($this->doc);
61 $this->current_row++;
62 $this->current_col = 0;
67 ksort($this->tdata[$this->current_row]);
68 ksort($this->tmeta[$this->current_row]);
[all …]
/plugin/nssize/
Dsyntax.php8 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{nssize>[^}]*\}\}',$mode,'plugin_n…
12 $match = substr($match,8,-2);
31 $renderer->table_open(2);
32 $this->_nssize_header($renderer,'Namespace','Size');
34 foreach($paths as $c => $p) {
35 if($conf['display_'.$c]===0) continue;
36 $path = empty($conf[$c]) ? $conf['savedir'].'/'.$p.'/'.$match : $conf[$c].'/'.$match;
37 $conf[$c] = init_path($path);
38 $bytes = $this->_du($conf[$c]);
39 $nssize = $this->_formatSize($bytes);
[all …]
/plugin/rater/scripts/
Djquery.tablesorter.js3 * TableSorter 2.0 - Client-side table sorting with ease!
7 * Copyright (c) 2007 Christian Bach
10 * http://www.opensource.org/licenses/mit-license.php
16 * @description Create a sortable table with multi-column sorting capabilitys
55 * @option String sortMultisortKey (optional) A string of the multi-column sort
58 * @option String textExtraction (optional) A string of the text-extraction
59 * method to use. For complex html structures inside td cell set this
73 * prepended to user-selected rules. Default value: null
81 * appended to user-selected rules. Default value: null
116 cssChildRow: "expand-child",
[all …]

12345678910>>...31