Home
last modified time | relevance | path

Searched refs:origRequest (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Rfc2251/
H A DRfcSearchRequest.cs86 …chRequest(Asn1Object[] origRequest, System.String base_Renamed, System.String filter, bool request… in RfcSearchRequest() argument
100 int scope = ((Asn1Enumerated) origRequest[1]).intValue(); in RfcSearchRequest()
H A DRfcModifyRequest.cs84 …internal RfcModifyRequest(Asn1Object[] origRequest, System.String base_Renamed):base(origRequest, in RfcModifyRequest() argument
H A DRfcExtendedRequest.cs91 public RfcExtendedRequest(Asn1Object[] origRequest):base(origRequest, origRequest.Length) in RfcExtendedRequest() argument
H A DRfcAddRequest.cs87 …internal RfcAddRequest(Asn1Object[] origRequest, System.String base_Renamed):base(origRequest, ori… in RfcAddRequest() argument
H A DRfcCompareRequest.cs78 …internal RfcCompareRequest(Asn1Object[] origRequest, System.String base_Renamed):base(origRequest,… in RfcCompareRequest() argument
H A DRfcModifyDNRequest.cs78 …internal RfcModifyDNRequest(Asn1Object[] origRequest, System.String base_Renamed):base(origRequest in RfcModifyDNRequest() argument
H A DRfcBindRequest.cs128 …internal RfcBindRequest(Asn1Object[] origRequest, System.String base_Renamed):base(origRequest, or… in RfcBindRequest() argument
H A DRfcLdapMessage.cs165 …internal RfcLdapMessage(Asn1Object[] origContent, RfcRequest origRequest, System.String dn, System… in RfcLdapMessage() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java83 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
85 checkLinkRequest(origRequest); in getGuardedInvocation()
119 private static void checkLinkRequest(final LinkRequest origRequest) { in checkLinkRequest() argument
128 …final LinkRequest requestWithoutContext = origRequest.withoutRuntimeContext(); // Nashorn has no r… in checkLinkRequest()
H A DNashornPrimitiveLinker.java65 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
67 … final LinkRequest request = origRequest.withoutRuntimeContext(); // Nashorn has no runtime context in getGuardedInvocation()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java83 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
85 checkLinkRequest(origRequest); in getGuardedInvocation()
119 private static void checkLinkRequest(final LinkRequest origRequest) { in checkLinkRequest() argument
128 …final LinkRequest requestWithoutContext = origRequest.withoutRuntimeContext(); // Nashorn has no r… in checkLinkRequest()
H A DNashornPrimitiveLinker.java65 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
67 … final LinkRequest request = origRequest.withoutRuntimeContext(); // Nashorn has no runtime context in getGuardedInvocation()
/dports/devel/staf/src/staf/services/log/
H A DSTAFRLog.rxp125 clientTrust, origName, origHandle, origRequest
143 parse var origRequest type .
151 rc = ParseString(origRequest, "errorBuffer")
169 origRequest = type "LOGNAME" ResolveVariable(OptionValue("LOGNAME")) ,
173 if resolveMessage then origRequest = origRequest" NORESOLVEMESSAGE"
175 else origRequest = origRequest "RMTMACHINE" clientEffective
177 STAFRC = STAFSubmit(where, remoteServiceName, origRequest)
H A DSTAFLog.rxp172 clientTrust, origName, origHandle, origRequest
222 parse var origRequest type .
645 rc = ParseString(origRequest, "errorBuffer")
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java84 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
86 checkLinkRequest(origRequest); in getGuardedInvocation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java84 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
86 checkLinkRequest(origRequest); in getGuardedInvocation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java84 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
86 checkLinkRequest(origRequest); in getGuardedInvocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java84 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
86 checkLinkRequest(origRequest); in getGuardedInvocation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java84 …public GuardedInvocation getGuardedInvocation(final LinkRequest origRequest, final LinkerServices … in getGuardedInvocation() argument
86 checkLinkRequest(origRequest); in getGuardedInvocation()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dnerverot.c616 int origRequest = st->requestedBlotCount; in setupBlotsDuo() local
638 st->requestedBlotCount = origRequest / 2; in setupBlotsDuo()
641 if (st->blotCount >= origRequest) in setupBlotsDuo()
644 st->requestedBlotCount = origRequest; in setupBlotsDuo()
662 st->requestedBlotCount = origRequest - count1; in setupBlotsDuo()
687 st->requestedBlotCount = origRequest; in setupBlotsDuo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/internal/webkit/
H A DWebKit_win32.java174 public static final native long CFURLRequestCreateMutableCopy (long alloc, long origRequest); in CFURLRequestCreateMutableCopy() argument
/dports/devel/staf/src/staf/services/monitor/
H A DSTAFMon.rxp107 clientTrust, origName, origHandle, origRequest
125 parse var origRequest type .
172 rc = ParseString(origRequest, "errorBuffer")
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dqutegraph.cpp668 int origRequest = index; in changeCurve() local
717 if(origRequest != -2) { in changeCurve()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DNovell.Directory.Ldap.cs2433 public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { } in RfcExtendedRequest() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DNovell.Directory.Ldap.cs2434 public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { } in RfcExtendedRequest() argument

12