Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 383) sorted by path

12345678910>>...16

/plugin/abc2/abc-libraries/abc-ui/
H A Dmusic.min.css7 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs- (…)
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid-1.js23 function build_cell(cell,x,y,yl,hr){if(cell.length>1){abc.out_svg(abc2svg.grid.pl) argument
27 if(cell[1]){abc.out_svg(abc2svg.grid.pl)
32 abc.xy_str(x-wmx/3,y,cell[0])
33 abc.xy_str(x,y+hr/3,cell[1])}else{abc.set_font('gs')
34 abc.xy_str(x-wmx*.2,y+hr/4,cell[0])}
35 if(cell.length>=3){if(cell[3]){abc.out_svg(abc2svg.grid.pl)
40 abc.xy_str(x,y-hr/3,cell[2])
41 abc.xy_str(x+wmx/3,y,cell[
[all...]
H A Dgrid3-1.js8 function build_grid(){var i,k,l,line,bl,bar,w,hr,x0,x,y,yl,cl,cell,lc='',path='<path class="stroke" stroke-width="1" d="M',sf='" style="font-size:'+(font.size*.72).toFixed(1)+'px'
11 cell[n]+'</text>\n'}
12 function build_cell(cell,x,y,yl,hr){var line argument
13 if(cell.length>1){line=path+
17 if(cell[1]){line+=path+
23 if(cell.length>=3){if(cell[3]){line+=path+
43 while(1){cell=cl.shift()
44 if(!cell)
46 lc+=build_cell(cell,
[all...]
/plugin/abc2/
H A Dall.css46 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color:red}.hs-item li.hs-function.D{background-color:#f00}.hs-item li.hs-function.Dst{background-color:#f00;color:black}.hs-item li.hs-function.d{background-color:brown}.hs-item li.hs-function.dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-item li.hs-function.D2st{background-color:#92d050;color:black}.hs-item li.hs-function.SD{background-color:#0070c0}.hs-item li.hs-function.SD2{background-color:#3fa4f0}.hs-item li.hs-function.UNK{background-color:orange}.hs-item li.hs-function.T:before,.hs-item li.hs-function.Ts:before,.hs-item li.hs-function.t:before,.hs-item li.hs-function.ts:before{content:"T"}.hs-item li.hs-function.d:before,.hs-item li.hs-function.dst:before,.hs-item li.hs-function.D:before,.hs-item li.hs-function.Dst:before{content:"D"}.hs-item li.hs-function.D2:before,.hs-item li.hs-function.D2st:before{content:"D²"}.hs-item li.hs-function.SD:before{content:"SD"}.hs-item li.hs-function.SD2:before{content:"SD²"}.hs-item li.hs-function.UNK:before{content:"?"}.hs-function div{min-width:60px;color:white;font-weight:bold;text-align:center}.hs-function div.T{background-color:#3f3f3f}.hs-function div.Ts{background-color:#3f3f3f;color:red}.hs-function div.t{background-color:#bfbfbf}.hs-function div.ts{background-color:#bfbfbf;color:red}.hs-function div.D{background-color:#f00}.hs-function div.Dst{background-color:#f00;color:black}.hs-function div.d{background-color:brown}.hs-function div.dst{background-color:brown;color:black}.hs-function div.D2{background-color:#92d050}.hs-function div.D2st{background-color:#92d050;color:black}.hs-function div.SD{background-color:#0070c0}.hs-function div.SD2{background-color:#3fa4f0}.hs-function div.UNK{background-color:yellow}.hs-function div.T:before,.hs-function div.Ts:before,.hs-function div.t:before,.hs-function div.ts:before{content:"T"}.hs-function div.d:before,.hs-function div.dst:before,.hs-function div.D:before,.hs-function div.Dst:before{content:"D"}.hs-function div.D2:before,.hs-function div.D2st:before{content:"D²"}.hs-function div.SD:before{content:"SD"}.hs-function div.SD2:before{content:"SD²"}.hs-function div.UNK:before{content:"?"}.sig-major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.sig-majorM7{background-color:#008040;font-weight:bold}.sig-major7{background-color:#f2dede;font-weight:bold}.sig-augmented{background-color:#8c8;font-weight:bold}.sig-augmentedM7{background-color:#aca;font-weight:bold}.sig-minor{background-color:#ffb;font-weight:bold}.sig-minor6{background-color:#ff9;font-weight:bold}.sig-minor7{background-color:#ffd;font-weight:bold}.sig-minorM7{background-color:#dda;font-weight:bold}.sig-minor7b5{background-color:#ddcdaa;font-weight:bold}.sig-diminished{background-color:#ffefcc;font-weight:bold}.sig-diminished7{background-color:#ffa500;font-weight:bold}.sig-suspended4{background-color:#faa;font-weight:bold}.harmonic-diagram{display:none}button.tone{height:30px;min-width:38px;margin:2px 2px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 2px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.25)}button.tone.selected{color:white;background-color:brown}button.tone:hover{color:white;background-color:red}button.tone:focus{outline:0}button.tonality{color:white;width:44px;height:28px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 1px}button.tonality.major{background-color:#555}button.tonality.minor{background-color:#777}button.tonality.selected{background-color:#000}button.tonality:hover{background-color:#0f71ba}button.tonality:focus{outline:0}button.signature{height:30px;min-width:80px;margin:2px 2px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 2px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.25)}button.signature.selected{color:white;background-color:#2d6987}button.signature:hover{color:white;background-color:lightblue}button.signature:focus{outline:0}.tonic,.T1{color:black;font-weight:bold}.T2{color:blue}.T3{color:brown}.fourth,.T4{color:orange;font-weight:bold}.T5{color:green;font-weight:bold}.T6{color:purple}.T7{color:red}.TT{color:red;font-weight:bold}.T2M{color:blue;font-weight:bold}.T3M{color:brown;font-weight:bold}.T4A{color:orange}.T5A{color:green}.T6M{color:purple;font-weight:bold}.sensible,.T7M{color:red;font-weight:bold}.T7D{color:red;font-weight:200}.fourth2{color:blue;font-weight:bold}.sensible2{color:green;font-weight:bold}.fnT{font-weight:bold;background-color:#3f3f3f;color:white}.fnTs{font-weight:bold;background-color:#3f3f3f;color:red}.fnTl{font-weight:bold;background-color:#bfbfbf;color:white}.fnTls{font-weight:bold;background-color:#bfbfbf;color:red}.fnD{font-weight:bold;background-color:#f00;color:white}.fnDl{font-weight:bold;background-color:#c00000;color:white}.fnDst{font-weight:bold;background-color:#f00;color:black}.fnSD{font-weight:bold;background-color:#0070c0;color:white}.fnD2{font-weight:bold;background-color:#92d050;color:white}.fnD2st{font-weight:bold;background-color:#92d050;color:black}.fnSD2{font-weight:bold;background-color:#3fa4f0;color:white}.fnHarmo.fnT:before{content:"T"}.fnHarmo.fnD:before{content:"D"}.fnHarmo.fnSD:before{content:"SD"}.xxl{font-size:1.5em}.chord-name{font-weight:bold;width:60px;height:30px;display:inline-block;text-align:right;padding-top:36px}.chord.tonic{background-color:#f8f8f8;font-weight:bold}.chord.selected{background-color:lightgray;color:white;font-weight:bold}.chord.enharmonic{font-style:italic}.sig-major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.sig-majorM7{background-color:#008040;font-weight:bold}.sig-major7{background-color:#f2dede;font-weight:bold}.sig-augmented{background-color:#8c8;font-weight:bold}.sig-augmentedM7{background-color:#aca;font-weight:bold}.sig-minor{background-color:#ffb;font-weight:bold}.sig-minor6{background-color:#ff9;font-weight:bold}.sig-minor7{background-color:#ffd;font-weight:bold}.sig-minorM7{background-color:#dda;font-weight:bold}.sig-minor7b5{background-color:#ddcdaa;font-weight:bold}.sig-diminished{background-color:#ffefcc;font-weight:bold}.sig-diminished7{background-color:#ffa500;font-weight:bold}.sig-suspended4{background-color:#faa;font-weight:bold}.full-score{margin-left:-20px}.abc-follow{fill:#00d000;fill-opacity:0;z-index:15}
/plugin/aceeditor/
H A Dbuild.js1 …vefit|lsqlin|lsqnonlin|lsqnonneg|optimget|optimset|optimtool|quadprog",r="cell|struct|char|double|…
/plugin/acknowledge/
H A Dstyle.less34 display: table-cell;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php978 foreach ($matches[0] as $index => $cell)
980 $cell = trim($cell);
985 'text' => $cell,
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe5412 cell ent
19547 cell ence
21786 Ġcan cell
25419 cell aneous
46088 cell s
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md358 stringify | false | true/false | Convert all cell content to strings
977 * Added: Native EXCEL date cell type for date fields, forced by default
H A Dexport.js2092 var cell = { class in AmCharts._this.toXLSX.sheet_from_array_of_arrays
2095 if ( cell.v == null ) continue;
2101 if ( typeof cell.v === "number" ) cell.t = "n";
2102 else if ( typeof cell.v === "boolean" ) cell.t = "b";
2103 else if ( cell.v instanceof Date ) {
2104 cell.t = "n";
2105 cell.z = XLSX.SSF._table[ 14 ];
2106 cell.v = datenum( cell.v );
2107 } else cell.t = "s";
2109 ws[ cell_ref ] = cell;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1750 if(cell.cRel) cell.c += tgt.s.c;
1751 if(cell.rRel) cell.r += tgt.s.r;
1756 cell.cRel = cell.rRel = 0;
7393 var oldt = cell.t, oldv = cell.v;
7424 if(cell.t != oldt) { cell.t = oldt; cell.v = oldv; }
8537 if(cell.t === 'e') { cell.w = cell.w || BErr[cell.v]; }
8540 if((cell.v|0) === cell.v) cell.w = SSF._general_int(cell.v);
8583 if(cell.v !== cell.v) cell.v = unescapexml(xml);
8584 else if(cell.v >= 1 && cell.v<60) cell.v = cell.v -1;
8589 if(!cell.t) cell.t = 'n';
[all …]
H A Dxlsx.min.js3cell,tgt){if(tgt.s){if(cell.cRel)cell.c+=tgt.s.c;if(cell.rRel)cell.r+=tgt.s.r}else{cell.c+=tgt.c;c… argument
8cell,nf,o){try{if(cell.t==="e"){cell.w=cell.w||BErr[cell.v]}else if(nf==="General"){if(cell.t==="n… argument
9cell){return encode_col(cell.c)+encode_row(cell.r)}function fix_cell(cstr){return fix_col(fix_row(… argument
H A Dxlsx.min.map1 …h","_bufs","write_record","ba","payload","evert_RE","p","shift_cell_xls","cell","tgt","cRel","rRel…
/plugin/approve/
H A Dscript.js114 for (var cell in cells) {
115 var $td = cells[cell];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DRepeatCellRequest.php34 public function setCell(CellData $cell) argument
36 $this->cell = $cell;
43 return $this->cell;
/plugin/bez/
H A Dstyle.css182 display: table-cell;
189 display: table-cell;
473 display: table-cell;
480 display: table-cell;
571 display: table-cell;
577 display: table-cell;
757 display: table-cell;
/plugin/bible/bible_douayRheims/
H A D1_Paralipomenon.txt841 26:18. In the cells also of the porters toward the west four in the way: and two at every cell.
/plugin/bookcreator/script/
H A Djquery.fileDownload.js158 isOtherMobileBrowser = /avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|playbook|silk|iemobile|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(userAgent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(di|rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|xda(\-|2|g)|yas\-|your|zeto|zte\-/i.test(userAgent.substr(0, 4));
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md72 * `FIX`: make simple duration edit work with empty cell ([#690](https://github.com/bpmn-io/dmn-js/i…
205 * `FIX`: display indicator within cell ([#562](https://github.com/bpmn-io/dmn-js/issues/562))
375 * `FIX(decision-table)`: correctly display simple mode edit control when cell selection changes ([#…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css3 --cell-description-editor-border-color: var(--color-grey-225-10-15);
49 .dmn-decision-table-container thead .input-cell.create-inputs,
50 .dmn-decision-table-container tbody .input-cell.create-inputs {
58 .dmn-decision-table-container thead .input-cell.create-inputs {
212 .dmn-decision-table-container .input-cell.input-editor:hover .clause,
213 .dmn-decision-table-container .output-cell.output-editor:hover .clause {
230 border-left: solid 3px var(--cell-description-editor-border-color);
H A Ddmn-js-decision-table.css121 .dmn-decision-table-container th.input-cell,
122 .dmn-decision-table-container td.input-cell,
127 color: var(--table-cell-color);
130 .dmn-decision-table-container th.input-cell + th.output-cell,
131 .dmn-decision-table-container td.input-cell + td.output-cell {
225 .dmn-decision-table-container tfoot td.input-cell + td.output-cell {
239 .dmn-decision-table-container tfoot.add-rule:hover td.input-cell + td.output-cell {
558 /* cell expression language */
569 /* end cell expression language */
614 /* cell description */
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21cell:yv};function bv(e,t){var n=_v[e];if(!n)throw new Error("unknown type "+e);return new n(t)}fun… property in _v
H A Ddmn-navigated-viewer.production.min.js16cell:function(e){s(n,e);var t=h(n);function n(e){var i;return r(this,n),Lo(p(i=t.call(this,e)),"ro…
H A Ddmn-viewer.production.min.js16cell:function(e){s(n,e);var t=d(n);function n(e){var i;return r(this,n),mo(p(i=t.call(this,e)),"ro…
/plugin/button/
H A Dstyle.css28 display: table-cell;
38 display: table-cell;

12345678910>>...16