view release on metacpan or search on metacpan
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
view all matches for this distribution
view release on metacpan or search on metacpan
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Git/SitePerl.pm view on Meta::CPAN
If your perl is completely isolated from the rest of the system (e.g. installed
with the prefix C</usr/local/perl-5.xx.x> instead of C</usr/local>) then it's
better to C<git init> at the top level of that prefix.
Unfortunately in a shared prefix there is too much potential for confusion by
accidentally committing non Perl things.
=head1 TODO
=over 4
view all matches for this distribution
view release on metacpan or search on metacpan
Added missing branch-age files to default tests (Ivan Wills)
Fixing POD (Ivan Wills)
Added missing files to manifest (Ivan Wills)
Added ability to show output by branch and updated documentation (Ivan Wills)
Added ability to show recent by user (Ivan Wills)
Decided that recent could do it all (Ivan Wills)
Changing how recent chooses commits (Ivan Wills)
Sorted arguments (Ivan Wills)
Starting implementation (Ivan Wills)
Starting tests (Ivan Wills)
Fixing docs from copied files (Ivan Wills)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GitFind/Base.pm view on Meta::CPAN
Each line is prefixed with C<'# '> for the benefit of test runs.
To break the list across multiple lines, specify C<\n> at the beginning of
a list item.
The list is in C<{}> so that it won't be evaluated if logging is turned off.
It is a full block, so you can run arbitrary code to decide what to log.
If the block returns an empty list, vlog will not produce any output.
However, if the block returns at least one element, vlog will produce at
least a C<'# '>.
The message will be output only if L</$VERBOSE> is at least the given minimum
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GitHooks/Plugin/BlockNOCOMMIT.pm view on Meta::CPAN
=head1 DESCRIPTION
Sometimes you want to experiment with code, but you want to make sure that test
code doesn't get committed by accident.
This plugin allows you to use C<#NOCOMMIT> to indicate such code blocks, and
will prevent you from committing those blocks.
For example:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GitHooks/Plugin/PgBouncerAuthSyntax.pm view on Meta::CPAN
=item * I<allow_end_only>
Allow comments at the end of the file only. PgBouncer will stop parsing the
auth file as soon as it encounters an incorrectly formatted line, so you can
technically add comments at the end of the file. This setting will prevent you
from accidentally adding anything but comments once the first comment is seen,
to catch errors that are otherwise tricky to debug.
comments_setting = allow_end_only
=item * I<disallow>
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use strict 'vars';
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '0.87';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use strict 'vars';
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '0.87';
view all matches for this distribution
view release on metacpan or search on metacpan
- Improve function to squash duplicated commits
0.05 2014-03-14T08:33:30Z
- Suppress stack trace on accident
- Support debug mode
0.04 2014-03-11T04:39:11Z
- Change handling of PATH_INFO
view all matches for this distribution
view release on metacpan or search on metacpan
docs/index.html view on Meta::CPAN
<p>Automates complex Git Flow operations with simple, intuitive commands. Create feature branches, hotfixes, and releases effortlessly.</p>
</div>
<div class="feature-card">
<div class="feature-icon">ð¡ï¸</div>
<h3>Safe Operations</h3>
<p>Built-in safeguards prevent accidental deletions of master/develop branches and ensure repository cleanliness before operations.</p>
</div>
<div class="feature-card">
<div class="feature-icon">ð§</div>
<h3>Interactive Interface</h3>
<p>Smart selectors and interactive prompts guide you through operations, making complex Git workflows accessible to everyone.</p>
view all matches for this distribution
view release on metacpan or search on metacpan
You can imagine what you should put there.
Add and commit this file.
Next, you'll need to make sure that the requisite branches are available on the
remote server. Create a test, stage, and prod branch to coincide with the
config file.
After that, you're done.
Some common gitc commands:
edit <ticket #> - This lets you edit a previously existing ticket. Usually
to fix a failure from a code review.
submit <reviewer> - This submits the current changeset's changes to a reviewer.
fail - This is if you're the reviewer of an application and have decided
something in the code/changeset makes it unpassable.
pass - Merges the code to your master branch, and marks it ready for promotion.
promote <target> - Used to promote code into <target> branch. It will
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Glacier/Config.pm view on Meta::CPAN
Defines a regular expression to which must be matched by the value of the
setting, otherwise a syntax error will be reported.
=item select => I<coderef>
Points to a function to be called to decide whether to apply this hash to
a particular configuration setting. The function is called as
&{$coderef}($vref, @path)
where $vref is a reference to the setting (use $vref->{-value}, to obtain
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Greple/wordle/NYT.pm view on Meta::CPAN
abear abeat abeer abele abeng abers abets abeys abhor abide abies abius abjad
abjud abled abler ables ablet ablow abmho abnet abode abohm aboil aboma aboon
abord abore aborn abort about above abram abray abrim abrin abris absey absit
abuna abune abura aburn abuse abuts abuzz abyes abysm abyss acais acara acari
accas accha accoy accra acedy acene acerb acers aceta achar ached acher aches
achey achoo acids acidy acies acing acini ackee acker acmes acmic acned acnes
acock acoel acold acone acorn acral acred acres acrid acron acros acryl actas
acted actin acton actor actus acute acyls adage adapt adats adawn adaws adays
adbot addas addax added adder addin addio addle addra adead adeem adept adhan
adhoc adieu adios adits adlib adman admen admin admit admix adnex adobe adobo
adoon adopt adorb adore adorn adown adoze adrad adraw adred adret adrip adsum
lib/App/Greple/wordle/NYT.pm view on Meta::CPAN
ahint ahold ahole ahull ahuru aidas aided aider aides aidoi aidos aiery aigas
aight ailed aimag aimak aimed aimer ainee ainga aioli aired airer airns airth
airts aisle aitch aitus aiver aixes aiyah aiyee aiyoh aiyoo aizle ajies ajiva
ajuga ajupa ajwan akara akees akela akene aking akita akkas akker akoia akoja
akoya aksed akses alaap alack alala alamo aland alane alang alans alant alapa
alaps alarm alary alata alate alays albas albee albid album alcea alces alcid
alcos aldea alder aldol aleak aleck alecs aleem alefs aleft aleph alert alews
aleye alfas algae algal algas algid algin algor algos algum alias alibi alick
alien alifs align alike alims aline alios alist alive aliya alkie alkin alkos
alkyd alkyl allan allay allee allel allen aller alley allin allis allod allot
allow alloy allus allyl almah almas almeh almes almud almug alods aloed aloes
lib/App/Greple/wordle/NYT.pm view on Meta::CPAN
chine ching chink chino chins chips chirk chirl chirm chiro chirp chirr chirt
chiru chiti chits chiva chive chivs chivy chizz chock choco chocs chode chogs
choil choir choke choko choky chola choli cholo chomp chons choof chook choom
choon chops chord chore chose choss chota chott chout choux chowk chows chubs
chuck chufa chuff chugs chump chums chunk churl churn churr chuse chute chuts
chyle chyme chynd cibol cided cider cides ciels cigar ciggy cilia cills cimar
cimex cinch cinct cines cinqs cions cippi circa circs cires cirls cirri cisco
cissy cists cital cited citee citer cites cives civet civic civie civil civvy
clach clack clade clads claes clags claim clair clame clamp clams clang clank
clans claps clapt claro clart clary clash clasp class clast clats claut clave
clavi claws clays clean clear cleat cleck cleek cleep clefs cleft clegs cleik
lib/App/Greple/wordle/NYT.pm view on Meta::CPAN
loppy loral loran lords lordy lorel lores loric loris lorry losed losel losen
loser loses lossy lotah lotas lotes lotic lotos lotsa lotta lotte lotto lotus
loued lough louie louis louma lound louns loupe loups loure lours loury louse
lousy louts lovat loved lovee lover loves lovey lovie lowan lowed lowen lower
lowes lowly lownd lowne lowns lowps lowry lowse lowth lowts loxed loxes loyal
lozen luach luaus lubed lubes lubra luces lucid lucks lucky lucre ludes ludic
ludos luffa luffs luged luger luges lulls lulus lumas lumbi lumen lumme lummy
lumps lumpy lunar lunas lunch lunes lunet lunge lungi lungs lunks lunts lupin
lupus lurch lured lurer lures lurex lurgi lurgy lurid lurks lurry lurve luser
lushy lusks lusts lusty lusus lutea luted luter lutes luvvy luxed luxer luxes
lweis lyams lyard lyart lyase lycea lycee lycra lying lymes lymph lynch lynes
lib/App/Greple/wordle/NYT.pm view on Meta::CPAN
morns moron moror morph morra morro morse morts moruk mosed moses mosey mosks
mosso mossy moste mosto mosts moted motel moten motes motet motey moths mothy
motif motis moton motor motte motto motts motty motus motza mouch moues moufs
mould moule mouls moult mouly mound mount moups mourn mouse moust mousy mouth
moved mover moves movie mowas mowed mower mowie mowra moxas moxie moyas moyle
moyls mozed mozes mozos mpret mrads msasa mtepe mucho mucic mucid mucin mucko
mucks mucky mucor mucro mucus mudar muddy mudge mudif mudim mudir mudra muffs
muffy mufti mugga muggs muggy mugho mugil mugos muhly muids muils muirs muiry
muist mujik mukim mukti mulai mulch mulct muled mules muley mulga mulie mulla
mulls mulse mulsh mumbo mumms mummy mumph mumps mumsy mumus munch munds mundu
munga munge mungi mungo mungs mungy munia munis munja munjs munts muntu muons
lib/App/Greple/wordle/NYT.pm view on Meta::CPAN
molar manly whine skirt antic layer sleek belie lemon opera pixie grimy sedan
leapt human koala spire frock adopt chard mucky alter blurb matey elude count
maize beefy worry flirt fishy crave cross scold shirk tasty unlit dance ninth
apple flail stage heady debug giant usage sound salsa magic cache avail kiosk
sweat ruddy riper vague arbor fifty syrup worse polka moose above squat trend
toxic pinky horse regal where revel email birth blame surly sweep cider mealy
yacht credo glove tough duvet staid grout voter untie guano hurry beset bread
every march stock flora ratio smash leafy locus ledge snafu under qualm borax
carat thief agony dwelt whiff hound thump plate kayak broke unzip ditto joker
metro logic circa cedar plaza range sulky horde guppy below anger ghoul aglow
cocoa ethic broom snack acrid scarf canoe latte plank shorn grief flask brash
lib/App/Greple/wordle/NYT.pm view on Meta::CPAN
which after place stiff fried never pasta scram talon ascot stash psalm ridge
price match build heavy apart piper smith often sense devil image forty urban
state flame hunch teary clone early cheer grasp pesky heave local since erupt
toxin snort spelt abide lingo shade decay risen towel sally mayor stung speak
realm force taboo frond serum plait climb wrist finch voila breed merge broth
louse whiny steel blimp equip shank tithe facet raise lucid jolly laser rover
overt intro vapid gleam prune craft prowl diary slice ebony value decal shave
musty pious jerky media tidal outer cumin amass pinch stall tutor briny hitch
nicer dingo exalt swish glide titan bevel skier minus papal gummy chaos basin
bravo stark groom organ ether melon hence crowd manga swung deter angst vault
proud grind prior cover terse scent paint edict bugle dolly savor knead order
view all matches for this distribution
view release on metacpan or search on metacpan
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
Version 2.01
=head1 DESCRIPTION
B<Greple> B<xlate>: el módulo busca los bloques de texto deseados y los sustituye por el texto traducido. El motor principal es GPT-5.5 (F<llm/gpt5.pm>), que ejecuta el comando L<llm|https://llm.datasette.io/>; También se incluyen DeepL (F<deepl.pm...
Las traducciones se almacenan en caché por archivo, por lo que volver a ejecutar un comando no supone ningún coste para el texto que no haya cambiado. Cuando se edita un documento, solo se envÃan de nuevo a la API los párrafos modificados; ademá...
Si deseas traducir bloques de texto normales en un documento escrito en el estilo pod de Perl, utiliza el comando B<greple> con los módulos C<--xlate-engine gpt5> y C<perl> de la siguiente manera:
greple -Mxlate --xlate-engine gpt5 -Mperl --pod --re '^([\w\pP].*\n)+' --all foo.pm
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
<img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/App-Greple-xlate/main/images/select-area.png">
</p>
A continuación, añade la opción C<--xlate> para traducir el área seleccionada. De este modo, el sistema localizará las secciones deseadas y las sustituirá por el resultado del motor de traducción.
Por defecto, el texto original y traducido se imprime en el formato "marcador de conflicto" compatible con L<git(1)>. Usando el formato C<ifdef>, puede obtener la parte deseada mediante el comando L<unifdef(1)> fácilmente. El formato de salida puede...
=for html <p>
<img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/App-Greple-xlate/main/images/format-conflict.png">
</p>
Si desea traducir todo el texto, utilice la opción B<--match-all>. Es un atajo para especificar el patrón C<(?s).+> que coincide con todo el texto.
Los datos en formato de marcador de conflicto pueden visualizarse en estilo lado a lado mediante el comando L<sdif|App::sdif> con la opción C<-V>. Dado que no tiene sentido comparar cadena por cadena, se recomienda la opción C<--no-cdif>. Si no nec...
sdif -V --no-filename --no-tc --no-cdif data_shishin.deepl-EN-US.cm
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
=back
Los datos de la caché se gestionan en función del texto normalizado, por lo que aunque se realicen modificaciones que no afecten a los resultados de la normalización, los datos de traducción almacenados en la caché seguirán siendo efectivos.
Este proceso de normalización sólo se realiza para el primer patrón (0) y los patrones pares. Por lo tanto, si se especifican dos patrones como los siguientes, el texto que coincida con el primer patrón se procesará después de la normalización...
greple -Mxlate -E normalized -E not-normalized
Por lo tanto, utilice el primer patrón para texto que deba procesarse combinando varias lÃneas en una sola, y utilice el segundo patrón para texto preformateado. Si no hay texto que coincidir en el primer patrón, utilice un patrón que no coincid...
=head1 MASKING
En ocasiones, hay partes del texto que no desea traducir. Por ejemplo, las etiquetas de los archivos markdown. DeepL sugiere que, en tales casos, la parte del texto que debe excluirse se convierta en etiquetas XML, se traduzca y, una vez finalizada l...
--xlate-setopt maskfile=MASKPATTERN
Esto interpretará cada lÃnea del archivo C<MASKPATTERN> como una expresión regular, traducirá las cadenas que coincidan con ella y revertirá después del procesamiento. Las lÃneas que comienzan con C<#> se ignoran.
Los patrones complejos pueden escribirse en varias lÃneas con saltos de lÃnea escapados mediante la barra invertida.
Cómo se transforma el texto mediante el enmascaramiento puede verse con la opción B<--xlate-mask>.
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
--match-paragraph --all --need=0 \
report-template.md > report-template.EN.md
pandoc-embedz --standalone report-template.EN.md \
-c case-123.yaml -o report-123.EN.md < /dev/null
En el caso de las marcas en lÃnea, proporcionar una configuración de definición de macro hace que la misma plantilla traducida muestre los nombres reales o una versión censurada:
# macros.yaml # macros-redacted.yaml
preamble: | preamble: |
{% macro person(name) %}{{ name }}{% endmacro %}
{% macro person(name) %}(é¢ä¿è
){% endmacro %}
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
=item B<--xlate-fold>
=item B<--xlate-fold-width>=I<n> (Default: 70)
Invoca el proceso de traducción para cada área coincidente.
Sin esta opción, B<greple> se comporta como un comando de búsqueda normal. Por lo tanto, puede comprobar qué parte del archivo será objeto de la traducción antes de invocar el trabajo real.
El resultado del comando va a la salida estándar, asà que redirÃjalo al archivo si es necesario, o considere usar el módulo L<App::Greple::update>.
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
Etiqueta utilizada para el texto original en los formatos de salida C<conflict>, C<colon> y C<ifdef>. Con el motor B<DeepL>, también se pasa un valor no predeterminado como idioma de origen.
=item B<--xlate-format>=I<format> (Default: C<conflict>)
Especifique el formato de salida del texto original y traducido.
Los siguientes formatos distintos de C<xtxt> asumen que la parte a traducir es una colección de lÃneas. De hecho, es posible traducir sólo una parte de una lÃnea, pero especificar un formato distinto de C<xtxt> no producirá resultados significat...
=over 4
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
sed -e '/^<<<<<<< /d' -e '/^=======$/,/^>>>>>>> /d'
=item B<colon>, I<:::::::>
El texto original y el traducido salen en un estilo contenedor personalizado de markdown.
::::::: ORIGINAL
original text
:::::::
::::::: JA
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
El texto original y el convertido se imprimen separados por una sola lÃnea en blanco. Para C<espacio+>, también se imprime una nueva lÃnea después del texto convertido.
=item B<xtxt>
Si el formato es C<xtxt> (texto traducido) o desconocido, sólo se imprime el texto traducido.
=back
=item B<--xlate-maxlen>=I<chars> (Default: 0)
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
Especifique la información de contexto adicional que se enviará al motor de traducción. Esta opción puede utilizarse varias veces para proporcionar varias cadenas de contexto. La información de contexto ayuda al motor de traducción a comprender...
=item B<--xlate-context-window>=I<n>
(Context-aware engines only, e.g. C<gpt5> on the llm backend)
Número de bloques traducidos circundantes que se pasan como contexto de referencia al volver a traducir los bloques modificados (por defecto, 2). El contexto también incluye el texto fuente sin procesar que rodea la región modificada (encabezados,...
=item B<--xlate-cache-seed>=I<file>
Inicializa la caché de un nuevo documento a partir del archivo de caché de otro documento. Resulta útil para informes periódicos: se inicializa la caché del nuevo número con la del número anterior, de modo que los párrafos que no han cambiado...
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
Anonimiza las cadenas sensibles antes de enviarlas a la API de traducción y las restaura en la salida. El archivo de diccionario proporciona una entrada por elemento: en JSON (canónico, generable por máquina)
[ { "category": "person", "text": "å±±ç°å¤ªé" },
{ "category": "company", "regex": "ã¢ã¯ã¡(æ ªå¼ä¼ç¤¾)?" } ]
o en un formato de lÃnea simple (C<category pattern>, C</.../> para expresiones regulares). Cada elemento se sustituye por una etiqueta de categorÃa como C<< <person id=1 /> >>; a la misma cadena siempre se le asigna la misma etiqueta, de modo que ...
Se puede generar un diccionario mediante una herramienta externa âpor ejemplo, un modelo local que extraiga entidades sensiblesâ:
llm -m <local-model> \
-s 'Extract sensitive entities as a JSON array of objects
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
=item B<--xlate-frontmatter>
Trata un bloque que comience por C<---> ... C<---> como «front matter» de YAML: exclúyelo de la traducción y de los fragmentos de contexto de la fase 2, y añade sus valores planos C<key: value> a las reglas de anonimización (categorÃa C<var>) ...
Deja siempre una lÃnea en blanco después del cierre C<--->. Con un patrón de coincidencia de estilo párrafo, el front matter que se adentra directamente en el cuerpo del texto forma un bloque que abarca ambos y que la exclusión no puede suprimir...
=item B<--xlate-glossary>=I<glossary>
Especifique un ID de glosario que se utilizará para la traducción. Esta opción sólo está disponible cuando se utiliza el motor DeepL. El ID del glosario debe obtenerse de su cuenta de DeepL y garantiza la traducción coherente de términos espec...
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
Consulta el resultado de la traducción en tiempo real en la salida de STDERR. La carga útil C<From> se muestra tal y como se transmite, tras la anonimización y el enmascaramiento.
=item B<--xlate-stripe>
Utilice el módulo L<App::Greple::stripe> para mostrar las partes coincidentes en forma de rayas de cebra. Esto es útil cuando las partes coincidentes están conectadas espalda con espalda.
La paleta de colores cambia según el color de fondo del terminal. Si desea especificarlo explÃcitamente, puede utilizar B<--xlate-stripe-light> o B<--xlate-stripe-dark>.
=item B<--xlate-mask>
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
=back
=head1 CACHE OPTIONS
El módulo B<xlate> puede almacenar en caché el texto traducido de cada fichero y leerlo antes de la ejecución para eliminar la sobrecarga de preguntar al servidor. Con la estrategia de caché por defecto C<auto>, mantiene los datos de caché sólo...
Utilice B<--xlate-cache=clear> para iniciar la gestión de la caché o para limpiar todos los datos de caché existentes. Una vez ejecutado con esta opción, se creará un nuevo archivo de caché si no existe y se mantendrá automáticamente después...
=over 7
i18n/src/xlate.deepl-ES.pod view on Meta::CPAN
=over 2
=item * L<App::Greple>
Vea el manual B<greple> para los detalles sobre el patrón de texto objetivo. Utilice las opciones B<--inside>, B<--outside>, B<--include>, B<--exclude> para limitar el área de coincidencia.
=item * L<App::Greple::update>
Puede utilizar el módulo C<-Mupdate> para modificar archivos según el resultado del comando B<greple>.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Greple/xp.pm view on Meta::CPAN
=item B<--include-string> I<file>
=item B<--exclude-string> I<file>
Almost same as B<*-pattern> option but each line is concidered as a
fixed string rather than regular expression.
=back
=head2 COMMENT
view all matches for this distribution
view release on metacpan or search on metacpan
pages/stylesheets/print.css view on Meta::CPAN
#main_content {
padding-top: 20px;
}
code, pre {
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
color: #222;
margin-bottom: 30px;
font-size: 12px;
}
view all matches for this distribution
view release on metacpan or search on metacpan
This removes access to the keyfile secret and to the Ansible Vault.
Don't forget that you may also want to change the variables being
protected by the Vault. After all, those secrets are the actual things
we're protecting by doing all of this, and an exiting team member may
have decided to take a copy of those variables for himself before
leaving.
BUGS
Please report any bugs or feature requests on the bugtracker website
view all matches for this distribution
view release on metacpan or search on metacpan
- new connection should connect new connectors
=> we need to know who we are connecting to
=> or this could be done by the guiio object
- guiio asks the box to add a connection
this let ascioo decide where they should be placed instead for
deciding it's around the box
- the user can add connectors with the same mechanism
- the connector must be handled when resizing the box object
by the box object or by the connector itself
#Box added via 'B' shortcut should be selected
#script using cononize_connection doesn't work, path was changed
#make a script library
!update_diagram should be called when running in script mode
let the script writer decide if they want "optimized" connections or not
# proper setup structure
#editable arrow has connections!! use resize/info/highlight points instead
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.21';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.21';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/HTTP_Proxy_IMP/IMP.pm view on Meta::CPAN
} else {
# deflate
# according to RFC it should be zlib, but due to the encoding name
# often real deflate is used instead
# check magic bytes to decide
# lets see if it looks like a zlib header
# check for CM=8, CMID<=7 in first byte and valid FCHECK in
# seconds byte
return $more if length($buf)<2;
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use strict 'vars';
use vars qw{$VERSION};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '0.77';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.00';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.21';
view all matches for this distribution