Home
last modified time | relevance | path

Searched refs:_ref (Results 1 – 25 of 30) sorted by relevance

12

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js2 var key, val, _ref;
4 _ref = _dereq_('./src/aurora');
5 for (key in _ref) {
6 val = _ref[key];
241 var key, val, _ref;
243 _ref = _dereq_('./aurora_base');
244 for (key in _ref) {
245 val = _ref[key];
316 var Class, fn, key, keys, _ref, _super;
331 _ref = Class.prototype;
[all …]
/plugin/farmsync/script/
Djquery.chosen.js14 var $, AbstractChosen, Chosen, SelectParser, _ref,
33 var group_position, option, _i, _len, _ref, _results;
44 _ref = group.childNodes;
46 for (_i = 0, _len = _ref.length; _i < _len; _i++) {
47 option = _ref[_i];
/plugin/farmer/script/
H A Djquery.chosen.js14 var $, AbstractChosen, Chosen, SelectParser, _ref,
33 var group_position, option, _i, _len, _ref, _results;
44 _ref = group.childNodes;
46 for (_i = 0, _len = _ref.length; _i < _len; _i++) {
47 option = _ref[_i];
/plugin/asciidocjs/node_modules/babel-types/lib/
Dvalidators.js91 var _ref;
95 _ref = _iterator[_i++];
99 _ref = _i.value;
102 var param = _ref;
Dconverters.js57 var _ref;
61 _ref = _iterator[_i++];
65 _ref = _i.value;
68 var node = _ref;
Dindex.js410 var _ref;
414 _ref = _iterator[_i++];
418 _ref = _i.value;
421 var alias = _ref;
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dindex.js89 var _ref;
93 _ref = _iterator[_i++];
97 _ref = _i.value;
100 var type = _ref;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js17057 var key, val, _ref, _ref1;
17061 this.compress = (_ref = this.options.compress) != null ? _ref : true;
17212 var font, key, name, val, _ref, _ref1;
17215 _ref = this.info;
17216 for (key in _ref) {
17217 val = _ref[key];
17239 var offset, xRefOffset, _i, _len, _ref;
17244 _ref = this._offsets;
17245 for (_i = 0, _len = _ref.length; _i < _len; _i++) {
17246 offset = _ref[_i];
[all …]
Dpdfmake.min.js.map1_ref","_ref1","_pageBuffer","_pageBufferStart","_waiting","_ended","_offset","Pages","Count","Kids…
/plugin/pdfjs/pdfjs/web/
Dviewer.js1021 loadingTask.onProgress = function (_ref) { argument
1022 var loaded = _ref.loaded,
1023 total = _ref.total;
3716 function getPageSizeInches(_ref) {
3717 var view = _ref.view,
3718 userUnit = _ref.userUnit,
3719 rotate = _ref.rotate;
4539 function PDFCursorTools(_ref) {
4542 var container = _ref.container,
4543 eventBus = _ref.eventBus,
[all …]
/plugin/asciidocjs/node_modules/nunjucks/src/
Dnodes.js285 nodes.forEach(function (_ref) { argument
286 var fieldName = _ref[0],
287 n = _ref[1];
Denvironment.js100 lib._entries(filters).forEach(function (_ref) { argument
101 var name = _ref[0],
102 filter = _ref[1];
Dfilters.js185 return lib._entries(val || {}).map(function (_ref) { argument
186 var key = _ref[0],
187 value = _ref[1];
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js1645 var _ref;
1649 _ref = _iterator[_i++];
1653 _ref = _i.value;
1656 var name = _ref;
2198 var _ref;
2202 _ref = _iterator[_i++];
2206 _ref = _i.value;
2209 var _label = _ref;
2953 var _ref;
2957 _ref = _iterator[_i++];
[all …]
/plugin/pdfjs/pdfjs/build/
Dpdf.js5599 var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
5600 size = _ref.size,
5601 _ref$highWaterMark = _ref.highWaterMark,
6703 var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
6704 size = _ref.size,
6705 highWaterMark = _ref.highWaterMark;
10476 var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
10477 scale = _ref.scale,
10478 _ref$rotation = _ref.rotation,
10480 _ref$dontFlip = _ref.dontFlip,
[all …]
Dpdf.worker.js539 …ef'), pdfManager.ensure(page, 'userUnit'), pdfManager.ensure(page, 'view')]).then(function (_ref) { argument
540 var _ref2 = _slicedToArray(_ref, 4),
6768 var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
6769 size = _ref.size,
6770 _ref$highWaterMark = _ref.highWaterMark,
7872 var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
7873 size = _ref.size,
7874 highWaterMark = _ref.highWaterMark;
12421 function getInheritableProperty(_ref) {
12422 var dict = _ref.dict,
[all …]
Dpdf.js.map1_ref","_ref$highWaterMark","_classCallCheck","IsWritableStream","streamBrandCheckException","IsWri…
/plugin/botmon/
H A Dadmin.js567 _ref: rUrl,
770 me.addToRefererList(pv._ref);
1684 if (!visitor._pageViews[i]._ref) {
2864 if (page._ref) {
2867 }, "Referrer: " + page._ref.hostname));
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks-slim.js1115 lib._entries(filters).forEach(function (_ref) {
1116 var name = _ref[0],
1117 filter = _ref[1];
2175 return lib._entries(val || {}).map(function (_ref) { argument
2176 var key = _ref[0],
2177 value = _ref[1];
Dnunjucks.js1142 nodes.forEach(function (_ref) {
1143 var fieldName = _ref[0],
1144 n = _ref[1];
2379 lib._entries(filters).forEach(function (_ref) {
2380 var name = _ref[0],
2381 filter = _ref[1];
5817 return lib._entries(val || {}).map(function (_ref) { argument
5818 var key = _ref[0],
5819 value = _ref[1];
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js1102 var _ref; variable
1103 … property = ((_ref = allowHTML !== null && allowHTML !== void 0 ? allowHTML : this.options.caption…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js2512 set: function set(_ref) {
2513 var type = _ref.type,
2514 imageId = _ref.imageId,
2515 range = _ref.range,
2516 hyperlinks = _ref.hyperlinks;
5185 row.eachCell(function (_ref) {
5186 var col = _ref.col;
6067 var _ref = _wrapAsyncGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(iterable) {
6196 return _ref.apply(this, arguments);
10089 var _ref = model.note && model.note.margins,
[all …]
/plugin/edittable/lib/
Dhandsontable.full.js18556 var _ref = [this.getTopLeftCorner(), this.getBottomRightCorner()];
18557 this.from = _ref[0];
18558 this.to = _ref[1];
37137 var changedColumns = (0, _array.arrayMap)(changes, function (_ref) { argument
37138 var _ref2 = _slicedToArray(_ref, 2),
48622 var _ref = this.instance.getSelected() || [],
48623 _ref2 = _slicedToArray(_ref, 4),
/plugin/zwidoku/files/
H A Djs.js1_ref=[this.getTopLeftCorner(),this.getBottomRightCorner()];this.from=_ref[0];this.to=_ref[1];break…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js12228 var _ref;
12230 …return _ref = {}, _ref[Symbol.iterator] = /*#__PURE__*/_regeneratorRuntime().mark(function _callee…
12295 }), _ref;
18033 content.refs.forEach(function (_ref) {
18034 var pageRef = _ref.pageRef,
18035 mcid = _ref.mcid;
71030 var _ref = pdfKitDoc.ref({ Type: 'Action', S: 'GoTo', D: [inline.linkToPage, 0, 0] }).end();

12