Home
last modified time | relevance | path

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

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dempty_search_results.rb20 def highlight_map(*) method in Gitlab.EmptySearchResults
H A Dsearch_results.rb114 def highlight_map(scope) method in Gitlab.SearchResults
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/
H A Drxn_test1.cpp43 bool highlight_map = false, in drawit()
H A DMolDraw2D.cpp1515 const std::map<int, DrawColour> *highlight_map) { in getColour()
3479 const std::map<int, DrawColour> *highlight_map) { in drawAtomLabel()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dx11term.c50 char * highlight_map; member
245 char * highlight_map = (XW_HIGHLIGHT_MAP (xw)); in xterm_dump_contents() local
/dports/x11/kitty/kitty-0.23.1/kittens/diff/
H A Drender.py147 highlight_map = {'remove': ('removed_highlight', 'removed'), 'add': ('added_highlight', 'added')} variable