Home
last modified time | relevance | path

Searched refs:getGlobal (Results 1 – 25 of 2965) sorted by last modified time

12345678910>>...119

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/
H A DAbstractConditionMatcher.php575 $value = $this->getGlobal($vars[0]);
601 $value = $this->getGlobal($splitAgain[1], $value);
690 protected function getGlobal($var, $source = null) function in TYPO3\\CMS\\Core\\Configuration\\TypoScript\\ConditionMatching\\AbstractConditionMatcher
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/
H A DConditionMatcher.php222 $val = $this->getGlobal('TSFE|' . $vars[1]);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php4970 $retVal = $this->getGlobal($key, $getPostArray);
4973 $retVal = $this->getGlobal('TSFE|' . $key);
4982 $retVal = $this->getGlobal($key, $fieldArray);
4994 $retVal = $this->getGlobal($key);
5124 $retVal = $this->getGlobal($flexFormKey, $settings);
5298 public function getGlobal($keyString, $source = null) function in TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php4689 $retVal = $this->getGlobal($key, $getPostArray);
4692 $retVal = $this->getGlobal('TSFE|' . $key);
4701 $retVal = $this->getGlobal($key, $fieldArray);
4713 $retVal = $this->getGlobal($key);
4826 $retVal = $this->getGlobal($flexFormKey, $settings);
4995 public function getGlobal($keyString, $source = null) function in TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php4304 $retVal = $this->getGlobal($key, $getPostArray);
4307 $retVal = $this->getGlobal('TSFE|' . $key);
4316 $retVal = $this->getGlobal($key, $fieldArray);
4328 $retVal = $this->getGlobal($key);
4441 $retVal = $this->getGlobal($flexFormKey, $settings);
4610 public function getGlobal($keyString, $source = null) function in TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-wayland/core/
H A Ddisplay.h89 std::shared_ptr<T> getGlobal() { in getGlobal() function
98 std::shared_ptr<T> getGlobal(uint32_t name) { in getGlobal() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Dmovie_root.cpp204 Movie* mr = def->createMovie(*_vm.getGlobal()); in init()
1948 instance = &getGlobal(*method); in callExternalCallback()
2658 Global_as& gl = *mr.getVM().getGlobal(); in getBuiltinObject()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMRenderLayer.h262 void getGlobal()const in getGlobal() function
/dports/games/gltron/gltron-0.70/nebu/scripting/
H A Dscripting.c52 int getGlobal(const char *s, va_list ap) { in getGlobal() function
71 getGlobal(s, ap); in scripting_GetGlobal()
90 getGlobal(s, ap); in scripting_SetFloat()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2725 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
2730 if (GA->getGlobal() == GB->getGlobal()) in visitSUB()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/codec/
H A DJBIG2Image.java76 return sr.getGlobal(true); in getGlobalSegment()
96 …Image img = new ImgJBIG2(p.pageBitmapWidth, p.pageBitmapHeight, p.getData(true), sr.getGlobal(true… in getJbig2Image()
H A DJBIG2SegmentReader.java417 public byte[] getGlobal(boolean for_embedding) { in getGlobal() method in JBIG2SegmentReader
/dports/devel/luajava/luajava-1.1/src/java/org/keplerproject/luajava/
H A DLuaState.java783 public synchronized void getGlobal(String global) in getGlobal() method in LuaState
H A DLuaObject.java71 L.getGlobal(globalName); in LuaObject()
/dports/devel/luajava/luajava-1.1/test/org/keplerproject/luajava/test/
H A DLoadLibExample.java21 L.getGlobal(LIB_NAME); in getLibTable()
H A DTestLuaMap.java109 L.getGlobal("map"); in testMap()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/net/
H A Dssl_manager.cpp123 disableNonSSLConnectionLoggingParameter(ServerParameterSet::getGlobal(),
128 setDiffieHellmanParameterPEMFile(ServerParameterSet::getGlobal(),
133 suppressNoTLSPeerCertificateWarning(ServerParameterSet::getGlobal(),
138 ServerParameterSet::getGlobal(),
163 ServerParameterSet::getGlobal(), in OpenSSLCipherConfigParameter()
/dports/biology/canu/canu-2.2/src/pipelines/canu/
H A DExecution.pm280 runCommand(getGlobal("onExitDir"), getGlobal("onSuccess") . " " . getGlobal("onExitNam"));
432 my $javaPath = getGlobal("java");
715 … $gridOpts .= getGlobal("gridOptionsExecutive") if (defined(getGlobal("gridOptionsExecutive")));
717 $gridOpts .= getGlobal("gridOptions") if (defined(getGlobal("gridOptions")));
723 $gridOpts .= getGlobal("gridOptions") if (defined(getGlobal("gridOptions")));
725 … $gridOpts .= getGlobal("gridOptionsExecutive") if (defined(getGlobal("gridOptionsExecutive")));
731 $gridOpts .= getGlobal("gridOptions") if (defined(getGlobal("gridOptions")));
802 if (uc(getGlobal("gridEngine")) eq "PBSPRO" || uc(getGlobal("gridEngine")) eq "PBS") {
1272 if (getGlobal("showNext")) {
1451 if (getGlobal("showNext")) {
[all …]
H A DDefaults.pm84 sub getGlobal ($) { subroutine
103 if (!defined(getGlobal($var))) {
391 my $errors = getGlobal("errors");
577 my $val = getGlobal($var);
595 my $VAL = getGlobal($var);
1410 my $gs = getGlobal("genomeSize");
1443 elsif ((getGlobal($var) < 0.0) || (getGlobal($var) > 1.0)) {
1454 elsif ((getGlobal($var) < 0.0) || (getGlobal($var) > 1.0)) {
1470 if (getGlobal("minReadLength") < getGlobal("minOverlapLength")) {
1573 …if ((getGlobal("maxInputCoverage") > 0) && (getGlobal("maxInputCoverage") < getGlobal("minInputCov…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/contentprefs/
H A DContentPrefUtils.jsm54 ["getGlobal", ["name", "context", "callback"]],
H A DContentPrefService2.jsm231 getGlobal: function CPS2_getGlobal(name, context, callback) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/app/
H A DTelemetryEnvironment.jsm99 function getGlobal() {
108 return getGlobal().currentEnvironment;
112 return getGlobal().onInitialized();
116 return getGlobal().delayedInit();
120 return getGlobal().registerChangeListener(name, listener);
124 return getGlobal().unregisterChangeListener(name);
183 return getGlobal().shutdown();
203 return getGlobal()._watchPreferences(prefMap);
215 return getGlobal().reset();
222 getGlobal().shutdown();
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DEnvironmentObject.cpp1782 if (!instance.debug().getGlobal( in handleUnaliasedAccess()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmDebug.h124 [[nodiscard]] bool getGlobal(Instance& instance, uint32_t globalIndex,
H A DWasmDebug.cpp366 bool DebugState::getGlobal(Instance& instance, uint32_t globalIndex, in getGlobal() function in DebugState

12345678910>>...119