Searched refs:filetypes (Results 1 – 9 of 9) sorted by relevance
/third_party/libsnd/tests/ |
D | stdio_test.c | 68 static const char *filetypes [] = variable 78 for (k = 0 ; filetypes [k] ; k++) in main() 79 stdio_test (filetypes [k]) ; in main()
|
/third_party/python/Lib/idlelib/ |
D | query.py | 282 def askfilename(self, filetypes, initdir, initfile): # htest # argument 286 return filedialog.Open(parent=self, filetypes=filetypes)\ 290 filetypes = [ 307 file = self.askfilename(filetypes, dir, base)
|
D | iomenu.py | 350 filetypes = ( variable in IOBinding 362 filetypes=self.filetypes) 383 filetypes=self.filetypes,
|
/third_party/cups/ |
D | backport-Remove-legacy-code-for-RIP_MAX_CACHE-environment-variable.patch | 32 raw_file = !strcmp(job->filetypes[job->current_file]->super, "application") && 33 !strcmp(job->filetypes[job->current_file]->type, "vnd.cups-raw");
|
/third_party/python/Tools/pynche/ |
D | ColorDB.py | 184 filetypes = FILETYPES 186 filetypes = [filetype] 187 for typere, class_ in filetypes:
|
D | PyncheWidget.py | 167 filetypes=[('Text files', '*.txt'),
|
/third_party/gn/misc/vim/ |
D | README.md | 28 filetype plugin indent on " or a similar command to turn on filetypes in vim
|
/third_party/python/Doc/library/ |
D | dialog.rst | 72 | *filetypes* - a sequence of (label, pattern) tuples, '*' wildcard is allowed
|
/third_party/python/Lib/tkinter/ |
D | filedialog.py | 476 openfilename=askopenfilename(filetypes=[("all files", "*")])
|