ClassLoader.php
1 year ago
InstalledVersions.php
11 months ago
LICENSE
1 year ago
autoload_classmap.php
1 month ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 month ago
autoload_real.php
2 months ago
autoload_static.php
3 days ago
installed.json
3 weeks ago
installed.php
3 days ago
platform_check.php
2 months ago
autoload_static.php
155 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInitb858699864578c66b2ddae4494f7a6e4 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'S' => |
| 11 | array ( |
| 12 | 'SCF\\Site_Health\\' => 16, |
| 13 | 'SCF\\Meta\\' => 9, |
| 14 | 'SCF\\Forms\\' => 10, |
| 15 | 'SCF\\Fields\\FlexibleContent\\' => 27, |
| 16 | 'SCF\\Datastore\\' => 14, |
| 17 | 'SCF\\CLI\\' => 8, |
| 18 | 'SCF\\Blocks\\' => 11, |
| 19 | 'SCF\\AI\\' => 7, |
| 20 | ), |
| 21 | 'J' => |
| 22 | array ( |
| 23 | 'JsonSchema\\' => 11, |
| 24 | ) |
| 25 | ); |
| 26 | |
| 27 | public static $prefixDirsPsr4 = array ( |
| 28 | 'SCF\\Site_Health\\' => |
| 29 | array ( |
| 30 | 0 => __DIR__ . '/../..' . '/src/Site_Health', |
| 31 | ), |
| 32 | 'SCF\\Meta\\' => |
| 33 | array ( |
| 34 | 0 => __DIR__ . '/../..' . '/includes/Meta', |
| 35 | ), |
| 36 | 'SCF\\Forms\\' => |
| 37 | array ( |
| 38 | 0 => __DIR__ . '/../..' . '/includes/forms', |
| 39 | ), |
| 40 | 'SCF\\Fields\\FlexibleContent\\' => |
| 41 | array ( |
| 42 | 0 => __DIR__ . '/../..' . '/includes/fields/FlexibleContent', |
| 43 | ), |
| 44 | 'SCF\\Datastore\\' => |
| 45 | array ( |
| 46 | 0 => __DIR__ . '/../..' . '/includes/Datastore', |
| 47 | ), |
| 48 | 'SCF\\CLI\\' => |
| 49 | array ( |
| 50 | 0 => __DIR__ . '/../..' . '/src/CLI', |
| 51 | ), |
| 52 | 'SCF\\Blocks\\' => |
| 53 | array ( |
| 54 | 0 => __DIR__ . '/../..' . '/includes/Blocks', |
| 55 | ), |
| 56 | 'SCF\\AI\\' => |
| 57 | array ( |
| 58 | 0 => __DIR__ . '/../..' . '/src/AI', |
| 59 | ), |
| 60 | 'JsonSchema\\' => |
| 61 | array ( |
| 62 | 0 => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema', |
| 63 | ) |
| 64 | ); |
| 65 | |
| 66 | public static $classMap = array ( |
| 67 | 'JsonSchema\\Constraints\\BaseConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php', |
| 68 | 'JsonSchema\\Constraints\\CollectionConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php', |
| 69 | 'JsonSchema\\Constraints\\Constraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php', |
| 70 | 'JsonSchema\\Constraints\\ConstraintInterface' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php', |
| 71 | 'JsonSchema\\Constraints\\EnumConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php', |
| 72 | 'JsonSchema\\Constraints\\Factory' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php', |
| 73 | 'JsonSchema\\Constraints\\FormatConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php', |
| 74 | 'JsonSchema\\Constraints\\NumberConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php', |
| 75 | 'JsonSchema\\Constraints\\ObjectConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php', |
| 76 | 'JsonSchema\\Constraints\\SchemaConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php', |
| 77 | 'JsonSchema\\Constraints\\StringConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php', |
| 78 | 'JsonSchema\\Constraints\\TypeCheck\\LooseTypeCheck' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php', |
| 79 | 'JsonSchema\\Constraints\\TypeCheck\\StrictTypeCheck' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php', |
| 80 | 'JsonSchema\\Constraints\\TypeCheck\\TypeCheckInterface' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php', |
| 81 | 'JsonSchema\\Constraints\\TypeConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php', |
| 82 | 'JsonSchema\\Constraints\\UndefinedConstraint' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php', |
| 83 | 'JsonSchema\\Entity\\JsonPointer' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php', |
| 84 | 'JsonSchema\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php', |
| 85 | 'JsonSchema\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php', |
| 86 | 'JsonSchema\\Exception\\InvalidConfigException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php', |
| 87 | 'JsonSchema\\Exception\\InvalidSchemaException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php', |
| 88 | 'JsonSchema\\Exception\\InvalidSchemaMediaTypeException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php', |
| 89 | 'JsonSchema\\Exception\\InvalidSourceUriException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php', |
| 90 | 'JsonSchema\\Exception\\JsonDecodingException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php', |
| 91 | 'JsonSchema\\Exception\\ResourceNotFoundException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php', |
| 92 | 'JsonSchema\\Exception\\RuntimeException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php', |
| 93 | 'JsonSchema\\Exception\\UnresolvableJsonPointerException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php', |
| 94 | 'JsonSchema\\Exception\\UriResolverException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php', |
| 95 | 'JsonSchema\\Exception\\ValidationException' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php', |
| 96 | 'JsonSchema\\Iterator\\ObjectIterator' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php', |
| 97 | 'JsonSchema\\Rfc3339' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php', |
| 98 | 'JsonSchema\\SchemaStorage' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php', |
| 99 | 'JsonSchema\\SchemaStorageInterface' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php', |
| 100 | 'JsonSchema\\UriResolverInterface' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php', |
| 101 | 'JsonSchema\\UriRetrieverInterface' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php', |
| 102 | 'JsonSchema\\Uri\\Retrievers\\AbstractRetriever' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php', |
| 103 | 'JsonSchema\\Uri\\Retrievers\\Curl' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php', |
| 104 | 'JsonSchema\\Uri\\Retrievers\\FileGetContents' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php', |
| 105 | 'JsonSchema\\Uri\\Retrievers\\PredefinedArray' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php', |
| 106 | 'JsonSchema\\Uri\\Retrievers\\UriRetrieverInterface' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php', |
| 107 | 'JsonSchema\\Uri\\UriResolver' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php', |
| 108 | 'JsonSchema\\Uri\\UriRetriever' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php', |
| 109 | 'JsonSchema\\Validator' => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema/Validator.php', |
| 110 | 'SCF\\AI\\AI' => __DIR__ . '/../..' . '/src/AI/AI.php', |
| 111 | 'SCF\\AI\\Abilities\\Abilities' => __DIR__ . '/../..' . '/src/AI/Abilities/Abilities.php', |
| 112 | 'SCF\\AI\\Abilities\\AbstractAbilityGroup' => __DIR__ . '/../..' . '/src/AI/Abilities/AbstractAbilityGroup.php', |
| 113 | 'SCF\\AI\\Abilities\\FieldGroup' => __DIR__ . '/../..' . '/src/AI/Abilities/FieldGroup.php', |
| 114 | 'SCF\\AI\\Abilities\\PostType' => __DIR__ . '/../..' . '/src/AI/Abilities/PostType.php', |
| 115 | 'SCF\\AI\\Abilities\\SCF_REST_Ability' => __DIR__ . '/../..' . '/src/AI/Abilities/SCF_REST_Ability.php', |
| 116 | 'SCF\\AI\\Abilities\\Taxonomy' => __DIR__ . '/../..' . '/src/AI/Abilities/Taxonomy.php', |
| 117 | 'SCF\\AI\\GEO\\FieldSettings' => __DIR__ . '/../..' . '/src/AI/GEO/FieldSettings.php', |
| 118 | 'SCF\\AI\\GEO\\GEO' => __DIR__ . '/../..' . '/src/AI/GEO/GEO.php', |
| 119 | 'SCF\\AI\\GEO\\Outputs\\Blocks' => __DIR__ . '/../..' . '/src/AI/GEO/Outputs/Blocks.php', |
| 120 | 'SCF\\AI\\GEO\\Outputs\\Posts' => __DIR__ . '/../..' . '/src/AI/GEO/Outputs/Posts.php', |
| 121 | 'SCF\\AI\\GEO\\Schema' => __DIR__ . '/../..' . '/src/AI/GEO/Schema.php', |
| 122 | 'SCF\\AI\\GEO\\SchemaData' => __DIR__ . '/../..' . '/src/AI/GEO/SchemaData.php', |
| 123 | 'SCF\\Blocks\\Bindings' => __DIR__ . '/../..' . '/includes/Blocks/Bindings.php', |
| 124 | 'SCF\\Blocks\\Bindings_Editor' => __DIR__ . '/../..' . '/includes/Blocks/Bindings_Editor.php', |
| 125 | 'SCF\\CLI\\CLI' => __DIR__ . '/../..' . '/src/CLI/CLI.php', |
| 126 | 'SCF\\CLI\\JsonCommand' => __DIR__ . '/../..' . '/src/CLI/JsonCommand.php', |
| 127 | 'SCF\\Datastore\\Check_Screen' => __DIR__ . '/../..' . '/includes/Datastore/Check_Screen.php', |
| 128 | 'SCF\\Datastore\\Localization' => __DIR__ . '/../..' . '/includes/Datastore/Localization.php', |
| 129 | 'SCF\\Datastore\\REST_Save' => __DIR__ . '/../..' . '/includes/Datastore/REST_Save.php', |
| 130 | 'SCF\\Datastore\\Revisions' => __DIR__ . '/../..' . '/includes/Datastore/Revisions.php', |
| 131 | 'SCF\\Fields\\FlexibleContent\\Layout' => __DIR__ . '/../..' . '/includes/fields/FlexibleContent/Layout.php', |
| 132 | 'SCF\\Fields\\FlexibleContent\\Render' => __DIR__ . '/../..' . '/includes/fields/FlexibleContent/Render.php', |
| 133 | 'SCF\\Forms\\WC_Order' => __DIR__ . '/../..' . '/includes/forms/WC_Order.php', |
| 134 | 'SCF\\Meta\\Comment' => __DIR__ . '/../..' . '/includes/Meta/Comment.php', |
| 135 | 'SCF\\Meta\\MetaLocation' => __DIR__ . '/../..' . '/includes/Meta/MetaLocation.php', |
| 136 | 'SCF\\Meta\\Option' => __DIR__ . '/../..' . '/includes/Meta/Option.php', |
| 137 | 'SCF\\Meta\\Post' => __DIR__ . '/../..' . '/includes/Meta/Post.php', |
| 138 | 'SCF\\Meta\\Term' => __DIR__ . '/../..' . '/includes/Meta/Term.php', |
| 139 | 'SCF\\Meta\\User' => __DIR__ . '/../..' . '/includes/Meta/User.php', |
| 140 | 'SCF\\Meta\\WooOrder' => __DIR__ . '/../..' . '/includes/Meta/WooOrder.php', |
| 141 | 'SCF\\Site_Health\\AI_Usage' => __DIR__ . '/../..' . '/src/Site_Health/AI_Usage.php', |
| 142 | 'SCF\\Site_Health\\Site_Health' => __DIR__ . '/../..' . '/src/Site_Health/Site_Health.php' |
| 143 | ); |
| 144 | |
| 145 | public static function getInitializer(ClassLoader $loader) |
| 146 | { |
| 147 | return \Closure::bind(function () use ($loader) { |
| 148 | $loader->prefixLengthsPsr4 = ComposerStaticInitb858699864578c66b2ddae4494f7a6e4::$prefixLengthsPsr4; |
| 149 | $loader->prefixDirsPsr4 = ComposerStaticInitb858699864578c66b2ddae4494f7a6e4::$prefixDirsPsr4; |
| 150 | $loader->classMap = ComposerStaticInitb858699864578c66b2ddae4494f7a6e4::$classMap; |
| 151 | |
| 152 | }, null, ClassLoader::class); |
| 153 | } |
| 154 | } |
| 155 |