Result:
found more than 662 distributions - search limited to the first 2001 files matching your query ( run in 0.608 )


RT-CIFMinimal

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Condition-Complex

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Condition-NotStartedInBusinessHours

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Condition-OwnershipChanges

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-EscalationDates

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-ExtractSubjectTagOnTransaction

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-FormTools

 view release on metacpan or  search on metacpan

lib/RT/Interface/Web_Vendor.pm  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
 
no warnings qw(redefine);
 
# This should be the same class we are overlaying here
my $original_abort = \&HTML::Mason::Commands::Abort;
 
*HTML::Mason::Commands::Abort = sub {
    my $why = shift;
    my %args = @_;

 view all matches for this distribution


RT-Extension-HistoryFilter

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
Revision history for RT::Extension::HistoryFilter
 
3.02 2021-09-16
 - Remove the Select overlay template in favor of a patch
 
3.01 2021-01-17
 - Generate pot file for further translations
 - Add french translation
 - update Module::Install for RT 5.0 compatibility

 view all matches for this distribution


RT-Extension-LifecycleUI

 view release on metacpan or  search on metacpan

html/Elements/LifecycleGraph  view on Meta::CPAN

1
2
3
4
5
6
7
8
<div class="lifecycle-ui<% $Editing ? ' editing' : '' %><% $Interactive ? ' interactive' : '' %><% $Zoomable ? ' zoomable' : '' %> center-<% $Center || 'origin' %>" id="lifecycle-<% $id %>">
    <div class="lifecycle-view">
      <div class="overlay-buttons">
          <button class="zoom zoom-in">+</button>
          <button class="zoom zoom-reset">0</button>
          <button class="zoom zoom-out">-</button>
      </div>
      <svg>

 view all matches for this distribution


RT-Extension-MandatoryFields

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-NotifyOwners

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-QueueWizard

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-ReassignOwner

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-ReferenceIDoitObjects

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-ServiceUpdates

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-StallFutureTicket

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Extension-TerminalTheme

 view release on metacpan or  search on metacpan

static/css/terminal-light/bootstrap.css  view on Meta::CPAN

4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
 
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

 view all matches for this distribution


RT-Extension-TicketAging

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-IODEF

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RT-Journal

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RTx-EmailCompletion

 view release on metacpan or  search on metacpan

lib/RTx/EmailCompletion.pm  view on Meta::CPAN

213
214
215
216
217
218
219
220
221
222
223
Starting with RTx::EmailCompletion 0.03, autocompletion works with LDAP
servers.
 
If you already have installed and configured LDAP authentication
overlay, this configuration will be used and it should/could work just
as it is.
 
The following configuration parameters applied :
 
=over

lib/RTx/EmailCompletion.pm  view on Meta::CPAN

293
294
295
296
297
298
299
300
301
302
  Set($EmailCompletionLdapServer, "db.debian.org");
  Set($EmailCompletionLdapBase, "dc=debian,dc=org");
 
You can disable ldap completion (useful if you have installed ldap
authentication overlay and you don't want ldap completion) with :
 
  Set($EmailCompletionLdapDisabled, 1);
 
If you want to keep only LDAP completion, you can also disable RDBMS :

 view all matches for this distribution


RTx-From

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RTx-S3Invoker

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


RTx-Tags

 view release on metacpan or  search on metacpan

inc/Module/Install/RTx/Factory.pm  view on Meta::CPAN

450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
 
 
^head1 SEE ALSO
 
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations. 
 
These overlay files can contain new subs or subs to replace existing subs in this module.
 
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
 
   no warnings qw(redefine);
 
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
 
${class}_Overlay, ${class}_Vendor, ${class}_Local
 
^cut

 view all matches for this distribution


Range-Object

 view release on metacpan or  search on metacpan

lib/Range/Object.pm  view on Meta::CPAN

48
49
50
51
52
53
54
55
56
57
58
# Nothing to do
return $self unless @input_range;
 
my @validated_input = $self->_validate_and_expand(@input_range);
 
# Expand existing range and overlay the new one
my %existing_values = map {; "$_" => 1 } $self->_full_range();
@existing_values{ @validated_input } = (1) x @validated_input;
 
# Collapse resulting hash and replace current range with new values
$self->{range} = [ $self->_collapse_range( keys %existing_values ) ];

 view all matches for this distribution


Rapi-Blog

 view release on metacpan or  search on metacpan

share/scaffolds/bootstrap-blog/js/picoModal.js  view on Meta::CPAN

195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
/** Generates the grey-out effect */
function buildOverlay( getOption, close ) {
    return Elem.make( getOption("parent") )
        .clazz("pico-overlay")
        .clazz( getOption("overlayClass", "") )
        .stylize({
            display: "none",
            position: "fixed",
            top: "0px",
            left: "0px",
            height: "100%",
            width: "100%",
            zIndex: 10000
        })
        .stylize(getOption('overlayStyles', {
            opacity: 0.5,
            background: "#000"
        }))
        .onClick(function () {
            if ( getOption('overlayClose', true) ) {
                close();
            }
        });
}

share/scaffolds/bootstrap-blog/js/picoModal.js  view on Meta::CPAN

464
465
466
467
468
469
470
471
472
473
}
 
 
// The various DOM elements that constitute the modal
var modalElem = build.bind(window, 'modal');
var shadowElem = build.bind(window, 'overlay');
var closeElem = build.bind(window, 'close');
 
// This will eventually contain the modal API returned to the user
var iface;

share/scaffolds/bootstrap-blog/js/picoModal.js  view on Meta::CPAN

503
504
505
506
507
508
509
510
511
512
513
function build (name, detail) {
    if ( !built ) {
        var modal = buildModal(getOption, close);
        built = {
            modal: modal,
            overlay: buildOverlay(getOption, close),
            close: buildClose(modal, getOption)
        };
        afterCreateEvent.trigger(iface, detail);
    }
    return built[name];

share/scaffolds/bootstrap-blog/js/picoModal.js  view on Meta::CPAN

519
520
521
522
523
524
525
526
527
528
529
530
modalElem: buildElemAccessor(modalElem),
 
/** Returns the close button element */
closeElem: buildElemAccessor(closeElem),
 
/** Returns the overlay element */
overlayElem: buildElemAccessor(shadowElem),
 
/** Builds the dom without showing the modal */
buildDom: returnIface(build.bind(null, null)),
 
/** Returns whether this modal is currently being shown */

share/scaffolds/bootstrap-blog/js/picoModal.js  view on Meta::CPAN

560
561
562
563
564
565
566
567
568
569
570
},
 
/**
 * Updates the options for this modal. This will only let you
 * change options that are re-evaluted regularly, such as
 * `overlayClose`.
 */
options: function ( opts ) {
    Object.keys(opts).map(function (key) {
        options[key] = opts[key];
    });

 view all matches for this distribution


Rapi-Demo-CrudModes

 view release on metacpan or  search on metacpan

lib/Rapi/Demo/CrudModes.pm  view on Meta::CPAN

170
171
172
173
174
175
176
177
178
 
has '_template_include_paths', is => 'ro', lazy => 1, default => sub {
  my $self = shift;
   
  # overlay local, writable templates with installed,
  # read-only templates installed in the share dir
  return [ $self->local_template_dir, $self->_tpl_dir ];
}, isa => ArrayRef[Str];

 view all matches for this distribution


RapidApp

 view release on metacpan or  search on metacpan

share/assets/js/010-simplemde.min.js  view on Meta::CPAN

2
3
4
5
6
7
8
9
10
11
12
13
14
15
* simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @license MIT
 */
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof se...
r.maxLine=null,r.maxLineLength=0,r.maxLineChanged=!1,r.wheelDX=r.wheelDY=r.wheelStartX=r.wheelStartY=null,r.shift=!1,r.selForContextMenu=null,r.activeTouch=null,n.init(r)}function n(t){t.doc.mode=e.getMode(t.options,t.doc.modeOption),r(t)}function r(...
i-=ct();else if("local"==n||!n){var o=e.display.sizer.getBoundingClientRect();r+=o.left,i+=o.top}var a=e.display.lineSpace.getBoundingClientRect();return{left:r-a.left,top:i-a.top}}function ht(e,t,n,r,i){return r||(r=Zr(e.doc,t.line)),ut(e,r,Je(e,r,t...
if(!/^s(hift)$/i.test(l))throw new Error("Unrecognized modifier name: "+l);r=!0}}return t&&(e="Alt-"+e),n&&(e="Ctrl-"+e),i&&(e="Cmd-"+e),r&&(e="Shift-"+e),e}function $n(e){return"string"==typeof e?fa[e]:e}function Vn(e,t,n,r,i){if(r&&r.shared)return ...
},receivedFocus:function(){this.slowPoll()},slowPoll:function(){var e=this;e.pollingFast||e.polling.set(this.cm.options.pollInterval,function(){e.poll(),e.cm.state.focused&&e.slowPoll()})},fastPoll:function(){function e(){var r=n.poll();r||t?(n.polli...
if(a)return a}}},da=e.isModifierKey=function(e){var t="string"==typeof e?e:ol[e.keyCode];return"Ctrl"==t||"Alt"==t||"Shift"==t||"Mod"==t},pa=e.keyName=function(e,t){if(Co&&34==e.keyCode&&e["char"])return!1;var n=ol[e.keyCode],r=n;return null==r||e.al...
h(r);var l=t.sol(),s=t.next();if(r.linkTitle){r.linkTitle=!1;var u=s;"("===s&&(u=")"),u=(u+"").replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1");var f="^\\s*(?:[^"+u+"\\\\]+|\\\\\\\\|\\\\.)"+u;if(t.match(new RegExp(f),!0))return S.linkHref}if("`"===s){var d=r...
header:o[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:o[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:o[3].replace(/(?: *\| *)?\n$/,"").split("\n")},u=0;u<s.align.length;u++)/^ *-+: *$/.test(s.align[u])?s.align[u]="right":/^ *:-+: *$/.test...
}(navigator.userAgent||navigator.vendor||window.opera),e},V="",K={bold:{name:"bold",action:c,className:"fa fa-bold",title:"Bold","default":!0},italic:{name:"italic",action:u,className:"fa fa-italic",title:"Italic","default":!0},strikethrough:{name:"s...

 view all matches for this distribution


Regexp-Grammars

 view release on metacpan or  search on metacpan

demo/demo_hash_lexicon.pl  view on Meta::CPAN

37788
37789
37790
37791
37792
37793
37794
37795
37796
37797
37798
clove
cloven
clovene
clover
clovered
cloverlay
cloverleaf
cloveroot
cloverroot
clovery
clow

 view all matches for this distribution


Remedy-ARSTools

 view release on metacpan or  search on metacpan

ARSTools.pm  view on Meta::CPAN

2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
## export a serialized ARS Object from the ARServer in def or xml format
## on success return the serialized object, on error undef
## ObjectName   => "Remedy:ARSTools:CrazyActiveLink",
## ObjectType   => "active_link",
## DefinitionType       => "xml"
## NOTE: ISS04238696 on BMC ... XML export will not work with overlays on form defs
sub ExportDefinition {
        my ($self, %p) = @_;
 
        #make sure we got our required and default options, yadda yadda
        foreach ('DefinitionType', 'ObjectName', 'ObjectType'){

 view all matches for this distribution


( run in 0.608 second using v1.01-cache-2.11-cpan-26ccb49234f )