Home
last modified time | relevance | path

Searched refs:SEARCH_TEXT (Results 1 – 25 of 60) sorted by relevance

123

/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/test/unit/search/
H A Dtest_search.py27 SEARCH_TEXT = '70 gwen "test" -mp3 -nothanks a:b;c+d +++---}[ *ello [[ @@ auto -no yes' variable
50 … searchid, searchterm, searchterm_without_special = self.search.do_search(SEARCH_TEXT, SEARCH_MODE)
61 … searchid, searchterm, searchterm_without_special = self.search.do_search(SEARCH_TEXT, SEARCH_MODE)
85 self.search.add_wish(SEARCH_TEXT)
86 self.assertEqual(config.sections["server"]["autosearch"][0], SEARCH_TEXT)
92 new_item = SEARCH_TEXT + "1"
94 self.assertEqual(config.sections["server"]["autosearch"][0], SEARCH_TEXT)
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/
H A DtestAddSearchEngine.java30 private final String SEARCH_TEXT = "Firefox for Android"; field in testAddSearchEngine
49 mActions.sendKeys(SEARCH_TEXT); in testAddSearchEngine()
92 mActions.sendKeys(SEARCH_TEXT); in testAddSearchEngine()
139 mActions.sendKeys(SEARCH_TEXT); in verifyDisplayedSearchEnginesCount()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/
H A DtestAddSearchEngine.java32 private final String SEARCH_TEXT = "Firefox for Android"; field in testAddSearchEngine
50 mActions.sendKeys(SEARCH_TEXT); in testAddSearchEngine()
95 mActions.sendKeys(SEARCH_TEXT); in testAddSearchEngine()
145 mActions.sendKeys(SEARCH_TEXT); in verifyDisplayedSearchEnginesCount()
/dports/sysutils/burp/burp-2.4.0/src/win32/installer/
H A DReplaceInFile.nsh3 !macro _ReplaceInFile SOURCE_FILE SEARCH_TEXT REPLACEMENT
5 Push "${SEARCH_TEXT}"
16 Exch $1 ; SEARCH_TEXT
/dports/sysutils/burp-devel/burp-2.5.4/src/win32/installer/
H A DReplaceInFile.nsh3 !macro _ReplaceInFile SOURCE_FILE SEARCH_TEXT REPLACEMENT
5 Push "${SEARCH_TEXT}"
16 Exch $1 ; SEARCH_TEXT
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/ntp/search/
H A DSearchBoxProperties.java32 WritableObjectPropertyKey<Pair<String, Boolean>> SEARCH_TEXT = field
50 VOICE_SEARCH_CLICK_CALLBACK, SEARCH_TEXT, SEARCH_HINT_VISIBILITY,
H A DSearchBoxCoordinator.java65 mModel.set(SearchBoxProperties.SEARCH_TEXT, Pair.create(text, fromQueryTiles)); in setSearchText()
97 Pair<String, Boolean> searchText = mModel.get(SearchBoxProperties.SEARCH_TEXT); in isTextChangeFromTiles()
H A DSearchBoxViewBinder.java58 } else if (SearchBoxProperties.SEARCH_TEXT == propertyKey) { in bind()
59 searchBoxTextView.setText(model.get(SearchBoxProperties.SEARCH_TEXT).first); in bind()
/dports/games/corsix-th/CorsixTH-0.65.1/WindowsInstaller/
H A DReplaceInFile.nsh19 !macro ReplaceInFile SOURCE_FILE SEARCH_TEXT REPLACEMENT
21 Push "${SEARCH_TEXT}"
32 Exch $1 ; SEARCH_TEXT
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/
H A Dgenerate_makefile.bash4 SEARCH_TEXT="*$1*"
5 if [[ $KOKKOS_DEVICES == $SEARCH_TEXT ]]; then
6 echo kokkos devices already includes $SEARCH_TEXT
/dports/devel/kokkos/kokkos-3.4.01/
H A Dgenerate_makefile.bash4 SEARCH_TEXT="*$1*"
5 if [[ $KOKKOS_DEVICES == $SEARCH_TEXT ]]; then
6 echo kokkos devices already includes $SEARCH_TEXT
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/
H A Dgenerate_makefile.bash4 SEARCH_TEXT="*$1*"
5 if [[ $KOKKOS_DEVICES == $SEARCH_TEXT ]]; then
6 echo kokkos devices already includes $SEARCH_TEXT
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Enum/
H A DDocumentEntryMatchAttribute.php51 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\DocumentEntryMatchAttribute
H A DDataEntryMatchAttribute.php51 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\DataEntryMatchAttribute
H A DBaseEntryMatchAttribute.php51 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\BaseEntryMatchAttribute
H A DPlaylistMatchAttribute.php51 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\PlaylistMatchAttribute
H A DPlayableEntryMatchAttribute.php52 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\PlayableEntryMatchAttribute
H A DMixEntryMatchAttribute.php52 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\MixEntryMatchAttribute
H A DMediaEntryMatchAttribute.php53 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\MediaEntryMatchAttribute
H A DExternalMediaEntryMatchAttribute.php53 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\ExternalMediaEntryMatchAttribute
H A DLiveChannelMatchAttribute.php53 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\LiveChannelMatchAttribute
H A DLiveEntryMatchAttribute.php53 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\LiveEntryMatchAttribute
H A DLiveStreamAdminEntryMatchAttribute.php53 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\LiveStreamAdminEntryMatchAttribute
H A DLiveStreamEntryMatchAttribute.php53 const SEARCH_TEXT = "searchText"; define in Kaltura\\Client\\Enum\\LiveStreamEntryMatchAttribute
/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexDialogs.h80 enum search_options{ SEARCH_HEX=0x1, SEARCH_TEXT=0x2, SEARCH_UTF8=0x4, SEARCH_UTF16=0x8, enumerator
93 uint64_t FindText( wxString target, uint64_t start_from, unsigned oper=SEARCH_TEXT);

123