/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
D | LexerPopModeAction.php | 23 public static function instance() : self function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPopModeAction 25 static $instance; 27 return $instance = $instance ?? new self();
|
D | LexerMoreAction.php | 23 public static function instance() : self function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerMoreAction 25 static $instance; 27 return $instance = $instance ?? new self();
|
D | LexerSkipAction.php | 23 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/ |
D | ParseTreeWalker.php | 13 static $instance; 15 return $instance ?? ($instance = new self());
|
/template/sprintdoc/ |
D | Template.php | 33 static $instance = null; 34 if($instance === null) $instance = new Template(); 35 return $instance;
|
/template/bootie/js/ |
D | popper-1.14.7.min.js | 4 …instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(… property
|
/template/strap/resources/library/bootstrap/4.4.1/ |
D | popper.min.js | 4 …instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(… property
|
/template/strap/resources/library/bootstrap/4.5.0/ |
D | popper.min.js | 4 …instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(… property
|
/template/argon-alt/assets/js/core/ |
D | popper.min.js | 4 …instance:this,styles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=x(this.state,this… property
|
/template/argon/assets/js/core/ |
D | popper.min.js | 4 …instance:this,styles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=x(this.state,this… property
|
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
D | Handlebars.php | 25 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/ |
D | controls.js | 414 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/ |
D | controls.js | 414 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/ |
D | README.md | 4 Template (Theme) for DokuWiki for simple marking a Wiki as a test instance
|
/template/mikio/inc/stemmechanics/lesserphp/ |
D | README.md | 16 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/ |
D | CHANGELOG.md | 34 - `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/ |
D | CHANGELOG.md | 36 - 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/ |
D | ATNDeserializer.php | 910 return LexerMoreAction::instance(); 913 return LexerPopModeAction::instance(); 919 return LexerSkipAction::instance();
|
/template/a_new_day/ |
D | csshover3.htc | 162 // create an instance for the given type and class 165 // and store that instance for unloading later on
|
/template/simple/ |
D | csshover3.htc | 162 // create an instance for the given type and class 165 // and store that instance for unloading later on
|
/template/vector20/static/3rd/vector/ |
D | csshover.htc | 162 // create an instance for the given type and class 165 // and store that instance for unloading later on
|
/template/vector/static/3rd/vector/ |
D | csshover.htc | 162 // create an instance for the given type and class 165 // and store that instance for unloading later on
|
/template/wikiweko/static/3rd/vector/ |
D | csshover.htc | 162 // create an instance for the given type and class 165 // and store that instance for unloading later on
|
/template/bootstrap3/ |
D | Template.php | 118 static $instance = null; 120 if ($instance === null) { 121 $instance = new self; 124 return $instance;
|
/template/strap/vendor/symfony/process/ |
D | CHANGELOG.md | 34 * deprecated passing a command as string when creating a `Process` instance
|