Home
last modified time | relevance | path

Searched refs:getGlobals (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php83 $twig->getGlobals();
85 $globals = $twig->getGlobals();
91 $twig->getGlobals();
94 $globals = $twig->getGlobals();
100 $twig->getGlobals();
103 $globals = $twig->getGlobals();
110 $twig->getGlobals();
114 $globals = $twig->getGlobals();
118 $twig->getGlobals();
530 public function getGlobals() function in Twig_Tests_EnvironmentTest_Extension_WithGlobals
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/views/
H A DSkEventSink.cpp25 static SkEventSink_Globals& getGlobals() { in getGlobals() function
32 SkEventSink_Globals& globals = getGlobals(); in SkEventSink()
44 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink()
91 SkEventSink_Globals& globals = getGlobals(); in FindSink()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/views/
H A DSkEvent.cpp285 static SkEvent_Globals& getGlobals() { in getGlobals() function
304 SkEvent_Globals& globals = getGlobals(); in postDelay()
322 SkEvent_Globals& globals = getGlobals(); in postTime()
335 SkEvent_Globals& globals = getGlobals(); in Enqueue()
355 SkEvent_Globals& globals = getGlobals(); in Dequeue()
373 SkEvent_Globals& globals = getGlobals(); in QHasEvents()
384 SkEvent_Globals& globals = getGlobals(); in EnqueueTime()
433 SkEvent_Globals& globals = getGlobals(); in ServiceQueueTimer()
473 SkEvent_Globals& globals = getGlobals(); in CountEventsOnQueue()
497 SkEvent_Globals& globals = getGlobals(); in Term()
H A DSkEventSink.cpp26 static SkEventSink_Globals& getGlobals() { in getGlobals() function
33 SkEventSink_Globals& globals = getGlobals(); in SkEventSink()
45 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink()
238 SkEventSink_Globals& globals = getGlobals(); in FindSink()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/Command/ListCommand/
H A DGlobalVariableEnumerator.php36 $globals = $this->prepareGlobals($this->getGlobals());
52 protected function getGlobals() function in Psy\\Command\\ListCommand\\GlobalVariableEnumerator
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/sensio/framework-extra-bundle/Routing/
H A DAnnotatedRouteControllerLoader.php59 protected function getGlobals(\ReflectionClass $class) function in Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader
61 $globals = parent::getGlobals($class);
/dports/finance/prestashop/prestashop/vendor/sensio/framework-extra-bundle/Routing/
H A DAnnotatedRouteControllerLoader.php63 protected function getGlobals(\ReflectionClass $class) function in Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader
65 $globals = parent::getGlobals($class);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/
H A DPhpEngineTest.php31 $globals = $engine->getGlobals();
42 $globals = $engine->getGlobals();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/
H A DPhpEngineTest.php31 $globals = $engine->getGlobals();
42 $globals = $engine->getGlobals();
/dports/www/matomo/piwik/vendor/twig/twig/src/
H A DEnvironment.php747 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
761 public function getGlobals(): array function in Twig\\Environment
765 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
771 return array_merge($this->extensionSet->getGlobals(), $this->globals);
778 foreach ($this->getGlobals() as $key => $value) {
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/data/
H A DMacroDef.hxx72 inline tools::SymbolOrdSet & getGlobals() in getGlobals() function in analysis::MacroDef
77 inline const tools::SymbolOrdSet & getGlobals() const in getGlobals() function in analysis::MacroDef
H A DGlobalsCollector.hxx42 … GlobalsCollector(MacroDef & _macrodef) : macrodef(_macrodef), globals(_macrodef.getGlobals()) { } in GlobalsCollector()
54 const tools::SymbolOrdSet & getGlobals() const;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/src/
H A DEnvironment.php906 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
924 public function getGlobals() function in Twig\\Environment
928 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
934 return array_merge($this->extensionSet->getGlobals(), $this->globals);
948 foreach ($this->getGlobals() as $key => $value) {
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/src/
H A DEnvironment.php905 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
923 public function getGlobals() function in Twig\\Environment
927 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
933 return array_merge($this->extensionSet->getGlobals(), $this->globals);
947 foreach ($this->getGlobals() as $key => $value) {
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/src/
H A DEnvironment.php906 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
924 public function getGlobals() function in Twig\\Environment
928 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
934 return array_merge($this->extensionSet->getGlobals(), $this->globals);
948 foreach ($this->getGlobals() as $key => $value) {
/dports/www/baikal/baikal/vendor/twig/twig/src/
H A DEnvironment.php906 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
924 public function getGlobals() function in Twig\\Environment
928 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
934 return array_merge($this->extensionSet->getGlobals(), $this->globals);
948 foreach ($this->getGlobals() as $key => $value) {
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/src/
H A DEnvironment.php906 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
924 public function getGlobals() function in Twig\\Environment
928 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
934 return array_merge($this->extensionSet->getGlobals(), $this->globals);
948 foreach ($this->getGlobals() as $key => $value) {
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/
H A DEnvironment.php906 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
924 public function getGlobals() function in Twig\\Environment
928 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
934 return array_merge($this->extensionSet->getGlobals(), $this->globals);
948 foreach ($this->getGlobals() as $key => $value) {
/dports/www/drupal9/drupal-9.2.10/vendor/twig/twig/src/
H A DEnvironment.php906 … if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) {
924 public function getGlobals() function in Twig\\Environment
928 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
934 return array_merge($this->extensionSet->getGlobals(), $this->globals);
948 foreach ($this->getGlobals() as $key => $value) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstrumentation.cpp129 LockedPtr<VariableDeclarationList> Instrumentation::getGlobals() { in getGlobals() function in Ice::Instrumentation
132 return Ctx->getGlobals(); in getGlobals()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dscriptcontext.cpp22 int index = mData.getGlobals().searchId (name); in getGlobalType()
26 switch (mData.getGlobals().getRecord (index).get().mValue.getType()) in getGlobalType()
/dports/www/matomo/piwik/vendor/twig/twig/src/Extension/
H A DGlobalsInterface.php24 public function getGlobals(): array; function
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/src/Extension/
H A DGlobalsInterface.php29 public function getGlobals(); function
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/src/Extension/
H A DGlobalsInterface.php29 public function getGlobals(); function
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/Extension/
H A DGlobalsInterface.php29 public function getGlobals(); function

123456789