OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:page_names
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/common/extensions/docs/build/
build.py
201
page_names
= static_names | module_names
205
if options.page_name in
page_names
:
206
page_names
= [options.page_name]
209
', '.join(sorted(
page_names
)))
222
modified_files = RenderPages(
page_names
, dump_render_tree)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py
355
def __init__(self, parent,
page_names
=None, page_class=PageLift,
360
page_names
-- A list of strings, each will be the dictionary key to a
363
and first active page. If
page_names
is None or empty, the
408
if
page_names
:
409
for name in
page_names
:
473
tabPage=TabbedPageSet(root,
page_names
=['Foobar','Baz'], n_rows=0,
configDialog.py
71
page_names
=['Fonts/Tabs','Highlighting','Keys','General'])
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py
355
def __init__(self, parent,
page_names
=None, page_class=PageLift,
360
page_names
-- A list of strings, each will be the dictionary key to a
363
and first active page. If
page_names
is None or empty, the
408
if
page_names
:
409
for name in
page_names
:
473
tabPage=TabbedPageSet(root,
page_names
=['Foobar','Baz'], n_rows=0,
configDialog.py
71
page_names
=['Fonts/Tabs','Highlighting','Keys','General'])
[
all
...]
Completed in 62 milliseconds