Home
last modified time | relevance | path

Searched refs:instances (Results 126 – 150 of 176) sorted by path

12345678

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst20 This library provides a special builder object which makes constructing serializer instances a bree…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md97 keeps a hash map of all instances and thus preserves the object graph.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md55 * Allow `\Error` instances in `ThrowPromise` (thanks @jameshalsall)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php144 private static $instances = []; variable in PHPUnit_Util_Configuration
186 if (!isset(self::$instances[$realpath])) {
187 self::$instances[$realpath] = new self($realpath);
190 return self::$instances[$realpath];
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst25 by the `strtotime`_ function), `DateTime`_ instances, or `Unix timestamps`_.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG85 * fixed Environment::resolveTemplate to accept instances of TemplateWrapper
224 * deprecated the ability to store non Node instances in Node::$nodes
444 * added support for object instances as the second argument of the constant test
472 * added support for object instances as the second argument of the constant function
566 * fixed a regression when dealing with SimpleXMLElement instances in templates
619 * removed the creation of Twig_Markup instances when not needed
633 * fixed the empty test and the length filter for Twig_Markup instances
650 * fixed the date filter for DateInterval instances (setTimezone() does not exist for them)
914 * removed Twig_Template instances from the debug tag output
1006 * added support for DateTime instances for the date filter
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst604 * Returns the token parser instances to add to the existing list.
611 * Returns the node visitor instances to add to the existing list.
H A Dadvanced_legacy.rst546 * Returns the token parser instances to add to the existing list.
553 * Returns the node visitor instances to add to the existing list.
H A Ddeprecated.rst128 instances, storing a ``null`` value is deprecated and won't be possible in
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst27 `strtotime`_ function), `DateTime`_ instances, or `DateInterval`_ instances. For
H A Ddate_modify.rst14 by the `strtotime`_ function) or `DateTime`_ instances. You can easily combine
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
17 As of 1.12.1 you can read constants from object instances as well:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
16 You can test constants from object instances as well:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dsimple_xml_element.test2 Twig is able to deal with SimpleXMLElement instances as variables
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md25 * #331: Fix dealing with multiple overridden instances falling on the same
165 * #331: Fix dealing with multiple overridden instances falling on the same
213 instances. (@DominikTo, @migrax).
272 * #188: Retain floating times when generating instances using
348 * #127: Attendees who delete recurring event instances events they had already
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php348 $instances = [];
370 if (isset($instances[$recurId])) {
393 unset($instances[$recurId]);
661 $instances = [];
664 $instances[$instance['id']] = [
676 $instances[$instance['id']] = [
690 if (isset($instances['master']) && $instances['master']['newstatus'] !== 'DECLINED') {
697 $instances[$exDate] = [
734 foreach ($instances as $instance) {
848 $instances = [];
[all …]
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown147 Methods are called on slick instances through the slick method itself in version 1.4, see below:
/plugin/issuelinks/classes/
H A DIssue.php13 private static $instances = []; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
75 if (empty(self::$instances[$issueHash]) || $forcereload) {
76 … self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);
78 return self::$instances[$issueHash];
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt2029 # new feature: webexport now cleans up scratch files on deletion of instances and program exit.
5739 # instances, the commas are fine, including "SET UNITCELL" and "SET DEFAULTLATTICE".
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js179 $.each($.jPlayer.prototype.instances, function(i, element) {
678 instances: {}, // Static Object
920 this.instances[this.internal.instance] = this.element;
1252 … delete this.instances[this.internal.instance]; // Clear the instance on the static instance object
1256 $.each(this.instances, function(i, element) {
1260 delete self.instances[i];
2162 $.each(this.instances, function() {
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js179 $.each($.jPlayer.prototype.instances, function(i, element) {
678 instances: {}, // Static Object
920 this.instances[this.internal.instance] = this.element;
1252 … delete this.instances[this.internal.instance]; // Clear the instance on the static instance object
1256 $.each(this.instances, function(i, element) {
1260 delete self.instances[i];
2162 $.each(this.instances, function() {
/plugin/jplayer/components/
H A Drequire-built.js2224 $.each($.jPlayer.prototype.instances, function(i, element) {
2723 instances: {}, // Static Object
2965 this.instances[this.internal.instance] = this.element;
3297 … delete this.instances[this.internal.instance]; // Clear the instance on the static instance object
3301 $.each(this.instances, function(i, element) {
3305 delete self.instances[i];
4207 $.each(this.instances, function() {
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md30 - Bug fix: Merged Pull Request [Automatically destroy removed instances](https://github.com/happywo…

12345678