Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fileContainsText (0.11 sec)

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

                                if (!fileContainsText(referencedFile, "[[" + idName + "]]")) {
                                    errorsForFile.add(new Error(lineNumber, line, "Looking for section named " + idName + " in " + fileName));
                                }
                            }
                        }
                    }
                } else {
                    if (!fileContainsText(sourceFile, "[[" + link + "]]")) {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Aug 21 08:08:05 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top