Result:
found more than 394 distributions - search limited to the first 2001 files matching your query
( run in 0.668 )
App-Mxpress-PDF
view release on metacpan or search on metacpan
public/javascripts/ace.js view on Meta::CPAN
(function(){function o(n){var i=e;n&&(e[n]||(e[n]={}),i=e[n]);if(!i.define||!i.define.packaged)t.original=i.define,i.define=t,i.define.packaged=!0;if(!i.require||!i.require.packaged)r.original=i.require,i.require=r,i.require.packaged=!0}var ACE_NAMES...
window.require(["ace/ace"], function(a) {
if (a) {
a.config.init(true);
a.define = window.define;
}
view all matches for this distribution
App-Navegante
view release on metacpan or search on metacpan
lib/App/Navegante.pm view on Meta::CPAN
=encoding utf-8
=head1 NAME
App::Navegante - a framework to build intrusive high order proxies
=head1 VERSION
Version 0.02
lib/App/Navegante.pm view on Meta::CPAN
Used to used the form that is going to be rendered in the application's
banner. For example:
C<iform(name=>text,"Set name!"=>submit)>
Would render a iframe with a two elements form: a text box named C<name>
and a submit button. See also C<iframe> for a more elaborate method
to define this form.
=item C<iframe(STRING)>
If defining the form that is used in the banner is not enough, you can
use C<iframe> to define the name of a function that returns the entire
iframe content. Note that C<iframe> always takes precedence over
C<iform> in case you define both.
=item C<quit(STRING)>
The function that is called when the appliccation's banner quit button
view all matches for this distribution
App-Netdisco
view release on metacpan or search on metacpan
lib/App/Netdisco/DB/Result/DevicePort.pm view on Meta::CPAN
=head1 ADDITIONAL COLUMNS
=head2 native
An alias for the C<vlan> column, which stores the PVID (that is, the VLAN
ID assigned to untagged frames received on the port).
=cut
sub native { return (shift)->vlan }
lib/App/Netdisco/DB/Result/DevicePort.pm view on Meta::CPAN
=cut
sub pae_authsess_mab { return (shift)->get_column('pae_authsess_mab') }
=head2 pae_last_eapol_frame_source
Returns the pae_last_eapol_frame_source of the port.
=cut
sub pae_last_eapol_frame_source { return (shift)->get_column('pae_last_eapol_frame_source') }
=head2 remote_dns
Returns a hostname resolved from C<remote_ip> column.
view all matches for this distribution
App-Netsync
view release on metacpan or search on metacpan
lib/App/Netsync/SNMP.pm view on Meta::CPAN
package App::Netsync::SNMP;
=head1 NAME
App::Netsync::SNMP - SNMP framework
=head1 DESCRIPTION
This package contains functions for handling SNMP communications.
view all matches for this distribution( run in 0.668 second using v1.01-cache-2.11-cpan-e1769b4cff6 )