Path Lines of Code src/startupscriptgenerator/src/common/fsvalidation_test.go 76 src/startupscriptgenerator/src/node/main_test.go 32 src/startupscriptgenerator/src/node/scriptgenerator_test.go 185 src/startupscriptgenerator/src/php/scriptgenerator_test.go 9 src/startupscriptgenerator/src/python/scriptgenerator_test.go 32 src/startupscriptgenerator/src/ruby/scriptgenerator_test.go 9 tests/BuildScriptGenerator.Common.Tests/BuildScriptGenerator.Common.Tests.csproj 21 tests/BuildScriptGenerator.Common.Tests/ImageTestHelperTest.cs 185 tests/BuildScriptGenerator.Common.Tests/OryxDirectoryStructureHelperTest.cs 79 tests/BuildScriptGenerator.Common.Tests/VersionInfoTest.cs 51 tests/BuildScriptGenerator.Tests/BaseBashBuildScriptTests.cs 41 tests/BuildScriptGenerator.Tests/BuildScriptGenerator.Tests.csproj 37 tests/BuildScriptGenerator.Tests/CheckerExtensionsTest.cs 47 tests/BuildScriptGenerator.Tests/DefaultBuildScriptGeneratorTest.cs 574 tests/BuildScriptGenerator.Tests/DefaultDockerfileGeneratorTest.cs 231 tests/BuildScriptGenerator.Tests/DefaultEnvironmentTest.cs 29 tests/BuildScriptGenerator.Tests/DefaultPlatformDetectorTest.cs 104 tests/BuildScriptGenerator.Tests/DefaultStandardOutputWriterTest.cs 55 tests/BuildScriptGenerator.Tests/DefaultTempDirectoryProviderTest.cs 52 tests/BuildScriptGenerator.Tests/DirectoryHelperTest.cs 153 tests/BuildScriptGenerator.Tests/DotnetCore/DotNetCoreBuildScriptGenerationTest.cs 69 tests/BuildScriptGenerator.Tests/DotnetCore/DotNetCorePlatformTest.cs 125 tests/BuildScriptGenerator.Tests/DotnetCore/GlobalJsonSdkResolverTest.cs 1015 tests/BuildScriptGenerator.Tests/DotnetCore/SdkVersionInfoTest.cs 169 tests/BuildScriptGenerator.Tests/DotnetCore/TestDotNetCorePlatformDetector.cs 26 tests/BuildScriptGenerator.Tests/DotnetCore/TestDotNetCoreVersionProvider.cs 24 tests/BuildScriptGenerator.Tests/Golang/GolangPlatformTests.cs 148 tests/BuildScriptGenerator.Tests/Golang/TestGolangPlatformDetector.cs 23 tests/BuildScriptGenerator.Tests/Golang/TestGolangVersionProvider.cs 19 tests/BuildScriptGenerator.Tests/Hugo/HugoPlatformTest.cs 68 tests/BuildScriptGenerator.Tests/Hugo/TestHugoPlatformDetector.cs 22 tests/BuildScriptGenerator.Tests/MemorySourceRepo.cs 49 tests/BuildScriptGenerator.Tests/NameValuePairParserTest.cs 56 tests/BuildScriptGenerator.Tests/Node/NodeBuildScriptGenerationTest.cs 832 tests/BuildScriptGenerator.Tests/Node/NodePackageScriptsCheckerTest.cs 45 tests/BuildScriptGenerator.Tests/Node/NodePlatformTest.cs 856 tests/BuildScriptGenerator.Tests/Node/NodeVersionCheckerTest.cs 38 tests/BuildScriptGenerator.Tests/Node/NodeVersionProviderTest.cs 87 tests/BuildScriptGenerator.Tests/Node/SamplePackageJsonContents.cs 88 tests/BuildScriptGenerator.Tests/Node/TestNodePlatformDetector.cs 23 tests/BuildScriptGenerator.Tests/Php/PhpPlatformTest.cs 481 tests/BuildScriptGenerator.Tests/Php/PhpScriptGeneratorTest.cs 116 tests/BuildScriptGenerator.Tests/Php/PhpVersionProviderTest.cs 89 tests/BuildScriptGenerator.Tests/Php/TestPhpPlatformDetector.cs 23 tests/BuildScriptGenerator.Tests/Php/TestPhpVersionProvider.cs 25 tests/BuildScriptGenerator.Tests/PlatformsInstallationScriptProviderTest.cs 132 tests/BuildScriptGenerator.Tests/Python/PythonBashBuildSnippetTest.cs 121 tests/BuildScriptGenerator.Tests/Python/PythonPlatformTests.cs 309 tests/BuildScriptGenerator.Tests/Python/PythonVersionCheckerTest.cs 39 tests/BuildScriptGenerator.Tests/Python/PythonVersionProviderTest.cs 87 tests/BuildScriptGenerator.Tests/Python/TestPythonPlatformDetector.cs 23 tests/BuildScriptGenerator.Tests/Python/TestPythonVersionProvider.cs 19 tests/BuildScriptGenerator.Tests/Ruby/RubyPlatformTests.cs 326 tests/BuildScriptGenerator.Tests/Ruby/RubyVersionProviderTest.cs 88 tests/BuildScriptGenerator.Tests/Ruby/TestRubyPlatformDetector.cs 22 tests/BuildScriptGenerator.Tests/Ruby/TestRubyVersionProvider.cs 18 tests/BuildScriptGenerator.Tests/SemanticVersionResolverTest.cs 103 tests/BuildScriptGenerator.Tests/SourceRepo/DefaultSourceRepoProviderTest.cs 66 tests/BuildScriptGenerator.Tests/SourceRepo/LocalSourceRepoTest.cs 90 tests/BuildScriptGenerator.Tests/TemplateHelpersTest.cs 49 tests/BuildScriptGenerator.Tests/TestConfiguration.cs 43 tests/BuildScriptGenerator.Tests/VersionProviderHelperTest.cs 32 tests/BuildScriptGeneratorCli.Tests/BuildCommandTest.cs 589 tests/BuildScriptGeneratorCli.Tests/BuildScriptGeneratorCli.Tests.csproj 28 tests/BuildScriptGeneratorCli.Tests/BuildScriptGeneratorOptionsHelperTest.cs 173 tests/BuildScriptGeneratorCli.Tests/BuildpackDetectCommandTest.cs 101 tests/BuildScriptGeneratorCli.Tests/CliEnvironmentSettingsTest.cs 57 tests/BuildScriptGeneratorCli.Tests/DetectCommandTest.cs 310 tests/BuildScriptGeneratorCli.Tests/DockerfileCommandTest.cs 44 tests/BuildScriptGeneratorCli.Tests/ExecCommandTest.cs 24 tests/BuildScriptGeneratorCli.Tests/PrepareEnvironmentCommandTest.cs 335 tests/BuildScriptGeneratorCli.Tests/ProcessExitCodeHelperTest.cs 32 tests/BuildScriptGeneratorCli.Tests/ProgramTest.cs 27 tests/BuildScriptGeneratorCli.Tests/RunScriptCommandTest.cs 51 tests/BuildScriptGeneratorCli.Tests/ScriptCommandTest.cs 131 tests/BuildScriptGeneratorCli.Tests/ScriptCommandTestBase.cs 67 tests/BuildScriptGeneratorCli.Tests/TestConsole.cs 81 tests/Detector.NuGetPackage.Tests/CustomDetectorTest.cs 53 tests/Detector.NuGetPackage.Tests/Detector.NuGetPackage.Tests.csproj 20 tests/Detector.Tests/DefaultPlatformDetectorTest.cs 48 tests/Detector.Tests/Detector.Tests.csproj 36 tests/Detector.Tests/DotNetCore/DotNetCoreServiceCollectionExtensionsTest.cs 72 tests/Detector.Tests/DotNetCore/DotnetCoreDetectorTest.cs 147 tests/Detector.Tests/DotNetCore/ExplicitProjectFileProviderTest.cs 90 tests/Detector.Tests/DotNetCore/ProbeAndFindProjectFileProviderTest.cs 354 tests/Detector.Tests/DotNetCore/ProjectFileHelpersTest.cs 90 tests/Detector.Tests/DotNetCore/ProjectFileProviderTestBase.cs 216 tests/Detector.Tests/DotNetCore/RootDirectoryProjectFileProviderTest.cs 137 tests/Detector.Tests/DotNetCore/SampleProjectFileContents.cs 55 tests/Detector.Tests/DotNetCore/TestProjectFileProvider.cs 18 tests/Detector.Tests/Golang/GolangDetectorTest.cs 90 tests/Detector.Tests/Hugo/HugoDetectorTest.cs 170 tests/Detector.Tests/Hugo/HugoServiceCollectionExtensionsTest.cs 53 tests/Detector.Tests/Java/JavaDetectorTest.cs 123 tests/Detector.Tests/Java/JavaServiceCollectionExtensionsTest.cs 53 tests/Detector.Tests/LocalSourceRepoTest.cs 139 tests/Detector.Tests/MemorySourceRepo.cs 61 tests/Detector.Tests/Node/NodeDetectorTest.cs 420 tests/Detector.Tests/Node/NodeServiceCollectionExtensionsTest.cs 53 tests/Detector.Tests/ParserHelperTest.cs 58 tests/Detector.Tests/Php/PhpDetectorTest.cs 102 tests/Detector.Tests/Php/PhpServiceCollectionExtensionsTest.cs 53 tests/Detector.Tests/Python/PythonDetectorTest.cs 269 tests/Detector.Tests/Python/PythonServiceCollectionExtensionsTest.cs 53 tests/Detector.Tests/Ruby/RubyDetectorTest.cs 264 tests/Detector.Tests/Ruby/RubyServiceCollectionExtensionsTest.cs 52 tests/Oryx.BuildImage.Tests/BenvTest.cs 329 tests/Oryx.BuildImage.Tests/CommandTests/DetectCommandTest.cs 46 tests/Oryx.BuildImage.Tests/CommandTests/ExecCommandTest.cs 83 tests/Oryx.BuildImage.Tests/CommandTests/OryxCommandTest.cs 221 tests/Oryx.BuildImage.Tests/CommandTests/PlatformsCommandTest.cs 99 tests/Oryx.BuildImage.Tests/CommandTests/PrepareEnvironmentCommandTest.cs 227 tests/Oryx.BuildImage.Tests/DotNetCore/DotNetCoreDynamicInstallTest.cs 429 tests/Oryx.BuildImage.Tests/DotNetCore/DotNetCoreSampleAppsTest.cs 848 tests/Oryx.BuildImage.Tests/Hugo/HugoDynamicInstallationTest.cs 159 tests/Oryx.BuildImage.Tests/Hugo/HugoSampleAppsTest.cs 107 tests/Oryx.BuildImage.Tests/Hugo/HugoSampleAppsTestBase.cs 23 tests/Oryx.BuildImage.Tests/Java/JavaSampleAppsTest.cs 127 tests/Oryx.BuildImage.Tests/Node/NodeAppOutputDirTest.cs 53 tests/Oryx.BuildImage.Tests/Node/NodeDynamicInstallationTest.cs 121 tests/Oryx.BuildImage.Tests/Node/NodeJSSampleAppsTestBase.cs 21 tests/Oryx.BuildImage.Tests/Node/NodeJsMonorepoSampleAppsTests.cs 120 tests/Oryx.BuildImage.Tests/Node/NodeJsSampleAppsOtherTests.cs 964 tests/Oryx.BuildImage.Tests/Node/NodeVsCodeDependencies.cs 96 tests/Oryx.BuildImage.Tests/Oryx.BuildImage.Tests.csproj 40 tests/Oryx.BuildImage.Tests/Php/PhpDynamicInstallationTest.cs 96 tests/Oryx.BuildImage.Tests/Php/PhpSampleAppsTest.cs 146 tests/Oryx.BuildImage.Tests/Python/CondaTests.cs 218 tests/Oryx.BuildImage.Tests/Python/PythonDynamicInstallationTest.cs 247 tests/Oryx.BuildImage.Tests/Python/PythonPackageTest.cs 172 tests/Oryx.BuildImage.Tests/Python/PythonSampleAppsBuildsShapelyTest.cs 42 tests/Oryx.BuildImage.Tests/Python/PythonSampleAppsDjangoAppRunningCollectStatic.cs 53 tests/Oryx.BuildImage.Tests/Python/PythonSampleAppsDjangoAppWithoutRunningCollectStaticTest.cs 49 tests/Oryx.BuildImage.Tests/Python/PythonSampleAppsTest.cs 1250 tests/Oryx.BuildImage.Tests/Python/PythonSampleAppsTestBase.cs 16 tests/Oryx.BuildImage.Tests/Ruby/RubyDynamicInstallationTest.cs 58 tests/Oryx.BuildImage.Tests/Ruby/RubySampleAppsTest.cs 140 tests/Oryx.BuildImage.Tests/SampleAppsTestBase.cs 38 tests/Oryx.BuildImage.Tests/Settings.cs 16 tests/Oryx.BuildImage.Tests/StaticWebAppSamplesTest.cs 65 tests/Oryx.BuildImage.Tests/VersionInformationTest.cs 556 tests/Oryx.BuildImage.Tests/golang/GolangDynamicInstallationTest.cs 58 tests/Oryx.Common.Tests/Common.Tests.csproj 21 tests/Oryx.Common.Tests/FileExtensionsTest.cs 56 tests/Oryx.Common.Tests/StringExtensionsTest.cs 45 tests/Oryx.Integration.Tests/Constants.cs 11 tests/Oryx.Integration.Tests/Database/DatabaseTestsBase.cs 84 tests/Oryx.Integration.Tests/Database/PulledBuildImageTypeTest.cs 57 tests/Oryx.Integration.Tests/DevStorageAccountSanityTest.cs 19 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreDynamicInstallTest.cs 120 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreEndToEndTestsBase.cs 38 tests/Oryx.Integration.Tests/DotNetCore/DotNetCorePreRunCommandOrScriptTest.cs 150 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion10Tests.cs 67 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion11Tests.cs 115 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion20Tests.cs 67 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion21Tests.cs 643 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion22Tests.cs 280 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion30Tests.cs 304 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion31Tests.cs 241 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion50Tests.cs 165 tests/Oryx.Integration.Tests/DotNetCore/DotNetCoreRuntimeVersion60Tests.cs 359 tests/Oryx.Integration.Tests/Fixtures/DbContainerFixtureBase.cs 114 tests/Oryx.Integration.Tests/Fixtures/MySqlDbContainerFixture.cs 57 tests/Oryx.Integration.Tests/Fixtures/PostgreSqlDbContainerFixture.cs 59 tests/Oryx.Integration.Tests/Node/NodeAngularAppTest.cs 1005 tests/Oryx.Integration.Tests/Node/NodeDynamicInstallationTest.cs 119 tests/Oryx.Integration.Tests/Node/NodeEndToEndTestsBase.cs 19 tests/Oryx.Integration.Tests/Node/NodeLegacyVersionsEndToEndTest.cs 112 tests/Oryx.Integration.Tests/Node/NodeMySqlIntegrationTests.cs 28 tests/Oryx.Integration.Tests/Node/NodeNextJsAppTest.cs 105 tests/Oryx.Integration.Tests/Node/NodeNuxtJsAppTest.cs 107 tests/Oryx.Integration.Tests/Node/NodeOtherEndtoEndTests.cs 745 tests/Oryx.Integration.Tests/Node/NodePostgreSqlIntegrationTests.cs 28 tests/Oryx.Integration.Tests/Node/NodePreRunCommandOrScriptTest.cs 198 tests/Oryx.Integration.Tests/Node/NodeSassExampleTest.cs 60 tests/Oryx.Integration.Tests/Node/NodeSqlServerIntegrationTests.cs 62 tests/Oryx.Integration.Tests/Node/NodeTestBuildAndRunAppWithDebugger.cs 63 tests/Oryx.Integration.Tests/Node/NodeTestUsingZippedNodeModules.cs 174 tests/Oryx.Integration.Tests/Node/NodeTestWithAppInsightsConfigured.cs 133 tests/Oryx.Integration.Tests/Node/NodeWebFrontEndAppTest.cs 147 tests/Oryx.Integration.Tests/Oryx.Integration.Tests.csproj 44 tests/Oryx.Integration.Tests/Php/PhpDynamicInstallationTest.cs 65 tests/Oryx.Integration.Tests/Php/PhpEndToEndTestsBase.cs 16 tests/Oryx.Integration.Tests/Php/PhpExifTest.cs 98 tests/Oryx.Integration.Tests/Php/PhpGdTest.cs 97 tests/Oryx.Integration.Tests/Php/PhpGreetingsAppTest.cs 99 tests/Oryx.Integration.Tests/Php/PhpImagickExampleTest.cs 95 tests/Oryx.Integration.Tests/Php/PhpMySqlIntegrationTests.cs 36 tests/Oryx.Integration.Tests/Php/PhpPostgreSqlIntegrationTests.cs 28 tests/Oryx.Integration.Tests/Php/PhpPreRunCommandOrScriptTest.cs 173 tests/Oryx.Integration.Tests/Php/PhpSqlServerIntegrationTests.cs 81 tests/Oryx.Integration.Tests/Php/PhpTwigExampleTest.cs 97 tests/Oryx.Integration.Tests/Php/PhpWordPressFpmTest.cs 76 tests/Oryx.Integration.Tests/Php/PhpWordPressTest.cs 122 tests/Oryx.Integration.Tests/PlatformEndToEndTestsBase.cs 39 tests/Oryx.Integration.Tests/ProdStorageAccountSanityTest.cs 19 tests/Oryx.Integration.Tests/Python/Python27EndToEndTests.cs 107 tests/Oryx.Integration.Tests/Python/Python37EndToEndTests.cs 325 tests/Oryx.Integration.Tests/Python/PythonBackwardCompatibilityTests.cs 99 tests/Oryx.Integration.Tests/Python/PythonCustomStartUpCommandTest.cs 107 tests/Oryx.Integration.Tests/Python/PythonDebuggingTests.cs 93 tests/Oryx.Integration.Tests/Python/PythonDjangoAppTests.cs 166 tests/Oryx.Integration.Tests/Python/PythonDynamicInstallationTest.cs 188 tests/Oryx.Integration.Tests/Python/PythonEndToEndTests.cs 264 tests/Oryx.Integration.Tests/Python/PythonEndToEndTestsBase.cs 25 tests/Oryx.Integration.Tests/Python/PythonGunicornMultiWorkersTest.cs 65 tests/Oryx.Integration.Tests/Python/PythonMySqlIntegrationTests.cs 48 tests/Oryx.Integration.Tests/Python/PythonPortEnvironmentVariableTests.cs 100 tests/Oryx.Integration.Tests/Python/PythonPostgreSqlIntegrationTests.cs 29 tests/Oryx.Integration.Tests/Python/PythonPreRunCommandOrScriptTest.cs 181 tests/Oryx.Integration.Tests/Python/PythonShapelyAppTests.cs 104 tests/Oryx.Integration.Tests/Python/PythonSqlServerIntegrationTests.cs 63 tests/Oryx.Integration.Tests/StorageAccountSanityTestBase.cs 296 tests/Oryx.Integration.Tests/VSCodeDebugProtocol/Messages.cs 30 tests/Oryx.Integration.Tests/VSCodeDebugProtocol/SimpleDAPClient.cs 49 tests/Oryx.RuntimeImage.Tests/DotNetCore/DotNetCoreLibraryVerificationTest.cs 60 tests/Oryx.RuntimeImage.Tests/DotNetCore/DotnetCoreImageVersionsTest.cs 121 tests/Oryx.RuntimeImage.Tests/Node/NodeLegacyVersionsRuntimeImageTests.cs 223 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageCanRunWhenAppInsightsModuleNotFound.cs 185 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageContainsRequiredPrograms.cs 96 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageContainsVersionAndCommitInfo.cs 42 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageOtherTests.cs 132 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageRunAppUsingConfigJs.cs 51 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageRunAppUsingConfigYml.cs 51 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageRunAppUsingProcessJson.cs 51 tests/Oryx.RuntimeImage.Tests/Node/NodeRuntimeImageTestBase.cs 20 tests/Oryx.RuntimeImage.Tests/Oryx.RuntimeImage.Tests.csproj 35 tests/Oryx.RuntimeImage.Tests/Php-fpm/PhpFpmImageTest.cs 143 tests/Oryx.RuntimeImage.Tests/Php/PhpImageTest.cs 107 tests/Oryx.RuntimeImage.Tests/Python/PythonImagesTests.cs 133 tests/Oryx.RuntimeImage.Tests/Ruby/RubyImagesTest.cs 81 tests/Oryx.RuntimeImage.Tests/Settings.cs 8 tests/Oryx.RuntimeImage.Tests/TestBase.cs 30 tests/Oryx.Tests.Common/DockerCli.cs 308 tests/Oryx.Tests.Common/DockerCommandResult.cs 42 tests/Oryx.Tests.Common/DockerResultBase.cs 37 tests/Oryx.Tests.Common/DockerRunArguments.cs 17 tests/Oryx.Tests.Common/DockerRunCommandProcessResult.cs 31 tests/Oryx.Tests.Common/DockerRunCommandResult.cs 48 tests/Oryx.Tests.Common/DockerVolume.cs 98 tests/Oryx.Tests.Common/EnableOnPlatformAttribute.cs 18 tests/Oryx.Tests.Common/EndToEndTestHelper.cs 312 tests/Oryx.Tests.Common/EnvironmentVariable.cs 19 tests/Oryx.Tests.Common/GitHelper.cs 24 tests/Oryx.Tests.Common/IOHelpers.cs 17 tests/Oryx.Tests.Common/ImageTestHelper.cs 184 tests/Oryx.Tests.Common/Oryx.Tests.Common.csproj 17 tests/Oryx.Tests.Common/RepoRootDirTestFixture.cs 35 tests/Oryx.Tests.Common/Settings.cs 20 tests/Oryx.Tests.Common/SqlServerDbTestHelper.cs 27 tests/Oryx.Tests.Common/StringExtensions.cs 15 tests/Oryx.Tests.Common/TestConstants.cs 10 tests/Oryx.Tests.Common/TestEnvironment.cs 71 tests/Oryx.Tests.Common/TestHttpClientFactory.cs 12 tests/Oryx.Tests.Common/TestPlatformDetector.cs 62 tests/Oryx.Tests.Common/TestProgrammingPlatform.cs 102 tests/Oryx.Tests.Common/TestTempDirTestFixture.cs 36 tests/Oryx.Tests.Common/TestValueGenerator.cs 95 tests/SampleApps/DotNetCore/AzureFunctionsHttpTriggerApp/AzureFunctionsHttpTriggerApp.csproj 18 tests/SampleApps/DotNetCore/AzureFunctionsHttpTriggerApp/HttpTriggerCSharp.cs 29 tests/SampleApps/DotNetCore/Blazor_Function_Sample/MessageFunction/MessageFunction.csproj 18 tests/SampleApps/DotNetCore/Blazor_Function_Sample/MessageFunction/SayHello.cs 30 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/App.razor 10 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Pages/Counter.razor 11 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Pages/FetchData.razor 46 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Pages/Index.razor 14 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Pages/Serverless.razor 25 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Program.cs 22 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Shared/MainLayout.razor 12 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Shared/NavMenu.razor 38 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/Shared/SurveyPrompt.razor 14 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/_Imports.razor 9 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/blazor-sample-app.csproj 12 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/wwwroot/css/app.css 147 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/wwwroot/ecosystem.config.js 7 tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app/wwwroot/index.html 34 tests/SampleApps/DotNetCore/DefaultWebApp/DefaultWebApp.csproj 11 tests/SampleApps/DotNetCore/DefaultWebApp/Program.cs 22 tests/SampleApps/DotNetCore/DefaultWebApp/Startup.cs 36 tests/SampleApps/DotNetCore/FSharpNetCoreApp21.WebApp/FSharpNetCoreApp21.WebApp.fsproj 12 tests/SampleApps/DotNetCore/FSharpNetCoreApp21.WebApp/Program.fs 20 tests/SampleApps/DotNetCore/FSharpNetCoreApp21.WebApp/Startup.fs 16 tests/SampleApps/DotNetCore/ImageResizingWebApp/Program.cs 18 tests/SampleApps/DotNetCore/ImageResizingWebApp/Startup.cs 55 tests/SampleApps/DotNetCore/ImageResizingWebApp/dotnetapp.csproj 13 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/Greeter/Greeter.csproj 5 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/Greeter/Greeting.cs 11 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/WebApp1/Program.cs 22 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/WebApp1/Startup.cs 34 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/WebApp1/WebApp1.csproj 16 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/WebApp2/Program.cs 22 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/WebApp2/Startup.cs 34 tests/SampleApps/DotNetCore/MultiWebAppRepo/src/WebApp2/WebApp2.csproj 15 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/App.razor 10 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Net5BlazorWasmClientApp.csproj 10 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Pages/Counter.razor 11 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Pages/FetchData.razor 46 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Pages/Index.razor 4 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Program.cs 22 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Shared/MainLayout.razor 14 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Shared/MainLayout.razor.css 58 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Shared/NavMenu.razor 33 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Shared/NavMenu.razor.css 50 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/Shared/SurveyPrompt.razor 14 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/_Imports.razor 10 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/wwwroot/css/app.css 41 tests/SampleApps/DotNetCore/Net5BlazorWasmClientApp/wwwroot/index.html 21 tests/SampleApps/DotNetCore/Net5MvcApp/Controllers/HomeController.cs 32 tests/SampleApps/DotNetCore/Net5MvcApp/Models/ErrorViewModel.cs 9 tests/SampleApps/DotNetCore/Net5MvcApp/Net5MvcApp.csproj 5 tests/SampleApps/DotNetCore/Net5MvcApp/Program.cs 24 tests/SampleApps/DotNetCore/Net5MvcApp/Startup.cs 47 tests/SampleApps/DotNetCore/Net5MvcApp/Views/Home/Index.cshtml 7 tests/SampleApps/DotNetCore/Net5MvcApp/Views/Home/Privacy.cshtml 5 tests/SampleApps/DotNetCore/Net5MvcApp/Views/Shared/Error.cshtml 22 tests/SampleApps/DotNetCore/Net5MvcApp/Views/Shared/_Layout.cshtml 47 tests/SampleApps/DotNetCore/Net5MvcApp/Views/Shared/_ValidationScriptsPartial.cshtml 2 tests/SampleApps/DotNetCore/Net5MvcApp/Views/_ViewImports.cshtml 3 tests/SampleApps/DotNetCore/Net5MvcApp/Views/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/Net5MvcApp/wwwroot/css/site.css 54 tests/SampleApps/DotNetCore/Net5MvcApp/wwwroot/js/site.js 1 tests/SampleApps/DotNetCore/NetCore50IsolatedApp/HttpTrigger.cs 22 tests/SampleApps/DotNetCore/NetCore50IsolatedApp/NetCoreApp50Isolated.csproj 24 tests/SampleApps/DotNetCore/NetCore50IsolatedApp/Program.cs 17 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/App.razor 10 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/NetCore6BlazorWasmApp.csproj 9 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Pages/Counter.razor 11 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Pages/FetchData.razor 46 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Pages/Index.razor 4 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Program.cs 22 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Shared/MainLayout.razor 14 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Shared/MainLayout.razor.css 58 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Shared/NavMenu.razor 33 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Shared/NavMenu.razor.css 50 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/Shared/SurveyPrompt.razor 14 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/_Imports.razor 10 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/wwwroot/css/app.css 41 tests/SampleApps/DotNetCore/NetCore6BlazorWasmApp/wwwroot/index.html 21 tests/SampleApps/DotNetCore/NetCore6PreviewConsoleApp/NetCore6PreviewConsoleApp.csproj 6 tests/SampleApps/DotNetCore/NetCore6PreviewConsoleApp/Program.cs 11 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Controllers/HomeController.cs 32 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Models/ErrorViewModel.cs 9 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/NetCore6PreviewMvcApp.csproj 6 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Program.cs 24 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Startup.cs 47 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Views/Home/Index.cshtml 7 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Views/Home/Privacy.cshtml 5 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Views/Shared/Error.cshtml 22 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Views/Shared/_Layout.cshtml 47 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Views/Shared/_ValidationScriptsPartial.cshtml 2 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Views/_ViewImports.cshtml 3 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/Views/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/wwwroot/css/site.css 54 tests/SampleApps/DotNetCore/NetCore6PreviewMvcApp/wwwroot/js/site.js 1 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/NetCore6PreviewWebApp.csproj 5 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Error.cshtml 23 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Error.cshtml.cs 27 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Index.cshtml 9 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Index.cshtml.cs 21 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Privacy.cshtml 7 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Privacy.cshtml.cs 21 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Shared/_Layout.cshtml 47 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/Shared/_ValidationScriptsPartial.cshtml 2 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/_ViewImports.cshtml 3 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Pages/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Program.cs 24 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/Startup.cs 45 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/wwwroot/css/site.css 54 tests/SampleApps/DotNetCore/NetCore6PreviewWebApp/wwwroot/js/site.js 1 tests/SampleApps/DotNetCore/NetCoreApp11MultiProjectApp/src/Greeter/Greeter.csproj 5 tests/SampleApps/DotNetCore/NetCoreApp11MultiProjectApp/src/Greeter/Greeting.cs 10 tests/SampleApps/DotNetCore/NetCoreApp11MultiProjectApp/src/NetCoreApp11MultiProjectApp/NetCoreApp11MultiProjectApp.csproj 14 tests/SampleApps/DotNetCore/NetCoreApp11MultiProjectApp/src/NetCoreApp11MultiProjectApp/Program.cs 21 tests/SampleApps/DotNetCore/NetCoreApp11MultiProjectApp/src/NetCoreApp11MultiProjectApp/Startup.cs 30 tests/SampleApps/DotNetCore/NetCoreApp11WebApp/NetCoreApp11WebApp.csproj 11 tests/SampleApps/DotNetCore/NetCoreApp11WebApp/Program.cs 21 tests/SampleApps/DotNetCore/NetCoreApp11WebApp/Startup.cs 30 tests/SampleApps/DotNetCore/NetCoreApp11WithExplicitAssemblyName/NetCoreApp11WithExplicitAssemblyName.csproj 12 tests/SampleApps/DotNetCore/NetCoreApp11WithExplicitAssemblyName/Program.cs 21 tests/SampleApps/DotNetCore/NetCoreApp11WithExplicitAssemblyName/Startup.cs 30 tests/SampleApps/DotNetCore/NetCoreApp21.WebApp/NetCoreApp21.WebApp.csproj 12 tests/SampleApps/DotNetCore/NetCoreApp21.WebApp/Program.cs 22 tests/SampleApps/DotNetCore/NetCoreApp21.WebApp/Startup.cs 34 tests/SampleApps/DotNetCore/NetCoreApp21MultiProjectApp/src/Greeter/Greeter.csproj 5 tests/SampleApps/DotNetCore/NetCoreApp21MultiProjectApp/src/Greeter/Greeting.cs 10 tests/SampleApps/DotNetCore/NetCoreApp21MultiProjectApp/src/NetCoreApp21MultiProjectApp/NetCore21MultiProjectApp.csproj 15 tests/SampleApps/DotNetCore/NetCoreApp21MultiProjectApp/src/NetCoreApp21MultiProjectApp/Program.cs 15 tests/SampleApps/DotNetCore/NetCoreApp21MultiProjectApp/src/NetCoreApp21MultiProjectApp/Startup.cs 24 tests/SampleApps/DotNetCore/NetCoreApp21WebApp/NetCoreApp21WebApp.csproj 11 tests/SampleApps/DotNetCore/NetCoreApp21WebApp/Program.cs 22 tests/SampleApps/DotNetCore/NetCoreApp21WebApp/Startup.cs 28 tests/SampleApps/DotNetCore/NetCoreApp21WithExplicitAssemblyName/NetCoreApp21WebApp.csproj 12 tests/SampleApps/DotNetCore/NetCoreApp21WithExplicitAssemblyName/Program.cs 22 tests/SampleApps/DotNetCore/NetCoreApp21WithExplicitAssemblyName/Startup.cs 28 tests/SampleApps/DotNetCore/NetCoreApp22MultiProjectApp/src/Greeter/Greeter.cs 10 tests/SampleApps/DotNetCore/NetCoreApp22MultiProjectApp/src/Greeter/Greeter.csproj 5 tests/SampleApps/DotNetCore/NetCoreApp22MultiProjectApp/src/NetCoreApp22MultiProjectApp/NetCoreApp22MultiProjectApp.csproj 13 tests/SampleApps/DotNetCore/NetCoreApp22MultiProjectApp/src/NetCoreApp22MultiProjectApp/Program.cs 22 tests/SampleApps/DotNetCore/NetCoreApp22MultiProjectApp/src/NetCoreApp22MultiProjectApp/Startup.cs 28 tests/SampleApps/DotNetCore/NetCoreApp22WebApp/NetCoreApp22WebApp.csproj 10 tests/SampleApps/DotNetCore/NetCoreApp22WebApp/Program.cs 22 tests/SampleApps/DotNetCore/NetCoreApp22WebApp/Startup.cs 40 tests/SampleApps/DotNetCore/NetCoreApp22WebApp/ValuesController.cs 23 tests/SampleApps/DotNetCore/NetCoreApp22WithExplicitAssemblyName/NetCoreApp22WebApp.csproj 11 tests/SampleApps/DotNetCore/NetCoreApp22WithExplicitAssemblyName/Program.cs 22 tests/SampleApps/DotNetCore/NetCoreApp22WithExplicitAssemblyName/Startup.cs 28 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Controllers/HomeController.cs 32 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Models/ErrorViewModel.cs 9 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/NetCoreApp30.MvcApp.csproj 7 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Program.cs 24 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Startup.cs 47 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Views/Home/Index.cshtml 6 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Views/Home/Privacy.cshtml 5 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Views/Shared/Error.cshtml 22 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Views/Shared/_Layout.cshtml 47 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Views/Shared/_ValidationScriptsPartial.cshtml 2 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Views/_ViewImports.cshtml 3 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/Views/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/wwwroot/css/site.css 54 tests/SampleApps/DotNetCore/NetCoreApp30.MvcApp/wwwroot/js/site.js 1 tests/SampleApps/DotNetCore/NetCoreApp30.WebApp/NetCoreApp30.WebApp.csproj 5 tests/SampleApps/DotNetCore/NetCoreApp30.WebApp/Program.cs 24 tests/SampleApps/DotNetCore/NetCoreApp30.WebApp/Startup.cs 33 tests/SampleApps/DotNetCore/NetCoreApp30WebAppWithExplicitAssemblyName/NetCoreApp30WebAppWithExplicitAssemblyName.csproj 6 tests/SampleApps/DotNetCore/NetCoreApp30WebAppWithExplicitAssemblyName/Program.cs 24 tests/SampleApps/DotNetCore/NetCoreApp30WebAppWithExplicitAssemblyName/Startup.cs 33 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Controllers/HomeController.cs 32 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Models/ErrorViewModel.cs 9 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/NetCoreApp31.MvcApp.csproj 5 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Program.cs 24 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Startup.cs 47 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Views/Home/Index.cshtml 7 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Views/Home/Privacy.cshtml 5 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Views/Shared/Error.cshtml 22 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Views/Shared/_Layout.cshtml 47 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Views/Shared/_ValidationScriptsPartial.cshtml 2 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Views/_ViewImports.cshtml 3 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/Views/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/wwwroot/css/site.css 54 tests/SampleApps/DotNetCore/NetCoreApp31.MvcApp/wwwroot/js/site.js 1 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Controllers/HomeController.cs 32 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Models/ErrorViewModel.cs 9 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/NetCoreApp50MvcApp.csproj 5 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Program.cs 24 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Startup.cs 47 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Views/Home/Index.cshtml 7 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Views/Home/Privacy.cshtml 5 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Views/Shared/Error.cshtml 22 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Views/Shared/_Layout.cshtml 47 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Views/Shared/_ValidationScriptsPartial.cshtml 2 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Views/_ViewImports.cshtml 3 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/Views/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/wwwroot/css/site.css 54 tests/SampleApps/DotNetCore/NetCoreApp50MvcApp/wwwroot/js/site.js 1 tests/SampleApps/DotNetCore/aspnetcore10/Controllers/HomeController.cs 29 tests/SampleApps/DotNetCore/aspnetcore10/Program.cs 22 tests/SampleApps/DotNetCore/aspnetcore10/Startup.cs 49 tests/SampleApps/DotNetCore/aspnetcore10/Views/Home/About.cshtml 6 tests/SampleApps/DotNetCore/aspnetcore10/Views/Home/Contact.cshtml 15 tests/SampleApps/DotNetCore/aspnetcore10/Views/Home/Index.cshtml 106 tests/SampleApps/DotNetCore/aspnetcore10/Views/Shared/Error.cshtml 12 tests/SampleApps/DotNetCore/aspnetcore10/Views/Shared/_Layout.cshtml 68 tests/SampleApps/DotNetCore/aspnetcore10/Views/Shared/_ValidationScriptsPartial.cshtml 18 tests/SampleApps/DotNetCore/aspnetcore10/Views/_ViewImports.cshtml 2 tests/SampleApps/DotNetCore/aspnetcore10/Views/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/aspnetcore10/app.csproj 15 tests/SampleApps/DotNetCore/aspnetcore10/wwwroot/css/site.css 25 tests/SampleApps/DotNetCore/aspnetcore10/wwwroot/css/site.min.css 1 tests/SampleApps/DotNetCore/aspnetcore10/wwwroot/js/site.js 1 tests/SampleApps/DotNetCore/aspnetcore20/Controllers/HomeController.cs 31 tests/SampleApps/DotNetCore/aspnetcore20/Models/ErrorViewModel.cs 9 tests/SampleApps/DotNetCore/aspnetcore20/Program.cs 23 tests/SampleApps/DotNetCore/aspnetcore20/Startup.cs 41 tests/SampleApps/DotNetCore/aspnetcore20/Views/Home/About.cshtml 6 tests/SampleApps/DotNetCore/aspnetcore20/Views/Home/Contact.cshtml 15 tests/SampleApps/DotNetCore/aspnetcore20/Views/Home/Index.cshtml 106 tests/SampleApps/DotNetCore/aspnetcore20/Views/Shared/Error.cshtml 19 tests/SampleApps/DotNetCore/aspnetcore20/Views/Shared/_Layout.cshtml 68 tests/SampleApps/DotNetCore/aspnetcore20/Views/Shared/_ValidationScriptsPartial.cshtml 18 tests/SampleApps/DotNetCore/aspnetcore20/Views/_ViewImports.cshtml 3 tests/SampleApps/DotNetCore/aspnetcore20/Views/_ViewStart.cshtml 3 tests/SampleApps/DotNetCore/aspnetcore20/app.csproj 11 tests/SampleApps/DotNetCore/aspnetcore20/wwwroot/css/site.css 23 tests/SampleApps/DotNetCore/aspnetcore20/wwwroot/css/site.min.css 1 tests/SampleApps/DotNetCore/aspnetcore20/wwwroot/js/site.js 1 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/api/HttpTriggerCSharpSample.cs 30 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/api/azureFunctionsApps.csproj 18 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/config/_default/config.toml 4 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/exampleSite/config.toml 31 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/de.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/en.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/es.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/fr.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/nl.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/pt.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/ru.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/sv.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/uk.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/i18n/zh.toml 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/404.html 8 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/_default/baseof.html 48 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/_default/list.html 15 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/_default/single.html 55 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/_default/taxonomy.html 16 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/_default/terms.html 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/index.html 49 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/page/single.html 18 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/commento.html 2 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/i18nlist.html 10 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/menu-contextual.html 29 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/new-window-icon.html 2 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/page-header.html 26 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/site-favicon.html 3 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/site-footer.html 8 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/site-header.html 36 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/site-navigation.html 22 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/site-scripts.html 4 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/social-follow.html 61 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/summary-with-image.html 29 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/summary.html 13 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/partials/tags.html 9 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/post/list.html 21 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/post/summary-with-image.html 19 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/post/summary.html 15 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/layouts/shortcodes/form-contact.html 14 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/css/_code.css 19 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/css/_hugo-internal-templates.css 28 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/css/_social-icons.css 41 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/css/_styles.css 12 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/css/_tachyons.css 54 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/css/main.css 5 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/css/postcss.config.js 8 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/js/main.js 1 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/src/webpack.config.js 53 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/stackbit.yaml 233 tests/SampleApps/StaticWebAppsSamples/HugoClientDotNetCoreServer/themes/ananke/theme.toml 13 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/api/GetList/index.js 23 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/app/public/index.html 15 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/app/src/App.css 29 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/app/src/App.js 22 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/app/src/App.test.js 6 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/app/src/index.css 12 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/app/src/index.js 37 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/app/src/serviceWorker.js 92 tests/SampleApps/StaticWebAppsSamples/ReactClientNodeServer/azure-pipelines.yml 14 tests/SampleApps/azureFunctionsApps/DotNetCore_HttpTriggerSample/HttpTriggerCSharpSample.cs 30 tests/SampleApps/azureFunctionsApps/DotNetCore_HttpTriggerSample/azureFunctionsApps.csproj 18 tests/SampleApps/azureFunctionsApps/Node_HttpTriggerSample/HttpTriggerSample/index.js 14 tests/SampleApps/azureFunctionsApps/Python_HttpTriggerSample/HttpTriggerSample/__init__.py 19 tests/SampleApps/azureFunctionsApps/TypeScript_HttpTriggerSample/HttpTriggerSample/index.ts 17 tests/SampleApps/golang/hello-world/main.go 5 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/exampleSite/config.toml 31 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/de.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/en.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/es.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/fr.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/nl.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/pt.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/ru.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/sv.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/uk.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/i18n/zh.toml 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/404.html 8 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/_default/baseof.html 48 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/_default/list.html 15 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/_default/single.html 55 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/_default/taxonomy.html 16 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/_default/terms.html 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/index.html 49 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/page/single.html 18 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/commento.html 2 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/i18nlist.html 10 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/menu-contextual.html 29 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/new-window-icon.html 2 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/page-header.html 26 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/site-favicon.html 3 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/site-footer.html 8 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/site-header.html 36 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/site-navigation.html 22 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/site-scripts.html 4 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/social-follow.html 61 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/summary-with-image.html 29 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/summary.html 13 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/partials/tags.html 9 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/post/list.html 21 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/post/summary-with-image.html 19 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/post/summary.html 15 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/layouts/shortcodes/form-contact.html 14 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/css/_code.css 19 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/css/_hugo-internal-templates.css 28 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/css/_social-icons.css 41 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/css/_styles.css 12 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/css/_tachyons.css 54 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/css/main.css 5 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/css/postcss.config.js 8 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/js/main.js 1 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/src/webpack.config.js 53 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/stackbit.yaml 233 tests/SampleApps/hugo/hugo-sample-json/themes/ananke/theme.toml 13 tests/SampleApps/hugo/hugo-sample-with-packagejson/config.toml 132 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/index.html 44 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/about.html 4 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/contact.html 17 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/header.html 22 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/location.html 7 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/nav.html 12 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/partners.html 10 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/schedule.html 39 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/speakers.html 24 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/layouts/partials/sponsors.html 10 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/static/css/main.css 825 tests/SampleApps/hugo/hugo-sample-with-packagejson/themes/hugo-conference/theme.toml 15 tests/SampleApps/hugo/hugo-sample-yaml/config.yaml 4 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/exampleSite/config.toml 31 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/de.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/en.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/es.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/fr.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/nl.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/pt.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/ru.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/sv.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/uk.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/i18n/zh.toml 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/404.html 8 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/_default/baseof.html 48 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/_default/list.html 15 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/_default/single.html 55 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/_default/taxonomy.html 16 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/_default/terms.html 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/index.html 49 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/page/single.html 18 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/commento.html 2 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/i18nlist.html 10 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/menu-contextual.html 29 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/new-window-icon.html 2 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/page-header.html 26 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/site-favicon.html 3 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/site-footer.html 8 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/site-header.html 36 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/site-navigation.html 22 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/site-scripts.html 4 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/social-follow.html 61 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/summary-with-image.html 29 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/summary.html 13 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/partials/tags.html 9 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/post/list.html 21 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/post/summary-with-image.html 19 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/post/summary.html 15 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/layouts/shortcodes/form-contact.html 14 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/css/_code.css 19 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/css/_hugo-internal-templates.css 28 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/css/_social-icons.css 41 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/css/_styles.css 12 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/css/_tachyons.css 54 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/css/main.css 5 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/css/postcss.config.js 8 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/js/main.js 1 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/src/webpack.config.js 53 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/stackbit.yaml 233 tests/SampleApps/hugo/hugo-sample-yaml/themes/ananke/theme.toml 13 tests/SampleApps/hugo/hugo-sample-yml/config.yml 4 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/exampleSite/config.toml 31 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/de.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/en.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/es.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/fr.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/nl.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/pt.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/ru.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/sv.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/uk.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/i18n/zh.toml 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/404.html 8 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/_default/baseof.html 48 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/_default/list.html 15 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/_default/single.html 55 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/_default/taxonomy.html 16 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/_default/terms.html 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/index.html 49 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/page/single.html 18 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/commento.html 2 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/i18nlist.html 10 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/menu-contextual.html 29 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/new-window-icon.html 2 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/page-header.html 26 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/site-favicon.html 3 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/site-footer.html 8 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/site-header.html 36 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/site-navigation.html 22 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/site-scripts.html 4 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/social-follow.html 61 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/summary-with-image.html 29 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/summary.html 13 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/partials/tags.html 9 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/post/list.html 21 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/post/summary-with-image.html 19 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/post/summary.html 15 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/layouts/shortcodes/form-contact.html 14 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/css/_code.css 19 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/css/_hugo-internal-templates.css 28 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/css/_social-icons.css 41 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/css/_styles.css 12 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/css/_tachyons.css 54 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/css/main.css 5 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/css/postcss.config.js 8 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/js/main.js 1 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/src/webpack.config.js 53 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/stackbit.yaml 233 tests/SampleApps/hugo/hugo-sample-yml/themes/ananke/theme.toml 13 tests/SampleApps/hugo/hugo-sample/config.toml 4 tests/SampleApps/hugo/hugo-sample/themes/ananke/exampleSite/config.toml 31 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/de.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/en.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/es.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/fr.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/nl.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/pt.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/ru.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/sv.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/uk.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/i18n/zh.toml 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/404.html 8 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/_default/baseof.html 48 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/_default/list.html 15 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/_default/single.html 55 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/_default/taxonomy.html 16 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/_default/terms.html 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/index.html 49 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/page/single.html 18 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/commento.html 2 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/i18nlist.html 10 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/menu-contextual.html 29 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/new-window-icon.html 2 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/page-header.html 26 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/site-favicon.html 3 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/site-footer.html 8 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/site-header.html 36 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/site-navigation.html 22 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/site-scripts.html 4 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/social-follow.html 61 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/summary-with-image.html 29 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/summary.html 13 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/partials/tags.html 9 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/post/list.html 21 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/post/summary-with-image.html 19 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/post/summary.html 15 tests/SampleApps/hugo/hugo-sample/themes/ananke/layouts/shortcodes/form-contact.html 14 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/css/_code.css 19 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/css/_hugo-internal-templates.css 28 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/css/_social-icons.css 41 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/css/_styles.css 12 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/css/_tachyons.css 54 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/css/main.css 5 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/css/postcss.config.js 8 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/js/main.js 1 tests/SampleApps/hugo/hugo-sample/themes/ananke/src/webpack.config.js 53 tests/SampleApps/hugo/hugo-sample/themes/ananke/stackbit.yaml 233 tests/SampleApps/hugo/hugo-sample/themes/ananke/theme.toml 13 tests/SampleApps/java/MavenArcheType/src/main/java/microsoft/oryx/App.java 8 tests/SampleApps/java/MavenArcheType/src/test/java/microsoft/oryx/AppTest.java 11 tests/SampleApps/java/MavenJ2EESample/servlets/servlet/src/main/webapp/index.jsp 5 tests/SampleApps/java/MavenSimpleJavaApp/src/main/java/microsoft/oryx/App.java 8 tests/SampleApps/java/MavenSimpleJavaApp/src/test/java/microsoft/oryx/AppTest.java 9 tests/SampleApps/java/MavenWebAppSample/src/main/webapp/index.jsp 5 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/public/index.html 18 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/App.js 16 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/App.test.js 12 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/components/Counter.js 24 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/components/FetchData.js 52 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/components/Home.js 24 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/components/Layout.js 13 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/components/NavMenu.css 16 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/components/NavMenu.js 41 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/custom.css 11 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/index.js 14 tests/SampleApps/multilanguage/dotNetCoreReactApp/ClientApp/src/registerServiceWorker.js 73 tests/SampleApps/multilanguage/dotNetCoreReactApp/Controllers/WeatherForecastController.cs 35 tests/SampleApps/multilanguage/dotNetCoreReactApp/Pages/Error.cshtml 23 tests/SampleApps/multilanguage/dotNetCoreReactApp/Pages/Error.cshtml.cs 26 tests/SampleApps/multilanguage/dotNetCoreReactApp/Pages/_ViewImports.cshtml 3 tests/SampleApps/multilanguage/dotNetCoreReactApp/Program.cs 24 tests/SampleApps/multilanguage/dotNetCoreReactApp/Startup.cs 56 tests/SampleApps/multilanguage/dotNetCoreReactApp/WeatherForecast.cs 11 tests/SampleApps/multilanguage/dotNetCoreReactApp/dotNetCoreReactApp.csproj 38 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorChanger/ColorChanger.js 47 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorChanger/__tests__/ColorChanger.snaps.spec.js 18 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorChanger/__tests__/__snapshots__/ColorChanger.snaps.spec.js.snap 109 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorChanger/index.js 2 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorChanger/style.scss 16 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorDisplay/ColorDisplay.js 9 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorDisplay/__tests__/ColorDisplay.snaps.spec.js 19 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorDisplay/__tests__/__snapshots__/ColorDisplay.snaps.spec.js.snap 22 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorDisplay/index.js 2 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/ColorDisplay/style.scss 24 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/components/index.js 2 tests/SampleApps/multilanguage/reactdjango/assets/js/app/example-app/index.js 2 tests/SampleApps/multilanguage/reactdjango/assets/js/constants/index.js 1 tests/SampleApps/multilanguage/reactdjango/assets/js/index.js 3 tests/SampleApps/multilanguage/reactdjango/assets/js/pages/homePage.js 6 tests/SampleApps/multilanguage/reactdjango/assets/js/routes/index.js 1 tests/SampleApps/multilanguage/reactdjango/assets/js/utils/index.js 2 tests/SampleApps/multilanguage/reactdjango/assets/js/utils/urls.js 2 tests/SampleApps/multilanguage/reactdjango/assets/sass/_global.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/_variables.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/components/_all.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/helpers/_all.scss 5 tests/SampleApps/multilanguage/reactdjango/assets/sass/helpers/_functions.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/helpers/_helpers.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/helpers/_mixins.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/helpers/_placeholders.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/helpers/_typography.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/pages/_all.scss 1 tests/SampleApps/multilanguage/reactdjango/assets/sass/style.scss 6 tests/SampleApps/multilanguage/reactdjango/babel.config.js 5 tests/SampleApps/multilanguage/reactdjango/common/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/common/management/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/common/management/commands/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/common/management/commands/celery.py 23 tests/SampleApps/multilanguage/reactdjango/common/management/commands/has_missing_migrations.py 41 tests/SampleApps/multilanguage/reactdjango/common/models.py 8 tests/SampleApps/multilanguage/reactdjango/common/utils/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/exampleapp/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/exampleapp/admin.py 1 tests/SampleApps/multilanguage/reactdjango/exampleapp/apps.py 4 tests/SampleApps/multilanguage/reactdjango/exampleapp/migrations/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/exampleapp/models.py 2 tests/SampleApps/multilanguage/reactdjango/exampleapp/tests/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/exampleapp/views.py 1 tests/SampleApps/multilanguage/reactdjango/jest-setup.js 3 tests/SampleApps/multilanguage/reactdjango/jest.config.js 40 tests/SampleApps/multilanguage/reactdjango/manage.py 19 tests/SampleApps/multilanguage/reactdjango/postcss.config.js 5 tests/SampleApps/multilanguage/reactdjango/reactdjango/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/reactdjango/celery.py 8 tests/SampleApps/multilanguage/reactdjango/reactdjango/settings/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/reactdjango/settings/base.py 90 tests/SampleApps/multilanguage/reactdjango/reactdjango/settings/local_base.py 66 tests/SampleApps/multilanguage/reactdjango/reactdjango/settings/production.py 95 tests/SampleApps/multilanguage/reactdjango/reactdjango/settings/test.py 19 tests/SampleApps/multilanguage/reactdjango/reactdjango/urls.py 15 tests/SampleApps/multilanguage/reactdjango/reactdjango/wsgi.py 4 tests/SampleApps/multilanguage/reactdjango/server.js 15 tests/SampleApps/multilanguage/reactdjango/templates/base.html 26 tests/SampleApps/multilanguage/reactdjango/templates/exampleapp/itworks.html 5 tests/SampleApps/multilanguage/reactdjango/users/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/users/admin.py 21 tests/SampleApps/multilanguage/reactdjango/users/apps.py 3 tests/SampleApps/multilanguage/reactdjango/users/managers.py 14 tests/SampleApps/multilanguage/reactdjango/users/migrations/0001_initial.py 30 tests/SampleApps/multilanguage/reactdjango/users/migrations/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/users/models.py 23 tests/SampleApps/multilanguage/reactdjango/users/tests/__init__.py 1 tests/SampleApps/multilanguage/reactdjango/users/views.py 1 tests/SampleApps/multilanguage/reactdjango/webpack.base.config.js 85 tests/SampleApps/multilanguage/reactdjango/webpack.local.config.js 78 tests/SampleApps/multilanguage/reactdjango/webpack.prod.config.js 85 tests/SampleApps/nodejs/NodeAndTypeScriptHelloWorld/src/App.spec.ts 10 tests/SampleApps/nodejs/NodeAndTypeScriptHelloWorld/src/App.ts 18 tests/SampleApps/nodejs/NodeAndTypeScriptHelloWorld/src/index.ts 8 tests/SampleApps/nodejs/angular6app/e2e/protractor.conf.js 24 tests/SampleApps/nodejs/angular6app/e2e/src/app.e2e-spec.ts 11 tests/SampleApps/nodejs/angular6app/e2e/src/app.po.ts 9 tests/SampleApps/nodejs/angular6app/src/app/app.component.css 1 tests/SampleApps/nodejs/angular6app/src/app/app.component.html 18 tests/SampleApps/nodejs/angular6app/src/app/app.component.spec.ts 27 tests/SampleApps/nodejs/angular6app/src/app/app.component.ts 9 tests/SampleApps/nodejs/angular6app/src/app/app.module.ts 14 tests/SampleApps/nodejs/angular6app/src/environments/environment.prod.ts 3 tests/SampleApps/nodejs/angular6app/src/environments/environment.ts 3 tests/SampleApps/nodejs/angular6app/src/index.html 13 tests/SampleApps/nodejs/angular6app/src/karma.conf.js 28 tests/SampleApps/nodejs/angular6app/src/main.ts 9 tests/SampleApps/nodejs/angular6app/src/polyfills.ts 2 tests/SampleApps/nodejs/angular6app/src/styles.css 1 tests/SampleApps/nodejs/angular6app/src/test.ts 13 tests/SampleApps/nodejs/angular8app/e2e/protractor.conf.js 24 tests/SampleApps/nodejs/angular8app/e2e/src/app.e2e-spec.ts 18 tests/SampleApps/nodejs/angular8app/e2e/src/app.po.ts 9 tests/SampleApps/nodejs/angular8app/karma.conf.js 29 tests/SampleApps/nodejs/angular8app/src/app/app-routing.module.ts 8 tests/SampleApps/nodejs/angular8app/src/app/app.component.css 1 tests/SampleApps/nodejs/angular8app/src/app/app.component.html 19 tests/SampleApps/nodejs/angular8app/src/app/app.component.spec.ts 31 tests/SampleApps/nodejs/angular8app/src/app/app.component.ts 9 tests/SampleApps/nodejs/angular8app/src/app/app.module.ts 16 tests/SampleApps/nodejs/angular8app/src/environments/environment.prod.ts 3 tests/SampleApps/nodejs/angular8app/src/environments/environment.ts 3 tests/SampleApps/nodejs/angular8app/src/index.html 13 tests/SampleApps/nodejs/angular8app/src/main.ts 9 tests/SampleApps/nodejs/angular8app/src/polyfills.ts 1 tests/SampleApps/nodejs/angular8app/src/styles.css 1 tests/SampleApps/nodejs/angular8app/src/test.ts 13 tests/SampleApps/nodejs/angularsample/e2e/protractor.conf.js 24 tests/SampleApps/nodejs/angularsample/e2e/src/app.e2e-spec.ts 18 tests/SampleApps/nodejs/angularsample/e2e/src/app.po.ts 9 tests/SampleApps/nodejs/angularsample/karma.conf.js 29 tests/SampleApps/nodejs/angularsample/src/app/app.component.css 1 tests/SampleApps/nodejs/angularsample/src/app/app.component.spec.ts 27 tests/SampleApps/nodejs/angularsample/src/app/app.component.ts 9 tests/SampleApps/nodejs/angularsample/src/app/app.module.ts 14 tests/SampleApps/nodejs/angularsample/src/environments/environment.prod.ts 3 tests/SampleApps/nodejs/angularsample/src/environments/environment.ts 3 tests/SampleApps/nodejs/angularsample/src/index.html 13 tests/SampleApps/nodejs/angularsample/src/main.ts 9 tests/SampleApps/nodejs/angularsample/src/polyfills.ts 1 tests/SampleApps/nodejs/angularsample/src/styles.css 1 tests/SampleApps/nodejs/angularsample/src/test.ts 13 tests/SampleApps/nodejs/azure-pages-sample/index/index.ts 11 tests/SampleApps/nodejs/blog-starter-nextjs/blog.config.js 13 tests/SampleApps/nodejs/blog-starter-nextjs/components/blog-index-item.js 27 tests/SampleApps/nodejs/blog-starter-nextjs/components/container.js 9 tests/SampleApps/nodejs/blog-starter-nextjs/components/footer.js 21 tests/SampleApps/nodejs/blog-starter-nextjs/components/head.js 43 tests/SampleApps/nodejs/blog-starter-nextjs/components/header.js 115 tests/SampleApps/nodejs/blog-starter-nextjs/components/layouts/blog-post.js 74 tests/SampleApps/nodejs/blog-starter-nextjs/components/layouts/default.js 14 tests/SampleApps/nodejs/blog-starter-nextjs/components/layouts/page.js 19 tests/SampleApps/nodejs/blog-starter-nextjs/components/nav.js 17 tests/SampleApps/nodejs/blog-starter-nextjs/components/next-prev-post.js 27 tests/SampleApps/nodejs/blog-starter-nextjs/components/profile.js 32 tests/SampleApps/nodejs/blog-starter-nextjs/components/syntax-highlight.css 130 tests/SampleApps/nodejs/blog-starter-nextjs/components/syntax-highlight.js 162 tests/SampleApps/nodejs/blog-starter-nextjs/components/title.js 29 tests/SampleApps/nodejs/blog-starter-nextjs/components/utils/published-at.js 21 tests/SampleApps/nodejs/blog-starter-nextjs/next.config.js 47 tests/SampleApps/nodejs/blog-starter-nextjs/pages/_document.js 15 tests/SampleApps/nodejs/blog-starter-nextjs/pages/index.js 74 tests/SampleApps/nodejs/blog-starter-nextjs/posts/get-blog-posts.js 24 tests/SampleApps/nodejs/blog-starter-nextjs/posts/index.js 5 tests/SampleApps/nodejs/blog-starter-nextjs/posts/rss-feed.js 29 tests/SampleApps/nodejs/create-react-app-sample/public/index.html 17 tests/SampleApps/nodejs/create-react-app-sample/src/App.css 28 tests/SampleApps/nodejs/create-react-app-sample/src/App.js 22 tests/SampleApps/nodejs/create-react-app-sample/src/App.test.js 6 tests/SampleApps/nodejs/create-react-app-sample/src/index.css 13 tests/SampleApps/nodejs/create-react-app-sample/src/index.js 10 tests/SampleApps/nodejs/create-react-app-sample/src/serviceWorker.js 92 tests/SampleApps/nodejs/express-config-js/app/server.js 9 tests/SampleApps/nodejs/express-config-js/ecosystem.config.js 17 tests/SampleApps/nodejs/express-config-yaml/app/server.js 9 tests/SampleApps/nodejs/express-config-yaml/config.yml 9 tests/SampleApps/nodejs/express-process-json/app/server.js 9 tests/SampleApps/nodejs/gatsbysample/gatsby-browser.js 1 tests/SampleApps/nodejs/gatsbysample/gatsby-config.js 31 tests/SampleApps/nodejs/gatsbysample/gatsby-node.js 1 tests/SampleApps/nodejs/gatsbysample/gatsby-ssr.js 1 tests/SampleApps/nodejs/gatsbysample/src/components/header.js 38 tests/SampleApps/nodejs/gatsbysample/src/components/image.js 16 tests/SampleApps/nodejs/gatsbysample/src/components/layout.css 622 tests/SampleApps/nodejs/gatsbysample/src/components/layout.js 40 tests/SampleApps/nodejs/gatsbysample/src/components/seo.js 60 tests/SampleApps/nodejs/gatsbysample/src/pages/404.js 11 tests/SampleApps/nodejs/gatsbysample/src/pages/index.js 18 tests/SampleApps/nodejs/gatsbysample/src/pages/page-2.js 10 tests/SampleApps/nodejs/hackernews-nuxtjs/common/api.js 8 tests/SampleApps/nodejs/hackernews-nuxtjs/common/utils.js 12 tests/SampleApps/nodejs/hackernews-nuxtjs/components/Comment.vue 82 tests/SampleApps/nodejs/hackernews-nuxtjs/components/Item.vue 76 tests/SampleApps/nodejs/hackernews-nuxtjs/components/ItemListNav.vue 53 tests/SampleApps/nodejs/hackernews-nuxtjs/components/LazyWrapper.vue 19 tests/SampleApps/nodejs/hackernews-nuxtjs/components/Spinner.vue 79 tests/SampleApps/nodejs/hackernews-nuxtjs/layouts/default.vue 127 tests/SampleApps/nodejs/hackernews-nuxtjs/nuxt.config.js 48 tests/SampleApps/nodejs/hackernews-nuxtjs/pages/_feed/_page.vue 132 tests/SampleApps/nodejs/hackernews-nuxtjs/pages/index.vue 8 tests/SampleApps/nodejs/hackernews-nuxtjs/pages/item/_id.vue 108 tests/SampleApps/nodejs/hackernews-nuxtjs/pages/user/_id.vue 70 tests/SampleApps/nodejs/hackernews-nuxtjs/plugins/filters.js 31 tests/SampleApps/nodejs/hackernews-nuxtjs/store/index.js 79 tests/SampleApps/nodejs/helloworld-nuxtjs/nuxt.config.js 1 tests/SampleApps/nodejs/helloworld-nuxtjs/pages/about.vue 20 tests/SampleApps/nodejs/helloworld-nuxtjs/pages/index.vue 15 tests/SampleApps/nodejs/hexo-sample/_config.yml 57 tests/SampleApps/nodejs/hexo-sample/themes/landscape/Gruntfile.js 43 tests/SampleApps/nodejs/hexo-sample/themes/landscape/_config.yml 23 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/de.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/default.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/es.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/fr.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/ja.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/ko.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/nl.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/no.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/pt.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/ru.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/zh-CN.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/languages/zh-TW.yml 19 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/after-footer.ejs 22 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/archive-post.ejs 8 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/archive.ejs 34 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/article.ejs 43 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/footer.ejs 11 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/gauges-analytics.ejs 18 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/google-analytics.ejs 12 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/head.ejs 34 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/header.ejs 32 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/mobile-nav.ejs 5 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/post/category.ejs 10 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/post/date.ejs 3 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/post/gallery.ejs 11 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/post/nav.ejs 22 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/post/tag.ejs 6 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/post/title.ejs 15 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_partial/sidebar.ejs 5 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_widget/archive.ejs 8 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_widget/category.ejs 8 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_widget/recent_posts.ejs 14 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_widget/tag.ejs 8 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/_widget/tagcloud.ejs 8 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/archive.ejs 1 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/category.ejs 1 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/index.ejs 1 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/layout.ejs 18 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/page.ejs 1 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/post.ejs 1 tests/SampleApps/nodejs/hexo-sample/themes/landscape/layout/tag.ejs 1 tests/SampleApps/nodejs/hexo-sample/themes/landscape/scripts/fancybox.js 13 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_extend.styl 61 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/archive.styl 70 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/article.styl 324 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/comment.styl 9 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/footer.styl 13 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/header.styl 145 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/highlight.styl 154 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/mobile.styl 18 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/sidebar-aside.styl 24 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/sidebar-bottom.styl 25 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_partial/sidebar.styl 32 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_util/grid.styl 30 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_util/mixin.styl 29 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/_variables.styl 55 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/css/style.styl 72 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.css 83 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.css 47 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/fancybox/jquery.fancybox.css 229 tests/SampleApps/nodejs/hexo-sample/themes/landscape/source/js/script.js 106 tests/SampleApps/nodejs/lab2-appservice/app.js 27 tests/SampleApps/nodejs/lab2-appservice/public/stylesheets/style.css 7 tests/SampleApps/nodejs/lab2-appservice/routes/index.js 6 tests/SampleApps/nodejs/lab2-appservice/routes/users.js 6 tests/SampleApps/nodejs/lab2-appservice/views/error.pug 5 tests/SampleApps/nodejs/lab2-appservice/views/index.pug 4 tests/SampleApps/nodejs/lab2-appservice/views/layout.pug 7 tests/SampleApps/nodejs/linxnodeexpress-appinsights/server.js 16 tests/SampleApps/nodejs/linxnodeexpress/server.js 9 tests/SampleApps/nodejs/nextjs-yarn2-example/pages/index.js 2 tests/SampleApps/nodejs/node-makefile-sample/config.mk 17 tests/SampleApps/nodejs/node-makefile-sample/customBuildScript.sh 1 tests/SampleApps/nodejs/node-makefile-sample/main.sed 2 tests/SampleApps/nodejs/node-makefile-sample/slides/end.html 4 tests/SampleApps/nodejs/node-makefile-sample/slides/htmlexample.html 62 tests/SampleApps/nodejs/node-makefile-sample/template/markdown-to-html.sh 12 tests/SampleApps/nodejs/node-mssql/server.js 41 tests/SampleApps/nodejs/node-mysql/app.js 31 tests/SampleApps/nodejs/node-nested-nodemodules/app.js 27 tests/SampleApps/nodejs/node-nested-nodemodules/public/stylesheets/style.css 7 tests/SampleApps/nodejs/node-nested-nodemodules/routes/index.js 6 tests/SampleApps/nodejs/node-nested-nodemodules/routes/users.js 6 tests/SampleApps/nodejs/node-nested-nodemodules/views/error.jade 5 tests/SampleApps/nodejs/node-nested-nodemodules/views/index.jade 4 tests/SampleApps/nodejs/node-nested-nodemodules/views/layout.jade 7 tests/SampleApps/nodejs/node-postgres/app.js 38 tests/SampleApps/nodejs/node-sass-example/public/index.html 12 tests/SampleApps/nodejs/node-sass-example/sass/main.scss 24 tests/SampleApps/nodejs/node-sass-example/server.js 21 tests/SampleApps/nodejs/soundcloud-ngrx/karma.conf.js 26 tests/SampleApps/nodejs/soundcloud-ngrx/karma.entry.js 24 tests/SampleApps/nodejs/soundcloud-ngrx/postcss.config.js 5 tests/SampleApps/nodejs/soundcloud-ngrx/server/config/app.js 21 tests/SampleApps/nodejs/soundcloud-ngrx/server/config/paths.js 6 tests/SampleApps/nodejs/soundcloud-ngrx/server/config/routes.js 22 tests/SampleApps/nodejs/soundcloud-ngrx/server/main.js 14 tests/SampleApps/nodejs/soundcloud-ngrx/server/spec.js 48 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app-config.ts 20 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app-header.scss 77 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app-header.spec.ts 93 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app-header.ts 45 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app-module.ts 39 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app-state.ts 22 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app.spec.ts 49 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/app.ts 17 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/core-module.ts 14 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/index.ts 4 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/interfaces/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/interfaces/selector.ts 2 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/api/api-service.spec.ts 174 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/api/api-service.ts 55 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/api/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/api/interfaces.ts 16 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/media-query/index.ts 12 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/media-query/interfaces.ts 14 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/media-query/media-query-list-stub.ts 13 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/media-query/media-query-service.spec.ts 72 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/media-query/media-query-service.ts 45 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/media-query/utils.spec.ts 51 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/core/services/media-query/utils.ts 14 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/home/home-module.ts 19 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/home/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/home/pages/home-page.spec.ts 53 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/home/pages/home-page.ts 20 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/index.ts 2 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/audio-service.spec.ts 125 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/audio-service.ts 54 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/audio-source.ts 8 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/components/player-controls.scss 37 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/components/player-controls.spec.ts 166 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/components/player-controls.ts 47 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/components/player.scss 23 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/components/player.spec.ts 138 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/components/player.ts 35 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/index.ts 3 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/pipes/format-volume.spec.ts 12 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/pipes/format-volume.ts 9 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-actions.spec.ts 85 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-actions.ts 48 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-effects.ts 31 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-module.ts 30 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-service.spec.ts 138 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-service.ts 39 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-storage.spec.ts 42 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/player-storage.ts 21 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/index.ts 4 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/player-reducer.spec.ts 47 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/player-reducer.ts 22 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/player-state.spec.ts 19 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/player-state.ts 13 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/selectors.spec.ts 216 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/selectors.ts 49 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/times-reducer.spec.ts 45 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/times-reducer.ts 15 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/times-state.spec.ts 20 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/player/state/times-state.ts 16 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/components/search-bar.scss 36 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/components/search-bar.spec.ts 92 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/components/search-bar.ts 57 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/index.ts 4 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/pages/search-page.spec.ts 61 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/pages/search-page.ts 31 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/search-actions.spec.ts 24 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/search-actions.ts 14 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/search-effects.ts 35 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/search-module.ts 35 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/search-service.spec.ts 68 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/search-service.ts 21 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/state/index.ts 2 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/state/search-reducer.spec.ts 27 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/state/search-reducer.ts 12 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/state/search-state.spec.ts 16 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/state/search-state.ts 7 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/state/selectors.spec.ts 44 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/state/selectors.ts 9 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/utils.spec.ts 20 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/search/utils.ts 5 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/audio-timeline/audio-timeline.scss 19 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/audio-timeline/audio-timeline.spec.ts 64 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/audio-timeline/audio-timeline.ts 31 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/audio-timeline/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/content-header/content-header.scss 18 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/content-header/content-header.spec.ts 34 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/content-header/content-header.ts 19 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/content-header/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon-button/icon-button.scss 6 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon-button/icon-button.spec.ts 71 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon-button/icon-button.ts 21 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon-button/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon/icon.scss 9 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon/icon.spec.ts 49 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon/icon.ts 15 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/icon/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/loading-indicator/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/loading-indicator/loading-indicator.scss 31 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/components/loading-indicator/loading-indicator.ts 13 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/pipes/format-integer/format-integer.spec.ts 21 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/pipes/format-integer/format-integer.ts 12 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/pipes/format-integer/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/pipes/format-time/format-time.spec.ts 39 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/pipes/format-time/format-time.ts 24 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/pipes/format-time/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/shared/shared-module.ts 34 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/track-card.scss 153 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/track-card.spec.ts 121 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/track-card.ts 64 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/tracklist-items.scss 4 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/tracklist-items.ts 43 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/tracklist-scroll-service.ts 55 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/tracklist.ts 42 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/waveform-timeline.scss 13 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/waveform-timeline.ts 26 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/waveform.scss 18 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/waveform.spec.ts 78 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/components/waveform.ts 36 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/index.ts 6 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/models/index.ts 2 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/models/track.spec.ts 70 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/models/track.ts 72 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/models/tracklist.spec.ts 24 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/models/tracklist.ts 23 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/index.ts 3 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/selectors.spec.ts 125 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/selectors.ts 42 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/tracklist-reducer.spec.ts 259 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/tracklist-reducer.ts 46 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/tracklists-reducer.spec.ts 71 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/tracklists-reducer.ts 38 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/tracks-reducer.spec.ts 29 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/state/tracks-reducer.ts 18 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklist-actions.spec.ts 65 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklist-actions.ts 43 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklist-cursor.spec.ts 48 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklist-cursor.ts 30 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklist-effects.ts 32 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklist-service.spec.ts 98 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklist-service.ts 28 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/tracklists-module.ts 34 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/utils.spec.ts 51 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/tracklists/utils.ts 26 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/components/user-card.scss 28 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/components/user-card.spec.ts 64 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/components/user-card.ts 42 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/index.ts 5 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/models/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/models/user.spec.ts 60 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/models/user.ts 63 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/pages/user-page.spec.ts 76 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/pages/user-page.ts 37 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/state/index.ts 1 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/state/selectors.spec.ts 82 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/state/selectors.ts 18 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/state/users-reducer.spec.ts 63 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/state/users-reducer.ts 32 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/user-actions.spec.ts 94 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/user-actions.ts 50 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/user-effects.ts 61 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/user-service.spec.ts 89 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/user-service.ts 40 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/users-module.ts 30 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/utils.spec.ts 17 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/users/utils.ts 9 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/utils/local-storage.spec.ts 32 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/utils/local-storage.ts 11 tests/SampleApps/nodejs/soundcloud-ngrx/src/app/utils/test.ts 77 tests/SampleApps/nodejs/soundcloud-ngrx/src/index.html 24 tests/SampleApps/nodejs/soundcloud-ngrx/src/main.aot.ts 8 tests/SampleApps/nodejs/soundcloud-ngrx/src/main.jit.ts 6 tests/SampleApps/nodejs/soundcloud-ngrx/src/polyfills.ts 9 tests/SampleApps/nodejs/soundcloud-ngrx/src/styles/_base.scss 4 tests/SampleApps/nodejs/soundcloud-ngrx/src/styles/_buttons.scss 9 tests/SampleApps/nodejs/soundcloud-ngrx/src/styles/_elements.scss 10 tests/SampleApps/nodejs/soundcloud-ngrx/src/styles/_layout.scss 26 tests/SampleApps/nodejs/soundcloud-ngrx/src/styles/_settings.scss 8 tests/SampleApps/nodejs/soundcloud-ngrx/src/styles/_visibility.scss 8 tests/SampleApps/nodejs/soundcloud-ngrx/src/styles/styles.scss 7 tests/SampleApps/nodejs/soundcloud-ngrx/webpack.config.js 184 tests/SampleApps/nodejs/vue-sample/babel.config.js 5 tests/SampleApps/nodejs/vue-sample/public/index.html 16 tests/SampleApps/nodejs/vue-sample/src/App.vue 25 tests/SampleApps/nodejs/vue-sample/src/components/HelloWorld.vue 55 tests/SampleApps/nodejs/vue-sample/src/main.js 6 tests/SampleApps/nodejs/webfrontend-yarnlock/public/app.css 4 tests/SampleApps/nodejs/webfrontend-yarnlock/public/app.js 10 tests/SampleApps/nodejs/webfrontend-yarnlock/public/index.html 25 tests/SampleApps/nodejs/webfrontend-yarnlock/server.js 20 tests/SampleApps/nodejs/webfrontend/public/app.css 4 tests/SampleApps/nodejs/webfrontend/public/app.js 10 tests/SampleApps/nodejs/webfrontend/public/index.html 25 tests/SampleApps/nodejs/webfrontend/server.js 20 tests/SampleApps/nodejs/websocket/index.js 51 tests/SampleApps/nodejs/websocket/public/index.html 27 tests/SampleApps/nodejs/websocket/public/main.js 200 tests/SampleApps/nodejs/websocket/public/style.css 113 tests/SampleApps/php/exif-example/index.php 2 tests/SampleApps/php/gd-example/index.php 3 tests/SampleApps/php/greetings/index.php 5 tests/SampleApps/php/greetings/src/HelloWorld/Greetings.php 10 tests/SampleApps/php/greetings/tests/test.php 4 tests/SampleApps/php/imagick-example/index.php 4 tests/SampleApps/php/mysqli-example/index.php 14 tests/SampleApps/php/pgsql-example/index.php 17 tests/SampleApps/php/sqlsrv-example/index.php 18 tests/SampleApps/php/twig-example/index.php 7 tests/SampleApps/php/twig-example/templates/home.html 10 tests/SampleApps/php/wordpress-example/configure_wordpress.sh 30 tests/SampleApps/php/wordpress-example/create_wordpress_db.sh 19 tests/SampleApps/php/wordpress-example/index.php 3 tests/SampleApps/php/wordpress-example/testdb.php 10 tests/SampleApps/python/Flask-React-Postgres/app/__init__.py 11 tests/SampleApps/python/Flask-React-Postgres/app/config.py 8 tests/SampleApps/python/Flask-React-Postgres/app/models/models.py 111 tests/SampleApps/python/Flask-React-Postgres/app/routes.py 82 tests/SampleApps/python/Flask-React-Postgres/app/utils/__init__.py 1 tests/SampleApps/python/Flask-React-Postgres/app/utils/auth.py 35 tests/SampleApps/python/Flask-React-Postgres/manage.py 12 tests/SampleApps/python/Flask-React-Postgres/static/public/index.html 22 tests/SampleApps/python/Flask-React-Postgres/static/src/actions/auth.jsx 137 tests/SampleApps/python/Flask-React-Postgres/static/src/actions/data.jsx 98 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/css/material-dashboard-react.css 178 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react.jsx 186 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/cardImagesStyles.jsx 25 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/checkboxAdnRadioStyle.jsx 39 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/buttonStyle.jsx 253 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/cardAvatarStyle.jsx 23 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/cardBodyStyle.jsx 16 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/cardFooterStyle.jsx 44 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/cardHeaderStyle.jsx 121 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/cardIconStyle.jsx 27 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/cardStyle.jsx 33 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/customInputStyle.jsx 65 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/customTabsStyle.jsx 63 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/headerStyle.jsx 77 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/tableStyle.jsx 58 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/tasksStyle.jsx 56 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/components/typographyStyle.jsx 53 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/layouts/dashboardStyle.jsx 25 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/tooltipStyle.jsx 26 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/views/dashboardStyle.jsx 75 tests/SampleApps/python/Flask-React-Postgres/static/src/assets/jss/material-dashboard-react/views/iconsStyle.jsx 39 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Card/Card.jsx 41 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Card/CardAvatar.jsx 31 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Card/CardBody.jsx 31 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Card/CardFooter.jsx 44 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Card/CardHeader.jsx 51 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Card/CardIcon.jsx 36 tests/SampleApps/python/Flask-React-Postgres/static/src/components/CustomButtons/Button.jsx 67 tests/SampleApps/python/Flask-React-Postgres/static/src/components/CustomInput/CustomInput.jsx 62 tests/SampleApps/python/Flask-React-Postgres/static/src/components/CustomTabs/CustomTabs.jsx 123 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Grid/GridContainer.jsx 19 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Grid/GridItem.jsx 18 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Header/Header.jsx 48 tests/SampleApps/python/Flask-React-Postgres/static/src/components/Tasks/Tasks.jsx 142 tests/SampleApps/python/Flask-React-Postgres/static/src/components/UserCard.jsx 103 tests/SampleApps/python/Flask-React-Postgres/static/src/constants/index.js 14 tests/SampleApps/python/Flask-React-Postgres/static/src/containers/Dashboard.jsx 21 tests/SampleApps/python/Flask-React-Postgres/static/src/containers/Header.jsx 19 tests/SampleApps/python/Flask-React-Postgres/static/src/containers/Login.jsx 18 tests/SampleApps/python/Flask-React-Postgres/static/src/containers/Standup.jsx 21 tests/SampleApps/python/Flask-React-Postgres/static/src/containers/UserCard.jsx 20 tests/SampleApps/python/Flask-React-Postgres/static/src/history/history.jsx 2 tests/SampleApps/python/Flask-React-Postgres/static/src/index.js 37 tests/SampleApps/python/Flask-React-Postgres/static/src/layouts/Dashboard/Dashboard.jsx 57 tests/SampleApps/python/Flask-React-Postgres/static/src/layouts/Login/Login.jsx 135 tests/SampleApps/python/Flask-React-Postgres/static/src/layouts/Register/Register.jsx 167 tests/SampleApps/python/Flask-React-Postgres/static/src/reducers/auth.js 85 tests/SampleApps/python/Flask-React-Postgres/static/src/reducers/data.js 31 tests/SampleApps/python/Flask-React-Postgres/static/src/reducers/index.js 10 tests/SampleApps/python/Flask-React-Postgres/static/src/routes/index.jsx 9 tests/SampleApps/python/Flask-React-Postgres/static/src/store/configureStore.js 26 tests/SampleApps/python/Flask-React-Postgres/static/src/utils/AuthenticatedComponent.js 74 tests/SampleApps/python/Flask-React-Postgres/static/src/utils/http_functions.js 50 tests/SampleApps/python/Flask-React-Postgres/static/src/utils/misc.js 13 tests/SampleApps/python/Flask-React-Postgres/static/src/utils/notAuthenticatedComponent.js 77 tests/SampleApps/python/Flask-React-Postgres/static/src/views/Dashboard/Dashboard.jsx 44 tests/SampleApps/python/Flask-React-Postgres/static/src/views/Icons/Icons.jsx 67 tests/SampleApps/python/React-Redux-Flask-app/__init__.py 1 tests/SampleApps/python/React-Redux-Flask-app/application/__init__.py 1 tests/SampleApps/python/React-Redux-Flask-app/application/app.py 47 tests/SampleApps/python/React-Redux-Flask-app/application/models.py 19 tests/SampleApps/python/React-Redux-Flask-app/application/utils/__init__.py 1 tests/SampleApps/python/React-Redux-Flask-app/application/utils/auth.py 32 tests/SampleApps/python/React-Redux-Flask-app/basedir.py 2 tests/SampleApps/python/React-Redux-Flask-app/config.py 14 tests/SampleApps/python/React-Redux-Flask-app/index.py 8 tests/SampleApps/python/React-Redux-Flask-app/main.py 2 tests/SampleApps/python/React-Redux-Flask-app/manage.py 11 tests/SampleApps/python/React-Redux-Flask-app/migrations/env.py 33 tests/SampleApps/python/React-Redux-Flask-app/migrations/script.py.mako 15 tests/SampleApps/python/React-Redux-Flask-app/migrations/versions/41c073a46b63_.py 14 tests/SampleApps/python/React-Redux-Flask-app/migrations/versions/5aae5ada6624_.py 8 tests/SampleApps/python/React-Redux-Flask-app/migrations/versions/ed657e16ce20_.py 8 tests/SampleApps/python/React-Redux-Flask-app/setup.py 2 tests/SampleApps/python/React-Redux-Flask-app/static/index.html 15 tests/SampleApps/python/React-Redux-Flask-app/static/karma.conf.js 34 tests/SampleApps/python/React-Redux-Flask-app/static/server.js 31 tests/SampleApps/python/React-Redux-Flask-app/static/src/actions/auth.js 135 tests/SampleApps/python/React-Redux-Flask-app/static/src/actions/data.js 32 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/Analytics.js 21 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/AuthenticatedComponent.js 75 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/DetermineAuth.js 69 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/Footer/index.js 12 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/Footer/styles.scss 10 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/Header/index.js 85 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/Home/index.js 7 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/LoginView.js 136 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/NotFound.js 25 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/ProtectedView.js 37 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/RegisterView.js 141 tests/SampleApps/python/React-Redux-Flask-app/static/src/components/notAuthenticatedComponent.js 78 tests/SampleApps/python/React-Redux-Flask-app/static/src/constants/index.js 9 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/App/index.js 30 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/App/styles/app.scss 10 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/App/styles/fonts/roboto.scss 1 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/App/styles/index.js 2 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/App/styles/links.scss 6 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/App/styles/screens.scss 4 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/App/styles/typography.scss 15 tests/SampleApps/python/React-Redux-Flask-app/static/src/containers/HomeContainer/index.js 6 tests/SampleApps/python/React-Redux-Flask-app/static/src/index.js 21 tests/SampleApps/python/React-Redux-Flask-app/static/src/reducers/auth.js 71 tests/SampleApps/python/React-Redux-Flask-app/static/src/reducers/data.js 19 tests/SampleApps/python/React-Redux-Flask-app/static/src/reducers/index.js 10 tests/SampleApps/python/React-Redux-Flask-app/static/src/routes.js 21 tests/SampleApps/python/React-Redux-Flask-app/static/src/store/configureStore.js 24 tests/SampleApps/python/React-Redux-Flask-app/static/src/style.scss 3 tests/SampleApps/python/React-Redux-Flask-app/static/src/utils/http_functions.js 35 tests/SampleApps/python/React-Redux-Flask-app/static/src/utils/isMobileAndTablet.js 3 tests/SampleApps/python/React-Redux-Flask-app/static/src/utils/misc.js 21 tests/SampleApps/python/React-Redux-Flask-app/static/src/utils/parallax.js 5 tests/SampleApps/python/React-Redux-Flask-app/static/webpack/common.config.js 76 tests/SampleApps/python/React-Redux-Flask-app/static/webpack/dev.config.js 34 tests/SampleApps/python/React-Redux-Flask-app/static/webpack/prod.config.js 31 tests/SampleApps/python/React-Redux-Flask-app/test.py 23 tests/SampleApps/python/React-Redux-Flask-app/testing_config.py 26 tests/SampleApps/python/React-Redux-Flask-app/tests/test_api.py 70 tests/SampleApps/python/React-Redux-Flask-app/tests/test_models.py 9 tests/SampleApps/python/conda-samples/conda/environment.yml 13 tests/SampleApps/python/conda-samples/julia-python/environment.yml 6 tests/SampleApps/python/conda-samples/jupyter-rise/environment.yml 10 tests/SampleApps/python/conda-samples/python-conda_pip/environment.yml 12 tests/SampleApps/python/conda-samples/requirements/requirements.in 4 tests/SampleApps/python/django-app/boards/__init__.py 1 tests/SampleApps/python/django-app/boards/admin.py 1 tests/SampleApps/python/django-app/boards/apps.py 3 tests/SampleApps/python/django-app/boards/migrations/__init__.py 1 tests/SampleApps/python/django-app/boards/models.py 1 tests/SampleApps/python/django-app/boards/static/css/boards.css 1 tests/SampleApps/python/django-app/boards/templates/home.html 10 tests/SampleApps/python/django-app/boards/tests.py 1 tests/SampleApps/python/django-app/boards/views.py 4 tests/SampleApps/python/django-app/manage.py 13 tests/SampleApps/python/django-app/myproject/__init__.py 1 tests/SampleApps/python/django-app/myproject/settings.py 69 tests/SampleApps/python/django-app/myproject/urls.py 9 tests/SampleApps/python/django-app/myproject/wsgi.py 4 tests/SampleApps/python/django-app/uservoice/__init__.py 1 tests/SampleApps/python/django-app/uservoice/admin.py 1 tests/SampleApps/python/django-app/uservoice/apps.py 3 tests/SampleApps/python/django-app/uservoice/migrations/__init__.py 1 tests/SampleApps/python/django-app/uservoice/models.py 1 tests/SampleApps/python/django-app/uservoice/static/css/uservoice.css 1 tests/SampleApps/python/django-app/uservoice/templates/home.html 10 tests/SampleApps/python/django-app/uservoice/tests.py 1 tests/SampleApps/python/django-app/uservoice/views.py 4 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorChanger/ColorChanger.js 47 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorChanger/__tests__/ColorChanger.snaps.spec.js 18 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorChanger/__tests__/__snapshots__/ColorChanger.snaps.spec.js.snap 109 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorChanger/index.js 2 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorChanger/style.scss 16 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorDisplay/ColorDisplay.js 9 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorDisplay/__tests__/ColorDisplay.snaps.spec.js 19 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorDisplay/__tests__/__snapshots__/ColorDisplay.snaps.spec.js.snap 22 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorDisplay/index.js 2 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/ColorDisplay/style.scss 24 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/components/index.js 2 tests/SampleApps/python/django-react-boilerplate/assets/js/app/example-app/index.js 2 tests/SampleApps/python/django-react-boilerplate/assets/js/constants/index.js 1 tests/SampleApps/python/django-react-boilerplate/assets/js/index.js 3 tests/SampleApps/python/django-react-boilerplate/assets/js/pages/homePage.js 6 tests/SampleApps/python/django-react-boilerplate/assets/js/routes/index.js 1 tests/SampleApps/python/django-react-boilerplate/assets/js/utils/index.js 2 tests/SampleApps/python/django-react-boilerplate/assets/js/utils/urls.js 2 tests/SampleApps/python/django-react-boilerplate/assets/sass/_global.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/_variables.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/components/_all.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/helpers/_all.scss 5 tests/SampleApps/python/django-react-boilerplate/assets/sass/helpers/_functions.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/helpers/_helpers.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/helpers/_mixins.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/helpers/_placeholders.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/helpers/_typography.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/pages/_all.scss 1 tests/SampleApps/python/django-react-boilerplate/assets/sass/style.scss 6 tests/SampleApps/python/django-react-boilerplate/babel.config.js 5 tests/SampleApps/python/django-react-boilerplate/common/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/common/management/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/common/management/commands/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/common/management/commands/celery.py 23 tests/SampleApps/python/django-react-boilerplate/common/management/commands/has_missing_migrations.py 41 tests/SampleApps/python/django-react-boilerplate/common/models.py 8 tests/SampleApps/python/django-react-boilerplate/common/utils/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/exampleapp/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/exampleapp/admin.py 1 tests/SampleApps/python/django-react-boilerplate/exampleapp/apps.py 4 tests/SampleApps/python/django-react-boilerplate/exampleapp/migrations/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/exampleapp/models.py 2 tests/SampleApps/python/django-react-boilerplate/exampleapp/tests/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/exampleapp/views.py 1 tests/SampleApps/python/django-react-boilerplate/jest-setup.js 3 tests/SampleApps/python/django-react-boilerplate/jest.config.js 40 tests/SampleApps/python/django-react-boilerplate/manage.py 19 tests/SampleApps/python/django-react-boilerplate/postcss.config.js 5 tests/SampleApps/python/django-react-boilerplate/proj_circle.yml 97 tests/SampleApps/python/django-react-boilerplate/project_name/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/project_name/celery.py 8 tests/SampleApps/python/django-react-boilerplate/project_name/settings/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/project_name/settings/base.py 90 tests/SampleApps/python/django-react-boilerplate/project_name/settings/local_base.py 66 tests/SampleApps/python/django-react-boilerplate/project_name/settings/production.py 95 tests/SampleApps/python/django-react-boilerplate/project_name/settings/test.py 19 tests/SampleApps/python/django-react-boilerplate/project_name/urls.py 15 tests/SampleApps/python/django-react-boilerplate/project_name/wsgi.py 4 tests/SampleApps/python/django-react-boilerplate/server.js 15 tests/SampleApps/python/django-react-boilerplate/templates/base.html 26 tests/SampleApps/python/django-react-boilerplate/templates/exampleapp/itworks.html 5 tests/SampleApps/python/django-react-boilerplate/users/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/users/admin.py 21 tests/SampleApps/python/django-react-boilerplate/users/apps.py 3 tests/SampleApps/python/django-react-boilerplate/users/managers.py 14 tests/SampleApps/python/django-react-boilerplate/users/migrations/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/users/models.py 23 tests/SampleApps/python/django-react-boilerplate/users/tests/__init__.py 1 tests/SampleApps/python/django-react-boilerplate/users/views.py 1 tests/SampleApps/python/django-react-boilerplate/webpack.base.config.js 85 tests/SampleApps/python/django-react-boilerplate/webpack.local.config.js 78 tests/SampleApps/python/django-react-boilerplate/webpack.prod.config.js 85 tests/SampleApps/python/django-realworld-example-app/conduit/__init__.py 1 tests/SampleApps/python/django-realworld-example-app/conduit/apps/__init__.py 1 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/__init__.py 8 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/migrations/0001_initial.py 27 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/migrations/0002_comment.py 25 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/migrations/0003_auto_20160828_1656.py 27 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/migrations/__init__.py 1 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/models.py 28 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/relations.py 10 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/renderers.py 9 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/serializers.py 78 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/signals.py 20 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/urls.py 19 tests/SampleApps/python/django-realworld-example-app/conduit/apps/articles/views.py 168 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/__init__.py 8 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/backends.py 36 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/migrations/0001_initial.py 29 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/migrations/__init__.py 1 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/models.py 50 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/renderers.py 11 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/serializers.py 74 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/signals.py 8 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/urls.py 9 tests/SampleApps/python/django-realworld-example-app/conduit/apps/authentication/views.py 51 tests/SampleApps/python/django-realworld-example-app/conduit/apps/core/__init__.py 1 tests/SampleApps/python/django-realworld-example-app/conduit/apps/core/exceptions.py 28 tests/SampleApps/python/django-realworld-example-app/conduit/apps/core/models.py 7 tests/SampleApps/python/django-realworld-example-app/conduit/apps/core/renderers.py 19 tests/SampleApps/python/django-realworld-example-app/conduit/apps/core/utils.py 5 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/__init__.py 1 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/exceptions.py 4 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/migrations/0001_initial.py 26 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/migrations/0002_profile_follows.py 13 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/migrations/0003_profile_favorites.py 14 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/migrations/__init__.py 1 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/models.py 33 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/renderers.py 5 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/serializers.py 24 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/urls.py 7 tests/SampleApps/python/django-realworld-example-app/conduit/apps/profiles/views.py 51 tests/SampleApps/python/django-realworld-example-app/conduit/settings.py 87 tests/SampleApps/python/django-realworld-example-app/conduit/urls.py 8 tests/SampleApps/python/django-realworld-example-app/conduit/wsgi.py 4 tests/SampleApps/python/django-realworld-example-app/manage.py 17 tests/SampleApps/python/flask-app/app.py 10 tests/SampleApps/python/flask-chatterbot/app.py 16 tests/SampleApps/python/flask-chatterbot/application.py 16 tests/SampleApps/python/flask-chatterbot/startup.sh 1 tests/SampleApps/python/flask-chatterbot/static/style.css 70 tests/SampleApps/python/flask-chatterbot/templates/index.html 42 tests/SampleApps/python/flask-setup-py-app/app.py 6 tests/SampleApps/python/flask-setup-py-app/setup.py 20 tests/SampleApps/python/flask-setup-py-requirement-txt/app.py 6 tests/SampleApps/python/flask-setup-py-requirement-txt/setup.py 20 tests/SampleApps/python/geo-django-app/manage.py 13 tests/SampleApps/python/geo-django-app/nearbyshops/__init__.py 1 tests/SampleApps/python/geo-django-app/nearbyshops/settings.py 75 tests/SampleApps/python/geo-django-app/nearbyshops/urls.py 4 tests/SampleApps/python/geo-django-app/nearbyshops/wsgi.py 4 tests/SampleApps/python/geo-django-app/shops/__init__.py 1 tests/SampleApps/python/geo-django-app/shops/admin.py 6 tests/SampleApps/python/geo-django-app/shops/apps.py 3 tests/SampleApps/python/geo-django-app/shops/migrations/0001_initial.py 22 tests/SampleApps/python/geo-django-app/shops/migrations/0002_auto_20181020_0450.py 31 tests/SampleApps/python/geo-django-app/shops/migrations/__init__.py 1 tests/SampleApps/python/geo-django-app/shops/models.py 6 tests/SampleApps/python/geo-django-app/shops/templates/shops/index.html 19 tests/SampleApps/python/geo-django-app/shops/tests.py 1 tests/SampleApps/python/geo-django-app/shops/views.py 15 tests/SampleApps/python/http-server-py/customStartup.sh 2 tests/SampleApps/python/http-server-py/myapp.py 7 tests/SampleApps/python/microblog/app/__init__.py 83 tests/SampleApps/python/microblog/app/api/__init__.py 3 tests/SampleApps/python/microblog/app/api/auth.py 24 tests/SampleApps/python/microblog/app/api/errors.py 11 tests/SampleApps/python/microblog/app/api/tokens.py 16 tests/SampleApps/python/microblog/app/api/users.py 66 tests/SampleApps/python/microblog/app/auth/__init__.py 3 tests/SampleApps/python/microblog/app/auth/email.py 12 tests/SampleApps/python/microblog/app/auth/forms.py 35 tests/SampleApps/python/microblog/app/auth/routes.py 72 tests/SampleApps/python/microblog/app/cli.py 26 tests/SampleApps/python/microblog/app/email.py 20 tests/SampleApps/python/microblog/app/errors/__init__.py 3 tests/SampleApps/python/microblog/app/errors/handlers.py 18 tests/SampleApps/python/microblog/app/main/__init__.py 3 tests/SampleApps/python/microblog/app/main/forms.py 34 tests/SampleApps/python/microblog/app/main/routes.py 188 tests/SampleApps/python/microblog/app/models.py 245 tests/SampleApps/python/microblog/app/search.py 22 tests/SampleApps/python/microblog/app/tasks.py 45 tests/SampleApps/python/microblog/app/templates/_post.html 32 tests/SampleApps/python/microblog/app/templates/auth/login.html 16 tests/SampleApps/python/microblog/app/templates/auth/register.html 10 tests/SampleApps/python/microblog/app/templates/auth/reset_password.html 10 tests/SampleApps/python/microblog/app/templates/auth/reset_password_request.html 10 tests/SampleApps/python/microblog/app/templates/base.html 166 tests/SampleApps/python/microblog/app/templates/edit_profile.html 10 tests/SampleApps/python/microblog/app/templates/email/export_posts.html 4 tests/SampleApps/python/microblog/app/templates/email/reset_password.html 12 tests/SampleApps/python/microblog/app/templates/errors/404.html 5 tests/SampleApps/python/microblog/app/templates/errors/500.html 6 tests/SampleApps/python/microblog/app/templates/index.html 26 tests/SampleApps/python/microblog/app/templates/messages.html 21 tests/SampleApps/python/microblog/app/templates/search.html 21 tests/SampleApps/python/microblog/app/templates/send_message.html 10 tests/SampleApps/python/microblog/app/templates/user.html 46 tests/SampleApps/python/microblog/app/templates/user_popup.html 22 tests/SampleApps/python/microblog/app/translate.py 17 tests/SampleApps/python/microblog/app/translations/es/LC_MESSAGES/messages.po 246 tests/SampleApps/python/microblog/babel.cfg 3 tests/SampleApps/python/microblog/config.py 20 tests/SampleApps/python/microblog/entryPoint.sh 11 tests/SampleApps/python/microblog/microblog.py 8 tests/SampleApps/python/microblog/migrations/env.py 41 tests/SampleApps/python/microblog/migrations/script.py.mako 17 tests/SampleApps/python/microblog/migrations/versions/2b017edaa91f_add_language_to_posts.py 10 tests/SampleApps/python/microblog/migrations/versions/37f06a334dbf_new_fields_in_user_model.py 12 tests/SampleApps/python/microblog/migrations/versions/780739b227a7_posts_table.py 19 tests/SampleApps/python/microblog/migrations/versions/834b1a697901_user_tokens.py 14 tests/SampleApps/python/microblog/migrations/versions/ae346256b650_followers.py 15 tests/SampleApps/python/microblog/migrations/versions/c81bac34faab_tasks.py 20 tests/SampleApps/python/microblog/migrations/versions/d049de007ccf_private_messages.py 23 tests/SampleApps/python/microblog/migrations/versions/e517276bb1c2_users_table.py 20 tests/SampleApps/python/microblog/migrations/versions/f7ac3d27bb1d_notifications.py 22 tests/SampleApps/python/microblog/tests.py 81 tests/SampleApps/python/mssqlserver-sample/application.py 29 tests/SampleApps/python/mysql-mysqlclient-sample/application.py 25 tests/SampleApps/python/mysql-mysqlconnector-sample/application.py 25 tests/SampleApps/python/mysql-pymysql-sample/application.py 25 tests/SampleApps/python/postgres-sample/application.py 26 tests/SampleApps/python/python2-flask-app/app.py 17 tests/SampleApps/python/python2-rest-framework-app/manage.py 17 tests/SampleApps/python/python2-rest-framework-app/restore.sh 7 tests/SampleApps/python/python2-rest-framework-app/snippets/__init__.py 1 tests/SampleApps/python/python2-rest-framework-app/snippets/admin.py 5 tests/SampleApps/python/python2-rest-framework-app/snippets/apps.py 4 tests/SampleApps/python/python2-rest-framework-app/snippets/migrations/__init__.py 1 tests/SampleApps/python/python2-rest-framework-app/snippets/models.py 30 tests/SampleApps/python/python2-rest-framework-app/snippets/permissions.py 6 tests/SampleApps/python/python2-rest-framework-app/snippets/serializers.py 22 tests/SampleApps/python/python2-rest-framework-app/snippets/tests.py 20 tests/SampleApps/python/python2-rest-framework-app/snippets/urls.py 10 tests/SampleApps/python/python2-rest-framework-app/snippets/views.py 25 tests/SampleApps/python/python2-rest-framework-app/tutorial/__init__.py 1 tests/SampleApps/python/python2-rest-framework-app/tutorial/azure.py 17 tests/SampleApps/python/python2-rest-framework-app/tutorial/settings.py 92 tests/SampleApps/python/python2-rest-framework-app/tutorial/urls.py 14 tests/SampleApps/python/python2-rest-framework-app/tutorial/wsgi.py 4 tests/SampleApps/python/shapely-flask-app/app.py 22 tests/SampleApps/python/stackoverflow-flask/app/main.py 10 tests/SampleApps/python/stackoverflow-flask/app/static/index.html 106 tests/SampleApps/python/stackoverflow-flask/stackoverflow.py 76 tests/SampleApps/python/stackoverflow-flask/tests/test_data.py 10 tests/SampleApps/python/tweeter3/azure-ci-pipeline.yml 40 tests/SampleApps/python/tweeter3/azure-deploy-pipeline.yml 14 tests/SampleApps/python/tweeter3/manage.py 13 tests/SampleApps/python/tweeter3/scripts/postbuild.sh 3 tests/SampleApps/python/tweeter3/tweeter/__init__.py 1 tests/SampleApps/python/tweeter3/tweeter/admin.py 1 tests/SampleApps/python/tweeter3/tweeter/apps.py 3 tests/SampleApps/python/tweeter3/tweeter/migrations/0001_initial.py 22 tests/SampleApps/python/tweeter3/tweeter/migrations/__init__.py 1 tests/SampleApps/python/tweeter3/tweeter/models.py 8 tests/SampleApps/python/tweeter3/tweeter/permissions.py 12 tests/SampleApps/python/tweeter3/tweeter/serializers.py 27 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/css/menu.css 117 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/css/style.css 97 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/js/app.js 29 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/js/controllers.js 21 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/js/services.js 7 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/js/tweet.js 28 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/partials/profile.html 8 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/partials/tweet-list.html 11 tests/SampleApps/python/tweeter3/tweeter/static/tweeter/style.css 73 tests/SampleApps/python/tweeter3/tweeter/templates/tweeter/index.html 41 tests/SampleApps/python/tweeter3/tweeter/tests.py 1 tests/SampleApps/python/tweeter3/tweeter/views.py 22 tests/SampleApps/python/tweeter3/tweeter3/__init__.py 1 tests/SampleApps/python/tweeter3/tweeter3/settings/__init__.py 1 tests/SampleApps/python/tweeter3/tweeter3/settings/base.py 61 tests/SampleApps/python/tweeter3/tweeter3/settings/development.py 11 tests/SampleApps/python/tweeter3/tweeter3/settings/production.py 31 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/autocomplete.css 213 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/base.css 773 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/changelists.css 277 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/dashboard.css 19 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/fonts.css 18 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/forms.css 417 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/login.css 64 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/responsive.css 750 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/responsive_rtl.css 64 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/rtl.css 195 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/css/widgets.css 458 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/SelectBox.js 138 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/SelectFilter2.js 203 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/actions.js 146 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/admin/DateTimeShortcuts.js 339 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/admin/RelatedObjectLookups.js 153 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/autocomplete.js 32 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/calendar.js 164 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/cancel.js 13 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/change_form.js 17 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/collapse.js 20 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/core.js 171 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/inlines.js 236 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/popup_response.js 15 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/prepopulate.js 28 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/prepopulate_init.js 10 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/timeparse.js 97 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/admin/js/urlify.js 181 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/rest_framework/css/default.css 62 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/rest_framework/css/font-awesome-4.0.3.css 1329 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/rest_framework/css/prettify.css 27 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/rest_framework/js/ajax-form.js 92 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/rest_framework/js/csrf.js 34 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/rest_framework/js/default.js 32 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/rest_framework/js/prettify-min.js 12 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/css/menu.css 117 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/css/style.css 97 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/js/app.js 29 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/js/controllers.js 21 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/js/services.js 7 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/js/tweet.js 28 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/partials/profile.html 8 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/partials/tweet-list.html 11 tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/style.css 73 tests/SampleApps/python/tweeter3/tweeter3/urls.py 14 tests/SampleApps/python/tweeter3/tweeter3/wsgi.py 4 tests/SampleApps/ruby/Jekyll-app/_config.yml 5 tests/SampleApps/ruby/Jekyll-app/_layouts/default.html 8 tests/SampleApps/ruby/Jekyll-app/config.ru 7 tests/SampleApps/ruby/ruby-on-rails-app/app/assets/config/manifest.js 1 tests/SampleApps/ruby/ruby-on-rails-app/app/assets/javascripts/application.js 1 tests/SampleApps/ruby/ruby-on-rails-app/app/assets/javascripts/cable.js 4 tests/SampleApps/ruby/ruby-on-rails-app/app/assets/stylesheets/application.css 1 tests/SampleApps/ruby/ruby-on-rails-app/app/channels/application_cable/channel.rb 4 tests/SampleApps/ruby/ruby-on-rails-app/app/channels/application_cable/connection.rb 4 tests/SampleApps/ruby/ruby-on-rails-app/app/controllers/application_controller.rb 5 tests/SampleApps/ruby/ruby-on-rails-app/app/helpers/application_helper.rb 2 tests/SampleApps/ruby/ruby-on-rails-app/app/jobs/application_job.rb 2 tests/SampleApps/ruby/ruby-on-rails-app/app/mailers/application_mailer.rb 4 tests/SampleApps/ruby/ruby-on-rails-app/app/models/application_record.rb 3 tests/SampleApps/ruby/ruby-on-rails-app/app/views/layouts/application.html.erb 13 tests/SampleApps/ruby/ruby-on-rails-app/app/views/layouts/mailer.html.erb 12 tests/SampleApps/ruby/ruby-on-rails-app/app/views/layouts/mailer.text.erb 1 tests/SampleApps/ruby/ruby-on-rails-app/config.ru 2 tests/SampleApps/ruby/ruby-on-rails-app/config/application.rb 8 tests/SampleApps/ruby/ruby-on-rails-app/config/boot.rb 3 tests/SampleApps/ruby/ruby-on-rails-app/config/cable.yml 8 tests/SampleApps/ruby/ruby-on-rails-app/config/database.yml 13 tests/SampleApps/ruby/ruby-on-rails-app/config/environment.rb 2 tests/SampleApps/ruby/ruby-on-rails-app/config/environments/development.rb 24 tests/SampleApps/ruby/ruby-on-rails-app/config/environments/production.rb 22 tests/SampleApps/ruby/ruby-on-rails-app/config/environments/test.rb 16 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/application_controller_renderer.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/assets.rb 2 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/backtrace_silencers.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/content_security_policy.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/cookies_serializer.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/filter_parameter_logging.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/inflections.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/mime_types.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/config/initializers/wrap_parameters.rb 3 tests/SampleApps/ruby/ruby-on-rails-app/config/locales/en.yml 2 tests/SampleApps/ruby/ruby-on-rails-app/config/puma.rb 5 tests/SampleApps/ruby/ruby-on-rails-app/config/routes.rb 3 tests/SampleApps/ruby/ruby-on-rails-app/config/spring.rb 6 tests/SampleApps/ruby/ruby-on-rails-app/config/storage.yml 6 tests/SampleApps/ruby/ruby-on-rails-app/db/seeds.rb 1 tests/SampleApps/ruby/ruby-on-rails-app/public/404.html 61 tests/SampleApps/ruby/ruby-on-rails-app/public/422.html 61 tests/SampleApps/ruby/ruby-on-rails-app/public/500.html 60 tests/SampleApps/ruby/ruby-on-rails-app/test/application_system_test_case.rb 4 tests/SampleApps/ruby/ruby-on-rails-app/test/test_helper.rb 6 tests/SampleApps/ruby/sinatra-app/app.rb 6 tests/SampleApps/ruby/sinatra-app/config.ru 2 tests/images/build/gitHubActions.Dockerfile 12 tests/images/build/ltsVersions.Dockerfile 12 tests/testRepo.sh 53