Home
last modified time | relevance | path

Searched refs:registerFile (Results 1 – 5 of 5) sorted by relevance

/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php272 public function registerFile($url, $cid, $file) function in Swift_Plugin_FileEmbedder
336 $this->registerFile($url, $cid, $registered["obj"]);
350 $this->registerFile($url, $id, $att);
381 $this->registerFile($path, $cid, $registered["obj"]);
387 $this->registerFile($path, $id, $att);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php64 public static function registerFile(string $file) : void function in Doctrine\\Common\\Annotations\\AnnotationRegistry
H A DDocParser.php493 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Enum.php');
494 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Target.php');
495 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Attribute.php');
496 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Attributes.php');
H A DAnnotationReader.php200 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/IgnoreAnnotation.php');
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst63 …AnnotationRegistry::registerFile("/path/to/doctrine/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnota…
71 Doctrine saves all its annotations in a single file, that is why ``AnnotationRegistry#registerFile`…
160 - Calling ``AnnotationRegistry#registerFile($file)`` to register a file that contains one or more…