Home
last modified time | relevance | path

Searched refs:annotations (Results 76 – 100 of 137) sorted by path

123456

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js81annotations&&t.classData.annotations[0],v=t.classData.annotations[0]?"«"+t.classData.annotations[0…
97annotations:[],domId:"classid-"+t.className+"-"+h},h++)},_=function(e){for(var t=Object.keys(u),n=…
H A Dbundle.js.map1annotations && node.classData.annotations[0]; // 1. Create the labels\n\n var interfaceLabelText …
H A Djson.worker.js.map1annotations that tweak the rendering of a completion\r\n * item.\r\n *\r\n * @since 3.15.0\r\n */\…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1annotations","domId","lookUpDomId","classKeys","member","validatedClassName","theClass","memberStr…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php196 $annotations = $page->getAttribute('Annots');
197 if ($annotations instanceof PdfIndirectObjectReference) {
198 $annotations = PdfType::resolve($parser->getIndirectObject($annotations->value), $parser);
201 if ($annotations instanceof PdfArray) {
202 $annotations = PdfType::resolve($annotations, $parser);
204 foreach ($annotations->value as $annotation) {
212 /* Skip over annotations that aren't links */
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE42 editorial revisions, annotations, elaborations, or other modifications
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc66 annotations.
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md12 - Fixed the integration with Symfony, adding explicit @return annotations to suppress User Deprecated notices [#5](https://github.com/ezimuel/ringphp/pull/5)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md21 * Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153)
181 * Fixed various PHPDoc annotations [#1922](https://github.com/ruflin/Elastica/pull/1922)
/plugin/fedauth/Auth/
H A DCOPYING43 editorial revisions, annotations, elaborations, or other modifications
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md5 This release fixes an issue in which annotations such as `@foo-bar`
10 allowing vendor-specific annotations to be prefixed with the tool
17 - [257: Skip parsing annotations containing dashes, such as `@Foo-bar`, or `@Foo-`](https://github.…
56 - [115: Missing annotations with the latest composer version](https://github.com/doctrine/annotatio…
57 - [120: Missing annotations with the latest composer version](https://github.com/doctrine/annotatio…
70 anyway. [#110](https://github.com/doctrine/annotations/pull/110)
73 not correctly checking the freshness of cached annotations when
114 - [74: Ignore not registered annotations fix](https://github.com/doctrine/annotations/pull/74)
116 … [96: Fix/#62 check trait and parent class ttl in annotations](https://github.com/doctrine/annotat…
155 * Allowing dangling comma in annotations
[all …]
H A DREADME.md3 …Status](https://travis-ci.org/doctrine/annotations.svg?branch=master)](https://travis-ci.org/doctr…
4 …ioneye.com/package/php--doctrine--annotations/badge.png)](https://www.versioneye.com/package/php--…
5 …//www.versioneye.com/php/doctrine:annotations/reference_badge.svg)](https://www.versioneye.com/php…
6 …ads](https://poser.pugx.org/doctrine/annotations/downloads.png)](https://packagist.org/packages/do…
7 …ion](https://poser.pugx.org/doctrine/annotations/v/stable.png)](https://packagist.org/packages/doc…
13 …e](http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/annotations.html).
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst4 There are several different approaches to handling annotations in PHP. Doctrine Annotations
5 maps docblock annotations to PHP classes. Because not all docblock annotations are used
6 … metadata purposes a filter is applied to ignore or skip classes that are not Doctrine annotations.
40 In this snippet you can see a variety of different docblock annotations:
42annotations such as ``@var`` and ``@author``. These annotations are on a blacklist and never consi…
81 To use the annotations library is simple, you just need to create a new ``AnnotationReader`` instan…
109 …also use one of the ``Doctrine\Common\Cache\Cache`` cache implementations to cache the annotations:
129 assumption that all annotations of a doc-block are processed at
133 annotations requested again, this time with all annotations
136 …ault the annotation reader returns a list of annotations with numeric indexes. If you want your an…
[all …]
H A Dcustom.rst4 If you want to define your own annotations you just have to group them in a namespace and register …
63 - ``ANNOTATION`` Allowed inside other annotations
65 If the annotations is not allowed in the current context you got an ``AnnotationException``
94 or using the annotations ``@Attributes`` and ``@Attribute``.
227 The use of constants and class constants are available on the annotations parser.
261 Using the library API is simple. Using the annotations described in the previous section
262 you can now annotate other classes with your annotations:
279 Now we can write a script to get the annotations above:
301 Access all annotations of a class
315 Access all annotations of a method
[all …]
H A Dindex.rst33 $ composer require doctrine/annotations
55 :ref:`Read more about custom annotations. <custom>`
57 Reading annotations
60 The access to the annotations happens by reflection of the class
63 access the annotations of a class. A common one is
79 A reader has multiple methods to access the annotations
82 :ref:`Read more about handling annotations. <annotations>`
87 Some IDEs already provide support for annotations:
92 .. _Read more about handling annotations.: annotations
93 .. _Read more about custom annotations.: custom
H A Dsidebar.rst5 annotations
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php230 $annotations = $this->getClassAnnotations($class);
232 foreach ($annotations as $annotation) {
262 $annotations = $this->getPropertyAnnotations($property);
264 foreach ($annotations as $annotation) {
294 $annotations = $this->getMethodAnnotations($method);
296 foreach ($annotations as $annotation) {
405 …$annotations = $this->preParser->parse($class->getDocComment(), 'class ' . $class->name…
407 foreach ($annotations as $annotation) {
H A DDocParser.php639 $annotations = array();
664 $annotations[] = $annot;
668 return $annotations;
H A DFileCacheReader.php238 $annotations = $this->getClassAnnotations($class);
240 foreach ($annotations as $annotation) {
254 $annotations = $this->getMethodAnnotations($method);
256 foreach ($annotations as $annotation) {
270 $annotations = $this->getPropertyAnnotations($property);
272 foreach ($annotations as $annotation) {
H A DIndexedReader.php49 $annotations = array();
51 $annotations[get_class($annot)] = $annot;
54 return $annotations;
70 $annotations = array();
72 $annotations[get_class($annot)] = $annot;
75 return $annotations;
91 $annotations = array();
93 $annotations[get_class($annot)] = $annot;
96 return $annotations;
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md15 sources (annotations, YAML/XML/PHP configuration files).
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md720 - Remove deprecated FileCacheReader for doctrine annotations [\#634](https://github.com/schmittjoh/…
861 - doctrine annotations without namespace [\#264](https://github.com/schmittjoh/serializer/issues/26…
874 - Fixes a typo in the annotations.rst [\#363](https://github.com/schmittjoh/serializer/pull/363) ([…
954 - Update annotations.rst [\#146](https://github.com/schmittjoh/serializer/pull/146) ([chrisjohnson0…
1042 - Fixed typo in doc/reference/annotations.rst [\#16](https://github.com/schmittjoh/serializer/pull/…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst12 If you are using the standalone library and you want to use annotations, the annotation registry mu…
29 …lects several metadata about your objects from various sources such as YML, XML, or annotations. In
67 This library supports several metadata sources. By default, it uses Doctrine annotations, but you m…
H A Dindex.rst61 * :doc:`Annotations </reference/annotations>`
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst12 do this with the annotations ``@ExclusionPolicy``, ``@Exclude``, and ``@Expose``.
26 * The following annotations tells the serializer to skip all properties which

123456