Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_aliases
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/encodings/
H
A
D
__init__.py
38
_aliases
= aliases.aliases
variable
86
aliased_encoding =
_aliases
.get(norm_encoding) or \
87
_aliases
.get(norm_encoding.replace('.', '_'))
149
if alias not in
_aliases
:
150
_aliases
[alias] = modname
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H
A
D
help.js
147
(cmd.
_aliases
[0] ? '|' + cmd.
_aliases
[0] : '') +
240
if (cmd.
_aliases
[0]) {
241
cmdName = cmdName + '|' + cmd.
_aliases
[0];
H
A
D
command.js
48
this.
_aliases
= [];
1327
return this.commands.find(cmd => cmd._name === name || cmd.
_aliases
.includes(name));
1852
if (alias === undefined) return this.
_aliases
[0]; // just return first, for backwards compatibility
1863
command.
_aliases
.push(alias);
1878
if (aliases === undefined) return this.
_aliases
;
/third_party/python/Lib/test/test_tomllib/
H
A
D
burntsushi.py
13
_aliases
= {
variable
67
norm_type =
_aliases
.get(type_, type_)
Completed in 4 milliseconds