view release on metacpan or search on metacpan
lib/Bot/ChatBots/Auth.pod view on Meta::CPAN
Two mechanisms are provided: I<blacklisting> and I<whitelisting>. These
two mechanisms can be applied to either I<users> identifiers or to
I<channel> identifiers.
I<Blacklist>s are hash references whose keys mark elements that are
blocked. I<Whitelist>s are hash references whose keys mark elements that
are allowed. Most probably you will just want to use only one of the two,
because:
=over
*
whatever is blacklisted is blocked, even if it is then whitelisted;
*
if you pass any whitelist (even an empty one), everything not contained in
it as a key is automatically blocked.
=back
It can make sense to use one mechanism with users and the other one with
channels though.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bot/Cobalt/DB/Term.pm view on Meta::CPAN
Open a specified database.
Required prior to specifying commands.
The database is opened to make sure it is valid, then
unlocked again.
All other operations take place against whatever database was
last opened via C<open>.
=head2 create
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bot/Cobalt/DB.pm view on Meta::CPAN
not be opened (probably due to lock timeout).
=head3 is_open
Returns a boolean value representing whether or not the DB is currently
open and locked.
=head3 dbclose
B<dbclose> closes and unlocks the database.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bot/Net/Mixin/Bot/IRC.pm view on Meta::CPAN
=head2 on irc_error
=head2 on irc_socketerr
Handles bot disconnections. If the bot becomes disconnected it will automatically attempt to reconnect until the server returns or lets the bot back. It will attempt to do so in a way that will not cause it to be blocked for flooding.
=cut
on [ qw( irc_disconnected irc_error irc_socketerr ) ] => run {
# TODO XXX FIXME Add support for notifying the bot that the connection has
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bot/Pastebot/Server/Http.pm view on Meta::CPAN
if (length $channel) {
# See if it matches.
if (is_ignored($heap->{my_isrv}, $channel, $remote_addr)) {
$error = (
"<p><b><font size='+1' color='#800000'>" .
"Your IP address has been blocked from pasting to $channel." .
"</font></b></p>"
);
$channel = "";
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
share/starcraft.trn view on Meta::CPAN
Go ahead tac-com.
Com-link online.
Channel open.
Systems functional.
Acknowledged HQ.
Nav-com locked.
Confirmed.
Target designated.
Ready to roll out!
Singing the tune of Ride of the Valkyries
I'm about to drop the hammer!
share/starcraft.trn view on Meta::CPAN
Standin' by.
Reporting in.
Coordinates received.
Attack formation.
Roger.
Vector locked-in.
Battlecruiser operational.
Identify yourself!
Shields up! Weapons online!
Not equipped with shields? well then buckle up!
We are getting WAY behind schedule.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/pods/Box2D/b2Body.pod view on Meta::CPAN
=over 4
=item * C<Box2D::b2Shape> C<$shape> - the shape to be cloned.
=item * C<float32> C<$density> - the shape density (set to zero for static bodies). Warning:This function is locked during callbacks.
=back
Returns a C<Box2D::b2Fixture>
lib/pods/Box2D/b2Body.pod view on Meta::CPAN
Parameters:
=over 4
=item * C<Box2D::b2FixtureDef> C<$def> - the fixture definition. Warning:This function is locked during callbacks.
=back
Returns a C<Box2D::b2Fixture>
lib/pods/Box2D/b2Body.pod view on Meta::CPAN
Parameters:
=over 4
=item * C<Box2D::b2Fixture> C<$fixture> - the fixture to be removed. Warning:This function is locked during callbacks.
=back
=head2 GetAngle()
view all matches for this distribution
view release on metacpan or search on metacpan
root/static/javascript/jquery.3.3.1.min.js view on Meta::CPAN
/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof windo...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Brackup/Root.pm view on Meta::CPAN
=item B<max_composite_chunk_size>
In units of bytes, kB, MB, etc. The maximum size of a composite
chunk, holding lots of little files. If this is too big, you'll waste
more space with future iterative backups updating files locked into
this chunk with unchanged chunks.
Recommended, and default value, is 1 MB.
=item B<smart_mp3_chunking>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bread/Board/Dependency.pm view on Meta::CPAN
my $self = shift;
($self->has_service_path)
|| confess "Could not fetch service without service path";
$self->fetch($self->service_path);
},
handles => [ 'get', 'is_locked', 'lock', 'unlock' ]
);
__PACKAGE__->meta->make_immutable;
no Moose; 1;
lib/Bread/Board/Dependency.pm view on Meta::CPAN
Predicate for the L</service_path> attribute.
=head2 C<get>
=head2 C<is_locked>
=head2 C<lock>
=head2 C<unlock>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Broadworks/OCIP/Methods.pod view on Meta::CPAN
Additionally there are generic tagged parameters.
=head3 SystemAuthenticationLockoutExportDataGetRequest
Request to export system wide authentication lockout data to a file. All locked
out device profiles, sip endpoints, and sip trunk groups are returned.
The response is either a C<SuccessResponse> or an C<ErrorResponse>.
Fixed parameters are:-
view all matches for this distribution
view release on metacpan or search on metacpan
is($ENV{http_proxy}, 'http://127.0.0.1:9091', 'can export our HTTP proxy');
is($ENV{https_proxy}, 'http://127.0.0.1:9091', 'can export our HTTPS proxy');
}
sub fake_har_fixture {
return '{"log":{"creator":{"comment":"","version":"2.0","name":"BrowserMob Proxy"},"comment":"","version":"1.2","entries":[{"request":{"bodySize":0,"cookies":[],"headers":[],"httpVersion":"HTTP","headersSize":102,"comment":"","url":"http://www.go...
}
done_testing;
view all matches for this distribution
view release on metacpan or search on metacpan
patches/diff_DBD-SQLite-0.28 view on Meta::CPAN
+# endif
+#endif
+
/*
** Change the status of the lock on the file "id" to be a readlock.
** If the file was write locked, then this reduces the lock to a read.
@@ -1139,16 +1206,8 @@ int sqliteOsReadLock(OsFile *id){
}
rc = SQLITE_OK;
}else if( id->locked || id->pLock->cnt==0 ){
- struct flock lock;
- int s;
- lock.l_type = F_RDLCK;
- lock.l_whence = SEEK_SET;
- lock.l_start = lock.l_len = 0L;
patches/diff_DBD-SQLite-0.28 view on Meta::CPAN
- }else{
- rc = SQLITE_OK;
+ rc = sqlite_flock(id->fd, sqlite_flock_rlock);
+ if (rc == SQLITE_OK) {
id->pLock->cnt = 1;
id->locked = 1;
}
@@ -1243,16 +1302,8 @@ int sqliteOsWriteLock(OsFile *id){
int rc;
sqliteOsEnterMutex();
if( id->pLock->cnt==0 || (id->pLock->cnt==1 && id->locked==1) ){
- struct flock lock;
- int s;
- lock.l_type = F_WRLCK;
- lock.l_whence = SEEK_SET;
- lock.l_start = lock.l_len = 0L;
patches/diff_DBD-SQLite-0.28 view on Meta::CPAN
- }else{
- rc = SQLITE_OK;
+ rc = sqlite_flock(id->fd, sqlite_flock_wlock);
+ if (rc == SQLITE_OK) {
id->pLock->cnt = -1;
id->locked = 1;
}
@@ -1355,18 +1406,9 @@ int sqliteOsUnlock(OsFile *id){
id->pLock->cnt--;
rc = SQLITE_OK;
}else{
patches/diff_DBD-SQLite-0.28 view on Meta::CPAN
+ if (rc == SQLITE_OK)
id->pLock->cnt = 0;
- }
}
sqliteOsLeaveMutex();
id->locked = 0;
view all matches for this distribution
view release on metacpan or search on metacpan
t/test1.xml view on Meta::CPAN
<a href="small/key.gif"><img class="blackico" src="small/key.gif"
/><img class="whiteico" src="small/key.gif" /> small/key.gif</a>
<br /><a href="small/key.png"><img class="blackico" src="small/key.png"
/><img class="whiteico" src="small/key.png" /> small/key.png</a></td>
</tr>
<tr><td colspan="4">This might represent a locked file.</td>
</tr>
<tr>
<td width="25%">
<a href="layout.gif"><img class="blackico" src="layout.gif"
t/test1.xml view on Meta::CPAN
<a href="small/key.gif"><img class="blackico" src="small/key.gif"
/><img class="whiteico" src="small/key.gif" /> small/key.gif</a>
<br /><a href="small/key.png"><img class="blackico" src="small/key.png"
/><img class="whiteico" src="small/key.png" /> small/key.png</a></td>
</tr>
<tr><td colspan="4">This might represent a locked file.</td>
</tr>
<tr>
<td width="25%">
<a href="layout.gif"><img class="blackico" src="layout.gif"
t/test1.xml view on Meta::CPAN
<a href="small/key.gif"><img class="blackico" src="small/key.gif"
/><img class="whiteico" src="small/key.gif" /> small/key.gif</a>
<br /><a href="small/key.png"><img class="blackico" src="small/key.png"
/><img class="whiteico" src="small/key.png" /> small/key.png</a></td>
</tr>
<tr><td colspan="4">This might represent a locked file.</td>
</tr>
<tr>
<td width="25%">
<a href="layout.gif"><img class="blackico" src="layout.gif"
t/test1.xml view on Meta::CPAN
<a href="small/key.gif"><img class="blackico" src="small/key.gif"
/><img class="whiteico" src="small/key.gif" /> small/key.gif</a>
<br /><a href="small/key.png"><img class="blackico" src="small/key.png"
/><img class="whiteico" src="small/key.png" /> small/key.png</a></td>
</tr>
<tr><td colspan="4">This might represent a locked file.</td>
</tr>
<tr>
<td width="25%">
<a href="layout.gif"><img class="blackico" src="layout.gif"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CAMT/tags/abbreviations.csv view on Meta::CPAN
Binary,Binry
Binding,Bndg
Birth,Birth
Blank,Blnk
Block,Blck
Blocked,Blckd
Blocking,Blckg
Bloomberg,Blmbrg
Board,Brd
Body,Body
Bond,Bd
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CCProcessor.pm view on Meta::CPAN
hand that data off to a secure credit card processor which
then collects the credit card parameters, and processes
the transaction between the credit card owners account and
the script owners account. This is a poor man's variant on
Business::OnlinePayment for clients who cannot afford the video
camera watched locked cages around their dedicated server,
to collect credit card payments from their buyers or donors,
in a real-time interaction with the credit card owner.
This module is for you if you need to accept online credit card
payments for your organization or services but are not prepared
view all matches for this distribution
view release on metacpan or search on metacpan
Business::Cashcow::InitCashcow("passphrase", "rc4key");
Call this function to load the /etc/cashcow.ini file and setup state
regarding keys and certificates. Returns true if private key was
successfully unlocked using the supplied passphase, false
otherwise.
my $transaction = {card_number => '76009244561',
card_expirymonth => 7,
card_expiryyear => 8,
view all matches for this distribution
view release on metacpan or search on metacpan
examples/mojo-webapp/public/js/jquery.min.js view on Meta::CPAN
/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this...
if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.d...
},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,th...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/EDI/CodeList/MonetaryAmountTypeCodeQualifier.pm view on Meta::CPAN
'154' => [ 'Amount to be collected',
'The monetary amount that is to be collected.' ],
'155' => [ 'Standard duty',
'Standard Customs duty that would apply if special provisions did not apply.' ],
'156' => [ 'G-Amount',
'Amount out of total invoice amount being paid into a blocked account.' ],
'157' => [ 'Insurance value',
'(5010) Value for which the goods are insured.' ],
'158' => [ 'Insurance and transport charges incurred inside Customs',
'territory (5488)+(5290) Charges to be paid for moving goods, by whatever means, from the point of entry into the Customs territory (within a Customs union: to the point of entry in the final destination country).' ],
'159' => [ 'Licence (value deducted)',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Giropay/Notification.pm view on Meta::CPAN
# Allgemein
4501 => 'timeout / no user input',
4502 => 'user aborted',
4503 => 'duplicate transaction',
4504 => 'suspicion of manipulation or payment method temporarily blocked',
4505 => 'payment method blocked or rejected',
4900 => 'transaction rejected ',
# Age verification (giropay)
4020 => 'age verification successful',
4021 => 'age verification not possible',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/GoCardless/Mandate.pm view on Meta::CPAN
active
failed
cancelled
expired
consumed
blocked
suspended_by_payer
if ( $Mandate->failed ) {
...
}
lib/Business/GoCardless/Mandate.pm view on Meta::CPAN
sub active { return shift->status eq 'active' }
sub failed { return shift->status eq 'failed' }
sub cancelled { return shift->status eq 'cancelled' }
sub expired { return shift->status eq 'expired' }
sub consumed { return shift->status eq 'consumed' }
sub blocked { return shift->status eq 'blocked' }
sub suspended_by_payer { return shift->status eq 'suspended_by_payer' }
=head1 Funds settlement checks on a mandate
is_managed
view all matches for this distribution
view release on metacpan or search on metacpan
AuthorizeNet/AIM/ErrorCodes.pm view on Meta::CPAN
'83' => {
'notes' => 'The system no longer supports version 2.5; requests cannot be posted to scripts.',
'reason' => 'The requested script is either invalid or no longer supported.'
},
'250' => {
'notes' => 'This transaction was submitted from a blocked IP address.',
'reason' => 'This transaction has been declined.'
},
'59' => {
'notes' => '',
'reason' => 'An error occurred in processing. Please try again in 5 minutes.'
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/OnlinePayment/IATSPayments.pm view on Meta::CPAN
'39' => 'Contact IATS 1-888-955-5455.',
'40' => 'Invalid card number. Card not supported by IATS.',
'41' => 'Invalid Expiry date.',
'42' => 'CVV2 required.',
'43' => 'Incorrect AVS.',
'45' => 'Credit card name blocked. Call iATS at 1-888-955-5455.',
'46' => 'Card tumbling. Call iATS at 1-888-955-5455.',
'47' => 'Name tumbling. Call iATS at 1-888-955-5455.',
'48' => 'IP blocked. Call iATS at 1-888-955-5455.',
'49' => 'Velocity 1 â IP block. Call iATS at 1-888-955-5455.',
'50' => 'Velocity 2 â IP block. Call iATS at 1-888-955-5455.',
'51' => 'Velocity 3 â IP block. Call iATS at 1-888-955-5455.',
'52' => 'Credit card BIN country blocked. Call iATS at 1-888-955-5455.',
'100' => 'DO NOT REPROCESS. Call iATS at 1-888-955-5455.',
#Timeout The system has not responded in the time allotted. Call iATS at 1-888-955-5455.
);
our %failure_status = (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/OnlinePayment/Litle/ErrorCodes.pm view on Meta::CPAN
},
'705' => {
notes => 'On negative file'
},
'706' => {
notes => 'Blocked agreement'
},
'707' => {
notes => 'Insufficient buying power'
},
'708' => {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/OnlinePayment/Ogone.pm view on Meta::CPAN
=head2 Credentials
You need to create a subaccount to access the API. Use that subaccount as the USERID or login.
You will need to login with the password of the api user.
If you try to submit requests with a bad username or password your account can get blocked.
To unblock your account you should go into the users panel and reactivate the account.
=head2 Configuration Parameters
Configure the L<Ogone Test Backend|https://secure.ogone.com/ncol/test/frame_ogone.asp> or
view all matches for this distribution
view release on metacpan or search on metacpan
OpenECHO.pm view on Meta::CPAN
"23" => [ "Unacceptable transaction fee", "Unacceptable transaction fee." ],
"24" => [ "File update not supported", "File update not supported." ],
"25" => [ "Unable to locate record", "Unable to locate record." ],
"26" => [ "Duplicate record", "Duplicate record." ],
"27" => [ "File update edit error", "File update edit error." ],
"28" => [ "File update file locked", "File update file locked." ],
"30" => [ "Format error, call ECHO", "The host reported that the transaction was not formatted properly." ],
"31" => [ "Bank not supported", "Bank not supported by switch." ],
"32" => [ "Completed partially", "Completed partially." ],
"33" => [ "Expired card, pick-up", "The card is expired. Merchant may receive reward money by capturing the card." ],
"34" => [ "Issuer suspects fraud, pick-up card", "The card issuer suspects fraud. Merchant may receive reward money by capturing the card." ],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/OnlinePayment/PaymenTech.pm view on Meta::CPAN
'44' => 'inactive', # Account Not Active
#'45' duplicate transaction, should also have its own status
'B7' => 'blacklisted', # Fraud
'B9' => 'blacklisted', # On Negative File
'BB' => 'stolen', # Possible Compromise
'BG' => 'blacklisted', # Blocked Account
'BQ' => 'blacklisted', # Issuer has Flagged Account as Suspected Fraud
'C4' => 'nsf', # Over Credit Limit
'D5' => 'blacklisted', # On Negative File
'D7' => 'nsf', # Insufficient Funds
'F3' => 'inactive', # Account Closed
view all matches for this distribution
view release on metacpan or search on metacpan
VirtualNet.pm view on Meta::CPAN
my $mmdd = substr(time2str('0%m%d',time),-4);
$header .= $mmdd; # 58-61 4 NUM Batch Transmission Date MMDD (4.22)
$header .= $batchnum; # 62-64 3 NUM Batch Number 001 - 999 (4.18)
$header .= '0'; # 65 1 NUM Blocking Indicator 0=Not Blocked
# (4.23)
die "header length should be 65!" unless length($header) == 65;
my $message =
VirtualNet.pm view on Meta::CPAN
or die "can't decode (eis1081) RB response (41+ ". length($remainder).
"): $remainder";
my( $error_type, $error_record_sequence_number, $error_record_type,
$error_data_field_number, $error_data ) = ( $1, $2, $3, $4, $5 );
my %error_type = (
B => 'Blocked Terminal',
C => 'Card Type Error',
D => 'Device Error',
E => 'Error in Batch',
S => 'Sequence Error',
T => 'Transmission Error',
view all matches for this distribution
view release on metacpan or search on metacpan
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
<!ATTLIST OrganizationRole
name NMTOKEN #REQUIRED
>
<!-- Inventory that is in the possession of the customer, and is owned and managed by the customer.-->
<!ELEMENT Inventory (SubcontractingStockInTransferQuantity?, UnrestrictedUseQuantity?,
BlockedQuantity?, QualityInspectionQuantity?, PromotionQuantity?,
StockInTransferQuantity?, IncrementQuantity?, RequiredMinimumQuantity?,
RequiredMaximumQuantity?,
StockOnHandQuantity?, WorkInProcessQuantity?, IntransitQuantity?, ScrapQuantity?,
OrderQuantity?, DaysOfSupply?)>
<!-- Consignment Inventory is inventory that is in the possession of the customer, but is still owned by the supplier.-->
<!ELEMENT ConsignmentInventory (SubcontractingStockInTransferQuantity?,
UnrestrictedUseQuantity?, BlockedQuantity?,
QualityInspectionQuantity?, PromotionQuantity?, StockInTransferQuantity?,
IncrementQuantity?, RequiredMinimumQuantity?, RequiredMaximumQuantity?)>
<!--SubcontractingStockInTransfer is the transfer of stock to a vendor of type subcontracting using a special movement type. -->
<!ELEMENT SubcontractingStockInTransferQuantity (UnitOfMeasure?) >
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
<!-- Unrestricted Stock is the physical stock that is always available at a plant/storage location that can be consumed for stock movements and available for Material requirements planning.-->
<!ELEMENT UnrestrictedUseQuantity (UnitOfMeasure?) >
<!ATTLIST UnrestrictedUseQuantity
quantity %r8; #IMPLIED>
<!--Blocked stock is not counted as unrestricted stock .You can have Plant level configuration to consider the stock for MRP.-->
<!ELEMENT BlockedQuantity (UnitOfMeasure?) >
<!ATTLIST BlockedQuantity
quantity %r8; #IMPLIED>
<!-- QualityInspectionQuantity is the stock type where the received stock is under quality inspection.-->
<!ELEMENT QualityInspectionQuantity (UnitOfMeasure?) >
<!ATTLIST QualityInspectionQuantity
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
workCenter
Work center number.
procedure
Specifies how the sample size is calculated and how the inspection characteristic is valuated, is a text value.
isLocked
If a characteristic is locked not more valuations are allowed for this characteristic.
allowDefectRecording
If you set this indicator and an inspection characteristic is rejected during results recording, the function for recording defects for a characteristic is automatically called up.
characteristicType
You use inspection characteristics to describe the inspection criteria for materials, parts, and products. This allows you to plan inspections systematically, uniformly, and economically. An inspection request can contain different type of ch...
required, the inspection of this characteristic is required to create an Inspection Decision.
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
Unrestricted Stock is the physical stock that is always available at a plant/storage location that can be consumed for stock movements and available for Material requirements planning.
ScrapQuantity
The quantity represents the Scrap of a material that is expected to occur during production if the material is a component.
SampleUsageQuantity
quantity for sampleUsageQuantity
BlockedQuantity
Blocked stock is not counted as unrestricted stock. You can have Plant level configuration to consider the stock for MRP.
NewMaterialQuantity
for new material quantity
ReserveQuantity
for reserve quantity
ReturnQuantity
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
-->
<!ELEMENT QualityInspectionLotStock (
UnrestrictedUseQuantity?,
ScrapQuantity?,
SampleUsageQuantity?,
BlockedQuantity?,
NewMaterialQuantity?,
ReserveQuantity?,
ReturnQuantity?
)>
view all matches for this distribution
view release on metacpan or search on metacpan
examples/web/Styles/jquery-ui-1.8.11.custom.css view on Meta::CPAN
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
view all matches for this distribution