Home
last modified time | relevance | path

Searched refs:prefixedBy (Results 1 – 5 of 5) sorted by relevance

/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Interactive/
H A DCompletion.hs58 getCompletions = fmap (mapMaybe (either (prefixedBy word) Just)) . getCompletion
73 prefixedBy :: String -> String -> Maybe Completion
74 prefixedBy w cand = if w `isPrefixOf` cand function
/dports/graphics/gource/gource-0.51/src/
H A Ddirnode.cpp142 bool RDirNode::prefixedBy(const std::string & path) const { in prefixedBy() function in RDirNode
162 if(prefixedBy(path)) return true; in isDir()
176 if(prefixedBy(path)) { in findDirs()
252 if(child->prefixedBy(path)) { in addNode()
482 if(child->prefixedBy(commonpath)) { in addFile()
H A Ddirnode.h133 bool prefixedBy(const std::string & path) const;
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources14510 self initializeInstVarNames: BalloonEngine prefixedBy: 'BE'.
14511 self initializeInstVarNames: BalloonEdgeData prefixedBy: 'ET'.
14512 self initializeInstVarNames: BalloonFillData prefixedBy: 'FT'.! !
14515 initializeInstVarNames: aClass prefixedBy: aString
H A DPharo-1.4.changes8366 initializeInstVarNames: aClass prefixedBy: aString