Home
last modified time | relevance | path

Searched refs:_char (Results 1 – 4 of 4) sorted by relevance

/plugin/behave/
Dbehave.js522 openedChar: function (_char, e) { argument
529 edited = left + _char.open + _char.close + right;
535 closedChar: function (_char, e) { argument
539 if (toOverwrite == _char.close) {
558 var _char = String.fromCharCode(theCode),
563 if (charSettings.keyMap[i].close == _char) {
566 … if (!didClose && charSettings.keyMap[i].open == _char && defaults.autoOpen) {
569 } else if (charSettings.keyMap[i].open == _char && defaults.autoOpen) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js21027 _renderChar: function(method, ctx, lineIndex, i, _char, left, top, lineHeight) { argument
21037 charWidth = this._applyCharStylesGetWidth(ctx, _char, lineIndex, i, decl);
21038 charHeight = this._getHeightOfChar(ctx, _char, lineIndex, i);
21041 ctx.fillText(_char, left, top);
21044 ctx.strokeText(_char, left, top);
21054 ctx[method](_char, left, top);
21057 ctx[method](_char, left, top);
21059 charWidth = this._applyCharStylesGetWidth(ctx, _char, lineIndex, i);
21062 ctx.translate(ctx.measureText(_char).width, 0);
21191 var _char = this._textLines[i][j];
[all …]
Dfabric.min.js13_char,left,top,lineHeight){var decl,charWidth,charHeight,offset=this._fontSizeFraction*lineHeight/… argument
15_char,lineLeftOffset,textBeforeCursor=this.text.slice(0,selectionProp),textAfterCursor=this.text.s… argument
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js34180 var _char = new Uint8Array(MAX_NUM_SIZE);
34251 stream.readHex(_char, dataSize);
34253 cMap.mapOne(hexToInt(_char, dataSize), code);
34256 incHex(_char, dataSize);
34260 addHex(_char, tmp, dataSize);
34264 cMap.mapOne(hexToInt(_char, dataSize), code);
34295 stream.readHex(_char, ucs2DataSize);
34297 cMap.mapOne(hexToInt(_char, ucs2DataSize), hexToStr(charCode, dataSize));
34300 incHex(_char, ucs2DataSize);
34304 addHex(_char, tmp, ucs2DataSize);
[all …]