view release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
451452453454455456457458459460461462463464465466467468469470^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
451452453454455456457458459460461462463464465466467468469470^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
451452453454455456457458459460461462463464465466467468469470^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
447448449450451452453454455456457458459460461462463464465466^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 release on metacpan or search on metacpan
lib/RT/Interface/Web_Vendor.pm view on Meta::CPAN
view all matches for this distribution
12345678910package
HTML::Mason::Commands;
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 release on metacpan or search on metacpan
view all matches for this distribution
123456789Revision 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 release on metacpan or search on metacpan
html/Elements/LifecycleGraph view on Meta::CPAN
view all matches for this distribution
12345678<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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
451452453454455456457458459460461462463464465466467468469470^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
447448449450451452453454455456457458459460461462463464465466^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
447448449450451452453454455456457458459460461462463464465466^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
447448449450451452453454455456457458459460461462463464465466^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
static/css/terminal-light/bootstrap.css view on Meta::CPAN
view all matches for this distribution
46634664466546664667466846694670467146724673.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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
451452453454455456457458459460461462463464465466467468469470^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
451452453454455456457458459460461462463464465466467468469470^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
446447448449450451452453454455456457458459460461462463464465^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 release on metacpan or search on metacpan
lib/RTx/EmailCompletion.pm view on Meta::CPAN
213214215216217218219220221222223Starting
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
view all matches for this distribution
293294295296297298299300301302
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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
view all matches for this distribution
450451452453454455456457458459460461462463464465466467468469^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 release on metacpan or search on metacpan
lib/Range/Object.pm view on Meta::CPAN
view all matches for this distribution
4849505152535455565758# 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 release on metacpan or search on metacpan
share/scaffolds/bootstrap-blog/js/picoModal.js view on Meta::CPAN
195196197198199200201202203204205206207208209210211212213214215216217218219220/** 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
464465466467468469470471472473}
// 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
503504505506507508509510511512513function 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
519520521522523524525526527528529530modalElem: 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
view all matches for this distribution
560561562563564565566567568569570},
/**
* 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 release on metacpan or search on metacpan
lib/Rapi/Demo/CrudModes.pm view on Meta::CPAN
view all matches for this distribution
170171172173174175176177178has
'_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 release on metacpan or search on metacpan
share/assets/js/010-simplemde.min.js view on Meta::CPAN
view all matches for this distribution
23456789101112131415* 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 release on metacpan or search on metacpan
demo/demo_hash_lexicon.pl view on Meta::CPAN
view all matches for this distribution
3778837789377903779137792377933779437795377963779737798clove
cloven
clovene
clover
clovered
cloverlay
cloverleaf
cloveroot
cloverroot
clovery
clow
view release on metacpan or search on metacpan
ARSTools.pm view on Meta::CPAN
view all matches for this distribution
25402541254225432544254525462547254825492550## 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'
){