Home
last modified time | relevance | path

Searched refs:_import (Results 1 – 12 of 12) sorted by relevance

/plugin/userimportextended/
Dadmin.php56 $this->_import();
176 protected function _import() { function in admin_plugin_userimportextended
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokentype.js138 _import: kw("import"), property
Dstatement.js94 case tt._import:
101 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node)
/plugin/asciidocjs/node_modules/acorn/src/
Dtokentype.js138 _import: kw("import"), property
Dstatement.js105 case tt._import:
112 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node, exports)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js167 case tt._import:
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js167 case tt._import:
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js223 _import: kw("import"), property
706 case tt._import:
713 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node)
Dacorn.js229 _import: kw("import"), property
712 case tt._import:
719 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node)
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js222 _import: kw("import"), property
751 case tt._import:
758 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node, exports)
Dacorn.js228 _import: kw("import"), property
757 case tt._import:
764 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node, exports)
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js1872 case types._import:
1884 return starttype === types._import ? this.parseImport(node) : this.parseExport(node);
2860 this.eat(types._import);
3626 case types._import:
5136 if (this.match(types._import)) {