Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseSourceLang (0.06 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBadMultiLangSnippets.java

                            break; // stop at next sample or end of example block
                        }
    
                        if (sourceLang == null) {
                            String parsed = parseSourceLang(look);
                            if (parsed != null) {
                                sourceLang = parsed;
                                break; // found the language for this sample
                            }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Aug 29 10:12:17 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top