From b4ab5b6349ec2c76b2e49223530f06f2ef991bf4 Mon Sep 17 00:00:00 2001 From: Ameeer1 <87093195+Ameeer1@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:36:23 +0200 Subject: [PATCH] examples: rename `js_dom_draw_bechmark_chart` to `js_dom_draw_benchmark_chart` (#20779) --- .../README.md | 0 .../chart/.gitignore | 0 .../chart/Dockerfile | 0 .../chart/README.md | 0 .../chart/draw.js.v | 0 .../chart/favicon.ico | Bin .../chart/main.v | 0 .../chart/templates/controller/get/all/task.html | 0 .../typescript_vanilla_typeorm/.gitignore | 0 .../typescript_vanilla_typeorm/package.json | 0 .../typescript_vanilla_typeorm/src/index.ts | 0 .../typescript_vanilla_typeorm/src/server.js | 0 .../typescript_vanilla_typeorm/tsconfig.json | 0 .../v_vweb_orm/src/main.v | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/README.md (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/chart/.gitignore (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/chart/Dockerfile (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/chart/README.md (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/chart/draw.js.v (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/chart/favicon.ico (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/chart/main.v (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/chart/templates/controller/get/all/task.html (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/typescript_vanilla_typeorm/.gitignore (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/typescript_vanilla_typeorm/package.json (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/typescript_vanilla_typeorm/src/index.ts (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/typescript_vanilla_typeorm/src/server.js (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/typescript_vanilla_typeorm/tsconfig.json (100%) rename examples/{js_dom_draw_bechmark_chart => js_dom_draw_benchmark_chart}/v_vweb_orm/src/main.v (100%) diff --git a/examples/js_dom_draw_bechmark_chart/README.md b/examples/js_dom_draw_benchmark_chart/README.md similarity index 100% rename from examples/js_dom_draw_bechmark_chart/README.md rename to examples/js_dom_draw_benchmark_chart/README.md diff --git a/examples/js_dom_draw_bechmark_chart/chart/.gitignore b/examples/js_dom_draw_benchmark_chart/chart/.gitignore similarity index 100% rename from examples/js_dom_draw_bechmark_chart/chart/.gitignore rename to examples/js_dom_draw_benchmark_chart/chart/.gitignore diff --git a/examples/js_dom_draw_bechmark_chart/chart/Dockerfile b/examples/js_dom_draw_benchmark_chart/chart/Dockerfile similarity index 100% rename from examples/js_dom_draw_bechmark_chart/chart/Dockerfile rename to examples/js_dom_draw_benchmark_chart/chart/Dockerfile diff --git a/examples/js_dom_draw_bechmark_chart/chart/README.md b/examples/js_dom_draw_benchmark_chart/chart/README.md similarity index 100% rename from examples/js_dom_draw_bechmark_chart/chart/README.md rename to examples/js_dom_draw_benchmark_chart/chart/README.md diff --git a/examples/js_dom_draw_bechmark_chart/chart/draw.js.v b/examples/js_dom_draw_benchmark_chart/chart/draw.js.v similarity index 100% rename from examples/js_dom_draw_bechmark_chart/chart/draw.js.v rename to examples/js_dom_draw_benchmark_chart/chart/draw.js.v diff --git a/examples/js_dom_draw_bechmark_chart/chart/favicon.ico b/examples/js_dom_draw_benchmark_chart/chart/favicon.ico similarity index 100% rename from examples/js_dom_draw_bechmark_chart/chart/favicon.ico rename to examples/js_dom_draw_benchmark_chart/chart/favicon.ico diff --git a/examples/js_dom_draw_bechmark_chart/chart/main.v b/examples/js_dom_draw_benchmark_chart/chart/main.v similarity index 100% rename from examples/js_dom_draw_bechmark_chart/chart/main.v rename to examples/js_dom_draw_benchmark_chart/chart/main.v diff --git a/examples/js_dom_draw_bechmark_chart/chart/templates/controller/get/all/task.html b/examples/js_dom_draw_benchmark_chart/chart/templates/controller/get/all/task.html similarity index 100% rename from examples/js_dom_draw_bechmark_chart/chart/templates/controller/get/all/task.html rename to examples/js_dom_draw_benchmark_chart/chart/templates/controller/get/all/task.html diff --git a/examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/.gitignore b/examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/.gitignore similarity index 100% rename from examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/.gitignore rename to examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/.gitignore diff --git a/examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/package.json b/examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/package.json similarity index 100% rename from examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/package.json rename to examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/package.json diff --git a/examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/src/index.ts b/examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/src/index.ts similarity index 100% rename from examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/src/index.ts rename to examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/src/index.ts diff --git a/examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/src/server.js b/examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/src/server.js similarity index 100% rename from examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/src/server.js rename to examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/src/server.js diff --git a/examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/tsconfig.json b/examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/tsconfig.json similarity index 100% rename from examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/tsconfig.json rename to examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/tsconfig.json diff --git a/examples/js_dom_draw_bechmark_chart/v_vweb_orm/src/main.v b/examples/js_dom_draw_benchmark_chart/v_vweb_orm/src/main.v similarity index 100% rename from examples/js_dom_draw_bechmark_chart/v_vweb_orm/src/main.v rename to examples/js_dom_draw_benchmark_chart/v_vweb_orm/src/main.v -- 2.39.5