Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 17 of 17) sorted by relevance

/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp24 struct stat_beos *st, const char *filetype) in Filter() argument
29 bool isSymlink = strcmp("application/x-vnd.Be-symlink", filetype) == 0; in Filter()
47 constFileType = filetype; in Filter()
H A DAppRefFilter.h18 const char *filetype);
/haiku/src/apps/expander/
H A DExpanderRules.cpp77 ExpanderRules::MatchingRule(BString& fileName, const char* filetype) in MatchingRule() argument
83 if (rule->MimeType().IsValid() && rule->MimeType() == filetype) in MatchingRule()
221 const char* filetype) in Filter() argument
227 return fRules.MatchingRule(fileName, filetype) != NULL; in Filter()
H A DExpanderRules.h47 const char* filetype);
69 const char* filetype);
/haiku/3rdparty/pulkomandy/
H A Drecipe.ftdetect.vim1 au BufRead,BufNewFile *.recipe set filetype=recipe
/haiku/src/add-ons/tracker/filetype/
H A DJamfile1 SubDir HAIKU_TOP src add-ons tracker filetype ;
/haiku/src/add-ons/tracker/
H A DJamfile3 SubInclude HAIKU_TOP src add-ons tracker filetype ;
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h27 struct stat_beos* st, const char* filetype);
H A DImageFilePanel.cpp186 struct stat_beos* stat, const char* filetype) in Filter() argument
/haiku/src/kits/tracker/
H A DQueryPoseView.h101 const char* filetype);
H A DOpenWithWindow.h279 const char* filetype);
H A DQueryPoseView.cpp511 const char* filetype) in Filter() argument
H A DOpenWithWindow.cpp1015 const char* filetype) in Filter() argument
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp970 const char* filetype = message->GetString("be:filetypes"); in MessageReceived() local
971 if (filetype != NULL in MessageReceived()
972 && strcmp(filetype, "application/x-vnd.Be-bookmark") == 0 in MessageReceived()
1220 const char* filetype = message->GetString("be:filetypes"); in MessageReceived() local
1221 if (filetype != NULL && strcmp(filetype, "application/x-vnd.Be-bookmark") == 0) { in MessageReceived()
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp100 struct stat_beos* stat, const char* filetype) in Filter() argument
/haiku/src/bin/unzip/
H A Dunzip.txt299 -F [Acorn only] suppress removal of NFS filetype
304 ACORN_FTYPE_NFS defined] translate filetype infor-
306 NFS filetype extension and append it to the names
308 appears to already have an appended NFS filetype
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp60 BNode* node, struct stat_beos* st, const char* filetype) in Filter() argument