Home
last modified time | relevance | path

Searched refs:Param (Results 1 – 25 of 7300) sorted by relevance

12345678910>>...292

/dports/www/otrs/otrs-rel-6_0_29/Kernel/GenericInterface/Operation/Ticket/
H A DCommon.pm108 return if !$Param{QueueID} && !$Param{Queue};
172 return if !$Param{LockID} && !$Param{Lock};
222 return if !$Param{TypeID} && !$Param{Type};
345 return if !$Param{ServiceID} && !$Param{Service};
425 return if !$Param{SLAID} && !$Param{SLA};
426 return if !$Param{ServiceID} && !$Param{Service};
528 return if !$Param{StateID} && !$Param{State};
591 return if !$Param{PriorityID} && !$Param{Priority};
661 return if !$Param{OwnerID} && !$Param{Owner};
880 return if !$Param{SenderTypeID} && !$Param{SenderType};
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/DynamicField/Driver/
H A DBaseText.pm82 if ( defined $Param{NoValidateRegex} && $Param{NoValidateRegex} ) {
192 %Param,
202 if ( defined $Param{Class} && $Param{Class} ne '' ) {
261 %Param,
292 $Value = $Param{ParamObject}->GetParam( Param => $FieldName );
362 my $Value = defined $Param{Value} ? $Param{Value} : '';
447 %Param,
547 my $Value = defined $Param{Value} ? $Param{Value} : '';
601 %Param,
625 if ( $Param{ObjectAttributes}->{$FieldName} ne $Param{Value} ) {
[all …]
H A DBaseSelect.pm174 %Param,
184 if ( defined $Param{Class} && $Param{Class} ne '' ) {
305 %Param,
336 $Value = $Param{ParamObject}->GetParam( Param => $FieldName );
405 my $Value = defined $Param{Value} ? $Param{Value} : '';
482 %Param,
556 %Param,
706 my $Value = defined $Param{Value} ? $Param{Value} : '';
761 %Param,
785 if ( $Param{ObjectAttributes}->{$FieldName} ne $Param{Value} ) {
[all …]
H A DCheckbox.pm122 if ( defined $Param{Value} && !$Param{Value} ) {
125 elsif ( $Param{Value} && $Param{Value} !~ m{\A [0|1]? \z}xms ) {
151 if ( defined $Param{Value} && !$Param{Value} ) {
154 elsif ( $Param{Value} && $Param{Value} !~ m{\A [0|1]? \z}xms ) {
234 %Param,
263 if ( defined $Param{Class} && $Param{Class} ne '' ) {
372 %Param,
581 %Param,
740 my $Value = defined $Param{Value} ? $Param{Value} : '';
788 %Param,
[all …]
H A DMultiselect.pm46 my ( $Type, %Param ) = @_;
103 my ( $Self, %Param ) = @_;
124 my ( $Self, %Param ) = @_;
179 my ( $Self, %Param ) = @_;
304 %Param,
314 if ( defined $Param{Class} && $Param{Class} ne '' ) {
435 %Param,
466 my @Data = $Param{ParamObject}->GetArray( Param => $FieldName );
797 if ( $Param{ValueMaxChars} && length($Value) > $Param{ValueMaxChars} ) {
800 if ( $Param{TitleMaxChars} && length($Title) > $Param{TitleMaxChars} ) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/runtime/middleware/denco/
H A Drouter_test.go181 params []denco.Param
207 {"/path/to/hoge", "testroute4", []denco.Param{{"param", "hoge"}}, true},
212 {"/user/777", "testroute9", []denco.Param{{"id", "777"}}, true},
226 {"/true", "testroute1", []denco.Param{{"b", "true"}}, true},
227 {"/foo/bar", "testroute2", []denco.Param{{"wildcard", "foo/bar"}}, true},
261 {"/a", "testroute0", []denco.Param{{"wildcard", "a"}}, true},
314 {"/gists/1", "/gists/:id", []denco.Param{{"id", "1"}}, true},
315 {"/gists/2/star", "/gists/:id/star", []denco.Param{{"id", "2"}}, true},
349 {"/teams/1", "/teams/:id", []denco.Param{{"id", "1"}}, true},
416 {"/user/keys/1", "/user/keys/:id", []denco.Param{{"id", "1"}}, true},
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/runtime/middleware/denco/
H A Drouter_test.go181 params []denco.Param
207 {"/path/to/hoge", "testroute4", []denco.Param{{"param", "hoge"}}, true},
212 {"/user/777", "testroute9", []denco.Param{{"id", "777"}}, true},
226 {"/true", "testroute1", []denco.Param{{"b", "true"}}, true},
227 {"/foo/bar", "testroute2", []denco.Param{{"wildcard", "foo/bar"}}, true},
261 {"/a", "testroute0", []denco.Param{{"wildcard", "a"}}, true},
314 {"/gists/1", "/gists/:id", []denco.Param{{"id", "1"}}, true},
315 {"/gists/2/star", "/gists/:id/star", []denco.Param{{"id", "2"}}, true},
349 {"/teams/1", "/teams/:id", []denco.Param{{"id", "1"}}, true},
416 {"/user/keys/1", "/user/keys/:id", []denco.Param{{"id", "1"}}, true},
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/runtime/middleware/denco/
H A Drouter_test.go180 params []denco.Param
206 {"/path/to/hoge", "testroute4", []denco.Param{{"param", "hoge"}}, true},
211 {"/user/777", "testroute9", []denco.Param{{"id", "777"}}, true},
224 {"/true", "testroute1", []denco.Param{{"b", "true"}}, true},
225 {"/foo/bar", "testroute2", []denco.Param{{"wildcard", "foo/bar"}}, true},
259 {"/a", "testroute0", []denco.Param{{"wildcard", "a"}}, true},
312 {"/gists/1", "/gists/:id", []denco.Param{{"id", "1"}}, true},
313 {"/gists/2/star", "/gists/:id/star", []denco.Param{{"id", "2"}}, true},
347 {"/teams/1", "/teams/:id", []denco.Param{{"id", "1"}}, true},
414 {"/user/keys/1", "/user/keys/:id", []denco.Param{{"id", "1"}}, true},
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DMain.pm197 $Param{Filename} = md5_hex( $Param{Filename} );
342 if ( $Param{Filename} && $Param{Directory} ) {
349 $Param{Location} = "$Param{Directory}/$Param{Filename}";
458 if ( $Param{Filename} && $Param{Directory} ) {
467 $Param{Location} = "$Param{Directory}/$Param{Filename}";
549 return $Param{Filename} if $Param{Filename};
572 if ( $Param{Filename} && $Param{Directory} ) {
580 $Param{Location} = "$Param{Directory}/$Param{Filename}";
638 if ( $Param{Filename} && $Param{Directory} ) {
645 $Param{Location} = "$Param{Directory}/$Param{Filename}";
[all …]
H A DTicket.pm594 \$Param{TN}, \$Param{Title}, \$Param{TypeID}, \$Param{QueueID},
596 \$Param{PriorityID}, \$Param{StateID}, \$Param{ServiceID},
3572 !( $Param{Year} && $Param{Month} && $Param{Day} && $Param{Hour} && $Param{Minute} )
3664 … String => "$Param{Year}-$Param{Month}-$Param{Day} $Param{Hour}:$Param{Minute}:00",
5274 …= "$Param{StopYear}-$Param{StopMonth}-$Param{StopDay} $Param{StopHour}:$Param{StopMinute}:$Param{S…
5424 …. "'$Param{StopYear}-$Param{StopMonth}-$Param{StopDay} $Param{StopHour}:$Param{StopMinute}:$Param{…
5577 …if ( !$Param{QueueID} || !$Param{TypeID} || !$Param{OwnerID} || !$Param{PriorityID} || !$Param{Sta…
5619 \$Param{Name}, \$Param{HistoryTypeID}, \$Param{TicketID}, \$Param{ArticleID},
5620 \$Param{QueueID}, \$Param{OwnerID}, \$Param{PriorityID}, \$Param{StateID},
5857 \$Param{TicketID}, \$Param{ArticleID}, \$Param{UserID}, \$Param{UserID},
[all …]
H A DPDF.pm308 if ( $Param{Width} && $Param{Height} ) {
314 if ( $Param{MarginTop} && $Param{MarginRight} && $Param{MarginBottom} && $Param{MarginLeft} ) {
1108 $Param{Color} = $Param{Color} || 'black';
1110 $Param{Align} = $Param{Align} || 'left';
1115 if ( !defined( $Param{Lead} ) || $Param{Lead} < -( $Param{FontSize} ) ) {
1347 $Param{Width}, $Param{Height},
2034 …my $MaxWidth = $Param{Width} - $Param{PaddingLeft} - $Param{PaddingRight} - ( 2 * $Param{Border} );
2330 $Param{RowData}->[ $Param{Row} ]->{TextHeight} = $Param{RowData}->[ $Param{Row} ]->{Height};
2362 … $Param{RowData}->[ $Param{Row} ]->{OutputHeight} = $Param{RowData}->[ $Param{Row} ]->{TextHeight}
2503 …my $TextWidth = $Param{Width} - $Param{PaddingLeft} - $Param{PaddingRight} - ( 2 * $Param{Border}…
[all …]
H A DGroup.pm69 if ( !$Param{Group} && !$Param{GroupID} ) {
135 \$Param{Name}, \$Param{Comment}, \$Param{ValidID}, \$Param{UserID}, \$Param{UserID},
287 \$Param{Name}, \$Param{Comment}, \$Param{ValidID}, \$Param{UserID}, \$Param{ID},
511 if ( !$Param{Role} && !$Param{RoleID} ) {
624 \$Param{Name}, \$Param{Comment}, \$Param{ValidID}, \$Param{UserID}, \$Param{UserID}
724 \$Param{Name}, \$Param{Comment}, \$Param{ValidID}, \$Param{UserID}, \$Param{ID}
1783 return 1 if $Param{Active} && $DBUserRole{ $Param{UID} }->{ $Param{RID} };
1816 Bind => [ \$Param{UID}, \$Param{RID}, \$Param{UserID}, \$Param{UserID} ],
2070 if ( !$Param{UserID} && !$Param{GroupID} && !$Param{UserIDs} && !$Param{GroupIDs} ) {
2176 if ( !$Param{RoleID} && !$Param{GroupID} && !$Param{RoleIDs} && !$Param{GroupIDs} ) {
[all …]
H A DEncode.pm42 my ( $Type, %Param ) = @_;
114 $Param{$Key} = lc $Param{$Key};
121 if ( $Param{From} eq $Param{To} ) {
129 if ( $Param{Check} && !eval { Encode::is_utf8( $Param{Text}, 1 ) } ) {
134 eval { Encode::from_to( $Param{Text}, $Param{From}, $Param{To}, 0 ) };
148 if ( $Param{Force} ) {
188 if ( $Param{Force} ) {
193 if ( !eval { Encode::from_to( $Param{Text}, $Param{From}, $Param{To}, $Check ) } ) {
206 eval { Encode::from_to( $Param{Text}, $Param{From}, $Param{To}, 0 ) };
223 print STDERR "Charset encode '$Param{From}' -=> '$Param{To}' ($Param{Text})!\n";
[all …]
H A DGenericAgent.pm54 my ( $Type, %Param ) = @_;
178 my ( $Self, %Param ) = @_;
182 if ( !$Param{$_} ) {
197 if ( $Param{Config} ) {
564 if ( !$Param{$_} ) {
761 if ( !$Param{$_} ) {
801 Bind => [ \$Param{Name}, \$Key, \$Param{Data}->{$Key} ],
839 if ( !$Param{$_} ) {
931 if ( !$Param{$_} ) {
943 my $Ticket = "($Param{TicketNumber}/$Param{TicketID})";
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/naoina/denco/
H A Drouter_test.go177 params []denco.Param
200 {"/path/to/hoge", "testroute4", []denco.Param{{"param", "hoge"}}, true},
205 {"/user/777", "testroute9", []denco.Param{{"id", "777"}}, true},
218 {"/true", "testroute1", []denco.Param{{"b", "true"}}, true},
219 {"/foo/bar", "testroute2", []denco.Param{{"wildcard", "foo/bar"}}, true},
251 {"/a", "testroute0", []denco.Param{{"wildcard", "a"}}, true},
304 {"/gists/1", "/gists/:id", []denco.Param{{"id", "1"}}, true},
305 {"/gists/2/star", "/gists/:id/star", []denco.Param{{"id", "2"}}, true},
339 {"/teams/1", "/teams/:id", []denco.Param{{"id", "1"}}, true},
406 {"/user/keys/1", "/user/keys/:id", []denco.Param{{"id", "1"}}, true},
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Ticket/Article/Backend/
H A DMIMEBase.pm171 if ( $Param{SenderType} && !$Param{SenderTypeID} ) {
205 $Param{ContentType} = "$Param{MimeType}; charset=$Param{Charset}";
219 $Param{Charset} = $Param{ContentType};
273 elsif ( $Param{MimeType} && $Param{MimeType} !~ /\btext\b/i ) {
299 $Param{OrigHeader}->{Body} = $Param{Body};
397 \$ArticleID, \$Param{From}, \$Param{ReplyTo}, \$Param{To}, \$Param{Cc}, \$Param{Bcc},
400 \$Param{MD5}, \$Param{InReplyTo}, \$Param{References}, \$Param{ContentType},
401 \$Param{Body}, \$IncomingTime, \$ArticleContentPath, \$Param{UserID}, \$Param{UserID},
972 Bind => [ \$Param{Value}, \$Param{UserID}, \$Param{ArticleID} ],
1047 %Param,
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dsettings.cpp27 Param(c,w, "game.track", gui.track); Param(c,w, "game.track_user", gui.track_user); in Serialize()
36 { Param(c,w, s+"car", gui.car[i]); Param(c,w, s+"camera", cam_view[i]); in Serialize()
39 Param(c,w, s+"clr_sat", gui.car_sat[i]); Param(c,w, s+"clr_val", gui.car_val[i]); in Serialize()
44 Param(c,w, "car1.autorear", autorear); Param(c,w, "car1.autorear_inv", rear_inv); in Serialize()
47 Param(c,w, "car1.abs"+s, abs[i]); Param(c,w, "car1.tcs"+s, tcs[i]); in Serialize()
74 Param(c,w, "graphs.tc_r", tc_r); Param(c,w, "graphs.tc_xr", tc_xr); in Serialize()
75 Param(c,w, "graphs.te_yf", te_yf); Param(c,w, "graphs.te_xf_pow", te_xf_pow); in Serialize()
76 Param(c,w, "graphs.te_xfx", te_xfx); Param(c,w, "graphs.te_xfy", te_xfy); in Serialize()
94 Param(c,w, "gui.champ_tab", champ_type); Param(c,w, "gui.tut_tab", tut_type); in Serialize()
105 Param(c,w, "hud_size.fov", fov_min); Param(c,w, "hud_size.fov_max", fov_max); in Serialize()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlReaderLib/
H A DTCErrorCondition.cs17 …dChild(new CVariation(v1) { Attribute = new Variation("new XmlTextReader(null)") { Param = 17 } }); in AddChildren()
23 …ddChild(new CVariation(v1) { Attribute = new Variation("XmlReader.IsName(null)") { Param = 14 } }); in AddChildren()
24 …ld(new CVariation(v1) { Attribute = new Variation("XmlReader.IsNameToken(null)") { Param = 15 } }); in AddChildren()
27 …dChild(new CVariation(v1) { Attribute = new Variation("new XmlNodeReader(null)") { Param = 18 } }); in AddChildren()
49 …Child(new CVariation(v1b) { Attribute = new Variation("XmlReader.Create(String)") { Param = 2 } }); in AddChildren()
94 … this.AddChild(new CVariation(v2) { Attribute = new Variation("XmlReader[null])") { Param = 1 } }); in AddChildren()
95 ….AddChild(new CVariation(v2) { Attribute = new Variation("XmlReader[null, null]") { Param = 2 } }); in AddChildren()
109 … this.AddChild(new CVariation(v3) { Attribute = new Variation("XmlReader[0]") { Param = 2 } }); in AddChildren()
110 … this.AddChild(new CVariation(v3) { Attribute = new Variation("XmlReader[-1]") { Param = 1 } }); in AddChildren()
263 … this.AddChild(new CVariation(V16) { Attribute = new Variation("XmlReader[a])") { Param = 6 } }); in AddChildren()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/DynamicField/
H A DBackend.pm426 ( !$Param{ObjectID} && !$Param{ObjectName} )
427 || ( $Param{ObjectID} && $Param{ObjectName} )
929 ( !$Param{ObjectID} && !$Param{ObjectName} )
930 || ( $Param{ObjectID} && $Param{ObjectName} )
964 $Param{ObjectID} = $ObjectIDs->{ $Param{ObjectName} };
1184 if ( !$Param{ParamObject} && !$Param{Template} ) {
1198 if ( $Param{TransformDates} && !$Param{LayoutObject} ) {
1507 if ( !$Param{ParamObject} && !$Param{Profile} ) {
1515 if ( $Param{ParamObject} && $Param{Profile} ) {
1640 %Param,
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Calendar/
H A DAppointment.pm189 if ( $Param{UniqueID} && !$Param{ParentID} ) {
339 push @Bind, \$Param{CalendarID}, \$Param{UniqueID}, \$Param{Title}, \$Param{Description},
340 \$Param{Location}, \$Param{StartTime}, \$Param{EndTime}, \$Param{AllDay},
347 \$Param{TicketAppointmentRuleID}, \$Param{UserID}, \$Param{UserID};
522 $Param{Result} = $Param{Result} || 'HASH';
618 if ( $Param{StartTime} && $Param{EndTime} ) {
625 …push @Bind, \$Param{StartTime}, \$Param{EndTime}, \$Param{StartTime}, \$Param{EndTime}, \$Param{St…
812 if ( $Param{StartTime} && $Param{EndTime} ) {
819 …push @Bind, \$Param{StartTime}, \$Param{EndTime}, \$Param{StartTime}, \$Param{EndTime}, \$Param{St…
1352 \$Param{CalendarID}, \$Param{Title}, \$Param{Description}, \$Param{Location},
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/services/live/pipeline/tree/
H A Dtree_test.go198 …{"/cmd/test/3", false, "/cmd/:tool/:sub", Params{Param{Key: "tool", Value: "test"}, Param{Key: "su…
203 …{"/cmd/whoami/r", false, "/cmd/:tool/:sub", Params{Param{Key: "tool", Value: "whoami"}, Param{Key:…
204 …{"/cmd/whoami/r/", true, "/cmd/:tool/:sub", Params{Param{Key: "tool", Value: "whoami"}, Param{Key:…
219 …ect/go", false, "/info/:user/project/:project", Params{Param{Key: "user", Value: "gordon"}, Param{…
244 …{"/c1/d/ee", false, "/:cc/:dd/ee", Params{Param{Key: "cc", Value: "c1"}, Param{Key: "dd", Value: "…
263 …{"/c/d/ee", false, "/:cc/:dd/ee", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: "d"…
264 …c/d/e/ff", false, "/:cc/:dd/:ee/ff", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: …
265 …/:cc/:dd/:ee/:ff/gg", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: "d"}, Param{Key…
266 …g/hh", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: "d"}, Param{Key: "ee", Value: …
267 …hh", Params{Param{Key: "cc", Value: "cc"}, Param{Key: "dd", Value: "dd"}, Param{Key: "ee", Value: …
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/LinkObject/
H A DTicket.pm41 my ( $Type, %Param ) = @_;
63 my ( $Self, %Param ) = @_;
207 return %Description if $Param{Mode} && $Param{Mode} eq 'Temporary';
258 if ( !$Param{UserID} ) {
418 if ( $Param{SourceObject} && $Param{SourceObject} eq 'Ticket' && $Param{SourceKey} ) {
431 Name => "\%\%$TicketNumber\%\%$Param{SourceKey}\%\%$Param{Key}",
437 if ( $Param{TargetObject} && $Param{TargetObject} eq 'Ticket' && $Param{TargetKey} ) {
450 Name => "\%\%$TicketNumber\%\%$Param{TargetKey}\%\%$Param{Key}",
549 if ( $Param{SourceObject} && $Param{SourceObject} eq 'Ticket' && $Param{SourceKey} ) {
562 Name => "\%\%$TicketNumber\%\%$Param{SourceKey}\%\%$Param{Key}",
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/gin-1.7.4/
H A Dtree_test.go197 …{"/cmd/test/3", false, "/cmd/:tool/:sub", Params{Param{Key: "tool", Value: "test"}, Param{Key: "su…
202 …{"/cmd/whoami/r", false, "/cmd/:tool/:sub", Params{Param{Key: "tool", Value: "whoami"}, Param{Key:…
203 …{"/cmd/whoami/r/", true, "/cmd/:tool/:sub", Params{Param{Key: "tool", Value: "whoami"}, Param{Key:…
218 …ect/go", false, "/info/:user/project/:project", Params{Param{Key: "user", Value: "gordon"}, Param{…
222 {"/a", false, "/:cc", Params{Param{Key: "cc", Value: "a"}}},
259 …{"/c/d/ee", false, "/:cc/:dd/ee", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: "d"…
260 …c/d/e/ff", false, "/:cc/:dd/:ee/ff", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: …
261 …/:cc/:dd/:ee/:ff/gg", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: "d"}, Param{Key…
262 …g/hh", Params{Param{Key: "cc", Value: "c"}, Param{Key: "dd", Value: "d"}, Param{Key: "ee", Value: …
263 …hh", Params{Param{Key: "cc", Value: "cc"}, Param{Key: "dd", Value: "dd"}, Param{Key: "ee", Value: …
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/SysConfig/
H A DBaseValueType.pm58 my ( $Self, %Param ) = @_;
125 my ( $Self, %Param ) = @_;
150 && $Param{Translate}
265 && $Param{Item}
298 …$HTML .= "<input class=\"$Param{Class}\" type=\"text\" name=\"$Param{Name}\" id=\"$Param{Name}$IDS…
310 if ( !$Param{RW} ) {
336 if ( !$Param{IsArray} && !$Param{IsHash} ) {
363 if ( $Param{ $Param{Name} } ) {
364 $Result = $Param{ $Param{Name} };
411 if ( $Param{DefaultItem} && $Param{DefaultItem}->{Item} ) {
[all …]
H A DDB.pm132 $Param{$Key} = ( defined $Param{$Key} && $Param{$Key} ? 1 : 0 );
161 \$Param{Name}, \$Param{Description}, \$Param{Navigation}, \$Param{IsInvisible},
162 \$Param{IsReadonly}, \$Param{IsRequired}, \$Param{IsValid}, \$Param{HasConfigLevel},
164 … \$Param{XMLContentRaw}, \$Param{XMLContentParsed}, \$Param{XMLFilename}, \$Param{EffectiveValue},
165 \$Param{IsDirty}, \$Param{ExclusiveLockGUID}, \$Param{UserID}, \$Param{UserID},
997 \$Param{Description}, \$Param{Navigation}, \$Param{IsInvisible}, \$Param{IsReadonly},
1001 …\$Param{XMLFilename}, \$Param{EffectiveValue}, \$Param{IsDirty}, \$Param{UserID}, \$Param{DefaultI…
2256 \$Param{DefaultID}, \$Param{Name}, \$Param{Description}, \$Param{Navigation},
2257 …\$Param{IsInvisible}, \$Param{IsReadonly}, \$Param{IsRequired}, \$Param{IsValid}, \$Param{HasConfi…
2892 \$Param{DefaultID}, \$Param{Name}, \$Param{TargetUserID}, \$Param{IsValid},
[all …]

12345678910>>...292