view release on metacpan or search on metacpan
lib/CatalystX/CMS.pm view on Meta::CPAN
380381382383384385386387388389390391392393394395396397398399# only the current user can unlock it, either by saving
# changes or by explicitly calling the cancel url.
# could be a redirect from create() so check that owner == $user
my
$user
=
$self
->get_user(
$c
);
if
(
$cmspage
->locked ) {
# how old is the lock?
my
$lock_period
=
$c
->config->{cms}->{lock_period} || 3600;
if
( (
$cmspage
->lock_time +
$lock_period
) <
time
() ) {
$c
->
log
->debug(
"lock expired on $cmspage"
);
$cmspage
->
lock
(
$user
);
}
elsif
(
$cmspage
->lock_owner ne
$user
) {
croak(
"$cmspage is already locked by "
.
$cmspage
->lock_owner );
}
else
{
# extend the lock every time we hit this url
if
(
$cmspage
->unlock &&
$cmspage
->
lock
(
$user
) ) {
lib/CatalystX/CMS.pm view on Meta::CPAN
477478479480481482483484485486487488489490491492493
croak(
'text param required'
);
}
my
$action
=
$c
->stash->{cms_mode} ||
'save'
;
my
$user
=
$self
->get_user(
$c
);
# is this file locked by this user?
if
( !
$cmspage
->locked ) {
croak(
$cmspage
->url .
" is not locked for editing."
);
}
if
(
$cmspage
->lock_owner ne
$user
) {
croak(
$cmspage
->url .
" is not locked by $user."
);
}
# YUI editor adds HTML <br> to represent \n
# so filter those and any others.
my
$filter
+=
$self
->_filter_text( \
$text
);
lib/CatalystX/CMS.pm view on Meta::CPAN
view all matches for this distribution
673674675676677678679680681682683=cut
sub delete {
my ( $self, $c, $controller, $cmspage ) = @_;
if ( $cmspage->locked ) {
$cmspage->unlock or croak("can't unlock $cmspage");
}
my $user = $self->get_user($c);
my $stat = $cmspage->status;
view release on metacpan or search on metacpan
lib/CatalystX/CRUD/YUI/TT/static/js/livegrid/build/livegrid-all-debug.js view on Meta::CPAN
2164216521662167216821692170217121722173* The emthod assumes that the record is physically available, i.e.
* pendingSelections will not be taken into account
*/
deselectRecord : function(record, preventViewNotify)
{
if
(this.locked) {
return
;
}
var isSelected = this.selections.key(record.id);
lib/CatalystX/CRUD/YUI/TT/static/js/livegrid/build/livegrid-all-debug.js view on Meta::CPAN
22122213221422152216221722182219222022212222* Deselects a row.
*
@param
{Number} row The
index
of the row to deselect
*/
deselectRow : function(
index
, preventViewNotify)
{
if
(this.locked)
return
;
if
(this.
last
==
index
){
this.
last
= false;
}
if
(this.lastActive ==
index
){
lib/CatalystX/CRUD/YUI/TT/static/js/livegrid/build/livegrid-all-debug.js view on Meta::CPAN
2244224522462247224822492250225122522253*/
selectRow : function(
index
, keepExisting, preventViewNotify)
{
if
(//this.
last
===
index
//||
this.locked
||
index
< 0
||
index
>= this.grid.store.getTotalCount()) {
return
;
}
lib/CatalystX/CRUD/YUI/TT/static/js/livegrid/build/livegrid-all-debug.js view on Meta::CPAN
23922393239423952396239723982399240024012402/**
* Clears all selections.
*/
clearSelections : function(fast)
{
if
(this.locked)
return
;
if
(fast !== true){
var ds = this.grid.store;
var s = this.selections;
var ind = -1;
s.
each
(function(r){
lib/CatalystX/CRUD/YUI/TT/static/js/livegrid/build/livegrid-all-debug.js view on Meta::CPAN
view all matches for this distribution
24252426242724282429243024312432243324342435*
@param
{Number} endRow The
index
of the
last
row in the range
*
@param
{Boolean} keepExisting (optional) True to retain existing selections
*/
selectRange : function(startRow, endRow, keepExisting)
{
if
(this.locked) {
return
;
}
if
(!keepExisting) {
this.clearSelections();
view release on metacpan or search on metacpan
lib/CatalystX/Crudite/Util/Random.pm view on Meta::CPAN
53665367536853695370537153725373537453755376blockaded
blockades
blockading
blockage
blockages
blocked
blocker
blockers
blockhouse
blockhouses
blocking
lib/CatalystX/Crudite/Util/Random.pm view on Meta::CPAN
86438644864586468647864886498650865186528653clobber
clobbered
clobbering
clobbers
clock
clocked
clocker
clockers
clocking
clockings
clocks
lib/CatalystX/Crudite/Util/Random.pm view on Meta::CPAN
1151111512115131151411515115161151711518115191152011521dead
deaden
deadline
deadlines
deadlock
deadlocked
deadlocking
deadlocks
deadly
deadness
deadwood
lib/CatalystX/Crudite/Util/Random.pm view on Meta::CPAN
1701217013170141701517016170171701817019170201702117022floated
floater
floating
floats
flock
flocked
flocking
flocks
flog
flogging
flood
lib/CatalystX/Crudite/Util/Random.pm view on Meta::CPAN
2464324644246452464624647246482464924650246512465224653locator
locators
loci
lock
Locke
locked
locker
lockers
Lockhart
Lockheed
Lockian
lib/CatalystX/Crudite/Util/Random.pm view on Meta::CPAN
4279742798427994280042801428024280342804428054280642807unbecoming
unbelievable
unbiased
unbind
unblock
unblocked
unblocking
unblocks
unborn
unbound
unbounded
lib/CatalystX/Crudite/Util/Random.pm view on Meta::CPAN
view all matches for this distribution
4316443165431664316743168431694317043171431724317343174unload
unloaded
unloading
unloads
unlock
unlocked
unlocking
unlocks
unlucky
unmanageable
unmanageably
view release on metacpan or search on metacpan
root/static/js/yui/build/dragdrop/dragdrop-min.js view on Meta::CPAN
view all matches for this distribution
2345678910Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
version: 2.5.0
*/
if
(!YAHOO.util.DragDropMgr){YAHOO.util.DragDropMgr=function(){var A=YAHOO.util.Event;
return
{ids:{},handleIds:{},dragCurrent:null,dragOvers:{},deltaX:0,deltaY:0,preventDefault:true,stopPropagation:true,initialized:false,locked:false,interactionInfo:nu...
var C=D.
length
;
if
(C==1){F=D[0];}
else
{
for
(var E=0;E<C;++E){var B=D[E];
if
(this.mode==this.INTERSECT&
&B
.cursorIsOver){F=B;break;}
else
{
if
(!F||!F.overlap||(B.overlap&
&F
.overlap.getArea()<B.overlap.getArea())){F=B;}}}}
return
F;},refreshCache:function(C){va...
this.resetConstraints();this.onAvailable();},setPadding:function(E,C,F,D){
if
(!C&&0!==C){this.padding=[E,E,E,E];}
else
{
if
(!F&&0!==F){this.padding=[E,C,E,C];}
else
{this.padding=[E,C,F,D];}}},setInitPosition:function(F,E){var G=this.getEl();
if
(!this.DDM.v...
YAHOO.util.Dom.setStyle(C,
"top"
,(E.y+this.deltaSetXY[1])+
"px"
);}this.cachePosition(E.x,E.y);var A=this;setTimeout(function(){A.autoScroll.call(A,E.x,E.y,C.offsetHeight,C.offsetWidth);},0);},cachePosition:function(B,A){
if
(B){this.lastPageX=B;this.
last
...
view release on metacpan or search on metacpan
lib/Catmandu/BagIt.pm view on Meta::CPAN
295296297298299300301302303304305306307$self
->_error([]);
die
"usage: write(path[, overwrite => 1])"
unless
$path
;
# Check if other processes are writing or previous processes died
if
(
$self
->locked(
$path
)) {
$self
->
log
->error(
"$path is locked"
);
$self
->_push_error(
"$path is locked"
);
return
undef
;
}
if
(
defined
(
$self
->path) &&
$path
ne
$self
->path) {
# If the bag is copied from to a new location than all the tag files and
lib/Catmandu/BagIt.pm view on Meta::CPAN
437438439440441442443444445446
my
(
$self
,
$path
) =
@_
;
File::Spec->catfile(
$path
,
'.lock'
);
}
sub
locked {
my
(
$self
,
$path
) =
@_
;
$path
//=
$self
->path;
return
undef
unless
defined
(
$path
);
lib/Catmandu/BagIt.pm view on Meta::CPAN
1588158915901591159215931594159515961597if
(
$bagit
->errors) {
join
(
"\n"
,
$bagit
->errors);
exit
;
}
unless
(
$bagit
->locked) {
$bagit
->
write
(
"bags/demo04"
);
# fails when the bag already exists
$bagit
->
write
(
"bags/demo04"
,
new
=> 1);
# recreate the bag when it already existed
$bagit
->
write
(
"bags/demo04"
,
overwrite
=> 1);
# overwrites an exiting bag
}
lib/Catmandu/BagIt.pm view on Meta::CPAN
view all matches for this distribution
163316341635163616371638163916401641164216431644=head2 write($directory, [%options])
Write a BagIt to disk. Options: new => 1 recreate the bag when it already existed, overwrite => 1 overwrite
and existing bag (updating the changed tags/files);
=head2 locked
Check if a process has locked the BagIt. Or, a previous process didn't complete the write operations.
=head2 path()
Return the path to the BagIt.
view release on metacpan or search on metacpan
CfgTie-revs.tex view on Meta::CPAN
7071727374757677787980@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
107108109110111112113114115116117@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
144145146147148149150151152153154@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
181182183184185186187188189190191@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
218219220221222223224225226227228@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
304305306307308309310311312313314@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
341342343344345346347348349350351@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
378379380381382383384385386387388@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
415416417418419420421422423424425@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
452453454455456457458459460461462@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
489490491492493494495496497498499@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
526527528529530531532533534535536@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
CfgTie-revs.tex view on Meta::CPAN
view all matches for this distribution
563564565566567568569570571572573@item
Type
ASCII Text (1)
@item
Current revision
@item
Not locked.
@end
table
@subheading
Change Log
@multitable
@columnfractions
.1 .2 .2 .5
view release on metacpan or search on metacpan
lib/Cfn/Resource/AWS/Cognito/UserPoolRiskConfigurationAttachment.pm view on Meta::CPAN
view all matches for this distribution
151152153154155156157158159160161
has
BlockedIPRangeList
=> (
isa
=>
'Cfn::Value::Array|Cfn::Value::Function|Cfn::DynamicValue'
,
is
=>
'rw'
,
coerce
=> 1,
traits
=> [
'CfnMutability'
],
mutability
=>
'Mutable'
);
has
SkippedIPRangeList
=> (
isa
=>
'Cfn::Value::Array|Cfn::Value::Function|Cfn::DynamicValue'
,
is
=>
'rw'
,
coerce
=> 1,
traits
=> [
'CfnMutability'
],
mutability
=>
'Mutable'
);
}
subtype
'Cfn::Resource::Properties::AWS::Cognito::UserPoolRiskConfigurationAttachment::CompromisedCredentialsRiskConfigurationType'
,
as
'Cfn::Value'
;
view release on metacpan or search on metacpan
lib/Arabic.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Big5HKSCS.pm view on Meta::CPAN
view all matches for this distribution
19301931193219331934193519361937193819391940=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Big5Plus.pm view on Meta::CPAN
view all matches for this distribution
19301931193219331934193519361937193819391940=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Cyrillic.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/EUCJP.pm view on Meta::CPAN
view all matches for this distribution
18031804180518061807180818091810181118121813=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/EUCTW.pm view on Meta::CPAN
view all matches for this distribution
18031804180518061807180818091810181118121813=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/GB18030.pm view on Meta::CPAN
view all matches for this distribution
19321933193419351936193719381939194019411942=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
view all matches for this distribution
19301931193219331934193519361937193819391940=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Greek.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/HP15.pm view on Meta::CPAN
view all matches for this distribution
19301931193219331934193519361937193819391940=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Hebrew.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/INFORMIXV6ALS.pm view on Meta::CPAN
view all matches for this distribution
19321933193419351936193719381939194019411942=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/JIS8.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/KOI8R.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/KOI8U.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/KPS9566.pm view on Meta::CPAN
view all matches for this distribution
19301931193219331934193519361937193819391940=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Latin1.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Latin10.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Latin2.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Latin3.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Latin4.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Latin5.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example:
view release on metacpan or search on metacpan
lib/Latin6.pm view on Meta::CPAN
view all matches for this distribution
10461047104810491050105110521053105410551056=back
=head1 Environment Variable
This software uses the flock function for exclusive control. The execution of the
program is blocked until it becomes possible to read or write the file.
You can have it not block in the flock function by defining environment variable
CHAR_NONBLOCK.
Example: