Home
last modified time | relevance | path

Searched refs:restrictions (Results 1 – 25 of 8391) sorted by relevance

12345678910>>...336

/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/switch_dw/switching/
H A Ddw_dirichlet_restrictions.c35 if (restrictions) in FreeDirichletRestrictions()
37 if (restrictions->B) dw_free(restrictions->B); in FreeDirichletRestrictions()
38 if (restrictions->b) dw_free(restrictions->b); in FreeDirichletRestrictions()
39 if (restrictions->Prior_B) dw_free(restrictions->Prior_B); in FreeDirichletRestrictions()
40 if (restrictions->Prior_b) dw_free(restrictions->Prior_b); in FreeDirichletRestrictions()
99 restrictions->b[k]=restrictions->B + q; in CreateDirichletRestrictions()
120 restrictions->Prior_b[k]=restrictions->Prior_B + q; in CreateDirichletRestrictions()
434 …memcpy(restrictions->B,restrictions->Prior_B,restrictions->total_Dirichlet_parameters*sizeof(PRECI… in dirichlet_restrictions_DrawProposalTransitionMatrixParameters()
486 DrawDirichlet(restrictions->b[k],restrictions->b[k],restrictions->DirichletDim[k]); in dirichlet_restrictions_DrawTransitionMatrixParameters()
514 DrawDirichlet(restrictions->b[k],restrictions->Prior_b[k],restrictions->DirichletDim[k]); in dirichlet_restrictions_DrawTransitionMatrixParametersFromPrior()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Drestriction_test.cpp52 std::vector<std::unique_ptr<UnnamedRestriction>> restrictions; in TEST() local
60 std::vector<std::unique_ptr<UnnamedRestriction>> restrictions; in TEST() local
69 std::vector<std::unique_ptr<UnnamedRestriction>> restrictions; in TEST() local
77 std::vector<std::unique_ptr<UnnamedRestriction>> restrictions; in TEST() local
93 std::vector<std::unique_ptr<UnnamedRestriction>> restrictions; in TEST() local
101 std::vector<std::unique_ptr<UnnamedRestriction>> restrictions; in TEST() local
109 std::vector<std::unique_ptr<UnnamedRestriction>> restrictions; in TEST() local
141 std::vector<std::unique_ptr<NamedRestriction>> restrictions; in TEST() local
145 RestrictionSet<> mockSet(std::move(restrictions)); in TEST()
166 std::vector<std::unique_ptr<NamedRestriction>> restrictions; in TEST() local
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/block/
H A DBlockRestrictionStoreTest.php55 $this->assertCount( 3, $restrictions );
66 $this->assertSame( [], $restrictions );
76 $this->assertSame( [], $restrictions );
99 $this->assertCount( 2, $restrictions );
119 list( $pageRestriction ) = $restrictions;
157 $restrictions = [
167 $restrictions = [
195 $restrictions = [
207 $this->assertCount( 3, $restrictions );
332 $this->assertCount( 1, $restrictions );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/block/
H A DBlockRestrictionStoreTest.php55 $this->assertCount( 3, $restrictions );
66 $this->assertSame( [], $restrictions );
76 $this->assertSame( [], $restrictions );
99 $this->assertCount( 2, $restrictions );
119 list( $pageRestriction ) = $restrictions;
157 $restrictions = [
167 $restrictions = [
195 $restrictions = [
207 $this->assertCount( 3, $restrictions );
332 $this->assertCount( 1, $restrictions );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/block/
H A DBlockRestrictionStoreTest.php55 $this->assertCount( 3, $restrictions );
66 $this->assertSame( [], $restrictions );
76 $this->assertSame( [], $restrictions );
99 $this->assertCount( 2, $restrictions );
119 list( $pageRestriction ) = $restrictions;
157 $restrictions = [
167 $restrictions = [
195 $restrictions = [
207 $this->assertCount( 3, $restrictions );
332 $this->assertCount( 1, $restrictions );
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/call/adaptation/
H A Dresource_adaptation_processor_unittest.cc49 VideoSourceRestrictions restrictions() const { in restrictions() function in webrtc::__anon375866020111::VideoSourceRestrictionsListenerForTesting
64 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated() argument
70 restrictions_ = restrictions; in OnVideoSourceRestrictionsUpdated()
116 restrictions.target_pixels_per_frame().has_value() in RestrictSource()
242 RestrictSource(restrictions_listener_.restrictions()); in TEST_F()
255 RestrictSource(restrictions_listener_.restrictions()); in TEST_F()
517 restrictions_listener_.restrictions(); in TEST_F()
546 restrictions_listener_.restrictions(); in TEST_F()
586 restrictions_listener_.restrictions(); in TEST_F()
610 restrictions_listener_.restrictions(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/call/adaptation/
H A Dresource_adaptation_processor_unittest.cc49 VideoSourceRestrictions restrictions() const { in restrictions() function in webrtc::__anona33d27310111::VideoSourceRestrictionsListenerForTesting
64 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated() argument
70 restrictions_ = restrictions; in OnVideoSourceRestrictionsUpdated()
116 restrictions.target_pixels_per_frame().has_value() in RestrictSource()
242 RestrictSource(restrictions_listener_.restrictions()); in TEST_F()
255 RestrictSource(restrictions_listener_.restrictions()); in TEST_F()
517 restrictions_listener_.restrictions(); in TEST_F()
546 restrictions_listener_.restrictions(); in TEST_F()
586 restrictions_listener_.restrictions(); in TEST_F()
610 restrictions_listener_.restrictions(); in TEST_F()
[all …]
H A Dvideo_stream_adapter.cc175 restrictions_(std::move(restrictions)), in Adaptation()
220 return current_restrictions_.restrictions; in source_restrictions()
324 RestrictionsWithCounters restrictions = in GetAdaptationUp() local
329 restrictions.restrictions)) { in GetAdaptationUp()
411 const RestrictionsWithCounters& restrictions) const { in AdaptIfFpsDiffInsufficient()
416 restrictions.counters.fps_adaptations && in AdaptIfFpsDiffInsufficient()
419 restrictions.restrictions.max_frame_rate().value(); in AdaptIfFpsDiffInsufficient()
424 return restrictions; in AdaptIfFpsDiffInsufficient()
509 new_restrictions.restrictions.set_max_frame_rate( in DecreaseFramerate()
578 new_restrictions.restrictions.set_max_frame_rate( in IncreaseFramerate()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/call/adaptation/
H A Dresource_adaptation_processor_unittest.cc49 VideoSourceRestrictions restrictions() const { in restrictions() function in webrtc::__anonb44af9820111::VideoSourceRestrictionsListenerForTesting
64 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated() argument
70 restrictions_ = restrictions; in OnVideoSourceRestrictionsUpdated()
116 restrictions.target_pixels_per_frame().has_value() in RestrictSource()
242 RestrictSource(restrictions_listener_.restrictions()); in TEST_F()
255 RestrictSource(restrictions_listener_.restrictions()); in TEST_F()
517 restrictions_listener_.restrictions(); in TEST_F()
546 restrictions_listener_.restrictions(); in TEST_F()
586 restrictions_listener_.restrictions(); in TEST_F()
610 restrictions_listener_.restrictions(); in TEST_F()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/utils/
H A DMWRestrictions.php32 * @param array|null $restrictions
36 if ( $restrictions !== null ) {
37 $this->loadFromArray( $restrictions );
49 * @param array $restrictions
54 return new self( $restrictions );
63 $restrictions = FormatJson::decode( $json, true );
64 if ( !is_array( $restrictions ) ) {
67 return new self( $restrictions );
74 $keys = array_keys( $restrictions );
88 if ( !is_array( $restrictions['IPAddresses'] ) ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/utils/
H A DMWRestrictions.php32 * @param array|null $restrictions
36 if ( $restrictions !== null ) {
37 $this->loadFromArray( $restrictions );
49 * @param array $restrictions
54 return new self( $restrictions );
63 $restrictions = FormatJson::decode( $json, true );
64 if ( !is_array( $restrictions ) ) {
67 return new self( $restrictions );
74 $keys = array_keys( $restrictions );
88 if ( !is_array( $restrictions['IPAddresses'] ) ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/utils/
H A DMWRestrictions.php32 * @param array|null $restrictions
36 if ( $restrictions !== null ) {
37 $this->loadFromArray( $restrictions );
49 * @param array $restrictions
54 return new self( $restrictions );
63 $restrictions = FormatJson::decode( $json, true );
64 if ( !is_array( $restrictions ) ) {
67 return new self( $restrictions );
74 $keys = array_keys( $restrictions );
88 if ( !is_array( $restrictions['IPAddresses'] ) ) {
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/recordio/
H A DRestrictRecordFilterAppenderAssembler.java41 private Restriction[] restrictions = Restriction.EMPTY_ARRAY; field in RestrictRecordFilterAppenderAssembler
55 public void injectComponent(Restriction[] restrictions) { in injectComponent() argument
56 this.restrictions = restrictions; in injectComponent()
66 if (restrictions.length == 0) { in assemble()
92 private final Restriction[] restrictions; field in RestrictRecordFilterAppender
98 this.restrictions = restrictions; in RestrictRecordFilterAppender()
113 private final Restriction[] restrictions; field in RestrictRecordFilter
119 this.restrictions = restrictions; in RestrictRecordFilter()
128 if (restrictions.length > 0) { in writeRecord()
132 Restriction field = restrictions[i]; in writeRecord()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/filter/src/Entity/
H A DFilterFormat.php296 $restrictions = array_reduce($filters, function ($restrictions, $filter) {
300 if (!isset($restrictions)) {
318 if (isset($restrictions['allowed'])) {
374 return $restrictions;
382 if (isset($restrictions['allowed']) && isset($restrictions['forbidden_tags'])) {
385 unset($restrictions['allowed'][$tag]);
388 unset($restrictions['forbidden_tags']);
394 if (isset($restrictions['allowed'])) {
395 …if (count($restrictions['allowed']) === 1 && array_key_exists('*', $restrictions['allowed']) && !i…
396 $restrictions['allowed'] = [];
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/filter/src/Entity/
H A DFilterFormat.php296 $restrictions = array_reduce($filters, function ($restrictions, $filter) {
300 if (!isset($restrictions)) {
318 if (isset($restrictions['allowed'])) {
374 return $restrictions;
382 if (isset($restrictions['allowed']) && isset($restrictions['forbidden_tags'])) {
385 unset($restrictions['allowed'][$tag]);
388 unset($restrictions['forbidden_tags']);
394 if (isset($restrictions['allowed'])) {
395 …if (count($restrictions['allowed']) === 1 && array_key_exists('*', $restrictions['allowed']) && !i…
396 $restrictions['allowed'] = [];
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/block/
H A DBlockRestrictionStore.php87 * @param Restriction[] $restrictions
91 if ( !$restrictions ) {
124 * @param Restriction[] $restrictions
166 $restrictions
189 * @param Restriction[] $restrictions
194 if ( empty( $restrictions ) ) {
228 * @param Restriction[] $restrictions
343 * @param Restriction[] $restrictions
422 $restrictions = [];
430 $restrictions[] = $restriction;
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/block/
H A DBlockRestrictionStore.php89 * @param Restriction[] $restrictions
93 if ( !$restrictions ) {
126 * @param Restriction[] $restrictions
168 $restrictions
191 * @param Restriction[] $restrictions
196 if ( empty( $restrictions ) ) {
230 * @param Restriction[] $restrictions
345 * @param Restriction[] $restrictions
424 $restrictions = [];
432 $restrictions[] = $restriction;
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/block/
H A DBlockRestrictionStore.php87 * @param Restriction[] $restrictions
91 if ( !$restrictions ) {
124 * @param Restriction[] $restrictions
166 $restrictions
189 * @param Restriction[] $restrictions
194 if ( empty( $restrictions ) ) {
228 * @param Restriction[] $restrictions
343 * @param Restriction[] $restrictions
422 $restrictions = [];
430 $restrictions[] = $restriction;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/
H A DDBConnectionString.cs113 if (!string.IsNullOrEmpty(restrictions)) in DBConnectionString()
116 _restrictions = restrictions; in DBConnectionString()
160 if (null == restrictions)
183 return ((null != restrictions) ? restrictions : "");
493 int count = restrictions.Length; in RemoveDuplicates()
507 if (0 == restrictions[restrictions.Length - 1].Length) in RemoveDuplicates()
509 restrictions[restrictions.Length - 1] = null; in RemoveDuplicates()
512 if (count != restrictions.Length) in RemoveDuplicates()
523 restrictions = tmp; in RemoveDuplicates()
526 Verify(restrictions); in RemoveDuplicates()
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Dextnfunc.c153 const char *restrictions) in EnvDefineFunction2() argument
168 const char *restrictions, in EnvDefineFunction2WithContext() argument
205 const char *restrictions, in DefineFunction3() argument
252 if (restrictions != NULL) in DefineFunction3()
255 ((! isdigit(restrictions[0]) && (restrictions[0] != '*')) || in DefineFunction3()
256 (! isdigit(restrictions[1]) && (restrictions[1] != '*')))) in DefineFunction3()
257 restrictions = NULL; in DefineFunction3()
259 newFunction->restrictions = restrictions; in DefineFunction3()
666 restrictions = theFunction->restrictions; in GetMinimumArgs()
690 restrictions = theFunction->restrictions; in GetMaximumArgs()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDBConnectionString.cs117 if (!ADP.IsEmpty(restrictions)) { in DBConnectionString()
119 _restrictions = restrictions; in DBConnectionString()
156 if (null == restrictions) {
174 return ((null != restrictions) ? restrictions: "");
435 int count = restrictions.Length; in RemoveDuplicates()
442 restrictions[i-1] = null; in RemoveDuplicates()
446 if (0 == restrictions[restrictions.Length-1].Length) { in RemoveDuplicates()
447 restrictions[restrictions.Length-1] = null; in RemoveDuplicates()
458 restrictions = tmp; in RemoveDuplicates()
461 Verify(restrictions); in RemoveDuplicates()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dvariadic-ffi-semantic-restrictions.stderr2 --> $DIR/variadic-ffi-semantic-restrictions.rs:6:19
8 --> $DIR/variadic-ffi-semantic-restrictions.rs:9:9
14 --> $DIR/variadic-ffi-semantic-restrictions.rs:9:9
20 --> $DIR/variadic-ffi-semantic-restrictions.rs:13:30
26 --> $DIR/variadic-ffi-semantic-restrictions.rs:16:20
32 --> $DIR/variadic-ffi-semantic-restrictions.rs:16:20
38 --> $DIR/variadic-ffi-semantic-restrictions.rs:20:20
44 --> $DIR/variadic-ffi-semantic-restrictions.rs:20:20
50 --> $DIR/variadic-ffi-semantic-restrictions.rs:24:30
56 --> $DIR/variadic-ffi-semantic-restrictions.rs:27:20
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/
H A DRole.php27 protected $restrictions = array(); variable in Icinga\\Authentication\\Role
84 $restrictions = $this->restrictions;
87 return $restrictions;
90 if (isset($restrictions[$name])) {
91 return $restrictions[$name];
100 * @param string[] $restrictions
104 public function setRestrictions(array $restrictions) argument
106 $this->restrictions = $restrictions;
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-data/src/main/java/de/lmu/ifi/dbs/elki/data/type/
H A DAlternativeTypeInformation.java36 private final TypeInformation[] restrictions; field in AlternativeTypeInformation
43 public AlternativeTypeInformation(TypeInformation... restrictions) { in AlternativeTypeInformation() argument
45 this.restrictions = restrictions; in AlternativeTypeInformation()
50 for (int i = 0; i < restrictions.length; i++) { in isAssignableFromType()
51 if (restrictions[i].isAssignableFromType(type)) { in isAssignableFromType()
60 for (int i = 0; i < restrictions.length; i++) { in isAssignableFrom()
61 if (restrictions[i].isAssignableFrom(other)) { in isAssignableFrom()
71 for (int i = 0; i < restrictions.length; i++) { in toString()
75 buf.append(restrictions[i].toString()); in toString()
H A DCombinedTypeInformation.java35 private final TypeInformation[] restrictions; field in CombinedTypeInformation
42 public CombinedTypeInformation(TypeInformation... restrictions) { in CombinedTypeInformation() argument
44 this.restrictions = restrictions; in CombinedTypeInformation()
49 for (int i = 0; i < restrictions.length; i++) { in isAssignableFromType()
50 if (!restrictions[i].isAssignableFromType(type)) { in isAssignableFromType()
59 for (int i = 0; i < restrictions.length; i++) { in isAssignableFrom()
60 if (!restrictions[i].isAssignableFrom(other)) { in isAssignableFrom()
70 for (int i = 0; i < restrictions.length; i++) { in toString()
74 buf.append(restrictions[i].toString()); in toString()

12345678910>>...336