Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 48) sorted by relevance

12

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
DLexerPopModeAction.php23 public static function instance() : self function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPopModeAction
25 static $instance;
27 return $instance = $instance ?? new self();
DLexerMoreAction.php23 public static function instance() : self function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerMoreAction
25 static $instance;
27 return $instance = $instance ?? new self();
DLexerSkipAction.php23 public static function instance() : self function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerSkipAction
25 static $instance;
27 return $instance = $instance ?? new self();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
DParseTreeWalker.php13 static $instance;
15 return $instance ?? ($instance = new self());
/template/sprintdoc/
DTemplate.php33 static $instance = null;
34 if($instance === null) $instance = new Template();
35 return $instance;
/template/bootie/js/
Dpopper-1.14.7.min.js4instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(… property
/template/strap/resources/library/bootstrap/4.4.1/
Dpopper.min.js4instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(… property
/template/strap/resources/library/bootstrap/4.5.0/
Dpopper.min.js4instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(… property
/template/argon-alt/assets/js/core/
Dpopper.min.js4instance:this,styles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=x(this.state,this… property
/template/argon/assets/js/core/
Dpopper.min.js4instance:this,styles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=x(this.state,this… property
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
DHandlebars.php25 private static $instance = null; variable in Handlebars\\Handlebars
39 if (! self::$instance) {
40 self::$instance = new self($options);
43 return self::$instance;
/template/battlehorse/js/
Dcontrols.js414 selector: function(instance) { argument
417 var entry = instance.getToken();
420 for (var i = 0; i < instance.options.array.length &&
421 ret.length < instance.options.choices ; i++) {
423 var elem = instance.options.array[i];
424 var foundPos = instance.options.ignoreCase ?
433 } else if (entry.length >= instance.options.partialChars &&
434 instance.options.partialSearch && foundPos != -1) {
435 if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) {
443 foundPos = instance.options.ignoreCase ?
[all …]
/template/a_new_day/js/
Dcontrols.js414 selector: function(instance) { argument
417 var entry = instance.getToken();
420 for (var i = 0; i < instance.options.array.length &&
421 ret.length < instance.options.choices ; i++) {
423 var elem = instance.options.array[i];
424 var foundPos = instance.options.ignoreCase ?
433 } else if (entry.length >= instance.options.partialChars &&
434 instance.options.partialSearch && foundPos != -1) {
435 if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) {
443 foundPos = instance.options.ignoreCase ?
[all …]
/template/binkytestinstance/
DREADME.md4 Template (Theme) for DokuWiki for simple marking a Wiki as a test instance
/template/mikio/inc/stemmechanics/lesserphp/
DREADME.md16 The typical flow of **lesserphp** is to create a new instance of `lessc`,
57 The `lessc` object can be configured through an assortment of instance methods.
/template/strap/vendor/php-webdriver/webdriver/
DCHANGELOG.md34 - `FirefoxDriver` to easy local start of Firefox instance without a need to start the `geckodriver`…
35 - Method `ChromeDriver::startUsingDriverService()` to be used for creating ChromeDriver instance wi…
38 …received from the browser when creating now session were not set to the instance of ChromeDriver (…
78 - New instance of `RemoteWebDriver` created via `createBySessionID()` by default expects W3C mode. …
82 - Properly read fifth parameter whether W3C compliant instance should be created when using `create…
/template/strap/vendor/dragonmantank/cron-expression/
DCHANGELOG.md36 - Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://git…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DATNDeserializer.php910 return LexerMoreAction::instance();
913 return LexerPopModeAction::instance();
919 return LexerSkipAction::instance();
/template/a_new_day/
Dcsshover3.htc162 // create an instance for the given type and class
165 // and store that instance for unloading later on
/template/simple/
Dcsshover3.htc162 // create an instance for the given type and class
165 // and store that instance for unloading later on
/template/vector20/static/3rd/vector/
Dcsshover.htc162 // create an instance for the given type and class
165 // and store that instance for unloading later on
/template/vector/static/3rd/vector/
Dcsshover.htc162 // create an instance for the given type and class
165 // and store that instance for unloading later on
/template/wikiweko/static/3rd/vector/
Dcsshover.htc162 // create an instance for the given type and class
165 // and store that instance for unloading later on
/template/bootstrap3/
DTemplate.php118 static $instance = null;
120 if ($instance === null) {
121 $instance = new self;
124 return $instance;
/template/strap/vendor/symfony/process/
DCHANGELOG.md34 * deprecated passing a command as string when creating a `Process` instance

12