From 0548faa7d0edcdfe3f12b0cb1d3ff304e18815b8 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 29 Jan 2023 13:32:34 -0500 Subject: [PATCH] Updated Intellij Idea scopes --- .idea/scopes/Autoloaders.xml | 3 +++ .idea/scopes/Installer_Source_files.xml | 3 +++ .idea/scopes/NCC_Source_files.xml | 2 +- .idea/scopes/Symfony_Filesystem.xml | 3 +++ .idea/scopes/Symfony_Process.xml | 3 +++ .idea/scopes/Symfony_Uid.xml | 3 +++ .idea/scopes/Symfony_Yaml.xml | 3 +++ .idea/scopes/Symfony_polyfill_ctype.xml | 3 +++ .idea/scopes/Symfony_polyfill_mbstring.xml | 3 +++ .idea/scopes/Symfony_polyfill_uuid.xml | 3 +++ .idea/scopes/defuse.xml | 3 +++ .idea/scopes/defuse_php_encryption.xml | 3 +++ .idea/scopes/jelix.xml | 3 +++ .idea/scopes/jelix_version.xml | 3 +++ .idea/scopes/nikic.xml | 3 +++ .idea/scopes/nikic_PhpParser.xml | 3 +++ .idea/scopes/theseer.xml | 3 +++ .idea/scopes/theseer_Autoload.xml | 3 +++ .idea/scopes/theseer_DirectoryScanner.xml | 3 +++ 19 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .idea/scopes/Autoloaders.xml create mode 100644 .idea/scopes/Installer_Source_files.xml create mode 100644 .idea/scopes/Symfony_Filesystem.xml create mode 100644 .idea/scopes/Symfony_Process.xml create mode 100644 .idea/scopes/Symfony_Uid.xml create mode 100644 .idea/scopes/Symfony_Yaml.xml create mode 100644 .idea/scopes/Symfony_polyfill_ctype.xml create mode 100644 .idea/scopes/Symfony_polyfill_mbstring.xml create mode 100644 .idea/scopes/Symfony_polyfill_uuid.xml create mode 100644 .idea/scopes/defuse.xml create mode 100644 .idea/scopes/defuse_php_encryption.xml create mode 100644 .idea/scopes/jelix.xml create mode 100644 .idea/scopes/jelix_version.xml create mode 100644 .idea/scopes/nikic.xml create mode 100644 .idea/scopes/nikic_PhpParser.xml create mode 100644 .idea/scopes/theseer.xml create mode 100644 .idea/scopes/theseer_Autoload.xml create mode 100644 .idea/scopes/theseer_DirectoryScanner.xml diff --git a/.idea/scopes/Autoloaders.xml b/.idea/scopes/Autoloaders.xml new file mode 100644 index 0000000..e193470 --- /dev/null +++ b/.idea/scopes/Autoloaders.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Installer_Source_files.xml b/.idea/scopes/Installer_Source_files.xml new file mode 100644 index 0000000..f4cf65d --- /dev/null +++ b/.idea/scopes/Installer_Source_files.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/NCC_Source_files.xml b/.idea/scopes/NCC_Source_files.xml index 6e38ebb..a65b319 100644 --- a/.idea/scopes/NCC_Source_files.xml +++ b/.idea/scopes/NCC_Source_files.xml @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/.idea/scopes/Symfony_Filesystem.xml b/.idea/scopes/Symfony_Filesystem.xml new file mode 100644 index 0000000..00b6846 --- /dev/null +++ b/.idea/scopes/Symfony_Filesystem.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Symfony_Process.xml b/.idea/scopes/Symfony_Process.xml new file mode 100644 index 0000000..7d46ad8 --- /dev/null +++ b/.idea/scopes/Symfony_Process.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Symfony_Uid.xml b/.idea/scopes/Symfony_Uid.xml new file mode 100644 index 0000000..0b4c6e4 --- /dev/null +++ b/.idea/scopes/Symfony_Uid.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Symfony_Yaml.xml b/.idea/scopes/Symfony_Yaml.xml new file mode 100644 index 0000000..d2796d6 --- /dev/null +++ b/.idea/scopes/Symfony_Yaml.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Symfony_polyfill_ctype.xml b/.idea/scopes/Symfony_polyfill_ctype.xml new file mode 100644 index 0000000..93bc242 --- /dev/null +++ b/.idea/scopes/Symfony_polyfill_ctype.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Symfony_polyfill_mbstring.xml b/.idea/scopes/Symfony_polyfill_mbstring.xml new file mode 100644 index 0000000..9125e7b --- /dev/null +++ b/.idea/scopes/Symfony_polyfill_mbstring.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Symfony_polyfill_uuid.xml b/.idea/scopes/Symfony_polyfill_uuid.xml new file mode 100644 index 0000000..fc04e03 --- /dev/null +++ b/.idea/scopes/Symfony_polyfill_uuid.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/defuse.xml b/.idea/scopes/defuse.xml new file mode 100644 index 0000000..3c1064b --- /dev/null +++ b/.idea/scopes/defuse.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/defuse_php_encryption.xml b/.idea/scopes/defuse_php_encryption.xml new file mode 100644 index 0000000..bff7e6a --- /dev/null +++ b/.idea/scopes/defuse_php_encryption.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/jelix.xml b/.idea/scopes/jelix.xml new file mode 100644 index 0000000..6e134aa --- /dev/null +++ b/.idea/scopes/jelix.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/jelix_version.xml b/.idea/scopes/jelix_version.xml new file mode 100644 index 0000000..89f8c5e --- /dev/null +++ b/.idea/scopes/jelix_version.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/nikic.xml b/.idea/scopes/nikic.xml new file mode 100644 index 0000000..471928a --- /dev/null +++ b/.idea/scopes/nikic.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/nikic_PhpParser.xml b/.idea/scopes/nikic_PhpParser.xml new file mode 100644 index 0000000..22f7509 --- /dev/null +++ b/.idea/scopes/nikic_PhpParser.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/theseer.xml b/.idea/scopes/theseer.xml new file mode 100644 index 0000000..c46f520 --- /dev/null +++ b/.idea/scopes/theseer.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/theseer_Autoload.xml b/.idea/scopes/theseer_Autoload.xml new file mode 100644 index 0000000..f64a6e8 --- /dev/null +++ b/.idea/scopes/theseer_Autoload.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/theseer_DirectoryScanner.xml b/.idea/scopes/theseer_DirectoryScanner.xml new file mode 100644 index 0000000..72d0ec3 --- /dev/null +++ b/.idea/scopes/theseer_DirectoryScanner.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file