SYMBOL INDEX (156 symbols across 90 files) FILE: aws/aws-ecs/nodejs-terraform/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: aws/aws-ecs/nodejs/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: aws/aws-ecs/python/app/app.py function index (line 8) | def index(): FILE: aws/lambda/ruby/handler.rb function handler (line 6) | def handler(event:, context:) FILE: azure/azure-container-instance/nodejs/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: docker/angular/e2e/protractor.conf.js method onPrepare (line 31) | onPrepare() { FILE: docker/angular/e2e/src/app.po.ts class AppPage (line 8) | class AppPage { method navigateTo (line 9) | navigateTo() { method getTitleText (line 13) | getTitleText() { FILE: docker/angular/server.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: docker/angular/src/app/app.component.ts class AppComponent (line 13) | class AppComponent { FILE: docker/angular/src/app/app.module.ts class AppModule (line 21) | class AppModule { } FILE: docker/aspnetapp/Pages/Error.cshtml.cs class ErrorModel (line 15) | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoSt... method ErrorModel (line 24) | public ErrorModel(ILogger logger) method OnGet (line 29) | public void OnGet() FILE: docker/aspnetapp/Pages/Index.cshtml.cs class IndexModel (line 14) | public class IndexModel : PageModel method IndexModel (line 18) | public IndexModel(ILogger logger) method OnGet (line 23) | public void OnGet() FILE: docker/aspnetapp/Pages/Privacy.cshtml.cs class PrivacyModel (line 14) | public class PrivacyModel : PageModel method PrivacyModel (line 18) | public PrivacyModel(ILogger logger) method OnGet (line 23) | public void OnGet() FILE: docker/aspnetapp/Program.cs class Program (line 15) | public class Program method Main (line 17) | public static void Main(string[] args) method CreateHostBuilder (line 22) | public static IHostBuilder CreateHostBuilder(string[] args) => FILE: docker/aspnetapp/Startup.cs class Startup (line 16) | public class Startup method Startup (line 18) | public Startup(IConfiguration configuration) method ConfigureServices (line 26) | public void ConfigureServices(IServiceCollection services) method Configure (line 32) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: docker/go-multiapp/main.go function main (line 12) | func main() { FILE: docker/go/main.go function main (line 12) | func main() { FILE: docker/java/src/main/java/com/example/waypoint/WaypointApplication.java class WaypointApplication (line 13) | @Controller method main (line 17) | public static void main(String[] args) { method index (line 21) | @RequestMapping("/") FILE: docker/java/src/test/java/com/example/waypoint/WaypointApplicationTests.java class WaypointApplicationTests (line 11) | @SpringBootTest method contextLoads (line 14) | @Test FILE: docker/next-js/pages/_app.js function MyApp (line 8) | function MyApp({ Component, pageProps }) { FILE: docker/next-js/pages/index.js function Home (line 9) | function Home() { FILE: docker/nodejs/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: docker/php/app/Console/Kernel.php class Kernel (line 11) | class Kernel extends ConsoleKernel method schedule (line 28) | protected function schedule(Schedule $schedule) method commands (line 38) | protected function commands() FILE: docker/php/app/Exceptions/Handler.php class Handler (line 10) | class Handler extends ExceptionHandler method register (line 36) | public function register() FILE: docker/php/app/Http/Controllers/Controller.php class Controller (line 13) | class Controller extends BaseController FILE: docker/php/app/Http/Kernel.php class Kernel (line 10) | class Kernel extends HttpKernel FILE: docker/php/app/Http/Middleware/Authenticate.php class Authenticate (line 10) | class Authenticate extends Middleware method redirectTo (line 18) | protected function redirectTo($request) FILE: docker/php/app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 10) | class EncryptCookies extends Middleware FILE: docker/php/app/Http/Middleware/PreventRequestsDuringMaintenance.php class PreventRequestsDuringMaintenance (line 10) | class PreventRequestsDuringMaintenance extends Middleware FILE: docker/php/app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 12) | class RedirectIfAuthenticated method handle (line 22) | public function handle($request, Closure $next, ...$guards) FILE: docker/php/app/Http/Middleware/TrimStrings.php class TrimStrings (line 10) | class TrimStrings extends Middleware FILE: docker/php/app/Http/Middleware/TrustHosts.php class TrustHosts (line 10) | class TrustHosts extends Middleware method hosts (line 17) | public function hosts() FILE: docker/php/app/Http/Middleware/TrustProxies.php class TrustProxies (line 11) | class TrustProxies extends Middleware FILE: docker/php/app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 10) | class VerifyCsrfToken extends Middleware FILE: docker/php/app/Models/User.php class User (line 13) | class User extends Authenticatable FILE: docker/php/app/Providers/AppServiceProvider.php class AppServiceProvider (line 10) | class AppServiceProvider extends ServiceProvider method register (line 17) | public function register() method boot (line 27) | public function boot() FILE: docker/php/app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 11) | class AuthServiceProvider extends ServiceProvider method boot (line 27) | public function boot() FILE: docker/php/app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 11) | class BroadcastServiceProvider extends ServiceProvider method boot (line 18) | public function boot() FILE: docker/php/app/Providers/EventServiceProvider.php class EventServiceProvider (line 13) | class EventServiceProvider extends ServiceProvider method boot (line 31) | public function boot() FILE: docker/php/app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 14) | class RouteServiceProvider extends ServiceProvider method boot (line 39) | public function boot() method configureRateLimiting (line 58) | protected function configureRateLimiting() FILE: docker/php/database/factories/UserFactory.php class UserFactory (line 12) | class UserFactory extends Factory method definition (line 26) | public function definition() FILE: docker/php/database/migrations/2014_10_12_000000_create_users_table.php class CreateUsersTable (line 10) | class CreateUsersTable extends Migration method up (line 17) | public function up() method down (line 35) | public function down() FILE: docker/php/database/migrations/2014_10_12_100000_create_password_resets_table.php class CreatePasswordResetsTable (line 10) | class CreatePasswordResetsTable extends Migration method up (line 17) | public function up() method down (line 31) | public function down() FILE: docker/php/database/migrations/2019_08_19_000000_create_failed_jobs_table.php class CreateFailedJobsTable (line 10) | class CreateFailedJobsTable extends Migration method up (line 17) | public function up() method down (line 35) | public function down() FILE: docker/php/database/seeders/DatabaseSeeder.php class DatabaseSeeder (line 10) | class DatabaseSeeder extends Seeder method run (line 17) | public function run() FILE: docker/php/tests/CreatesApplication.php type CreatesApplication (line 10) | trait CreatesApplication method createApplication (line 17) | public function createApplication() FILE: docker/php/tests/Feature/ExampleTest.php class ExampleTest (line 11) | class ExampleTest extends TestCase method testBasicTest (line 18) | public function testBasicTest() FILE: docker/php/tests/TestCase.php class TestCase (line 10) | abstract class TestCase extends BaseTestCase FILE: docker/php/tests/Unit/ExampleTest.php class ExampleTest (line 10) | class ExampleTest extends TestCase method testBasicTest (line 17) | public function testBasicTest() FILE: docker/python/app/app.py function index (line 8) | def index(): FILE: docker/reactjs-packer/src/serviceWorker.js function register (line 28) | function register(config) { function registerValidSW (line 62) | function registerValidSW(swUrl, config) { function checkValidServiceWorker (line 106) | function checkValidServiceWorker(swUrl, config) { function unregister (line 136) | function unregister() { FILE: docker/reactjs/src/serviceWorker.js function register (line 28) | function register(config) { function registerValidSW (line 62) | function registerValidSW(swUrl, config) { function checkValidServiceWorker (line 106) | function checkValidServiceWorker(swUrl, config) { function unregister (line 136) | function unregister() { FILE: docker/ruby/app/controllers/application_controller.rb class ApplicationController (line 4) | class ApplicationController < ActionController::Base FILE: docker/ruby/app/controllers/welcome_controller.rb class WelcomeController (line 4) | class WelcomeController < ApplicationController method index (line 7) | def index FILE: docker/ruby/app/controllers/widgets_controller.rb class WidgetsController (line 4) | class WidgetsController < ApplicationController method index (line 9) | def index method show (line 15) | def show method new (line 19) | def new method edit (line 24) | def edit method create (line 29) | def create method update (line 45) | def update method destroy (line 59) | def destroy method set_widget (line 69) | def set_widget method widget_params (line 74) | def widget_params FILE: docker/ruby/app/helpers/application_helper.rb type ApplicationHelper (line 4) | module ApplicationHelper FILE: docker/ruby/app/helpers/welcome_helper.rb type WelcomeHelper (line 4) | module WelcomeHelper FILE: docker/ruby/app/helpers/widgets_helper.rb type WidgetsHelper (line 4) | module WidgetsHelper FILE: docker/ruby/app/models/widget.rb class Widget (line 4) | class Widget < ActiveRecord::Base FILE: docker/ruby/config/application.rb type RubyGettingStarted (line 12) | module RubyGettingStarted class Application (line 13) | class Application < Rails::Application FILE: docker/ruby/db/migrate/20140707111715_create_widgets.rb class CreateWidgets (line 4) | class CreateWidgets < ActiveRecord::Migration[5.1] method change (line 5) | def change FILE: docker/ruby/test/controllers/welcome_controller_test.rb class WelcomeControllerTest (line 6) | class WelcomeControllerTest < ActionController::TestCase FILE: docker/ruby/test/controllers/widgets_controller_test.rb class WidgetsControllerTest (line 6) | class WidgetsControllerTest < ActionController::TestCase FILE: docker/ruby/test/helpers/welcome_helper_test.rb class WelcomeHelperTest (line 6) | class WelcomeHelperTest < ActionView::TestCase FILE: docker/ruby/test/helpers/widgets_helper_test.rb class WidgetsHelperTest (line 6) | class WidgetsHelperTest < ActionView::TestCase FILE: docker/ruby/test/models/widget_test.rb class WidgetTest (line 6) | class WidgetTest < ActiveSupport::TestCase FILE: docker/ruby/test/test_helper.rb class ActiveSupport::TestCase (line 8) | class ActiveSupport::TestCase FILE: docker/svelte/rollup.config.js function serve (line 14) | function serve() { FILE: gcp/google-cloud-run/nodejs/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/aws-eks/nodejs/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/exec-kubectl-apply/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/go-gitops/main.go function main (line 12) | func main() { FILE: kubernetes/go-multiapp-ingress/main.go function main (line 12) | func main() { FILE: kubernetes/go-multiworkspace/main.go constant CONFIG_PATH_KEY (line 15) | CONFIG_PATH_KEY = "CONFIG_PATH" type config (line 18) | type config struct function loadConfig (line 23) | func loadConfig() (*config, error) { function main (line 42) | func main() { FILE: kubernetes/go-workspace-pull/main.go function main (line 12) | func main() { FILE: kubernetes/go/main.go function main (line 12) | func main() { FILE: kubernetes/java/src/main/java/com/example/waypoint/WaypointApplication.java class WaypointApplication (line 13) | @Controller method main (line 17) | public static void main(String[] args) { method index (line 21) | @RequestMapping("/") FILE: kubernetes/java/src/test/java/com/example/waypoint/WaypointApplicationTests.java class WaypointApplicationTests (line 11) | @SpringBootTest method contextLoads (line 14) | @Test FILE: kubernetes/nodejs-apply/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/nodejs-helm/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/nodejs-ingress-sidecar/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/nodejs-ingress/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/nodejs-local-registry/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/nodejs-metrics-sidecar/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: kubernetes/nodejs/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: learn/dynamic-application-configuration/main.go function main (line 17) | func main() { function connect (line 25) | func connect(w http.ResponseWriter, r *http.Request) { FILE: learn/input-variables/main.go function main (line 12) | func main() { FILE: learn/static-application-configuration/main.go function main (line 13) | func main() { function saleViewHandler (line 22) | func saleViewHandler(w http.ResponseWriter, r *http.Request) { FILE: nomad/nodejs-jobspec/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000 FILE: nomad/nodejs/index.js constant PORT (line 8) | const PORT = process.env.PORT || 5000