Searched refs:like (Results 1 – 7 of 7) sorted by relevance
438 String like = constraint + "%"; in runQuery() local441 if (like.startsWith("http") || like.startsWith("file")) { in runQuery()443 args[0] = like; in runQuery()447 args[0] = "http://" + like; in runQuery()448 args[1] = "http://www." + like; in runQuery()449 args[2] = "https://" + like; in runQuery()450 args[3] = "https://www." + like; in runQuery()452 args[4] = like; in runQuery()
791 String like = selectionArgs[0] + "%";795 myArgs[0] = like;798 SUGGEST_ARGS[0] = "http://" + like;799 SUGGEST_ARGS[1] = "http://www." + like;800 SUGGEST_ARGS[2] = "https://" + like;801 SUGGEST_ARGS[3] = "https://www." + like;803 SUGGEST_ARGS[4] = like;
1137 String like = selectionArgs[0] + "%"; in doSuggestQuery() local1140 selectionArgs[0] = like; in doSuggestQuery()1143 selectionArgs[0] = "http://" + like; in doSuggestQuery()1144 selectionArgs[1] = "http://www." + like; in doSuggestQuery()1145 selectionArgs[2] = "https://" + like; in doSuggestQuery()1146 selectionArgs[3] = "https://www." + like; in doSuggestQuery()1148 selectionArgs[4] = like; in doSuggestQuery()1149 selectionArgs[5] = like; in doSuggestQuery()
140 # doesn't support long names like on DOS, Mac, or CD-ROM.147 # comments will behave just like regular Qt-style comments155 # will behave just like regular Qt-style comments (thus requiring247 # Doxygen will parse them like normal C++ but will assume all classes use public583 # documented source files. You may enter file names like "myfile.cpp" or584 # directories like "/usr/src/myproject". Separate the files or directories598 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp677 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp709 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further882 # will be generated that can be used as input for tools like the[all …]