You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/XTMF2/RuntimeModules/CombineContext.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You should have received a copy of the GNU General Public License
22
22
23
23
namespaceXTMF2.RuntimeModules
24
24
{
25
-
[Module(Name="Combine Context From No Context",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
25
+
[Module(Name="Combine Context From No Context",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/CombineContextFromNoContext.html",
26
26
Description="Combines the contexts as derived from First and Second and invokes To Invoke with the combined context.")]
[Module(Name="Combine Context From No Context",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
44
+
[Module(Name="Combine Context From No Context",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/CombineContextFromNoContext.html",
45
45
Description="Combines the contexts as derived from First and Second and invokes To Invoke with the combined context.")]
@@ -56,7 +56,7 @@ public override void Invoke(Context1 context)
56
56
}
57
57
}
58
58
59
-
[Module(Name="Combine Context From No Context",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
59
+
[Module(Name="Combine Context From No Context",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/CombineContextFromNoContext.html",
60
60
Description="Combines the contexts as derived from First and Second and invokes To Invoke with the combined context.")]
@@ -71,7 +71,7 @@ public override void Invoke(Context1 context)
71
71
}
72
72
}
73
73
74
-
[Module(Name="Combine Context From No Context",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
74
+
[Module(Name="Combine Context From No Context",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/CombineContextFromNoContext.html",
75
75
Description="Combines the contexts as derived from First and Second and invokes To Invoke with the combined context.")]
[Module(Name="Combine Context From No Context",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
93
+
[Module(Name="Combine Context From No Context",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/CombineContextFromNoContext.html",
94
94
Description="Combines the contexts as derived from First and Second and invokes To Invoke with the combined context.")]
@@ -105,7 +105,7 @@ public override Return Invoke(Context1 context)
105
105
}
106
106
}
107
107
108
-
[Module(Name="Combine Context From No Context",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
108
+
[Module(Name="Combine Context From No Context",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/CombineContextFromNoContext.html",
109
109
Description="Combines the contexts as derived from First and Second and invokes To Invoke with the combined context.")]
Copy file name to clipboardExpand all lines: src/XTMF2/RuntimeModules/ExecuteActionsThenFunction.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
23
23
24
24
namespaceXTMF2.RuntimeModules
25
25
{
26
-
[Module(Name="Execute Actions Then Function",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
26
+
[Module(Name="Execute Actions Then Function",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/ExecuteActionsThenFunction.html",
27
27
Description="Allows you to execute actions before calling a function. This allows you to ")]
[Module(Name="Execute With Forwarded Context",DocumentationLink="http://tmg.utoronto.ca/doc/2.0",
42
+
[Module(Name="Execute With Forwarded Context",DocumentationLink="https://tmg.utoronto.ca/doc/2.0/xtmf2/modules/XTMF2/RuntimeModules/ExecuteWithForwardedContext.html",
43
43
Description="Provides a way to execute a series of actions using a context provided to it.")]
0 commit comments