Home
last modified time | relevance | path

Searched refs:dropFlags (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklflibview_p.h527 uint fl = pModel->dropFlags(de, thisView()); in evDragEnter()
553 uint fl = pModel->dropFlags(de, thisView()); in evDragMove()
H A Dklflibview.h544 virtual uint dropFlags(QDragMoveEvent *event, QAbstractItemView *view);
H A Dklflibview.cpp2090 uint KLFLibModel::dropFlags(QDragMoveEvent *event, QAbstractItemView *view) in dropFlags() function in KLFLibModel
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs2314 "ssh" -> take 1 $ drop 1 $ dropFlags argAndString
2319 firstNonFlag = take 1 $ dropFlags argAndString
2321 dropFlags = dropWhile (\x -> "-" `isPrefixOf` fst x) function