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:mainmenu
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/idlelib/
H
A
D
macosx.py
158
from idlelib import
mainmenu
namespace
161
closeItem =
mainmenu
.menudefs[0][1][-2]
166
del
mainmenu
.menudefs[0][1][-3:]
167
mainmenu
.menudefs[0][1].insert(6, closeItem)
171
del
mainmenu
.menudefs[-1][1][0:2]
174
del
mainmenu
.menudefs[-3][1][0:2]
232
mainmenu
.menudefs.insert(0,
243
del
mainmenu
.menudefs[-1][1][0]
H
A
D
editor.py
56
from idlelib import
mainmenu
namespace
452
*
mainmenu
.menudefs - a list of tuples, one for each menubar item.
455
*
mainmenu
.default_keydefs - maps events to keys.
904
self.
mainmenu
.default_keydefs = keydefs = idleConf.GetCurrentKeySet()
919
self.
mainmenu
.default_keydefs = keydefs = idleConf.GetCurrentKeySet()
928
for menu in self.
mainmenu
.menudefs:
1207
keydefs = self.
mainmenu
.default_keydefs
1221
menudefs = self.
mainmenu
.menudefs
1223
keydefs = self.
mainmenu
.default_keydefs
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_mainmenu.py
1
"Test
mainmenu
, coverage 100%."
4
from idlelib import
mainmenu
namespace
12
actual = [item[0] for item in
mainmenu
.menudefs]
18
self.assertGreaterEqual(len(
mainmenu
.default_keydefs), 50)
30
for menutup in
mainmenu
.menudefs:
/third_party/ltp/
H
A
D
ltpmenu
520
2>/tmp/runltp.
mainmenu
.$$ || RC=$?
523
0) mmenu_item=`cat /tmp/runltp.
mainmenu
.$$` ;
Completed in 4 milliseconds