Home
last modified time | relevance | path

Searched refs:filetypes (Results 1 – 9 of 9) sorted by relevance

/third_party/libsnd/tests/
Dstdio_test.c68 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/
Dquery.py282 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)
Diomenu.py350 filetypes = ( variable in IOBinding
362 filetypes=self.filetypes)
383 filetypes=self.filetypes,
/third_party/cups/
Dbackport-Remove-legacy-code-for-RIP_MAX_CACHE-environment-variable.patch32 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/
DColorDB.py184 filetypes = FILETYPES
186 filetypes = [filetype]
187 for typere, class_ in filetypes:
DPyncheWidget.py167 filetypes=[('Text files', '*.txt'),
/third_party/gn/misc/vim/
DREADME.md28 filetype plugin indent on " or a similar command to turn on filetypes in vim
/third_party/python/Doc/library/
Ddialog.rst72 | *filetypes* - a sequence of (label, pattern) tuples, '*' wildcard is allowed
/third_party/python/Lib/tkinter/
Dfiledialog.py476 openfilename=askopenfilename(filetypes=[("all files", "*")])