Result:
found 935 distributions and 1977 files matching your query ! ( run in 2.231 )


Sys-Pipe

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

malloced_size|||n
malloc||5.007002|n
markstack_grow||5.021001|
matcher_matches_sv|||
maybe_multimagic_gv|||
mayberelocate|||
measure_struct|||
memEQs|5.009005||p
memEQ|5.004000||p
memNEs|5.009005||p
memNE|5.004000||p

ppport.h  view on Meta::CPAN

op_null||5.007002|
op_parent|||n
op_prepend_elem||5.013006|
op_refcnt_lock||5.009002|
op_refcnt_unlock||5.009002|
op_relocate_sv|||
op_sibling_splice||5.021002|n
op_std_init|||
open_script|||
openn_cleanup|||
openn_setup|||

 view all matches for this distribution


SysV-SharedMem

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

MAX_UTF8_TWO_BYTE|5.019004||Viu
MAYBE_DEREF_GV|5.015003||Viu
MAYBE_DEREF_GV_flags|5.015003||Viu
MAYBE_DEREF_GV_nomg|5.015003||Viu
maybe_multimagic_gv|5.019004||Viu
mayberelocate|5.015006||Viu
MBLEN_LOCK|5.033005||Viu
MBLEN_UNLOCK|5.033005||Viu
MBOL|5.003007||Viu
MBOL_t8|5.035004||Viu
MBOL_t8_p8|5.033003||Viu

ppport.h  view on Meta::CPAN

op_refcnt_lock|5.009002|5.009002|u
OpREFCNT_set|5.006000||Viu
OP_REFCNT_TERM|5.006000||Viu
OP_REFCNT_UNLOCK|5.006000||Viu
op_refcnt_unlock|5.009002|5.009002|u
op_relocate_sv|5.021005||Viu
op_scope|5.013007|5.013007|x
OP_SIBLING|5.021002||Viu
OpSIBLING|5.021007|5.003007|p
op_sibling_splice|5.021002|5.021002|n
OpSLAB|5.017002||Viu

 view all matches for this distribution


SystemPerl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

****	Fix warning about README on git installs.  [Brian Small]


* SystemPerl 1.311 2009/03/28

**	Created SYSTEMPERL_INCLUDE which if set allows relocating the
	src directory.

***	The systemc-mode.el provided now just calls c++-mode.  This solves
	many Emacs 22 incompatibilities, and does enough for now.

 view all matches for this distribution


TAEB

 view release on metacpan or  search on metacpan

lib/TAEB/ScreenScraper.pm  view on Meta::CPAN

        [dungeon_feature => trap => "sleeping gas trap"],
    "You land on a set of sharp iron spikes!" =>
        [dungeon_feature => trap => "spiked pit"],
    "KAABLAMM!!!" =>
        [dungeon_feature => trap => "pit"],
    # probably issues until we're able to handle traps that relocate you
    "A trap door opens up under you!" =>
        [dungeon_feature => trap => "trap door"],
    "There's a gaping hole under you!" =>
        [dungeon_feature => trap => "hole"],
    "You take a walk on your web." =>

 view all matches for this distribution


TOML-XS

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

malloced_size|||n
malloc||5.007002|n
markstack_grow||5.021001|
matcher_matches_sv|||
maybe_multimagic_gv|||
mayberelocate|||
measure_struct|||
memEQs|5.009005||p
memEQ|5.004000||p
memNEs|5.009005||p
memNE|5.004000||p

ppport.h  view on Meta::CPAN

op_null||5.007002|
op_parent|||n
op_prepend_elem||5.013006|
op_refcnt_lock||5.009002|
op_refcnt_unlock||5.009002|
op_relocate_sv|||
op_sibling_splice||5.021002|n
op_std_init|||
open_script|||
openn_cleanup|||
openn_setup|||

 view all matches for this distribution


TOON-XS

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

MAX_UTF8_TWO_BYTE|5.019004||Viu
MAYBE_DEREF_GV|5.015003||Viu
MAYBE_DEREF_GV_flags|5.015003||Viu
MAYBE_DEREF_GV_nomg|5.015003||Viu
maybe_multimagic_gv|5.019004||Viu
mayberelocate|5.015006||Viu
MBOL|5.003007||Viu
MDEREF_ACTION_MASK|5.021007||Viu
MDEREF_AV_gvav_aelem|5.021007||Viu
MDEREF_AV_gvsv_vivify_rv2av_aelem|5.021007||Viu
MDEREF_AV_padav_aelem|5.021007||Viu

