Home
last modified time | relevance | path

Searched refs:use (Results 51 – 75 of 2144) sorted by relevance

12345678910>>...86

/plugin/tplinc/lang/en/
H A Dhelp.txt1 As pattern you can use the following:
4 * For namespaces excluding subnamespaces use ''%%namespace:*%%''
5 * For namespaces including subnamespaces use ''%%namespace:**%%''
11 By default only pages that the current user has read access for are included. You can use the **Ski…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Ddeep.test2 "use" tag
4 {% use "foo.twig" %}
10 {% use "bar.twig" %}
H A Dmultiple.test2 "use" tag
4 {% use "foo.twig" %}
5 {% use "bar.twig" %}
H A Dmultiple_aliases.test2 "use" tag
4 {% use "foo.twig" with content as foo_content %}
5 {% use "bar.twig" %}
H A Dinheritance.test2 "use" tag
4 {% use "parent.twig" %}
8 {% use "ancestor.twig" %}
H A Dinheritance2.test2 "use" tag
4 {% use "ancestor.twig" %}
5 {% use "parent.twig" %}
H A Dparent_block2.test2 "use" tag
4 {% use 'file2.html.twig'%}
10 {% use 'file1.html.twig' %}
/plugin/mapillary/
H A DREADME2 Please use the iframe plugin with the embedding options that Mapillary provides [http://blog.mapill…
24 Permission to use, copy, modify, and distribute this software for any
43 Mapillary use, including the APIs and widget, are free for non-commercial use.
44 Non-commercial use is any free service operated by a non-profit organization.
45 Commercial use is any use where you are charging someone for using your
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md13 documents and use them as templates in [FPDF](http://www.fpdf.org), which was developed by Olivier Plathey. Apart
25 To use FPDI with FPDF include following in your composer.json file:
36 If you want to use TCPDF, you have to update your composer.json to:
47 If you want to use tFPDF, you have to update your composer.json to:
60 If you do not use composer, just require the autoload.php in the /src folder:
93 the slash or use a constant of `PdfReader\PageBoundaries`.
99 - If you want to use **FPDI with TCPDF** you need to refactor your code to use the class `Tcpdf\Fpdi`
108 use setasign\Fpdi\Fpdi;
110 // use setasig
[all...]
/plugin/pgn4web/pgn4web/
H A Dtactics.css62 /* a "width" attribute here must use the !important flag to override default settings */
71 /* a "width" attribute here must use the !important flag to override default settings */
75 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtilb98r2.css75 /* a "width" attribute here must use the !important flag to override default settings */
84 /* a "width" attribute here must use the !important flag to override default settings */
88 /* a "width" attribute here must use the !important flag to override default settings */
92 /* a "width" attribute here must use the !important flag to override default settings */
96 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/jplayer/vendor/mustache/mustache/
H A D.php_cs3 use Symfony\CS\Config\Config;
4 use Symfony\CS\FixerInterface;
7 // use symfony level and extra fixers:
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst14 use Doctrine\ORM\Mapping AS ORM;
15 use Symfony\Component\Validation\Constraints AS Assert;
60 use Doctrine\Common\Annotations\AnnotationReader;
91 You can use a file caching reader:
95 use Doctrine\Common\Annotations\FileCacheReader;
96 use Doctrine\Common\Annotations\AnnotationReader;
113 use Doctrine\Common\Annotations\AnnotationReader;
114 use Doctrine\Common\Annotations\CachedReader;
115 use Doctrine\Common\Cache\ApcCache;
142 use Doctrine\Common\Annotations\IndexedReader;
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/security/
H A DPOS.svg1use xlink:href="#B" class="e f"/><path d="M55.144 45.85c.348.198.055.436-.655.53s-1.568.013-1.916-…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js30 use: {
40 use: [
51 use: [
/plugin/diagramsnet/lib/img/lib/mscae/
H A DService_Catalog_Managed_Application_Definitions.svg1use xlink:href="#B" opacity=".5"/><path d="M0 13h5.5v1H1s-1 0-1-1z"/><use xlink:href="#B" y="6" op…
H A DData_Lake_Storage.svg1use xlink:href="#B" fill="#804998"/><g fill="#fff"><use xlink:href="#B" opacity=".1"/><use xlink:h…
H A DMD_snapshot.svg1use xlink:href="#B" fill="#7fba00"/><use xlink:href="#B" opacity=".25" fill="#00188f"/><g fill="#f…
H A DStorageReplica.svg1use xlink:href="#B" fill="#1e1e1e"/><circle fill="#b8d432" cx="6.643" cy="33.545" r="2.142"/><use
H A DFile.svg1 …11 0 0 1 1.1-1.1h15.1a1.11 1.11 0 0 1 1.1 1.1"/><use xlink:href="#B"/><use xlink:href="#B" y="7.5"…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaPublicJwk.php45 public $use; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaPublicJwk
120 public function setUse($use) argument
122 $this->use = $use;
/plugin/mantis/lib/
H A Dclass.soap_val.php85 * @param string $use The WSDL use value (encoded|literal)
89 function serialize($use='encoded') { argument
90 …value, $this->name, $this->type, $this->element_ns, $this->type_ns, $this->attributes, $use, true);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst36 use JMS\Serializer\Handler\SubscribingHandlerInterface;
37 use JMS\Serializer\GraphNavigator;
38 use JMS\Serializer\JsonSerializationVisitor;
39 use JMS\Serializer\JsonDeserializationVisitor;
40 use JMS\Serializer\Context;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst22 use JMS\Serializer\Annotation\ExclusionPolicy;
23 use JMS\Serializer\Annotation\Expose;
78 use JMS\Serializer\SerializationContext;
96 use JMS\Serializer\Annotation\Groups;
117 use JMS\Serializer\SerializationContext;
134 use JMS\Serializer\Annotation\Groups;
179 use JMS\Serializer\SerializationContext;
236 use JMS\Serializer\Annotation\MaxDepth;
263 use JMS\Serializer\SerializationContext;
302 use JMS\Serializer\Expression\ExpressionEvaluator;
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
H A DPersonal_Computer_with_Server.svg1use xlink:href="#B" class="S"/><path d="M13.708 76.198v.28l-1.258-.754v-.283z" class="U"/><path d=…

12345678910>>...86