PATH:
home
/
bnathsfovv
/
asdkjke.info
/
wp-includes
<?php /** * Dependencies API: _WP_Dependency class * * @since 4.7.0 * * @package WordPress * @subpackage Dependencies */ /** * Class _WP_Dependency * * Helper class to register a handle and associated data. * * @access private * @since 2.6.0 */ #[AllowDynamicProperties] class _WP_Dependency { /** * The handle name. * * @since 2.6.0 * @var string */ public $handle; /** * The handle source. * * If source is set to false, the item is an alias of other items it depends on. * * @since 2.6.0 * @var string|false */ public $src; /** * An array of handle dependencies. * * @since 2.6.0 * @var string[] */ public $deps = array(); /** * The handle version. * * Used for cache-busting. * * @since 2.6.0 * @var string|false|null */ public $ver = false; /** * Additional arguments for the handle. * * @since 2.6.0 * @var mixed */ public $args = null; // Custom property, such as $in_footer or $media. /** * Extra data to supply to the handle. * * @since 2.6.0 * @var array<string, mixed> */ public $extra = array(); /** * Translation textdomain set for this dependency. * * @since 5.0.0 * @var string */ public $textdomain; /** * Translation path set for this dependency. * * @since 5.0.0 * @var string|null */ public $translations_path; /** * Setup dependencies. * * @since 2.6.0 * @since 5.3.0 Formalized the existing `...$args` parameter by adding it * to the function signature. * * @param mixed ...$args Dependency information. */ public function __construct( ...$args ) { list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = $args; if ( ! is_array( $this->deps ) ) { $this->deps = array(); } } /** * Add handle data. * * @since 2.6.0 * * @param string $name The data key to add. * @param mixed $data The data value to add. * @return bool False if not scalar, true otherwise. */ public function add_data( $name, $data ) { if ( ! is_scalar( $name ) ) { return false; } $this->extra[ $name ] = $data; return true; } /** * Sets the translation domain for this dependency. * * @since 5.0.0 * * @param string $domain The translation textdomain. * @param string $path Optional. The full file path to the directory containing translation files. * @return bool False if $domain is not a string, true otherwise. */ public function set_translations( $domain, $path = '' ) { if ( ! is_string( $domain ) ) { return false; } $this->textdomain = $domain; $this->translations_path = $path; return true; } }
[+]
..
[-] block-editor.php
[edit]
[+]
fonts
[+]
ID3
[-] class-wp-meta-query.php
[edit]
[-] class-wp-block-patterns-registry.php
[edit]
[+]
blocks
[-] class-wp-recovery-mode-email-service.php
[edit]
[-] rss-functions.php
[edit]
[-] class-wp-http-ixr-client.php
[edit]
[+]
Text
[-] theme.json
[edit]
[-] theme-i18n.json
[edit]
[-] session.php
[edit]
[-] class-wp-block-bindings-source.php
[edit]
[+]
build
[-] class-wp-textdomain-registry.php
[edit]
[-] class-wp-block-parser.php
[edit]
[-] default-constants.php
[edit]
[+]
Requests
[-] class-wp-text-diff-renderer-table.php
[edit]
[-] feed-atom.php
[edit]
[-] revision.php
[edit]
[-] class-wp-list-util.php
[edit]
[+]
sodium_compat
[+]
block-supports
[+]
rest-api
[+]
customize
[-] meta.php
[edit]
[+]
theme-compat
[-] error_log
[edit]
[+]
php-compat
[-] utf8.php
[edit]
[-] class.wp-styles.php
[edit]
[-] class-wp-text-diff-renderer-inline.php
[edit]
[-] theme.php
[edit]
[-] class-wp-url-pattern-prefixer.php
[edit]
[-] class-pop3.php
[edit]
[-] class-wp-block-list.php
[edit]
[+]
IXR
[+]
images
[-] registration.php
[edit]
[-] class-wp-block-template.php
[edit]
[+]
abilities-api
[+]
SimplePie
[+]
PHPMailer
[-] class-wp-recovery-mode-cookie-service.php
[edit]
[-] cron.php
[edit]
[+]
css
[-] class-wp-duotone.php
[edit]
[-] class-wp-site-query.php
[edit]
[-] class-wp-block-type.php
[edit]
[+]
html-api
[-] speculative-loading.php
[edit]
[-] class-wp-site.php
[edit]
[+]
widgets
[-] formatting.php
[edit]
[-] class-wp-http-proxy.php
[edit]
[-] nav-menu-template.php
[edit]
[-] class-walker-category-dropdown.php
[edit]
[+]
style-engine
[-] post-formats.php
[edit]
[-] ms-load.php
[edit]
[-] pluggable.php
[edit]
[-] abilities.php
[edit]
[+]
sitemaps
[-] class-wp-taxonomy.php
[edit]
[-] class-wp-widget-factory.php
[edit]
[-] class-wp-block-pattern-categories-registry.php
[edit]
[+]
block-bindings
[-] wp-db.php
[edit]
[-] class-wp-recovery-mode-key-service.php
[edit]
[-] class-wp-image-editor-gd.php
[edit]
[+]
certificates
[-] registration-functions.php
[edit]
[-] class-feed.php
[edit]
[-] class-wp-matchesmapregex.php
[edit]
[-] class-wp-user-meta-session-tokens.php
[edit]
[-] canonical.php
[edit]
[-] class-wp-date-query.php
[edit]
[+]
interactivity-api
[-] class-wp-http-curl.php
[edit]
[-] class-wp-block-supports.php
[edit]
[+]
assets
[-] class-wp-tax-query.php
[edit]
[-] load.php
[edit]
[-] style-engine.php
[edit]
[-] class-wp-customize-section.php
[edit]
[-] class-wp-classic-to-block-menu-converter.php
[edit]
[-] class-walker-category.php
[edit]
[-] class-wp-query.php
[edit]
[-] class-wp-dependency.php
[edit]
[-] ms-deprecated.php
[edit]
[-] http.php
[edit]
[-] class-wp-block-type-registry.php
[edit]
[-] taxonomy.php
[edit]
[+]
php-ai-client
[+]
ai-client
[-] class-wp-image-editor.php
[edit]
[-] class-wp-block-templates-registry.php
[edit]
[-] ms-default-filters.php
[edit]
[-] block-i18n.json
[edit]
[-] class-wp-theme-json-resolver.php
[edit]
[+]
block-patterns
[-] class-walker-comment.php
[edit]
[-] class.wp-dependencies.php
[edit]
[+]
js
[-] vars.php
[edit]
[-] theme-previews.php
[edit]
[+]
pomo
[-] class-wp-dependencies.php
[edit]
[-] class-wp-feed-cache.php
[edit]
[-] class-wp-recovery-mode-link-service.php
[edit]
[-] class-wp-metadata-lazyloader.php
[edit]
[-] default-filters.php
[edit]
[-] class-wp-customize-control.php
[edit]
[-] comment.php
[edit]
[-] class-wp-post-type.php
[edit]
[-] update.php
[edit]
[+]
l10n
[-] widgets.php
[edit]
[-] blocks.php
[edit]