ppport.h  view on Meta::CPAN

op_refcnt_lock|5.009002|5.009002|u
OpREFCNT_set|5.006000||Viu
OP_REFCNT_TERM|5.006000||Viu
OP_REFCNT_UNLOCK|5.006000||Viu
op_refcnt_unlock|5.009002|5.009002|u
op_relocate_sv|5.021005||Viu
op_scope|5.013007|5.013007|x
OP_SIBLING|5.021002||Viu
OpSIBLING|5.021007|5.003007|p
op_sibling_splice|5.021002|5.021002|n
OpSLAB|5.017002||Viu

 view all matches for this distribution


TVision

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

	chdir 'tv-build';
	if (`gcc --version` =~ /^\S+ +\(.*?\) +(\d+)\.(\d+)\.(\d+)(?: \d*)?$/m) {
	    my $gccver = sprintf "%02d.%03d%03d", $1, $2, $3;
	    if ($gccver>=12) {
		print "GCC version $gccver OK, do cmake\n";
                # -DCMAKE_POSITION_INDEPENDENT_CODE=ON to avoid error 'relocation R_X86_64_TPOFF32 against ...'
		`cmake -S ../tvision.git -B . -DCMAKE_POSITION_INDEPENDENT_CODE=ON  2>&1 > cmake-out.txt`;
		print "do make\n";
		`make 2>&1 > make-out.txt`;
		$cflags = "-Itvision.git/include";
		$ldflags = "-Ltv-build -ltvision -lncurses -lncursesw -lstdc++";

 view all matches for this distribution


TableData-Perl-CPAN-Release-Static-2023

 view release on metacpan or  search on metacpan

share/2023.csv  view on Meta::CPAN

"MIDI-Drummer-Tiny-0.4207","2023-05-06T04:06:50","GENE","backpan","released","0.4207","","MIDI-Drummer-Tiny","Glorified metronome"
"App-SmokeBrew-Plugin-BINGOS-1.00","2023-05-06T09:40:51","BINGOS","latest","released","1.00","","App-SmokeBrew-Plugin-BINGOS","a smokebrew plugin to configure things like BINGOS does"
"Plack-Middleware-Security-Simple-v0.10.1","2023-05-06T10:20:03","RRWO","backpan","released","v0.10.1","","Plack-Middleware-Security-Simple","A simple security filter for Plack"
"Acme-Onion-0.03","2023-05-06T10:44:13","KFLY","latest","released","0.03","1","Acme-Onion",".🧅 file extension in Perl."
"Distribution-Metadata-0.10","2023-05-06T15:37:12","SKAJI","latest","released","0.10","","Distribution-Metadata","gather distribution metadata in local"
"App-ChangeShebang-0.10","2023-05-06T15:56:17","SKAJI","latest","released","0.10","","App-ChangeShebang","change shebang lines for relocatable perl"
"WebService-IdoitAPI-v0.2.1","2023-05-06T17:09:17","MAMAWE","backpan","released","v0.2.1","","WebService-IdoitAPI","a library to access the i-doit JSON RPC API"
"WWW-Plivo-API-0.01","2023-05-06T17:47:10","MIKEVNTNR","latest","released","0.01","1","WWW-Plivo-API","Accessing Plivo via Perl"
"Data-OptList-0.114","2023-05-06T21:26:55","RJBS","latest","released","0.114","","Data-OptList","parse and validate simple name/value option pairs"
"Finance-Quote-1.5401","2023-05-06T21:46:03","BPSCHUCK","backpan","released","1.5401","","Finance-Quote","Get stock and mutual fund quotes from various exchanges"
"Finance-Quote-1.5402","2023-05-06T22:12:11","BPSCHUCK","backpan","released","1.5402","","Finance-Quote","Get stock and mutual fund quotes from various exchanges"

 view all matches for this distribution


TableDataBundle-Business-ID-DGIP

 view release on metacpan or  search on metacpan

share/class35.csv  view on Meta::CPAN

"Jasa penjualan merchandising produk dalam bidang nutrisi dan sumplemen diet, minuman dan sari buah","Services sales of merchandising products in the field of nutrition and supplements diet, drinks and fruit juice"
"iklan komersial televisi","television commercials"
"online manpower recruitment and outsourcing","rekrutmen dan outsourcing tenaga kerja online"
"Analisis manajemen bisnis atau konsultasi bisnis di bidang keamanan dunia maya","business management analysis or business consultancy in the field of cyber security"
"Layanan agen informasi bisnis","Business information agency services"
"layanan-layanan perekrutan tenaga kerja, layanan-layanan relokasi","personnel employment services, relocation services"
"Jasa promosi","promotion services"
"menyelenggarakan pameran-pameran dagang dan/atau pameran-pameran untuk tujuan bisnis atau iklan","hosting trade fairs and/or exhibitions for business or advertising purposes"
"manajemen bisnis untuk pengoperasian waralaba","business management for franchise operation"
"menyelenggarakan pameran teknis","organizing technical exhibitions"
"penjualan eceran kendaraan bermotor dan suku cadang kendaraan bermotor","retail sales of motor vehicle and motor vehicle parts"

share/class35.csv  view on Meta::CPAN

"memberikan informasi dan saran kepada konsumen mengenai pemilihan produk dan barang yang akan dibeli","providing information and advice to consumers regarding the selection of products and items to be purchased"
"memberikan informasi mengenai penjualan komersial","providing information concerning commercial sales"
"memberikan informasi di bidang solusi bisnis berkelanjutan global","providing information in the area of global sustainable business solutions"
"memberikan informasi di bidang pemasaran","providing information in the field of marketing"
"memberikan informasi di bidang manajemen waktu","providing information in the field of time management"
"memberikan informasi terkait layanan relokasi karyawan","providing information relating to employee relocation services"
"memberikan informasi terkait perekrutan tenaga kerja","providing information relating to employment recruitment"
"memberikan informasi terkait dengan perekrutan personel","providing information relating to personnel recruitment"
"memberikan informasi terkait persiapan pajak","providing information relating to tax preparation"
"memberikan informasi terkait persiapan pajak dan layanan pengarsipan pajak","providing information relating to tax preparation and tax filing services"
"memberikan informasi melalui Internet yang berkaitan dengan penjualan mobil","providing information via the Internet relating to the sale of automobiles"

share/class35.csv  view on Meta::CPAN

"layanan administrasi yang berkaitan dengan rujukan untuk kontraktor bangunan umum","administrative services relating to referrals for general building contractors"
"layanan administrasi yang berkaitan dengan rujukan untuk agen asuransi","administrative services relating to referrals for insurance agents"
"layanan administrasi yang berkaitan dengan pengelolaan kantong hukum","administrative services relating to the management of legal dockets"
"layanan administrasi yang berkaitan dengan rujukan klien ke pengacara","administrative services relating to the referral of clients to attorneys"
"layanan administrasi yang berkaitan dengan rujukan pasien","administrative services relating to the referral of patients"
"layanan administrasi yang berkaitan dengan relokasi personel","administrative services relating to the relocation of personnel"
"layanan administrasi yang berkaitan dengan pemrosesan klaim garansi","administrative services relating to warranty claims processing"
Iklan,advertising
"jasa agen periklanan","advertising agency services"
"iklan dan saran bisnis","advertising and business advice"
"periklanan dan konsultasi manajemen bisnis","advertising and business management consultancy"

share/class35.csv  view on Meta::CPAN

"konsultasi pemrosesan data elektronik","electronic data processing consultancy"
"layanan manajemen inventaris elektronik","electronic inventory management services"
"pemrosesan pesanan elektronik","electronic order processing"
"publikasi elektronik dari barang cetakan untuk keperluan periklanan","electronic publication of printed matter for advertising purposes"
"penyewaan karyawan","employee leasing"
"relokasi karyawan","employee relocation"
"layanan agen tenaga kerja","employment agency services"
"layanan agen tenaga kerja yang berkaitan dengan au pair","employment agency services relating to au pairs"
"layanan agen ketenagakerjaan terkait penempatan tenaga medis dan keperawatan","employment agency services relating to placement of medical and nursing personnel"
"perekrutan, perekrutan, penempatan, penempatan staf dan layanan jejaring karier","employment hiring, recruiting, placement, staffing and career networking services"
"layanan penempatan kerja","employment outplacement services"

share/class35.csv  view on Meta::CPAN

"jasa grosir untuk persediaan alat tulis","wholesale services for stationery supplies"
"layanan grosir untuk perlengkapan mandi","wholesale services for toiletries"
"survei pasar, analisis dan penelitian","market surveys, analysis and research"
"layanan penagihan medis untuk rumah sakit","medical billing services for hospitals"
"rekrutmen staf kantor","recruitment of office staff"
"layanan relokasi untuk bisnis","relocation services for businesses"
"penyewaan mesin fotokopi","rental of photocopying machines"
"penyewaan mesin tik dan mesin fotokopi","rental of typewriters and copying machines"
"layanan toko grosir yang menampilkan minuman beralkohol, kecuali bir","wholesale store services featuring alcoholic beverages, except beer"
"administrasi bisnis dan layanan konsultasi bisnis","business administration and business consultancy services"
"administrasi bisnis perusahaan dalam industri pengangkutan kapal","business administration of companies in the vessel husbanding industry"

share/class35.csv  view on Meta::CPAN

"layanan ritel atau grosir untuk film dan gambar yang dapat diunduh","retail services or wholesale services for downloadable movies and images"
"manajemen bisnis dan mengelola studio audio atau video","business management and conducting of audio or video studios"
"Booth penjualan minuman ringan serta makanan",-
"Jasa toko ritel yang menampilkan bidet","Retail store services featuring bidets"
"Toko helm dan aksesoris helm",-
"konsultasi yang berkaitan dengan layanan relokasi untuk bisnis","consultancy relating to relocation services for businesses"
"layanan informasi komersial disediakan melalui Internet","commercial information services provided via the Internet"
"menyediakan informasi direktori komersial melalui Internet","providing commercial directory information via the Internet"
"rekayasa ulang proses bisnis","business process re-engineering"
"layanan perwakilan bisnis","business representative services"
"jasa outsourcing di bidang analitik bisnis","outsourcing services in the field of business analytics"

share/class35.csv  view on Meta::CPAN

"jasa klub pelanggan, untuk keperluan komersial, promosi dan/atau iklan","customer club services, for commercial, promotional and/or advertising purposes"
"manajemen stok terkomputerisasi","computerized stock management"
"toko grosir online dan layanan toko ritel online yang menampilkan pakaian, alas kaki","on-line wholesale and on-line retail store services featuring clothing, footwear"
"perwakilan, agen dan mengatur penyediaan ruang untuk iklan barang dan jasa","deputation, agent and arranging for provision of space for advertising goods and services"
"layanan toko grosir dan eceran secara online yang menampilkan jam dinding, jam tangan dan kacamata (kacamata untuk melindungi mata atau memperbaiki daya penglihatan dan kacamata goggles)","on-line wholesale and retail store services featuring clocks...
"Jasa administrasi untuk relokasi bisnis","Administrative services for the relocation of businesses"
"mengatur pameran untuk tujuan komersial","arranging of displays for commercial purposes"
"memproses, dan mengoperasikan informasi dalam pendaftar","processing, and operation of information in registries"
"Distribusi sampel","Sample distribution"
"mengatur pameran bisnis","Arranging business shows"
"saran yang berkaitan dengan manajemen dan organisasi bisnis","advice relating to business management and organization"

 view all matches for this distribution


TableDataBundle-CPAN-Release-Static-Older

 view release on metacpan or  search on metacpan

share/2003.csv  view on Meta::CPAN

Nagios-WebTransact-0.02,2003-06-04T09:59:17,HOPCROFTS,backpan,released,0.02,1,Nagios-WebTransact,"Class for generating Nagios service checks of Web transactions."
Class-Declare-0.01,2003-06-04T11:11:15,IBB,backpan,released,0.01,1,Class-Declare,"Declare classes with public, private and protected attributes and methods."
Bio-Emboss-0.3,2003-06-04T11:16:42,PERNST,backpan,released,0.3,,Bio-Emboss,"Write EMBOSS programs in Perl"
Log-Dispatch-File-Rolling-1.01,2003-06-04T12:49:35,JACOB,cpan,released,1.01,,Log-Dispatch-File-Rolling,"Object for logging to date/time/pid stamped files"
Devel-Scooby-4.12,2003-06-04T13:21:47,BARRYPJ,latest,released,4.12,1,Devel-Scooby,"the internal machinery that works with Mobile::Location and Mobile::Executive to provide a mobile agent execution and location environment for the Perl Programming Lan...
Mobile-Executive-2.03,2003-06-04T13:22:03,BARRYPJ,latest,released,2.03,1,Mobile-Executive,"used to signal the intention to relocate a Scooby mobile agent from the current Location to some other (possibly remote) Location."
Mobile-Location-4.02,2003-06-04T13:23:57,BARRYPJ,latest,released,4.02,1,Mobile-Location,"a class that provides for the creation of Scooby mobile agent environments (aka Location, Site or Place)."
keyserver-1.04,2003-06-04T13:24:12,BARRYPJ,cpan,released,1.04,1,keyserver,"an RSA-based public keyserver for use with Devel::Scooby (which includes HTTP monitoring facility at port 8080)."
SAP-Rfc-1.15,2003-06-04T14:40:59,PIERS,backpan,released,1.15,,SAP-Rfc,"Perl extension for performing RFC Function calls against an SAP R/3 System. Please refer to the README file found with this distribution. This Distribution also allows the creatio...
File-Dircmp-1.01,2003-06-04T16:59:36,SCHULTE,cpan,released,1.01,,File-Dircmp,"Use in place of dircmp command"
POE-Component-Client-Rcon-0.22,2003-06-04T17:03:05,ACHEN,backpan,released,0.22,,POE-Component-Client-Rcon,"an implementation of the Rcon remote console protocol."

 view all matches for this distribution


TableDataBundle-Perl-CPAN-Release-Static-Older

 view release on metacpan or  search on metacpan

share/2003.csv  view on Meta::CPAN

Nagios-WebTransact-0.02,2003-06-04T09:59:17,HOPCROFTS,backpan,released,0.02,1,Nagios-WebTransact,"Class for generating Nagios service checks of Web transactions."
Class-Declare-0.01,2003-06-04T11:11:15,IBB,backpan,released,0.01,1,Class-Declare,"Declare classes with public, private and protected attributes and methods."
Bio-Emboss-0.3,2003-06-04T11:16:42,PERNST,backpan,released,0.3,,Bio-Emboss,"Write EMBOSS programs in Perl"
Log-Dispatch-File-Rolling-1.01,2003-06-04T12:49:35,JACOB,cpan,released,1.01,,Log-Dispatch-File-Rolling,"Object for logging to date/time/pid stamped files"
Devel-Scooby-4.12,2003-06-04T13:21:47,BARRYPJ,latest,released,4.12,1,Devel-Scooby,"the internal machinery that works with Mobile::Location and Mobile::Executive to provide a mobile agent execution and location environment for the Perl Programming Lan...
Mobile-Executive-2.03,2003-06-04T13:22:03,BARRYPJ,latest,released,2.03,1,Mobile-Executive,"used to signal the intention to relocate a Scooby mobile agent from the current Location to some other (possibly remote) Location."
Mobile-Location-4.02,2003-06-04T13:23:57,BARRYPJ,latest,released,4.02,1,Mobile-Location,"a class that provides for the creation of Scooby mobile agent environments (aka Location, Site or Place)."
keyserver-1.04,2003-06-04T13:24:12,BARRYPJ,cpan,released,1.04,1,keyserver,"an RSA-based public keyserver for use with Devel::Scooby (which includes HTTP monitoring facility at port 8080)."
SAP-Rfc-1.15,2003-06-04T14:40:59,PIERS,backpan,released,1.15,,SAP-Rfc,"Perl extension for performing RFC Function calls against an SAP R/3 System. Please refer to the README file found with this distribution. This Distribution also allows the creatio...
File-Dircmp-1.01,2003-06-04T16:59:36,SCHULTE,cpan,released,1.01,,File-Dircmp,"Use in place of dircmp command"
POE-Component-Client-Rcon-0.22,2003-06-04T17:03:05,ACHEN,backpan,released,0.22,,POE-Component-Client-Rcon,"an implementation of the Rcon remote console protocol."

 view all matches for this distribution


Tapper-Reports-Web

 view release on metacpan or  search on metacpan

lib/Tapper/Reports/Web/Role/BehaviourModifications/Path.pm  view on Meta::CPAN

package Tapper::Reports::Web::Role::BehaviourModifications::Path;
our $AUTHORITY = 'cpan:TAPPER';
$Tapper::Reports::Web::Role::BehaviourModifications::Path::VERSION = '5.0.17';
use Moose::Role;

# I am sick of getting relocated/rebase on our local path!
# Cut away a trailing 'tapper/' from base and prepend it to path.
# All conditionally only when this annoying environment is there.
after 'prepare_path' => sub {
                             my ($c) = @_;

 view all matches for this distribution


Tapper-TAP-Harness

 view release on metacpan or  search on metacpan

t/backcompat/tap_archive_slbench.tap  view on Meta::CPAN

not ok 26 - 0 # TODO okay for us
# [sda] Sense Key : Recovered Error [current] [descriptor]
not ok 27 -  # TODO okay for us
# Descriptor sense data with sense descriptors (in hex):
not ok 28 -  
# [drm:radeon_gem_do_relocate] *ERROR* radeon gem set domain -11 failed 0 4
not ok 29 -  
# [drm:radeon_gem_do_relocate] *ERROR* radeon gem set domain -11 failed 0 4
not ok 30 -  
# [drm:radeon_gem_do_relocate] *ERROR* radeon gem set domain -11 failed 0 4
not ok 31 - FS-Cache # TODO okay for us
# Netfs 'nfs' registered for caching
not ok 32 - python2.4[20837] 
# segfault at 7fff739a7ef8 ip 000000000049efb8 sp 00007fff739a7eb0 error 7 in python2.4[400000+103000]
# false positves ignored: 1

 view all matches for this distribution


Telegram-JsonAPI

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

malloced_size|||n
malloc||5.007002|n
markstack_grow||5.021001|
matcher_matches_sv|||
maybe_multimagic_gv|||
mayberelocate|||
measure_struct|||
memEQs|5.009005||p
memEQ|5.004000||p
memNEs|5.009005||p
memNE|5.004000||p

ppport.h  view on Meta::CPAN

op_null||5.007002|
op_parent|||n
op_prepend_elem||5.013006|
op_refcnt_lock||5.009002|
op_refcnt_unlock||5.009002|
op_relocate_sv|||
op_sibling_splice||5.021002|n
op_std_init|||
open_script|||
openn_cleanup|||
openn_setup|||

 view all matches for this distribution


Template-TT2Site

 view release on metacpan or  search on metacpan

lib/Template/TT2Site.pm  view on Meta::CPAN


=item *

The resultant site is position independent, i.e., it only uses
relative URLs to the extent possible. This makes it easy to build
partial sites, and to relocate the contents.

=item *

The necessary means are provided to create multi-language sites, where
each page gets a link to its translations.

 view all matches for this distribution


Template-Toolkit

 view release on metacpan or  search on metacpan

lib/Template/Provider.pm  view on Meta::CPAN

#------------------------------------------------------------------------
# _refresh(\@slot)
#
# Private method called to mark a cache slot as most recently used.
# A reference to the slot array should be passed by parameter.  The
# slot is relocated to the head of the linked list.  If the file from
# which the data was loaded has been updated since it was compiled, then
# it is re-loaded from disk and re-compiled.
#------------------------------------------------------------------------

sub _refresh {

lib/Template/Provider.pm  view on Meta::CPAN

#------------------------------------------------------------------------
# _store($name, $data)
#
# Private method called to add a data item to the cache.  If the cache
# size limit has been reached then the oldest entry at the tail of the
# list is removed and its slot relocated to the head of the list and
# reused for the new data item.  If the cache is under the size limit,
# or if no size limit is defined, then the item is added to the head
# of the list.
# Returns compiled template
#------------------------------------------------------------------------

 view all matches for this distribution


Term-CLI

 view release on metacpan or  search on metacpan

benchmarks/wordlist-en.txt  view on Meta::CPAN

prelives
preload
preloaded
preloading
preloads
prelocate
prelocated
prelocates
prelocating
prelogical
preloved
prelude
preluded
preluder

benchmarks/wordlist-en.txt  view on Meta::CPAN

reloads
reloan
reloaned
reloaning
reloans
relocatable
relocate
relocated
relocatee
relocatees
relocates
relocating
relocation
relocations
relocator
relocators
relock
relocked
relocking
relocks
relook

 view all matches for this distribution


Term-EditLine

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

malloc_good_size|||n
malloced_size|||n
malloc||5.007002|n
markstack_grow|||
matcher_matches_sv|||
mayberelocate|||
measure_struct|||
memEQs|5.009005||p
memEQ|5.004000||p
memNEs|5.009005||p
memNE|5.004000||p

 view all matches for this distribution


Term-ReadLine-Gnu

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

MAX_UTF8_TWO_BYTE|5.019004||Viu
MAYBE_DEREF_GV|5.015003||Viu
MAYBE_DEREF_GV_flags|5.015003||Viu
MAYBE_DEREF_GV_nomg|5.015003||Viu
maybe_multimagic_gv|5.019004||Viu
mayberelocate|5.015006||Viu
MBLEN_LOCK|5.033005||Viu
MBLEN_UNLOCK|5.033005||Viu
MBOL|5.003007||Viu
MBOL_t8|5.035004||Viu
MBOL_t8_p8|5.033003||Viu

ppport.h  view on Meta::CPAN

op_refcnt_lock|5.009002|5.009002|u
OpREFCNT_set|5.006000||Viu
OP_REFCNT_TERM|5.006000||Viu
OP_REFCNT_UNLOCK|5.006000||Viu
op_refcnt_unlock|5.009002|5.009002|u
op_relocate_sv|5.021005||Viu
op_scope|5.013007|5.013007|x
OP_SIBLING|5.021002||Viu
OpSIBLING|5.021007|5.003007|p
op_sibling_splice|5.021002|5.021002|n
OpSLAB|5.017002||Viu

 view all matches for this distribution


Term-TtyWrite

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

malloced_size|||n
malloc||5.007002|n
markstack_grow||5.021001|
matcher_matches_sv|||
maybe_multimagic_gv|||
mayberelocate|||
measure_struct|||
memEQs|5.009005||p
memEQ|5.004000||p
memNEs|5.009005||p
memNE|5.004000||p

ppport.h  view on Meta::CPAN

op_prepend_elem||5.013006|
op_refcnt_dec|||
op_refcnt_inc|||
op_refcnt_lock||5.009002|
op_refcnt_unlock||5.009002|
op_relocate_sv|||
op_scope||5.013007|
op_sibling_splice||5.021002|n
op_std_init|||
op_unscope|||
open_script|||

 view all matches for this distribution


TermReadKey

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

malloc_good_size|||n
malloced_size|||n
malloc||5.007002|n
markstack_grow|||
matcher_matches_sv|||
mayberelocate|||
measure_struct|||
memEQs|5.009005||p
memEQ|5.004000||p
memNEs|5.009005||p
memNE|5.004000||p

 view all matches for this distribution


Test-AutoBuild

 view release on metacpan or  search on metacpan

perl-Test-AutoBuild.spec  view on Meta::CPAN

%__rm -rf $RPM_BUILD_ROOT

%pre account
%__id builder > /dev/null 2>&1
if [ $? == 0 ]; then
  # In case of upgrade from old version, relocate the home dir
  usermod -d %{_localstatedir}/lib/builder builder
else
  %__fe_groupadd 28 -r builder &>/dev/null || :
  %__fe_useradd  28 -r -s /sbin/nologin -d %{_localstatedir}/lib/builder -M          \
                    -c 'Test-AutoBuild build engine' -g builder builder &>/dev/null || :

 view all matches for this distribution


Test-AutomationFramework

 view release on metacpan or  search on metacpan

lib/Test/AutomationFramework.pm  view on Meta::CPAN

</Directory>

#
# Redirect allows you to tell clients about documents which used to exist in
# your server's namespace, but do not anymore. This allows you to tell the
# clients where to look for the relocated document.
# Example:
# Redirect permanent /foo http://www.example.com/bar

#
# Directives controlling the display of server-generated directory listings.

 view all matches for this distribution


Test-BrewBuild

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          (closes #221)
        - --rpi mode for bbdispatch now prints the number of runs completed when
          in auto mode on the LCD

2.18    2017-06-25
        - logging output modifications (changes and relocations)
        - in Git::listen(), we now make comparisons of the commit checksums, and
          if they are equal, we no longer perform a pull request
        - added Test::BrewBuild::Plugin::Author as a required dependency
        - added a section to Tutorial that covers using Plugins
        - for RPi LCD mode, changed commit csum to 7 chars as opposed to 8,

 view all matches for this distribution


Test-Differences

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      (thanks to ntnyi for debugging)
    - Get rid of Build.PL, just use Makefile.PL

0.64 Sun November 22, 2015
    - Bump dependency version for Text::Diff to avoid a buggy release
    - Make tests pass with relocatable perl (see
      https://rt.cpan.org/Ticket/Display.html?id=103133)

0.63 Thu November 20, 2014
    - Minor doco-fixes
    - Remove use of flatten, always use Data::Dumper for saner, more readable

 view all matches for this distribution


Test-Parser

 view release on metacpan or  search on metacpan

t/10_oprofile.log  view on Meta::CPAN

6        6.7e-04  vmlinux                  retint_check
6        6.7e-04  vmlinux                  schedule_delayed_work
6        6.7e-04  vmlinux                  scsi_free_sgtable
6        6.7e-04  vmlinux                  set_page_refs
6        6.7e-04  vmlinux                  vma_prio_tree_remove
5        5.6e-04  ld-2.3.5.so              _dl_relocate_object
5        5.6e-04  libc-2.3.5.so            _IO_file_close
5        5.6e-04  libpq.so.4.2             PQresultErrorField
5        5.6e-04  libpq.so.4.2             appendPQExpBufferChar
5        5.6e-04  libpq.so.4.2             pg_ascii_dsplen
5        5.6e-04  libpq.so.4.2             pg_encoding_dsplen

 view all matches for this distribution


Test-Smoke

 view release on metacpan or  search on metacpan

lib/Test/Smoke/Syncer/Base.pm  view on Meta::CPAN

    File::Path::mkpath( $tree_dir, $self->{v} > 1 ) unless -d $tree_dir;
    $self->log_info("clear-source-tree: $cnt items OK");

}

=head2 $syncer->_relocate_tree( $source_dir )

[ Method | Private-ish ]

C<_relocate_tree()> uses B<File::Copy::move()> to move the source-tree
from C<< $source_dir >> to its destination (C<< $self->{ddir} >>).

=cut

sub _relocate_tree {
    my( $self, $source_dir ) = @_;

    require File::Copy;

    $self->{v} and print "relocate source-tree ";

    # try to move it at once (sort of a rename)
    my $ddir = $^O eq 'VMS' ? $self->{vms_ddir} : $self->{ddir};
    my $ok = $source_dir eq $ddir
           ? 1 : File::Copy::move( $source_dir, $self->{ddir} );

 view all matches for this distribution


Test-Software-License

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - we now have a working meta license and resourse.license with comparisom
   working
 - switch to File::Slurp::Tiny

0.002000 2013-11-07T19:49:42Z +0000 GMT
 - rename and relocate software-licence.t
 - remove Carp as we are not using it
 - add author name check to _check_for_license_file
 - refactor and rename test files

0.001007 2013-10-26T19:10:33Z +0100 BST

 view all matches for this distribution


Test-SpellCheck-Plugin-Lang-EN-US

 view release on metacpan or  search on metacpan

share/en/us/en_US.dic  view on Meta::CPAN

relinquish/LDSG
relinquishment/M
reliquary/SM
relish/GMDS
relist/SGD
relocate/B
reluctance/M
reluctant/Y
rely/GDS
rem/M
remain/SGD

 view all matches for this distribution


Test-Text

 view release on metacpan or  search on metacpan

data/en_US.dic  view on Meta::CPAN

relinquishment/SM
reliquary/MS
relish/GSD
relive/GB
reload/GR
relocate/B
reluctance/MS
reluctant/Y
rely/DG
rem
remade/S

 view all matches for this distribution


( run in 2.231 seconds using v1.01-cache-2.11-cpan-71847e10f99 )