/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_new_file/ |
H A D | __init__.py | 29 res = dlg_menu(DMENU_LIST, lexers, caption=_('Templates')) 39 res = dlg_menu(DMENU_LIST, files, caption=_('Templates: {}').format(lexer))
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_new_file/ |
H A D | __init__.py | 29 res = dlg_menu(DMENU_LIST, lexers, caption=_('Templates')) 39 res = dlg_menu(DMENU_LIST, files, caption=_('Templates: {}').format(lexer))
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_addonman/ |
H A D | __init__.py | 257 DMENU_LIST, 352 res = dlg_menu(DMENU_LIST, [s[0] for s in names]) 363 res = dlg_menu(DMENU_LIST, [l[0] for l in items]) 383 res = dlg_menu(DMENU_LIST, desc, caption=_('Remove add-on'))
|
H A D | work_github.py | 38 res = dlg_menu(DMENU_LIST, items2, caption=_('Git branches in repo'))
|
H A D | work_local.py | 142 res = dlg_menu(DMENU_LIST, ldesc, caption=caption)
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_addonman/ |
H A D | __init__.py | 257 DMENU_LIST, 352 res = dlg_menu(DMENU_LIST, [s[0] for s in names]) 363 res = dlg_menu(DMENU_LIST, [l[0] for l in items]) 383 res = dlg_menu(DMENU_LIST, desc, caption=_('Remove add-on'))
|
H A D | work_github.py | 38 res = dlg_menu(DMENU_LIST, items2, caption=_('Git branches in repo'))
|
H A D | work_local.py | 142 res = dlg_menu(DMENU_LIST, ldesc, caption=caption)
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_lexer_detecter/ |
H A D | __init__.py | 58 res = dlg_menu(DMENU_LIST, items, caption=_('Lexer(s) for "%s"') % name_orig)
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_lexer_detecter/ |
H A D | __init__.py | 58 res = dlg_menu(DMENU_LIST, items, caption=_('Lexer(s) for "%s"') % name_orig)
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_insert_time/ |
H A D | __init__.py | 76 res = app.dlg_menu(app.DMENU_LIST, lines, caption=_('Insert Time'))
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_insert_time/ |
H A D | __init__.py | 76 res = app.dlg_menu(app.DMENU_LIST, lines, caption=_('Insert Time'))
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_emmet/ |
H A D | __init__.py | 249 n = dlg_menu(DMENU_LIST, '\n'.join(profiles))
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_emmet/ |
H A D | __init__.py | 249 n = dlg_menu(DMENU_LIST, '\n'.join(profiles))
|
/dports/editors/cudatext/CudaText-1.151.0/app/ |
H A D | proc_py_const.pas | 61 DMENU_LIST = 0;
|
H A D | formmain_py_api.inc | 2539 DMENU_LIST,
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/ |
H A D | cudatext.py | 75 DMENU_LIST = 0 variable
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/ |
H A D | cudatext.py | 75 DMENU_LIST = 0 variable
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_project_man/ |
H A D | __init__.py | 827 res = dlg_menu(DMENU_LIST, items_nice, caption=_('Recent projects'))
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_project_man/ |
H A D | __init__.py | 827 res = dlg_menu(DMENU_LIST, items_nice, caption=_('Recent projects'))
|
/dports/editors/cudatext/CudaText-1.151.0/app/readme/wiki/ |
H A D | cudatext_api.wiki | 733 * DMENU_LIST: Dialog with listbox and filter.
|