Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 25 of 13078) sorted by relevance

12345678910>>...524

/dports/net/gupnp-dlna/gupnp-dlna-0.10.3/libgupnp-dlna/
H A Dgupnp-dlna-restriction.c42 restriction->mime = g_strdup (mime); in G_DEFINE_BOXED_TYPE()
49 return restriction; in G_DEFINE_BOXED_TYPE()
94 if (restriction == NULL) in gupnp_dlna_restriction_free()
96 g_free (restriction->mime); in gupnp_dlna_restriction_free()
128 g_return_if_fail (restriction != NULL); in gupnp_dlna_restriction_merge()
131 if (restriction->mime == NULL) { in gupnp_dlna_restriction_merge()
132 restriction->mime = merged->mime; in gupnp_dlna_restriction_merge()
162 return (restriction->mime == NULL && in gupnp_dlna_restriction_is_empty()
188 str = g_string_new (restriction->mime ? restriction->mime : "(null)"); in gupnp_dlna_restriction_to_string()
213 return restriction->mime; in gupnp_dlna_restriction_get_mime()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DCREMAS01.xsd25 </xsd:restriction>
37 </xsd:restriction>
49 </xsd:restriction>
61 </xsd:restriction>
73 </xsd:restriction>
85 </xsd:restriction>
97 </xsd:restriction>
109 </xsd:restriction>
121 </xsd:restriction>
133 </xsd:restriction>
[all …]
/dports/math/gambit/gambit-16.0.1/src/python/gambit/tests/
H A Dtest_stratspt.py13 self.restriction = self.profile_double.restriction()
29 del self.restriction
36 assert self.restriction == self.profile_rational.restriction()
41 assert self.restriction.unrestrict() == self.game
83 self.restriction.outcomes.add("")
89 self.restriction.outcomes[0][0] = 2
95 self.restriction.outcomes[0].label = ""
101 self.restriction.outcomes[0].delete()
107 self.restriction.players.add("")
113 self.restriction.players[0].label = ""
[all …]
/dports/www/p5-Jifty/Jifty-1.50430/lib/Jifty/
H A DAPI.pm267 for my $restriction (@restrictions) {
272 and ref $restriction
276 $restriction = $self->qualify($restriction)
277 unless ref $restriction;
283 { deny => 1, hide => 1, restriction => $restriction, from => "$file:$line" };
287 { allow => 1, show => 1, restriction => $restriction, from => "$file:$line" };
291 { $polarity => 1, restriction => $restriction, from => "$file:$line" };
353 if ( ( ref $limit->{restriction} and $class =~ $limit->{restriction} )
354 or ( $class eq $limit->{restriction} ) )
388 if ( ( ref $limit->{restriction} and $class =~ $limit->{restriction} )
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/block/Restriction/
H A DPageRestrictionTest.php18 $restriction = new $class( 1, $page->getId() );
25 $restriction = new $class( 2, 99999 );
32 $restriction = new $class( 1, 2 );
38 $restriction = new $class( 1, 2 );
41 $restriction->setTitle( $title );
44 $restriction = new $class( 1, 1 );
51 $restriction = $class::newFromRow( (object)[
58 $this->assertSame( 1, $restriction->getBlockId() );
59 $this->assertSame( 2, $restriction->getValue() );
66 $restriction = $class::newFromTitle( 'Mars' );
[all …]
H A DRestrictionTestCase.php11 $restriction = new $class( 1, 2 );
13 $this->assertSame( 1, $restriction->getBlockId() );
14 $this->assertSame( 2, $restriction->getValue() );
19 $restriction = new $class( 1, 2 );
21 $restriction->setBlockId( 10 );
22 $this->assertSame( 10, $restriction->getBlockId() );
29 $restriction = new $class( 1, 2 );
49 $restriction = $class::newFromRow( (object)[
55 $this->assertSame( 2, $restriction->getValue() );
61 $restriction = new $class( 1, 2 );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/block/Restriction/
H A DPageRestrictionTest.php18 $restriction = new $class( 1, $page->getId() );
25 $restriction = new $class( 2, 99999 );
32 $restriction = new $class( 1, 2 );
38 $restriction = new $class( 1, 2 );
41 $restriction->setTitle( $title );
44 $restriction = new $class( 1, 1 );
51 $restriction = $class::newFromRow( (object)[
58 $this->assertSame( 1, $restriction->getBlockId() );
59 $this->assertSame( 2, $restriction->getValue() );
66 $restriction = $class::newFromTitle( 'Mars' );
[all …]
H A DRestrictionTestCase.php11 $restriction = new $class( 1, 2 );
13 $this->assertSame( $restriction->getBlockId(), 1 );
14 $this->assertSame( $restriction->getValue(), 2 );
19 $restriction = new $class( 1, 2 );
21 $restriction->setBlockId( 10 );
22 $this->assertSame( $restriction->getBlockId(), 10 );
29 $restriction = new $class( 1, 2 );
49 $restriction = $class::newFromRow( (object)[
55 $this->assertSame( 2, $restriction->getValue() );
61 $restriction = new $class( 1, 2 );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/block/Restriction/
H A DRestrictionTestCase.php11 $restriction = new $class( 1, 2 );
13 $this->assertSame( $restriction->getBlockId(), 1 );
14 $this->assertSame( $restriction->getValue(), 2 );
19 $restriction = new $class( 1, 2 );
21 $restriction->setBlockId( 10 );
22 $this->assertSame( $restriction->getBlockId(), 10 );
29 $restriction = new $class( 1, 2 );
49 $restriction = $class::newFromRow( (object)[
55 $this->assertSame( 2, $restriction->getValue() );
61 $restriction = new $class( 1, 2 );
[all …]
H A DPageRestrictionTest.php18 $restriction = new $class( 1, $page->getId() );
25 $restriction = new $class( 2, 99999 );
32 $restriction = new $class( 1, 2 );
33 $this->assertEquals( 'page', $restriction->getType() );
38 $restriction = new $class( 1, 2 );
41 $restriction->setTitle( $title );
42 $this->assertSame( $title, $restriction->getTitle() );
44 $restriction = new $class( 1, 1 );
51 $restriction = $class::newFromRow( (object)[
58 $this->assertSame( 1, $restriction->getBlockId() );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/block/
H A DBlockRestrictionStore.php100 $rows[] = $restriction->toRow();
244 $restriction->toRow(),
302 $filter = function ( $restriction ) {
356 $restriction = clone $restriction;
357 $restriction->setBlockId( $blockId );
359 $blockRestrictions[] = $restriction;
375 foreach ( $new as $restriction ) {
380 if ( $restriction->equals( $e ) ) {
409 $blockRestrictions[$restriction->getBlockId()][] = $restriction;
426 if ( !$restriction ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/block/
H A DBlockRestrictionStore.php98 foreach ( $restrictions as $restriction ) {
102 $rows[] = $restriction->toRow();
246 $restriction->toRow(),
358 $restriction = clone $restriction;
359 $restriction->setBlockId( $blockId );
361 $blockRestrictions[] = $restriction;
377 foreach ( $new as $restriction ) {
382 if ( $restriction->equals( $e ) ) {
411 $blockRestrictions[$restriction->getBlockId()][] = $restriction;
428 if ( !$restriction ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/block/
H A DBlockRestrictionStore.php96 foreach ( $restrictions as $restriction ) {
100 $rows[] = $restriction->toRow();
244 $restriction->toRow(),
356 $restriction = clone $restriction;
357 $restriction->setBlockId( $blockId );
359 $blockRestrictions[] = $restriction;
375 foreach ( $new as $restriction ) {
380 if ( $restriction->equals( $e ) ) {
409 $blockRestrictions[$restriction->getBlockId()][] = $restriction;
426 if ( !$restriction ) {
[all …]
/dports/devel/py-pyxb/PyXB-1.2.6/tests/trac/trac-0186/
H A D8_3_2_resource.xsd95 </xsd:restriction>
101 </xsd:restriction>
107 </xsd:restriction>
113 </xsd:restriction>
119 </xsd:restriction>
125 </xsd:restriction>
132 </xsd:restriction>
137 </xsd:restriction>
143 </xsd:restriction>
153 </xsd:restriction>
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/
H A DSchemaSimpleType.java25 private ISchemaRestriction restriction; field in SchemaSimpleType
38 restriction.setBaseType(this); in SchemaSimpleType()
45 return restriction; in getRestriction()
51 if (restriction != null) { in setSchema()
52 restriction.setParent(schema); in setSchema()
57 Object oldValue = this.restriction; in setRestriction()
58 this.restriction = restriction; in setRestriction()
59 if (restriction != null) { in setRestriction()
60 restriction.setBaseType(this); in setRestriction()
68 if (restriction != null) { in write()
[all …]
/dports/www/kanboard/kanboard-1.2.21/app/Template/project_role/
H A Dshow.php47 <?php foreach ($role['project_restrictions'] as $restriction): ?>
53 <?= $this->text->e($restriction['title']) ?>
56 … 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id…
60 <?php foreach ($role['column_restrictions'] as $restriction): ?>
63 <?php if (strpos($restriction['rule'], 'block') === 0): ?>
68 <strong><?= $this->text->e($restriction['column_title']) ?></strong>
70 <?= $this->text->e($restriction['title']) ?>
73 … 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id…
77 <?php foreach ($role['column_move_restrictions'] as $restriction): ?>
81 …<strong><?= $this->text->e($restriction['src_column_title']) ?> / <?= $this->text->e($restriction[…
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/test/regress/expected/
H A Dxmlmap.out202 <xsd:restriction base="xsd:int"> +
205 </xsd:restriction> +
209 <xsd:restriction base="xsd:string"> +
296 …<xsd:restriction base="xsd:float"></xsd:restriction> …
328 …<xsd:restriction base="xsd:boolean"></xsd:restriction> …
926 …<xsd:restriction base="xsd:float"></xsd:restriction> …
958 …<xsd:restriction base="xsd:boolean"></xsd:restriction> …
1024 <xsd:restriction base="xsd:float"></xsd:restriction> +
1056 <xsd:restriction base="xsd:boolean"></xsd:restriction> +
1126 …<xsd:restriction base="xsd:float"></xsd:restriction> …
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/regress/expected/
H A Dxmlmap.out202 <xsd:restriction base="xsd:int"> +
205 </xsd:restriction> +
209 <xsd:restriction base="xsd:string"> +
296 …<xsd:restriction base="xsd:float"></xsd:restriction> …
328 …<xsd:restriction base="xsd:boolean"></xsd:restriction> …
926 …<xsd:restriction base="xsd:float"></xsd:restriction> …
958 …<xsd:restriction base="xsd:boolean"></xsd:restriction> …
1024 <xsd:restriction base="xsd:float"></xsd:restriction> +
1056 <xsd:restriction base="xsd:boolean"></xsd:restriction> +
1126 …<xsd:restriction base="xsd:float"></xsd:restriction> …
[all …]

12345678910>>...524