Home
last modified time | relevance | path

Searched refs:WIPED (Results 1 – 24 of 24) sorted by relevance

/dports/www/rt44/rt-4.4.5/lib/RT/Shredder/
H A DConstants.pm111 WIPED => 0x020, constant
H A DDependencies.pm110 return if $rec->{'State'} & RT::Shredder::Constants::WIPED; # there is no object anymore
/dports/www/rt50/rt-5.0.2/lib/RT/Shredder/
H A DConstants.pm111 WIPED => 0x020, constant
H A DDependencies.pm110 return if $rec->{'State'} & RT::Shredder::Constants::WIPED; # there is no object anymore
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DShredder.pm567 …next if $cache_val->{'State'} & (RT::Shredder::Constants::WIPED | RT::Shredder::Constants::IN_WIPI…
601 …return if $record->{'State'} & (RT::Shredder::Constants::WIPED | RT::Shredder::Constants::IN_WIPIN…
627 $record->{'State'} |= RT::Shredder::Constants::WIPED; delete $record->{'Object'};
H A DGroupMember.pm560 & (RT::Shredder::Constants::WIPED|RT::Shredder::Constants::IN_WIPING);
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DShredder.pm567 …next if $cache_val->{'State'} & (RT::Shredder::Constants::WIPED | RT::Shredder::Constants::IN_WIPI…
601 …return if $record->{'State'} & (RT::Shredder::Constants::WIPED | RT::Shredder::Constants::IN_WIPIN…
627 $record->{'State'} |= RT::Shredder::Constants::WIPED; delete $record->{'Object'};
H A DGroupMember.pm560 & (RT::Shredder::Constants::WIPED|RT::Shredder::Constants::IN_WIPING);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/cloudidentity/v1alpha1/
H A Dcloudidentity_v1alpha1_messages.py798 WIPED = 6 variable in Device.ManagementStateValueValuesEnum
899 WIPED = 2 variable in DeviceUser.ManagementStateValueValuesEnum
1445 WIPED = 6 variable in GoogleAppsCloudidentityDevicesV1Device.ManagementStateValueValuesEnum
1547 WIPED = 2 variable in GoogleAppsCloudidentityDevicesV1DeviceUser.ManagementStateValueValuesEnum
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/cloudidentity/v1beta1/
H A Dcloudidentity_v1beta1_messages.py1140 WIPED = 6 variable in Device.ManagementStateValueValuesEnum
1242 WIPED = 2 variable in DeviceUser.ManagementStateValueValuesEnum
1784 WIPED = 6 variable in GoogleAppsCloudidentityDevicesV1Device.ManagementStateValueValuesEnum
1886 WIPED = 2 variable in GoogleAppsCloudidentityDevicesV1DeviceUser.ManagementStateValueValuesEnum
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dxcbosd.c90 enum {DRAWN, WIPED, UNDEFINED} clean; enumerator
392 if( osd->clean != WIPED ) in xcbosd_clear()
428 osd->clean = WIPED; in xcbosd_clear()
H A Dx11osd.c90 enum {DRAWN, WIPED, UNDEFINED} clean; enumerator
412 if( osd->clean != WIPED ) in x11osd_clear()
438 osd->clean = WIPED; in x11osd_clear()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/cloudidentity/v1/
H A Dcloudidentity_v1_messages.py1326 WIPED = 6 variable in GoogleAppsCloudidentityDevicesV1Device.ManagementStateValueValuesEnum
1428 WIPED = 2 variable in GoogleAppsCloudidentityDevicesV1DeviceUser.ManagementStateValueValuesEnum
/dports/cad/electric/electric-7.00/src/io/
H A Diocifout.c385 if ((subni->userbits&WIPED) != 0) continue; in io_cifwritecell()
440 if ((subni->userbits&WIPED) != 0) continue; in io_cifwritecell()
486 if ((subni->userbits&WIPED) != 0) continue; in io_cifwritecell()
H A Diogdso.c462 if ((subno->userbits&WIPED) != 0) continue; in io_gdswritecell()
627 bottomni->userbits &= ~WIPED; in io_gdswritecell()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusr.c2407 if (wiped != (ni->userbits&WIPED)) in us_newobject()
2410 if ((ni->userbits&WIPED) == 0) us_undisplayobject(ni->geom); in us_newobject()
2411 ni->userbits = (ni->userbits & ~WIPED) | wiped; in us_newobject()
2527 if (wiped != (ni->userbits&WIPED)) in us_killobject()
2530 if ((ni->userbits&WIPED) != 0) us_queueredraw(ni->geom, FALSE); in us_killobject()
2531 ni->userbits = (ni->userbits & ~WIPED) | wiped; in us_killobject()
H A Dusrcheck.c1125 if (wiped != (ni->userbits&WIPED)) in us_checklibrary()
1129 ni->userbits = (ni->userbits & ~WIPED) | wiped; in us_checklibrary()
H A Dusrctech.c792 newni->userbits |= (ni->userbits & (NEXPAND | WIPED | NSHORT)); in us_tranplacenode()
H A Dusrstatus.c1143 {WIPED, -1, N_("wiped")}, in us_printnodetoolinfo()
H A Dusrnet.c5415 if ((ai->proto->userbits&CANWIPE) != 0) return(WIPED); in us_computewipestate()
7513 newni->userbits = ni->userbits & ~(WIPED|NSHORT); in us_copylisttocell()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecart.c600 if ((ni->userbits&WIPED) != 0) count = 0; in art_intnodepolys()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c940 if ((ni->userbits&WIPED) != 0) reasonablecount = count = 0; else in tech_nodepolys()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h608 #define WIPED 010 /* set if node not drawn due to wiping arcs */ macro
/dports/games/connectagram/connectagram-1.2.11/data/en/
H A Dwords72299 WIPED