view release on metacpan or search on metacpan
lib/Config/AST/Follow.pm view on Meta::CPAN
Objects of this class are created as
$obj = Config::AST::Follow->new($node, $lexicon)
where B<$node> is the start node, and B<$lexicon> is the lexicon
corresponding to that node. A B<Config::AST::Follow> object transparently
delegates its methods to the underlying I<$node>, provided that such
method is defined for I<$node>. If it is not, it reproduces itself
with the new B<$node>, obtained as a result of the call to B<$node-E<gt>subtree>
with the method name as its argument. If the result of the B<subtree> call
is a leaf node, it is returned verbatim. The lexicon hash is consulted to
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Config/Any.pm view on Meta::CPAN
our $VERSION = '0.33';
=head1 NAME
Config::Any - Load configuration from different file formats, transparently
=head1 SYNOPSIS
use Config::Any;
view all matches for this distribution
view release on metacpan or search on metacpan
This module should work transparently on Windows and UNIX.
view all matches for this distribution
view release on metacpan or search on metacpan
misc/style.css view on Meta::CPAN
color: #ff6600;
text-decoration: underline;
}
A:link, A:visited {
background: transparent;
color: #006699;
}
A[href="#POD_ERRORS"] {
background: transparent;
color: #FF0000;
}
TD {
margin: 0;
misc/style.css view on Meta::CPAN
padding: 0.4ex 1ex;
text-align: left;
}
TH A:link, TH A:visited {
background: transparent;
color: black;
}
.box {
border: 1px solid #006699;
misc/style.css view on Meta::CPAN
padding: 0.5ex 1ex;
vertical-align: baseline;
}
.path A {
background: transparent;
color: #006699;
font-weight: bold;
}
.pages {
misc/style.css view on Meta::CPAN
margin: 1ex 0;
padding: 1px;
}
.menubar .links {
background: transparent;
color: white;
padding: 0.2ex;
text-align: left;
}
misc/style.css view on Meta::CPAN
font: bold 10pt Arial,Helvetica,sans-serif;
text-decoration: none;
}
A.o:hover {
background: transparent;
color: #ff6600;
text-decoration: underline;
}
A.m:hover {
background: transparent;
color: #ff6600;
text-decoration: underline;
}
table.dlsip {
misc/style.css view on Meta::CPAN
padding: 1em;
white-space: pre;
}
.pod H1 {
background: transparent;
color: #006699;
font-size: large;
}
.pod H2 {
background: transparent;
color: #006699;
font-size: medium;
}
.pod IMG {
misc/style.css view on Meta::CPAN
.chmenu TD {
padding: 0.2ex 1ex;
}
.chmenu A:link, .chmenu A:visited {
background: transparent;
color: white;
text-decoration: none;
}
.chmenu A:hover {
background: transparent;
color: #ff6600;
text-decoration: underline;
}
.column {
misc/style.css view on Meta::CPAN
margin: auto;
width: 14em;
}
.date {
background: transparent;
color: #008000;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Config/DotNetXML.pm view on Meta::CPAN
Config::DotNetXML - Get config in the manner of .NET Framework
=head1 ABSTRACT
This module allows the transparent import of .NET Framework style config.
=head1 SYNOPSIS
use Config::DotNetXML;
view all matches for this distribution
view release on metacpan or search on metacpan
* File loading directory precidence (file exists or)
1) v_root/config_loc
2) FrameworkDir
3) user's home directory
* FrameworkDir set correctly
* WriteConfig handles Encryption transparently
* better syntax for exporting variables to shell environment
other changes too numerous to mention.
read the pod for details.
oh yeah, and the pod makes since now.
view all matches for this distribution
view release on metacpan or search on metacpan
* Evals are now done with strict and warnings turned off.
Patches applied:
* bulb@ucw.cz--pub-1/config-it--main--0--patch-79
Fixed run-and-save so it's transparent...
* bulb@ucw.cz--pub-1/config-it--main--0--patch-80
No strict in eval
* bulb@ucw.cz--pub-1/config-it--main--0--patch-81
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Config/Merged.pm view on Meta::CPAN
=pod
=head1 NAME
Config::Merged - Load and merge configuration from different file formats, transparently
=head1 SYNOPSIS
use Config::Merged;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Config/Model/models/Ssh/HostElement.pl view on Meta::CPAN
'description' => "Sets the escape character
(default: \x{2019}~\x{2019}). The escape character can also be
set on the command line. The argument should be a single
character, \x{2019}^\x{2019} followed by a letter, or
B<none> to disable the escape character entirely (making
the connection transparent for binary data).Sets the escape character
(default: \x{2019}~\x{2019}). The escape character can also be
set on the command line. The argument should be a single
character, \x{2019}^\x{2019} followed by a letter, or
B<none> to disable the escape character entirely (making
the connection transparent for binary data).",
'type' => 'leaf',
'value_type' => 'uniline'
},
'ExitOnForwardFailure',
{
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Config/Model/models/Systemd/Common/Exec.pl view on Meta::CPAN
{
'description' => 'Transparent Hugepages (THPs) is a Linux kernel feature that manages memory
using larger pages (2MB on x86, compared to the default 4KB). The main goal is to improve memory management
efficiency and system performance, especially for memory-intensive applications.
However, it can cause drawbacks in some scenarios, such as memory regression and latency spikes.
THP policy is governed for the entire system via C</sys/kernel/mm/transparent_hugepage/enabled>.
However, it can be overridden for individual workloads via
L<prctl(2)>.
C<MemoryTHP> may be used to disable THPs at process invocation time to stop providing
THPs for workloads where the drawbacks outweigh the advantages.
When C<MemoryTHP> is set to C<inherit> or not set at all, systemd
view all matches for this distribution
view release on metacpan or search on metacpan
xorg.lst -> base.lst
* lib/Config/Model/models/Xorg/InputDevice.pl: added replace => {
keyboard => 'kbd' } for Driver section so the 'keyboard' driver is
replaced by 'kbd' when loading xorg.conf file. This will enable a
transparent transition for xorg user from the old driver to the
new one.
2008-01-23 Dominique Dumont
* lib/Config/Model/Xorg/Read.pm (parse_section): Don't fail when
view all matches for this distribution
view release on metacpan or search on metacpan
libucl-0.8.1/ChangeLog.md view on Meta::CPAN
- python: Added UCL_NULL handling and tests (by Denis Volpato Martins)
- Fix schema validation for patternProperties with object data (by Denis Volpato Martins)
- Remove the dependency on NBBY, add missing <strings.h> include (by Ed Schouten)
- Allow to emit msgpack from Lua
- Performance improvements in Lua API
- Allow to pass opaque objects in Lua API for transparent C passthrough
- Various bugs fixed
- Couple of memory leaks plugged
view all matches for this distribution
view release on metacpan or search on metacpan
This module is available under the same terms as Perl itself.
Please read the project POD for more detailed information!
This module provides an easy framework to process and transform general key-based arguments and values. Users simply specify by key how to parse values and where to store them, and the rest is taken care of. This module is designed to play extremely ...
(Soon to be on CPAN, once we reach version 0.3)
EXAMPLE CODE:
view all matches for this distribution
view release on metacpan or search on metacpan
Verbose=yes
{Verbose => 'yes'}
The programmer can create a "parsing function or method", which
converts a string representation into a Perl value (or object). This
code can than be used transparently with any of the file parsing
classes.
sub yes_no {
my ($val) = @_;
if ($val =~ m/^y/i) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Connector/Tee.pm view on Meta::CPAN
Connector::Tee
=head1 Description
This connector can be used to search for a value over multiple branches
in a way that is transparent to the caller.
=head1 Configurarion Example
class: Connector::Tee
accept: "\\A[a-zA-Z]+\\z"
view all matches for this distribution
view release on metacpan or search on metacpan
0.28 2025-05-09
- Move out the PP implementation into it's own distribution
- update benchmark
0.29 2025-05-09
- Remove the recursion limit logic and handle circular references transparently
1.00 2025-05-10
- Version bump to declare interface now stable.
1.01 2025-05-11
view all matches for this distribution
view release on metacpan or search on metacpan
util/highport.c view on Meta::CPAN
/*
Turns CGI hits back into HTTP hits to transparently proxy hits on a
main Webserver into hits on a high-port application process with its
own Webserver. More generally, it adds proxying capabilities to Webserver
such as thttpd that lack the feature natively.
This version is incomplete with regards to the headers it sends. It's
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Control/CLI/AvayaData.pm view on Meta::CPAN
B<Publickey authentication> : If the remote host accepts it and the method was supplied with public/private keys. The public/private keys need to be in OpenSSH format. If the private key is protected by a passphrase then this must also be provided or...
=item *
B<Password authentication> : If the remote host accepts either 'password' or 'keyboard-interactive' authentication methods. A password must be provided or, if prompt_credentials is true, this method will prompt for the password. If password authentic...
=back
=item *
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Control/CLI/Extreme.pm view on Meta::CPAN
B<Publickey authentication> : If the remote host accepts it and the method was supplied with public/private keys. The public/private keys need to be in OpenSSH format. If the private key is protected by a passphrase then this must also be provided or...
=item *
B<Password authentication> : If the remote host accepts either 'password' or 'keyboard-interactive' authentication methods. A password must be provided or, if prompt_credentials is true, this method will prompt for the password. If password authentic...
=back
=item *
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Control/CLI.pm view on Meta::CPAN
B<Publickey authentication> : If the remote host accepts it and the method was supplied with public/private keys. The public/private keys need to be in OpenSSH format. If the private key is protected by a passphrase then this must also be provided or...
=item *
B<Password authentication> : If the remote host accepts either 'password' or 'keyboard-interactive' authentication methods. A password must be provided or, if prompt_credentials is true, this method will prompt for the password. If password authentic...
=back
There are some devices, with a crude SSH implementation, which will accept an SSH connection without any SSH authentication, and then perform an interactive login, like Telnet does. In this case, the connect() method, will not perform any SSH authent...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ControlFreak/Tutorial.pod view on Meta::CPAN
for ruby/python you have to implement a proxy in this language (which
is not very complicated).
Because we don't want to load a tons of stuff in C<cfkd> process, and because
we want to keep C<cfkd> very stable anyway, we use an intermediary process:
a Proxy, whose job is to transparently manage a bunch of children services
as if they were directly under C<cfkd> control.
(TODO: example)
=head1 SECURITY
view all matches for this distribution
view release on metacpan or search on metacpan
ucpp/README view on Meta::CPAN
with the notations \u and \U. ucpp also accepts (with the proper
flag) the UTF-8 encoding in the source file for such characters.
-- #include_next directive: it works as a #include, but will look
for files only in the directories specified in the include path
after the one the current file was found. This is a GNU-ism that
is useful for writing transparent wrappers around header files.
Assertions and unicode are activated by specific flags; the #include_next
support is always active.
The ucpp code itself should be compatible with any ISO-C90 compiler.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Convert/Ethiopic/System.pm view on Meta::CPAN
# LGRPP. For these companion fonts in a font group the real TrueType name is applied in
# these fields for the purpose of document decoding.
#
# TrueType Name : The typeface name of the font as seen in font menus, "face" attributes and RTF files.
# "Bold" and "Italic" versions of fonts are not included as the OS will make the names
# transparent. The names _are_ added in the case that the encoding of the font changes.
#
# For output systems where this does not apply 'none' may be entered or the field is
# recycled to store a LibEth processing "option".
#
# LibEth Enueration : The enumerated value of the encoding system within LibEth.
view all matches for this distribution
view release on metacpan or search on metacpan
<admin type="source">ISO 00639-3 : 2007</admin>
<descrip type="definition">Alt.def: non-spoken special language characterized by rules that were explicitly established prior to its use</descrip>
<admin type="source">ResearchSee the Comment (editor) field.</admin>
<note/>
<note/>
<note>Note: An example of an artificial language is binary notation (for computer programming). Note that there is no context sentence in the ISO documents provided for the term formalized language. The term does, however, appear i...
<transacGrp>
<transac type="transactionType">origination</transac>
<transacNote type="responsibility">HÃ¥vard Hjulstad (haavard)</transacNote>
<date>2007-03-05 21:29:05</date>
</transacGrp>
<admin type="source"/>
<descrip type="definition">Alt.def: language characterized by words and expressions that are used in a variety of daily situations</descrip>
<admin type="source">Research</admin>
<note/>
<note/>
<note>Student: Note: General-language words and expressions often have multiple meanings depending on the situation, as well as multiple synonyms within a given situation. Note that the term language for general purposes does n...
<transacGrp>
<transac type="transactionType">origination</transac>
<transacNote type="responsibility">Emma Harries (emma)</transacNote>
<date>2008-11-29 19:05:16</date>
</transacGrp>
<termNote type="termType"/>
<termNote type="administrativeStatus"/>
<termNote type="pronunciation"/>
<note/>
<note/>
<descrip type="context">When the combining of words involves an essential characteristic from the intension of the concept, the compound is considered a transparent term.</descrip>
<admin type="source">ISO 00704 : 2000</admin>
</tig>
</langSet>
<langSet xml:lang="fr" id="cid142">
<descrip type="definition"/>
<admin type="source">ISO 01087-1 : 2000</admin>
<descrip type="definition">Alt.def: language used in a particular subject area or field and characterized by fixed terms</descrip>
<admin type="source">ResearchSee the Comment (editor) field.</admin>
<note>The specific linguistic means of expression always include subject-specific terminology and phraseology and also may cover stylistic or syntactic features. [ISO 1087-1:2000] [ISO/WD 29383-1 has the following definition: l...
<note/>
<note>Note: Special language avoids the use of synonyms for terms. Each concept in a special language should ideally be represented by only one term. Note: A special language can also be characterized by field-specific stylistic an...
<transacGrp>
<transac type="transactionType">origination</transac>
<transacNote type="responsibility">built-in account (administrator)</transacNote>
<date>2005-07-29 13:29:25</date>
</transacGrp>
<termNote type="termType"/>
<termNote type="administrativeStatus"/>
<termNote type="pronunciation"/>
<note/>
<note/>
<descrip type="context">Especially in newly emerging fields, the creation of such local equivalents is very important and may require prudent discussion among experts. The new term should be concise, for it is expected to serve as a mothe...
<admin type="source">ISO/DIS 10241-2</admin>
</tig>
</langSet>
</termEntry>
<termEntry id="aid1186">
view all matches for this distribution
view release on metacpan or search on metacpan
doc/HISTORY view on Meta::CPAN
- xxdecoding was broken because of over-tolerant uudecoding
- uudecoding was broken because of over-tolerant uudecoding :(
0.4.15 (20.01.1996)
--------
- Implemented my own version of fgets() that allows to transparently read
lines terminated either with LF (Unix), CRLF (DOS) or CR (Mac). Sadly,
it's slower than the original.
- in previous versions, I have very much relaxed the checking for uudecoded
lines (valid_data()). Now I only allow the less strong code (meaning,
allow the data look more weird, more off the specs) if I'm sure it actually
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Convos/public/packed/convos-05be7c5708ec2b607a1f50e9e1ad83ae.css view on Meta::CPAN
padding: 0;
border: 0;
font-size: 100%;
line-height: 1.6em;
vertical-align: baseline;
background: transparent; }
article, aside, figure, footer, header, hgroup, nav, section, details, summary {
display: block; }
ul {
lib/Convos/public/packed/convos-05be7c5708ec2b607a1f50e9e1ad83ae.css view on Meta::CPAN
a {
margin: 0;
padding: 0;
vertical-align: baseline;
background: transparent; }
abbr[title], dfn[title] {
border-bottom: 1px dotted #000;
cursor: help; }
lib/Convos/public/packed/convos-05be7c5708ec2b607a1f50e9e1ad83ae.css view on Meta::CPAN
border-bottom: 1px solid #ddd;
max-height: 400px; }
.gist .gist-file .gist-data .line-data {
padding: .5em !important; }
.gist .gist-file .gist-data .line-pre {
background: transparent !important;
border: none !important;
margin: 0 !important;
padding: 0 !important; }
.gist .gist-file .gist-data .gist-highlight {
background: transparent !important; }
.gist .gist-file .gist-data .line-numbers {
background-color: #ececec;
color: #aaa;
border-right: 1px solid #ddd;
text-align: right;
lib/Convos/public/packed/convos-05be7c5708ec2b607a1f50e9e1ad83ae.css view on Meta::CPAN
div.sidebar-right.active {
right: 0;
z-index: 997; }
form.sidebar-right button.link,
div.sidebar-right button.link {
background: transparent;
border: 0;
width: 100%;
padding: 6px 8px;
text-align: left;
display: block;
lib/Convos/public/packed/convos-05be7c5708ec2b607a1f50e9e1ad83ae.css view on Meta::CPAN
body.tactile {
height: 100%;
background: #e7e7e7 url(../image/tactile-body-bg.png) 0 0 repeat; }
.landing-page {
background: transparent url(../image/tactile-highlight-bg.jpg) 50% 0 no-repeat;
min-height: 100%; }
.landing-page .row {
margin: auto;
padding-top: 1em;
width: 680px; }
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CopyTree/VendorProof.pm view on Meta::CPAN
=back
The lsoption is passed to the SUPER class fdls_ret, and is not handled at this level.
The $startpath should be standardized to start in a certain 'root' directory; for example, in SharePoint::SOAPHandler, it must start with "Shared Documents", and in Livelink::DAV, it must start with a dir right under the webdav root folder. Spaces a...
This method will generate @files and @dirs, which are lists of files and directories that start with $startpath, And returns
$self -> SUPER::fdls_ret ($lsoption, \@files, \@dirs),
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Coro/ProcessPool.pm view on Meta::CPAN
while (my $result = $pipe->next) {
...
}
All arguments to C<pipeline()> are passed transparently to the constructor of
L<Coro::ProcessPool::Pipeline>. There is no limit to the number of pipelines
which may be created for a pool.
=head1 A NOTE ABOUT IMPORTS AND CLOSURES
view all matches for this distribution
view release on metacpan or search on metacpan
Coro/LWP.pm view on Meta::CPAN
Basically the same as above, distinction unclear. :)
=item L<AnyEvent::HTTP::LWP::UserAgent>
A different user agent implementation, not completely transparent to
users, requires Coro.
=back
=head1 DESCRIPTION
view all matches for this distribution
view release on metacpan or search on metacpan
There are many implementations for the CouchDB interface on CPAN.
Some are really old (may still work), and all are very thin: CouchDB uses
JSON over HTTP, which can be made to work with two lines of Perl. However,
this leaves a lot of work to the applications which use that thin interface.
For instance, error handling, type handling, and server release differences.
The module traies to handle this all transparently. See M<Couch::DB/DETAILS>
for more.
## Development → Release
Important to know, is that I use an extension on POD to write the manuals.
view all matches for this distribution