Home
last modified time | relevance | path

Searched defs:listNotes (Results 1 – 6 of 6) sorted by relevance

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Keep/Resource/
H A DNotes.php91 public function listNotes($optParams = array()) function in Google_Service_Keep_Resource_Notes
/dports/devel/hs-hlint/hlint-3.3.4/src/
H A DCC.hs110 listNotes [] = "" function
111 listNotes notes = T.unlines $ function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/
H A DCC.hs110 listNotes [] = "" function
111 listNotes notes = T.unlines $ function
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/ELF/
H A Delfprocessdata.cpp423 QList<XELF::NOTE> listNotes=g_pELF->_getNotes(g_nOffset,g_nSize,g_pELF->isBigEndian()); in _process() local
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxelf.cpp3130 QList<XELF_DEF::Elf_Phdr> listNotes=_getPrograms(pListProgramHeaders,XELF_DEF::PT_NOTE); in getNotes() local
/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.h1055 QList<XELF::NOTE> listNotes; member