Home
last modified time | relevance | path

Searched refs:getGlobal (Results 51 – 75 of 2837) sorted by relevance

12345678910>>...114

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Dsasl_options.cpp162 SASLAuthenticationMechanismsSetting(ServerParameterSet::getGlobal(),
167 ServerParameterSet::getGlobal(), "saslHostName", &saslGlobalParams.hostName);
170 ServerParameterSet::getGlobal(), "saslServiceName", &saslGlobalParams.serviceName);
173 ServerParameterSet::getGlobal(), "saslauthdPath", &saslGlobalParams.authdPath);
181 ServerParameterSet::getGlobal(), in ExportedScramIterationCountParameter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/ftdc/
H A Dftdc_server.cpp72 ServerParameterSet::getGlobal(), in ExportedFTDCEnabledParameter()
94 ServerParameterSet::getGlobal(), in ExportedFTDCPeriodParameter()
125 ServerParameterSet::getGlobal(), in ExportedFTDCDirectorySizeParameter()
160 ServerParameterSet::getGlobal(), in ExportedFTDCFileSizeParameter()
197 ServerParameterSet::getGlobal(), in ExportedFTDCArchiveChunkSizeParameter()
226 ServerParameterSet::getGlobal(), in ExportedFTDCInterimChunkSizeParameter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Dstorage_options.cpp64 ServerParameterSet::getGlobal(), "notablescan", &storageGlobalParams.noTableScan);
73 ServerParameterSet::getGlobal(), "syncdelay", &storageGlobalParams.syncdelay))
92 ServerParameterSet::getGlobal(),
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DScriptUtils.java106 return (ScriptObjectMirror) ScriptObjectMirror.wrap(sobj, Context.getGlobal()); in wrap()
120 return ScriptObjectMirror.unwrap(obj, Context.getGlobal()); in unwrap()
137 return ScriptObjectMirror.wrapArray(args, Context.getGlobal()); in wrapArray()
151 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal()); in unwrapArray()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DScriptUtils.java106 return (ScriptObjectMirror) ScriptObjectMirror.wrap(sobj, Context.getGlobal()); in wrap()
120 return ScriptObjectMirror.unwrap(obj, Context.getGlobal()); in unwrap()
137 return ScriptObjectMirror.wrapArray(args, Context.getGlobal()); in wrapArray()
151 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal()); in unwrapArray()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DFunction_as.cpp68 Global_as& gl = getGlobal(where); in function_class_init()
107 new_fn_call.this_ptr = &getGlobal(fn); in function_apply()
113 if (!obj) obj = &getGlobal(fn); in function_apply()
159 tp = &getGlobal(fn); in function_call()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DScriptUtils.java106 return (ScriptObjectMirror) ScriptObjectMirror.wrap(sobj, Context.getGlobal()); in wrap()
120 return ScriptObjectMirror.unwrap(obj, Context.getGlobal()); in unwrap()
137 return ScriptObjectMirror.wrapArray(args, Context.getGlobal()); in wrapArray()
151 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal()); in unwrapArray()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DScriptUtils.java106 return (ScriptObjectMirror) ScriptObjectMirror.wrap(sobj, Context.getGlobal()); in wrap()
120 return ScriptObjectMirror.unwrap(obj, Context.getGlobal()); in unwrap()
137 return ScriptObjectMirror.wrapArray(args, Context.getGlobal()); in wrapArray()
151 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal()); in unwrapArray()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DScriptUtils.java106 return (ScriptObjectMirror) ScriptObjectMirror.wrap(sobj, Context.getGlobal()); in wrap()
120 return ScriptObjectMirror.unwrap(obj, Context.getGlobal()); in unwrap()
137 return ScriptObjectMirror.wrapArray(args, Context.getGlobal()); in wrapArray()
151 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal()); in unwrapArray()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/api/scripting/
H A DScriptUtils.java105 return (ScriptObjectMirror) ScriptObjectMirror.wrap(sobj, Context.getGlobal()); in wrap()
119 return ScriptObjectMirror.unwrap(obj, Context.getGlobal()); in unwrap()
136 return ScriptObjectMirror.wrapArray(args, Context.getGlobal()); in wrapArray()
150 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal()); in unwrapArray()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/api/scripting/
H A DScriptUtils.java105 return (ScriptObjectMirror) ScriptObjectMirror.wrap(sobj, Context.getGlobal()); in wrap()
119 return ScriptObjectMirror.unwrap(obj, Context.getGlobal()); in unwrap()
136 return ScriptObjectMirror.wrapArray(args, Context.getGlobal()); in wrapArray()
150 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal()); in unwrapArray()
/dports/biology/canu/canu-2.2/src/pipelines/canu/
H A DGrid_Local.pm140 my $maxcpu = getGlobal("maxThreads"); # Get user-supplied limit.
141 my $maxmem = getGlobal("maxMemory");
157 return if (defined(getGlobal("gridEngine")));
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dparameters.cpp64 const ServerParameter::Map& m = ServerParameterSet::getGlobal()->getMap(); in appendParameterNames()
105 const ServerParameter::Map& m = ServerParameterSet::getGlobal()->getMap(); in errmsgRun()
152 const ServerParameter::Map& parameterMap = ServerParameterSet::getGlobal()->getMap(); in errmsgRun()
269 LogLevelSetting() : ServerParameter(ServerParameterSet::getGlobal(), "logLevel") {} in LogLevelSetting()
312 : ServerParameter(ServerParameterSet::getGlobal(), "logComponentVerbosity") {} in LogComponentVerbositySetting()
462 : ServerParameter(ServerParameterSet::getGlobal(), in SSLModeSetting()
533 : ServerParameter(ServerParameterSet::getGlobal(), in ClusterAuthModeSetting()
618 ServerParameterSet::getGlobal(), "quiet", &serverGlobalParams.quiet);
621 ServerParameterSet::getGlobal(), "traceExceptions", &DBException::traceExceptions);
629 : ServerParameter(ServerParameterSet::getGlobal(), kName.toString(), true, true) {} in AutomationServiceDescriptor()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m24 - (int) getGlobal; method
47 - (int) getGlobal
74 if ([object getGlobal] != 1) {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/objc.dg/
H A Divar-scope-4.m23 - (int) getGlobal; method
41 - (int) getGlobal
68 if ([object getGlobal] != 1) {
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc.dg/
H A Divar-scope-4.m24 - (int) getGlobal;
47 - (int) getGlobal
74 if ([object getGlobal] != 1) {

12345678910>>...114