Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 7 of 7) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php42 private $initialized = false; variable in Twig\\ExtensionSet
126 return $this->initialized || $this->runtimeInitialized;
158 if ($this->initialized) {
171 if ($this->initialized) {
183 if (!$this->initialized) {
192 if (!$this->initialized) {
227 if ($this->initialized) {
239 if (!$this->initialized) {
248 if (!$this->initialized) {
283 if ($this->initialized) {
[all …]
/template/a_new_day/js/
Dslider.js90 this.initialized = true;
134 if(this.initialized && this.restricted) {
257 if(this.initialized && this.options.onSlide)
274 if(this.initialized && this.options.onChange)
/template/battlehorse/js/
Dslider.js90 this.initialized = true;
134 if(this.initialized && this.restricted) {
257 if(this.initialized && this.options.onSlide)
274 if(this.initialized && this.options.onChange)
/template/codowik/js/
Dlayout.js1056 , initialized: false property
1566 return state.initialized;
1576 if (state.initialized || state.creatingLayout) return true; // already initialized
1627 state.initialized = true;
2348 if (state.initialized) {
2371 if (state.initialized) {
2389 if (state.initialized) // this pane was added AFTER layout was created
3201 if (state.initialized && false === _runCallbacks("onhide_start", pane)) return;
3208 if (!state.initialized || s.isClosed) {
3212 if (!state.initialized)
[all …]
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js3953 initialized,
3964 if( !initialized ) {
3994 initialized = 1;
4105 if( initialized ) {
4152 if( initialized ) {
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md50 … mode if it is supported by the browser driver. Until now, when it was initialized using `ChromeDr…
/template/twigstarter/vendor/twig/twig/
DCHANGELOG324 * Ensure Lexer is initialized early on