Home
last modified time | relevance | path

Searched refs:SEARCH_START (Results 1 – 18 of 18) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/features/search/hooks/
H A DuseSearch.ts5 import { FETCH_RESULTS, FETCH_ITEMS, TOGGLE_SECTION, SEARCH_START, FETCH_ITEMS_START } from '../red…
24 dispatch({ type: SEARCH_START });
33 dispatch({ type: SEARCH_START });
/dports/www/grafana8/grafana-8.3.6/public/app/features/search/reducers/
H A DdashboardSearch.ts9 SEARCH_START,
30 case SEARCH_START:
H A DactionTypes.ts7 export const SEARCH_START = 'SEARCH_START'; constant
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsearch.h34 #define SEARCH_START 0x100 ///< start search without col offset macro
H A Dsearch.c609 extra_col = (options & SEARCH_START) ? 0 : start_char_len; in searchit()
611 extra_col = (options & SEARCH_START) ? start_char_len : 0; in searchit()
631 && (options & SEARCH_START) == 0) { in searchit()
718 if (matchcol == 0 && (options & SEARCH_START)) { in searchit()
1333 + SEARCH_START in do_search()
4436 flag = SEARCH_START; in is_zero_width()
H A Dnormal.c3837 || !find_decl(ptr, len, nchar == 'd', thisblock, SEARCH_START)) { in nv_gd()
3995 searchflags &= ~SEARCH_START; in find_decl()
H A Dex_getln.c568 search_flags += SEARCH_START; in may_do_incsearch_highlighting()
/dports/deskutils/gucharmap/gucharmap-3efb47b75b61d7c6db7e48d72f7aa8c4d4365011/gucharmap/
H A Dgucharmap-search-dialog.c33 SEARCH_START, enumerator
655 g_signal_emit (search_dialog, gucharmap_search_dialog_signals[SEARCH_START], 0); in _gucharmap_search_dialog_fire_search()
824 gucharmap_search_dialog_signals[SEARCH_START] = in gucharmap_search_dialog_class_init()
/dports/devel/z88dk/z88dk/lib/target/ti85/def/
H A DTi85.def31 defc SEARCH_START = $8D83 ;
/dports/editors/vim/vim-8.2.3745/src/
H A Dsearch.c688 if (options & SEARCH_START) in searchit()
695 if (options & SEARCH_START) in searchit()
719 && (options & SEARCH_START) == 0) in searchit()
841 if (matchcol == 0 && (options & SEARCH_START)) in searchit()
1551 + SEARCH_MSG + SEARCH_START in do_search()
2914 flag = SEARCH_START; in is_zero_width()
H A Dvim.h917 #define SEARCH_START 0x100 // start search without col offset macro
H A Dnormal.c2334 || find_decl(ptr, len, nchar == 'd', thisblock, SEARCH_START) in nv_gd()
2529 searchflags &= ~SEARCH_START; in find_decl()
H A Devalfunc.c8042 options |= SEARCH_START; in search_cmn()
8560 options |= SEARCH_START; in do_searchpair()
8600 options &= ~SEARCH_START; in do_searchpair()
H A Dex_getln.c494 search_flags += SEARCH_START; in may_do_incsearch_highlighting()
H A Dgui.c5465 searchflags += SEARCH_START; in gui_do_findrepl()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c7973 options |= SEARCH_START; in search_cmn()
8589 options |= SEARCH_START; in do_searchpair()
8633 options &= ~SEARCH_START; in do_searchpair()
/dports/graphics/sane-backends/sane-backends-1.0.32/
H A DChangeLog8479 genesys: Disable SEARCH_START on gl646 scanners
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1SEARCH_START, FETCH_ITEMS_START } from '../reducers/actionTypes';\nimport { DashboardSection, UseS…