Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/freechat/phpfreechat/data/public/js/
Dregex.js2 if (!arguments.callee.sRE) {
7 arguments.callee.sRE = new RegExp(
11 return text.replace(arguments.callee.sRE, '\\$1');
/plugin/virtualkeyboard/vk/extensions/
Dregexpextensions.js21 if (!arguments.callee.sRE) {
26 arguments.callee.sRE = new RegExp(
30 return isString(text)?text.replace(arguments.callee.sRE, '\\$1')
/plugin/indexmenu2/cms/extensions/
Dregexpextensions.js10callee.sRE){var I=['/','.','*','+','?','|','(',')','[',']','{','}','$','^','\\'];arguments.callee.…
/plugin/code3/src/
Dpsyhi.js252 if (!arguments.callee.fc) {
253 arguments.callee.fc = document.createElement('div');
254 document.body.appendChild(arguments.callee.fc);
256 if (!arguments.callee.tpath)
257 arguments.callee.tpath = findPath('psyhi.js');
259 …arguments.callee.fc.innerHTML = '<embed src="' + arguments.callee.tpath + 'clipboard.swf" FlashVar…
280 if (arguments.callee.nodes != n) {
281 arguments.callee.nodes = n;
282 setTimeout(arguments.callee,100);
/plugin/asciidocjs/node_modules/constantinople/src/
Dindex.ts62 if (b.isMemberExpression(expression.callee)) {
63 const object = toConstant(expression.callee.object);
68 const member = expression.callee.computed
69 ? toConstant(expression.callee.property)
70 : b.isIdentifier(expression.callee.property)
71 ? expression.callee.property.name
73 if (member === undefined && !expression.callee.computed) {
81 const callee = toConstant(expression.callee); constant
83 return callee.apply(null, args);
/plugin/asciidocjs/node_modules/constantinople/lib/
Dindex.js58 if (b.isMemberExpression(expression.callee)) {
59 var object = toConstant(expression.callee.object);
64 var member = expression.callee.computed
65 ? toConstant(expression.callee.property)
66 : b.isIdentifier(expression.callee.property)
67 ? expression.callee.property.name
69 if (member === undefined && !expression.callee.computed) {
79 var callee = toConstant(expression.callee);
82 return callee.apply(null, args);
/plugin/swfobject/
Dscript.js4callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X)…
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_classof.js22 : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
/plugin/asciidocjs/node_modules/core-js/modules/
D_classof.js22 : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
/plugin/code3/
Dscript.js8callee.fc){arguments.callee.fc=document.createElement('div');document.body.appendChild(arguments.c…
/plugin/markdownextra/lib/meltdown/js/lib/
Djs-markdown-extra.js62 if('undefined' == typeof arguments.callee.parser) {
65 arguments.callee.parser = parser;
68 parser = arguments.callee.parser;
219 if(!arguments.callee.sRE) {
220 arguments.callee.sRE = /(\/|\.|\*|\+|\?|\||\(|\)|\[|\]|\{|\}\\)/g;
222 return text.replace(arguments.callee.sRE, '\\$1');
485 if('undefined' === typeof arguments.callee.i) {
486 arguments.callee.i = 0;
488 var key = boundary + "\x1A" + (++arguments.callee.i) + boundary;
1485 if('undefined' === typeof arguments.callee.crctable) {
[all …]
/plugin/ckgdoku/ckeditor/adapters/
Djquery.js6 …(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),l.resolve()):setTimeout(arguments.callee,100)},0)},
9 …y.ckeditor",[e]);g&&g.apply(e,[h]);l.resolve()}else setTimeout(arguments.callee,100)},0)},null,nul…
/plugin/ckgedit/ckeditor/adapters/
Djquery.js6 …(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),l.resolve()):setTimeout(arguments.callee,100)},0)},
9 …y.ckeditor",[e]);g&&g.apply(e,[h]);l.resolve()}else setTimeout(arguments.callee,100)},0)},null,nul…
/plugin/asciidocjs/node_modules/with/
Dindex.js84 …|| (ref = ref.callee).type !== 'MemberExpression' || ref.computed !== false || ref.property.name !…
/plugin/quickstats/scripts/
Dsorttable-cmpr.js3 false;sorttable={init:function(){if(arguments.callee.done){return}arguments.callee.done=true;if(_ti…
Dsorttable.js24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
/plugin/sqlraw/
Dsorttable.min.js1 …=/*@cc_on!@*/false;sorttable={init:function(){if(arguments.callee.done)return;arguments.callee.don…
/plugin/sortablejs/
Dscript.js16 arguments.callee.done = true;
39 if ( arguments.callee.done ) {
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dcore.js109 callee: { property
425 callee: { property
/plugin/asciidocjs/node_modules/babel-types/lib/
Dvalidators.js64 return parent.object === node || parent.callee === node;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktoolbarset.js66 return arguments.callee( 'In' );
/plugin/asciidocjs/node_modules/get-intrinsic/
Dindex.js32 arguments.callee; // IE 8 does not throw here
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md145 t.bindExpression(object, callee)
153 - `callee` (required)
223 t.callExpression(callee, arguments)
230 - `callee`: `Expression` (required)
1245 t.newExpression(callee, arguments)
1252 - `callee`: `Expression` (required)
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js194 node.callee = base
310 node.callee = this.parseSubscripts(this.parseExprAtom(), start, true, startIndent, line)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js186 node.callee = base
289 node.callee = this.parseSubscripts(this.parseExprAtom(), start, true, startIndent, line)

1234