Home
last modified time | relevance | path

Searched refs:instance (Results 201 – 225 of 405) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php830 $instance = new $name();
844 $instance->{$property} = $value;
847 return $instance;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md107 Alternatively, you can create your own `DeepCopy` instance to configure it differently for example:
180 The `TypeMatcher` will match any element by its type (instance of a class or any value that could b…
186 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md102 Alternatively, you can create your own `DeepCopy` instance to configure it differently for example:
175 The `TypeMatcher` will match any element by its type (instance of a class or any value that could be parameter of
181 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst82 instance, the name can depend on the value of a variable:
234 instance, if you have the following template data::
304 instance), it might be interesting to validate the template syntax before
375 When attaching a visitor to a ``\Twig\Environment`` instance, Twig uses it to
551 ``interpolateProvider`` service, for instance at the module initialization
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js57 var instance = $(this).data( name ),
58 methodValue = instance && $.isFunction( instance[options] ) ?
59 instance[ options ].apply( instance, args ) :
60 instance;
61 if ( methodValue !== instance && methodValue !== undefined ) {
68 var instance = $(this).data( name );
69 if ( instance ) {
71instance.option( options || {} ); // The new constructor only changes the options. Changing option…
919 this.internal.instance = "jp_" + this.count;
920 this.instances[this.internal.instance] = this.element;
[all …]
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js57 var instance = $(this).data( name ),
58 methodValue = instance && $.isFunction( instance[options] ) ?
59 instance[ options ].apply( instance, args ) :
60 instance;
61 if ( methodValue !== instance && methodValue !== undefined ) {
68 var instance = $(this).data( name );
69 if ( instance ) {
71instance.option( options || {} ); // The new constructor only changes the options. Changing option…
919 this.internal.instance = "jp_" + this.count;
920 this.instances[this.internal.instance] = this.element;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js57 var instance = $(this).data( name ),
58 methodValue = instance && $.isFunction( instance[options] ) ?
59 instance[ options ].apply( instance, args ) :
60 instance;
61 if ( methodValue !== instance && methodValue !== undefined ) {
68 var instance = $(this).data( name );
69 if ( instance ) {
71instance.option( options || {} ); // The new constructor only changes the options. Changing option…
919 this.internal.instance = "jp_" + this.count;
920 this.instances[this.internal.instance] = this.element;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js57 var instance = $(this).data( name ),
58 methodValue = instance && $.isFunction( instance[options] ) ?
59 instance[ options ].apply( instance, args ) :
60 instance;
61 if ( methodValue !== instance && methodValue !== undefined ) {
68 var instance = $(this).data( name );
69 if ( instance ) {
71instance.option( options || {} ); // The new constructor only changes the options. Changing option…
919 this.internal.instance = "jp_" + this.count;
920 this.instances[this.internal.instance] = this.element;
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js10 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
303 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
405 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
1763 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
2120 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
2158 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
2467 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
73932 function _classCallCheck(instance, Constructor) {
73933 if (!(instance instanceof Constructor)) {
81104 function _classCallCheck(instance, Constructor) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst41 ``\Twig\TemplateWrapper`` instance, Twig will use it directly::
/plugin/overlay/
H A Dstyle.css64 /* mark settings here as !important. For instance, color: green !important; */
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc14 used by the client. For instance, a value of `x-elastic-client-meta` can be
/plugin/quickstats/lang/en/
H A Dquery.txt13 …ns are case-insensitive and will match partial strings as well as whole strings. So, for instance,
18 … select it. If you enter a partial name, it will add all matches. For instance, if you enter 'is…
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/googleanalytics/lang/en/
H A Dintro.txt24 …* [[:wiki:syntax#embedding_html_and_php|Enabling embedded HTML]] in your local DokuWiki instance (…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java.bak96 // if you are using an mxEditor instance)
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md52 # Get a BER encoder instance, call decode on it, and $pdu will now be a sequence object.
/plugin/foldablelist/
H A DREADME.md37 you can pass the config to every single instance:
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst5 (FP) friendly style by exporting an instance of `lodash` with its methods wrapped
221 // Convert by `lodash` instance.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php57 * Stick to serialized version for now, we don't need a UUID instance.
910 return LexerMoreAction::instance();
913 return LexerPopModeAction::instance();
919 return LexerSkipAction::instance();
/plugin/authshibboleth/
H A DREADME.md18 * Shibboleth SP 2.x instance
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js1 …@pop"],[/@\w*/,"namespace.class.identifier","@pop"],[/@@\w*/,"namespace.instance.identifier","@pop…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso31 -description='Creates an instance of FCKEditor.'
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md16 - The timezone is now set per Logger instance and not statically, either

12345678910>>...17