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:tag_names
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Lib/idlelib/
H
A
D
squeezer.py
297
tag_names
= self.text.
tag_names
(tk.INSERT)
299
if tag_name in
tag_names
:
H
A
D
colorizer.py
291
ok = "SYNC" in self.
tag_names
(next + "-1c")
300
if "SYNC" in self.
tag_names
(next + "-1c"):
H
A
D
sidebar.py
465
text_tagnames = text.
tag_names
H
A
D
pyshell.py
1272
"console" not in self.text.
tag_names
("insert")
H
A
D
editor.py
1290
"STRING" in self.text.
tag_names
(text_index)
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_colorizer.py
226
self.assertEqual(text.
tag_names
()[-1], 'sel')
413
for tag in text.
tag_names
():
423
eq(text.
tag_names
(index), expected_tags)
458
for tag in set(text.
tag_names
()) - {'sel', 'TODO', 'SYNC'}:
H
A
D
test_configdialog.py
449
for tag in hs.
tag_names
():
/third_party/python/Lib/tkinter/
H
A
D
__init__.py
3937
def
tag_names
(self, index=None):
member in Text
Completed in 21 milliseconds