Home
last modified time | relevance | path

Searched refs:SEARCH_CLASSES (Results 1 – 10 of 10) sorted by relevance

/dports/java/javahelp/javahelp-3ca862d/jhMaster/JSearch/misc/
H A DGNUmakefile43 SEARCH_CLASSES=$(SEARCH_SRC:%.java=classes/javax/help/search/%.class) macro
53 ALL_CLASSES=$(SEARCH_CLASSES) $(IMPL_CLASSES) $(OTHER_CLASSES)
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_help_search.h45 SEARCH_CLASSES = 1 << 0, enumerator
51 …SEARCH_ALL = SEARCH_CLASSES | SEARCH_METHODS | SEARCH_SIGNALS | SEARCH_CONSTANTS | SEARCH_PROPERTI…
H A Deditor_help_search.cpp234 filter_combo->add_item(TTR("Classes Only"), SEARCH_CLASSES); in EditorHelpSearch()
339 if (search_flags & SEARCH_CLASSES) in _phase_match_classes()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_help_search.h45 SEARCH_CLASSES = 1 << 0, enumerator
51 …SEARCH_ALL = SEARCH_CLASSES | SEARCH_METHODS | SEARCH_SIGNALS | SEARCH_CONSTANTS | SEARCH_PROPERTI…
H A Deditor_help_search.cpp234 filter_combo->add_item(TTR("Classes Only"), SEARCH_CLASSES); in EditorHelpSearch()
339 if (search_flags & SEARCH_CLASSES) in _phase_match_classes()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.h149 SEARCH_CLASSES, enumerator
H A Dscript_editor_plugin.cpp1087 case SEARCH_CLASSES: { in _menu_option()
2914 class_search->connect("pressed", this, "_menu_option", varray(SEARCH_CLASSES)); in ScriptEditor()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.h149 SEARCH_CLASSES, enumerator
H A Dscript_editor_plugin.cpp1087 case SEARCH_CLASSES: { in _menu_option()
2914 class_search->connect("pressed", this, "_menu_option", varray(SEARCH_CLASSES)); in ScriptEditor()
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/build/share/
H A Djavax_help.jmk27 $(SEARCH_CLASSES) \