• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/

Lines Matching defs:entries

15 //    and entries may get confused during writing (I've tried to fix this; please let me know
21 // 5) results from reading files with multiple entries (especially matches with type/* )
26 // 8) Deleting entries is only allowed from the user file; sytem wide entries
659 // wxFileConfig, i.e. there are groups, comments and entries. The icon is the
767 wxMimeTypeCommands * entries = m_aEntries[index];
769 sTmp = entries->GetCommandForVerb(wxT("open"));
781 if (entries->GetCount() > 1)
1369 // if we find no entries in the exact match, try the inexact match
1378 // some gnome entries have "." inside
1748 // get rid of unwanted entries
1752 // get rid of all the unwanted entries...
1758 // add the new entries in
1810 wxFAIL_MSG(wxT(".mime.types File not in Netscape format\nNo entries written to\n.mime.types or to .mailcap"));
1821 // get rid of all the unwanted entries...
1899 wxMimeTypeCommands * entries = m_aEntries[index];
1901 wxString sCmd = entries->GetCommandForVerb(wxT("open"), &iOpen);
1908 // get rid of all the unwanted entries...
1943 // ii) lost entries
1944 // sOld holds all the entries, but our data store only has some
1967 size_t nCount = entries->GetCount();
1970 if (s.Contains(entries->GetVerb(i)))
2001 if ( entries->GetCount() > 1 )
2004 for (i=0; i < entries->GetCount(); i++)
2010 sTmp = wxT(" ") + entries->GetVerbCmd(i);
2169 // add any new entries...
2883 // we have to decide whether the new entry should replace any entries
2887 // the fall back entries have the lowest priority, by definition