Home
last modified time | relevance | path

Searched refs:_root (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dprocessor.js36 _proto._root = function _root(rule, options) { function
55 var root = _this._root(rule, options);
78 var root = this._root(rule, options);
H A Dparser.js5 var _root = _interopRequireDefault(require("./selectors/root")); variable
109 this.root = new _root["default"]({
/third_party/python/Lib/
H A Dpathlib.py425 __slots__ = ('_pathcls', '_drv', '_root', '_parts')
431 self._root = path._root
435 if self._drv or self._root:
448 return self._pathcls._from_parsed_parts(self._drv, self._root,
465 '_drv', '_root', '_parts',
511 self._root = root
519 self._root = root
533 self._drv, self._root, self._parts, drv, root, parts)
542 self._str = self._format_parsed_parts(self._drv, self._root,
[all...]
H A Dtyping.py403 if '_root' not in kwds:
438 class _SpecialForm(_Final, _NotIterable, _root=True):
481 class _LiteralSpecialForm(_SpecialForm, _root=True):
830 class ForwardRef(_Final, _root=True):
968 _root=True):
1035 class TypeVarTuple(_Final, _Immutable, _PickleUsingNameMixin, _root=True):
1114 class ParamSpecArgs(_Final, _Immutable, _root=True):
1138 class ParamSpecKwargs(_Final, _Immutable, _root=True):
1163 _root=True):
1241 class _BaseGenericAlias(_Final, _root
[all...]
H A Dturtle.py3685 _root = None variable in _Screen
3695 if _Screen._root is None:
3696 _Screen._root = self._root = _Root()
3697 self._root.title(_Screen._title)
3698 self._root.ondestroy(self._destroy)
3706 self._root.setupcanvas(width, height, canvwidth, canvheight)
3707 _Screen._canvas = self._root._getcanvas()
3736 if not hasattr(self._root, "set_geometry"):
3738 sw = self._root
[all...]
/third_party/python/Lib/xml/etree/
H A DElementTree.py538 self._root = element # first node
544 return self._root
554 self._root = element
580 self._root = parser._parse_whole(source)
581 return self._root
587 self._root = parser.close()
588 return self._root
602 # assert self._root is not None
603 return self._root.iter(tag)
616 # assert self._root i
[all...]
/third_party/node/deps/minimatch/
H A Dindex.js415 var _root, _hasMagic, _uflag, _parts, _parent, _parentIndex, _negs, _filledNegs, _options, _toString, _emptyExt, _fillNegs, fillNegs_fn, _parseAST, parseAST_fn, _partsToRegExp, partsToRegExp_fn, _parseGlob, parseGlob_fn;
421 __privateAdd(this, _root, void 0);
438 __privateSet(this, _root, __privateGet(this, _parent) ? __privateGet(__privateGet(this, _parent), _root) : this);
439 __privateSet(this, _options, __privateGet(this, _root) === this ? options : __privateGet(__privateGet(this, _root), _options));
440 __privateSet(this, _negs, __privateGet(this, _root) === this ? [] : __privateGet(__privateGet(this, _root), _negs));
441 if (type === "!" && !__privateGet(__privateGet(this, _root), _filledNegs))
480 if (this.isEnd() && (this === __privateGet(this, _root) || __privateGe
[all...]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dconstructors.js12 var _root = _interopRequireDefault(require("./root")); variable
47 return new _root["default"](opts);
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py570 [_root] -+- foo -+- bar
578 __slots__ = ('_root',)
582 self._root = {}
605 node = self._root
619 _AddFieldPaths(self._root, '', field_mask)
628 node = self._root
651 self._root, source, destination, replace_message, replace_repeated)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTextTrieMap.java25 private Node _root = new Node(); field in TextTrieMap
50 _root.add(chitr, val); in put()
101 find(_root, chitr, handler, output); in find()
119 _root.putLeadCodePoints(output); in putLeadCodePoints()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTextTrieMap.java27 private Node _root = new Node(); field in TextTrieMap
55 _root.add(chitr, val); in put()
106 find(_root, chitr, handler, output); in find()
124 _root.putLeadCodePoints(output); in putLeadCodePoints()
/third_party/python/Lib/idlelib/
H A Dhelp_about.py76 tkpatch = self._root().getvar('tk_patchLevel')
80 self.icon_image = PhotoImage(master=self._root(), file=icon)
H A Dsearch.py21 root = text._root()
H A Dgrep.py34 root = text._root()
H A Dreplace.py23 root = text._root()
/third_party/python/Lib/turtledemo/
H A D__main__.py130 self.root = root = turtle._root = Tk()
244 turtle._Screen._root = root
/third_party/json/tools/cpplint/
H A Dcpplint.py858 _root = None variable
861 # The top level repository directory. If set, _root is calculated relative to
2316 sys.stderr.write("\n_root fixup, _root = '%s', repository name = '%s'\n"
2317 % (_root, fileinfo.RepositoryName()))
2320 if not _root:
2322 sys.stderr.write("_root unspecified\n")
2335 PathSplitToList(_root))
2338 sys.stderr.write(("_root lstrip (maybe_path=%s, file_path_from_root=%s," +
2339 " _root=%s)\n") % (maybe_path, file_path_from_root, _root))
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py394 self._root = master._root()
433 f = CallWrapper(callback, None, self._root).__call__
1518 return self._root()._windowingsystem_cached
1520 ws = self._root()._windowingsystem_cached = \
1557 w = w._root()
1593 def _root(self): member in Misc
1667 root = self._root()
2678 root = self._root()
H A Ddnd.py126 root = event.widget._root()
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py151 _root, ext = os.path.splitext(filepath)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 29 milliseconds