Searched refs:match (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | preloadcheck.sh | 270 match=$(echo "$rpl_files:0}" | grep -o $i) 271 [[ -z $match ]] && rpl_files=("${rpl_files[@]}" $i) \
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfd.sln.bat | 14 :: (we didn't want to match only "system" as it might not be unique enough)
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ |
| D | TexConv2.sln.bat | 14 :: (we didn't want to match only "system" as it might not be unique enough)
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.sln.bat | 14 :: (we didn't want to match only "system" as it might not be unique enough)
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 1675 internal static void AddNotification(string match, ManualResetEvent evt) in AddNotification() argument 1677 …eyValuePair<string, ManualResetEvent> kvp = new KeyValuePair<string, ManualResetEvent>(match, evt); in AddNotification() 1695 internal static void AddNotification(string match, Func<string, bool> callback) in AddNotification() argument 1697 …ir<string, Func<string, bool>> kvp = new KeyValuePair<string, Func<string, bool>>(match, callback); in AddNotification() 1707 Log.WriteLine("Overriding existing handler for '{0}'!", match); in AddNotification()
|
| /CafeSDK-2.12.13-1/ |
| D | cafe.bat | 667 :: if versions don't match and have not been changed yet change them
|