Home
last modified time | relevance | path

Searched refs:use (Results 76 – 100 of 2144) sorted by relevance

12345678910>>...86

/plugin/jmol2/jmol/
H A DREADME.txt26 GNU LGPL (terms of license for use and distribution of Jmol).
55 recommended procedure is to use the split version (JmolApplet0.jar etc.,
57 You may wish to use this if you want to keep your website simple or you
64 do not use jmolInitialize()
78 is not always enabled. If you decide to use JmolAppletSigned.jar
83 To invoke JmolAppletSigned.jar from Jmol.js, use:
88 the preparation of web pages that use Jmol applet, without the need to
104 This split version is the one that will be used by default if you use
105 Jmol.js. For that, use the simplest form of jmolInitialize(), just
120 version may not be of general use.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dparent_block.test2 "use" tag
4 {% use 'file2.html.twig' with foobar as base_base_foobar %}
10 {% use 'file1.html.twig' with foobar as base_foobar %}
H A Dbasic.test2 "use" tag
4 {% use "blocks.twig" %}
/plugin/diagramsnet/lib/img/lib/mscae/
H A DVirtual_Datacenter.svg1use xlink:href="#B" fill="#59b4d9"/><g fill="#fff"><use xlink:href="#B" opacity=".2"/><path opacit…
H A DVM_Scale_Set.svg1use xlink:href="#B" fill="#b8d432"/><use xlink:href="#C" fill="#fff"/><path fill="#a0a1a2" d="M41.…
H A DPeerings.svg1use xlink:href="#B" fill="#7fba00"/><path d="M-733.464 1499.713l-15-15 2.687-2.687 15 15zm-15.004 …
H A DTasksPolychromatic.svg1 …" height="38.3" width="49.5"><g fill="#59b4d9"><use xlink:href="#B"/><use xlink:href="#B" y="13.1"…
H A DClassicIPAddress.svg1 ….9H5.9l2.2 2.4z" fill="#fff"/><g fill="#0072c6"><use xlink:href="#B"/><use xlink:href="#B" x="8.9"…
H A DAzure_Sphere.svg1use xlink:href="#B" fill="#0072c6"/><circle cx="6" cy="40" r="4" fill="#fff"/><use xlink:href="#B"…
H A DWebHosting.svg1use xlink:href="#B" fill="#1e1e1e"/><circle fill="#b8d432" cx="7.643" cy="27.024" r="2.142"/><use
H A DBatch.svg1use xlink:href="#B"/><use xlink:href="#B" y="7.8"/></g><path d="M20 45.2c0 .7.5 1.2 1.2 1.2h27.6c.…
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md16 use Tx\Mailer;
33 use \Tx\Mailer\SMTP;
34 use \Tx\Mailer\Message;
35 use \Monolog\Logger;
/plugin/pgn4web/pgn4web/
H A Dchess960wch06.css70 /* 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 */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
H A Dinputform.css84 /* a "width" attribute here must use the !important flag to override default settings */
99 /* a "width" attribute here must use the !important flag to override default settings */
107 /* a "width" attribute here must use the !important flag to override default settings */
112 /* a "width" attribute here must use the !important flag to override default settings */
116 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtemplate.css70 /* 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 */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtwic944.css74 /* 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 */
97 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/projects/plugins/file/
H A Dplot_dependency.php109 $use = $pairs['as'];
110 if ($use != 'x' && $use != 'y') continue;
112 else $use = NULL;
115 if ($use == 'x') $this->properties['x_column'] = trim($range[0]);
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md34 …:validateCaFile($filename)`: Validates a CA file using openssl_x509_parse only if it is safe to use
35 - `CaBundle::isOpensslParseSafe()`: Test if it is safe to use the PHP function openssl_x509_parse()
39 #### To use with curl
54 #### To use with php streams
74 #### To use with Guzzle
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
H A DVOIP_IP_phone.svg1use xlink:href="#B"/><path d="M20.086 1.065s-1.437-.75-3.875.5-2.29 2.46-2.46 2.75c-.223.392-.166 …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DJwk.php49 public $use; variable in Google\\Service\\Container\\Jwk
146 public function setUse($use) argument
148 $this->use = $use;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst10 To use it, first, :ref:`install the Extensions library<extensions-install>`.
76 To pluralize a translatable string, use the ``plural`` block:
90 To add notes for translators, use the ``notes`` block:
102 You can use ``notes`` with or without ``plural``. Once you get your templates compiled you should
105 Within an expression or in a tag, you can use the ``trans`` filter to translate
117 For more complex scenario, like pluralization, you can use a two-step
131 {# use the temporary variable within an expression #}
137 If you use the Twig I18n extension, you will probably need to extract the
152 PHP files, you can use ``xgettext`` on the template cache instead.
185 Another workaround is to use `Twig Gettext Extractor`_ and extract the template
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1use xlink:href="#B" class="AT"/></g></mask><linearGradient id="R" gradientUnits="userSpaceOnUse" x…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst5 deserialization process which you can use to hook in and alter the default
11 while subscribers contain that information. Thus, subscribers are easier to share, and re-use. List…
62 This is dispatched right before a type is left. You can for example use this
74 This is dispatched before an object is deserialized. You can use this to
81 This is dispatched after a type is processed. You can use it to normalize
/plugin/captcha/fonts/
H A DREADME2 The more and exotic fonts you use, the harder it will be to OCR. However you
5 Provided TTF fonts for use with image CAPTCHA:
10 Provided SVG fonts for use with SVG CAPTCHA:
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst99 use JMS\Serializer\Annotation\AccessType;
125 use JMS\Serializer\Annotation\Accessor;
160 use JMS\Serializer\Annotation\AccessorOrder;
416 use JMS\Serializer\Annotation\Type;
476 use JMS\Serializer\Annotation\XmlRoot;
507 use JMS\Serializer\Annotation\XmlAttribute;
603 use JMS\Serializer\Annotation\XmlValue;
604 use JMS\Serializer\Annotation\XmlRoot;
632 use JMS\Serializer\Annotation\XmlList;
633 use JMS\Serializer\Annotation\XmlRoot;
[all …]

12345678910>>...86