Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DView.php195 * @param string $namespace
200 public static function registerNamespace(string $namespace, string $path): void argument
202 if ($namespace === '') {
210 self::$namespaces[$namespace] = $path;
251 [$namespace, $view_name] = explode(self::NAMESPACE_SEPARATOR, $view_name, 2);
253 if ((self::$namespaces[$namespace] ?? null) === null) {
254 throw new RuntimeException('Namespace "' . e($namespace) . '" not found.');
257 $view_file = self::$namespaces[$namespace] . $view_name . self::TEMPLATE_EXTENSION;
/webtrees/app/Services/
H A DMigrationService.php38 * @param string $namespace Where to find our MigrationXXX classes
45 public function updateSchema(string $namespace, string $schema_name, int $target_version): bool argument
58 $class = $namespace . '\\Migration' . $current_version;
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md379 …keditor4/latest/api/CKEDITOR_tools.html#method-throttle) functions logic into a separate namespace.