Home
last modified time | relevance | path

Searched refs:newArguments (Results 1 – 25 of 92) sorted by relevance

1234

/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewerplugins/externalscriptplugin/
H A Dviewerpluginexternalscriptparseargument.cpp28 QStringList newArguments; in parse() local
29 newArguments.reserve(scriptArguments.count()); in parse()
33newArguments << QStringLiteral("\"%1\"").arg(subject ? subject->asUnicodeString() : QString()); in parse()
36newArguments << QStringLiteral("\"%1\"").arg(from ? from->asUnicodeString() : QString()); in parse()
39 newArguments << QStringLiteral("\"%1\"").arg(to ? to->asUnicodeString() : QString()); in parse()
42 newArguments << QStringLiteral("\"%1\"").arg(cc ? cc->asUnicodeString() : QString()); in parse()
45 newArguments << QStringLiteral("\"%1\"").arg(bcc ? bcc->asUnicodeString() : QString()); in parse()
48 newArguments << QStringLiteral("\"%1\"").arg(QLatin1String(body)); in parse()
53 newArguments << mAkonadiUrl; in parse()
55 newArguments << arg; in parse()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/CommandTrees/
H A DDefaultExpressionVisitor.cs149 !object.ReferenceEquals(aggregate.Arguments, newArguments)) in VisitFunctionAggregate()
174 result = CqtBuilder.GroupAggregate(newArguments[0]); in VisitGroupAggregate()
431 result = CqtBuilder.Invoke(newFunction, newArguments); in Visit()
449 result = CqtBuilder.Invoke(newLambda, newArguments); in Visit()
562 if (!object.ReferenceEquals(expression.Arguments, newArguments)) in Visit()
567 result = CqtBuilder.Divide(newArguments[0], newArguments[1]); in Visit()
571 result = CqtBuilder.Minus(newArguments[0], newArguments[1]); in Visit()
575 result = CqtBuilder.Modulo(newArguments[0], newArguments[1]); in Visit()
579 result = CqtBuilder.Multiply(newArguments[0], newArguments[1]); in Visit()
583 result = CqtBuilder.Plus(newArguments[0], newArguments[1]); in Visit()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/IndexExpression/
H A DIndexExpressionVisitorTests.cs16 … public IndexVisitor(IndexExpression expr, Expression newObject, Expression[] newArguments) in IndexVisitor() argument
25 _dict.Add(expr.Arguments[i], newArguments?[i]); in IndexVisitor()
67 Expression[] newArguments = {Expression.Constant(1)}; in RewriteArgumentsTest()
69 var visitor = new IndexVisitor(expr, expr.Object, newArguments); in RewriteArgumentsTest()
70 … IndexExpression expected = Expression.MakeIndex(expr.Object, expr.Indexer, newArguments); in RewriteArgumentsTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DNewExpression.cs237 Expression[] newArguments = null; in ValidateNewArgs()
264 if (newArguments == null && arg != arguments[i]) { in ValidateNewArgs()
265 newArguments = new Expression[arguments.Count]; in ValidateNewArgs()
267 newArguments[j] = arguments[j]; in ValidateNewArgs()
270 if (newArguments != null) { in ValidateNewArgs()
271 newArguments[i] = arg; in ValidateNewArgs()
284 if (newArguments != null) { in ValidateNewArgs()
285 arguments = new TrueReadOnlyCollection<Expression>(newArguments); in ValidateNewArgs()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DNewExpression.cs217 Expression[] newArguments = null; in ValidateNewArgs()
251 if (newArguments == null && arg != arguments[i]) in ValidateNewArgs()
253 newArguments = new Expression[arguments.Count]; in ValidateNewArgs()
256 newArguments[j] = arguments[j]; in ValidateNewArgs()
259 if (newArguments != null) in ValidateNewArgs()
261 newArguments[i] = arg; in ValidateNewArgs()
277 if (newArguments != null) in ValidateNewArgs()
279 arguments = new TrueReadOnlyCollection<Expression>(newArguments); in ValidateNewArgs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/DynamicUpdate/
H A DDynamicUpdateMap.cs25 IList<ArgumentInfo> newArguments; field in System.Activities.DynamicUpdate.DynamicUpdateMap
50 get { return this.newArguments; }
51 set { this.newArguments = value; }
73 if (this.newArguments == null)
75 this.newArguments = new List<ArgumentInfo>();
77 return this.newArguments;
81 this.newArguments = value;
268 newArguments = second.ArgumentsAreUnknown ? first.newArguments : second.newArguments in Merge()
497 !ActivityComparer.ListEquals(first.newArguments, second.oldArguments)) in ThrowIfMapsIncompatible()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/
H A DRTag.java85 String[] newArguments = new String[arguments.length + 1]; in execute() local
86 newArguments[0] = tag.getName(); in execute()
87 System.arraycopy(arguments, 0, newArguments, 1, arguments.length); in execute()
91 newArguments, null, monitor); in execute()
H A DTag.java78 String[] newArguments = new String[arguments.length + 1]; in execute() local
79 newArguments[0] = tag.getName(); in execute()
80 System.arraycopy(arguments, 0, newArguments, 1, arguments.length); in execute()
82 return execute(session, globalOptions, localOptions, newArguments, listener, monitor); in execute()
/dports/www/sogo/SOGo-5.4.0/Tools/
H A DSOGoTool.h40 - (void) setArguments: (NSArray *) newArguments;
41 - (void) setSanitizedArguments: (NSArray *) newArguments;
H A DSOGoTool.m69 - (void) setArguments: (NSArray *) newArguments
71 ASSIGN (arguments, newArguments);
74 - (void) setSanitizedArguments: (NSArray *) newArguments
84 mutArguments = [NSMutableArray arrayWithArray: newArguments];
/dports/www/sogo-activesync/SOGo-5.4.0/Tools/
H A DSOGoTool.h40 - (void) setArguments: (NSArray *) newArguments;
41 - (void) setSanitizedArguments: (NSArray *) newArguments;
H A DSOGoTool.m69 - (void) setArguments: (NSArray *) newArguments
71 ASSIGN (arguments, newArguments);
74 - (void) setSanitizedArguments: (NSArray *) newArguments
84 mutArguments = [NSMutableArray arrayWithArray: newArguments];
/dports/www/sogo2/SOGo-2.4.1/Tools/
H A DSOGoTool.h41 - (void) setArguments: (NSArray *) newArguments;
42 - (void) setSanitizedArguments: (NSArray *) newArguments;
H A DSOGoTool.m71 - (void) setArguments: (NSArray *) newArguments
73 ASSIGN (arguments, newArguments);
76 - (void) setSanitizedArguments: (NSArray *) newArguments
86 mutArguments = [NSMutableArray arrayWithArray: newArguments];
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DSimpleLinkRequest.java114 …st replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object... newArguments) { in replaceArguments() argument
115 return new SimpleLinkRequest(newCallSiteDescriptor, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DLinkRequestImpl.java156 …est replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object[] newArguments) { in replaceArguments() argument
157 …w LinkRequestImpl(newCallSiteDescriptor, callSiteToken, linkCount, callSiteUnstable, newArguments); in replaceArguments()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DLinkRequestImpl.java156 …est replaceArguments(final CallSiteDescriptor newCallSiteDescriptor, final Object[] newArguments) { in replaceArguments() argument
157 …w LinkRequestImpl(newCallSiteDescriptor, callSiteToken, linkCount, callSiteUnstable, newArguments); in replaceArguments()
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/
H A Dconfiguration.cpp96 void Configuration::setLibVlcArguments(QString newArguments) in setLibVlcArguments() argument
98 libVlcArguments = newArguments; in setLibVlcArguments()

1234