Home
last modified time | relevance | path

Searched refs:instance (Results 176 – 200 of 405) sorted by last modified time

12345678910>>...17

/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1instance=new e,e}(),Ve=function(){function e(){this.problems=[],this.propertiesMatches=0,this.prop…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1instance, either the scrollTop or scrollLeft properties will change, but not both).\",\n …
H A Dbundle.js149 …|function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var u,h,f=0,…
396 …is._suppressAltKeyUp=!0}static getInstance(e){return x.instance||(x.instance=new x(e)),x.instance}…
/plugin/extendpage/meta/
H A DAssignments.php24 protected static $instance = null; variable in dokuwiki\\plugin\\extendpage\\meta\\Assignments
34 if (is_null(self::$instance) or $forcereload) {
36 self::$instance = new $class();
38 return self::$instance;
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt4 A webcode may be used across several header in order to create a How to for instance.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1431 this.SourceLink=function(url,line,type,object,instance){this.href=url; argument
1432 this.instance=instance;
7360 var instance=getInstanceForStyleSheet(styleSheet);
7362 if(instance){baseDescription.name=baseDescription.name+" #"+(instance+1)
7419 var instance=null;
7427 var sourceLink=new SourceLink(href,line,"css",rule,instance);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md73 non-authenticated users to access it. For instance, this could allow you
1355 a timerange if the start of the time-range exceeds the start of the instance
2122 * Changed: Custom complex properties and exceptions now get an instance of
H A DCONTRIBUTING.md19 instance, we've rejected features in the past because we felt uncomfortable
23 sabre projects. sabre/dav for instance has a plugin system, and there's no
/plugin/webdav/vendor/sabre/http/
H A DREADME.md128 For instance, you may want to add an `isLoggedIn` method to the Request
135 2. The `Sapi::getRequest` factory always returns a instance of
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php647 foreach ($oldInstances as $instance) {
648 $instances[$instance['id']] = [
649 'id' => $instance['id'],
656 $instances[$instance['id']]['newstatus'] = $instance['partstat'];
658 $instances[$instance['id']] = [
659 'id' => $instance['id'],
715 foreach ($instances as $instance) {
716 …if ($instance['oldstatus'] == $instance['newstatus'] && 'REPLY' !== $eventInfo['organizerForceSend…
747 if (strlen($instance['id']) <= 8) {
756 if ('master' !== $instance['id']) {
[all …]
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A Dfunctions.php14 instance()->setTimeout($cb, $timeout);
42 instance()->clearInterval($intervalId);
54 instance()->nextTick($cb);
74 instance()->addReadStream($stream, $cb);
93 instance()->addWriteStream($stream, $cb);
105 instance()->removeReadStream($stream);
117 instance()->removeWriteStream($stream);
132 instance()->run();
153 return instance()->tick($block);
164 instance()->stop();
[all …]
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md100 * #306: iTip REPLYs to the first instance of a recurring event was not handled
242 * #306: iTip REPLYs to the first instance of a recurring event was not handled
345 don't have a valid recurrence instance.
404 * #131: RRULE that doesn't provide a single valid instance now throws an
/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/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js517 instance.emit( "trackend",
526 return instance;
544 instance.emit( "trackstart",
554 return instance;
556 destroy: function( instance ) { argument
557 var events = instance.data.events,
579 if ( !instance.isDestroyed ) {
580instance.data.timeUpdate && instance.media.removeEventListener( "timeupdate", instance.data.timeUp…
581 instance.isDestroyed = true;
1146 instance.emit( "trackstart",
[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/components/
H A Drequire-built.js2102 var instance = $(this).data( name ),
2103 methodValue = instance && $.isFunction( instance[options] ) ?
2104 instance[ options ].apply( instance, args ) :
2105 instance;
2106 if ( methodValue !== instance && methodValue !== undefined ) {
2113 var instance = $(this).data( name );
2114 if ( instance ) {
2116instance.option( options || {} ); // The new constructor only changes the options. Changing option…
2964 this.internal.instance = "jp_" + this.count;
2965 this.instances[this.internal.instance] = this.element;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as510 // Mp3 streams with standard appname/no instance name, mp3: prefix
523 // Mp4 streams with standard appname/no instance name, mp4: prefix
535 // .f4v streams with standard appname/no instance name, .flv extension
538 // allow use of ^ in rtmp string to indicate break point for an appname or instance name that
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as14 * id: (URL Encoded: String) Id of jPlayer instance
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md26 * Added `AssetFactory` instance as second argument for `WorkerInterface::process()`
/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 …]
H A Djquery.jplayer.min.js2instance="jp_"+this.count,this.instances[this.internal.instance]=this.element,this.element.attr("i…
/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/googleanalytics/
H A DREADME.md30 …dokuwiki.org/wiki:syntax#embedding_html_and_php) in your local DokuWiki instance (Look for `htmlok…
/plugin/googleanalytics/lang/en/
H A Dintro.txt24 …* [[:wiki:syntax#embedding_html_and_php|Enabling embedded HTML]] in your local DokuWiki instance (…
/plugin/adfs/phpsaml/
H A DREADME.md1100 $auth = new OneLogin_Saml2_Auth($settingsInfo); // Initialize the SP SAML instance
1276 initializing the SP SAML instance.
1284 Internally initializes an SP SAML instance and an `OneLogin_Saml2_Response`.
1315 * `OneLogin_Saml2_Auth` - Initializes the SP SAML instance

12345678910>>...17