Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php30 private $initialized = false; variable in Twig\\ExtensionSet
121 return $this->initialized || $this->runtimeInitialized;
144 if ($this->initialized) {
159 if ($this->initialized) {
171 if (!$this->initialized) {
183 if (!$this->initialized) {
218 if ($this->initialized) {
230 if (!$this->initialized) {
242 if (!$this->initialized) {
277 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/
DCHANGELOG381 …the ability to register a global variable after the runtime or the extensions have been initialized