hexsha stringlengths 40 40 | size int64 3 1.05M | ext stringclasses 163
values | lang stringclasses 53
values | max_stars_repo_path stringlengths 3 945 | max_stars_repo_name stringlengths 4 112 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 945 | max_issues_repo_name stringlengths 4 113 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 116k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 945 | max_forks_repo_name stringlengths 4 113 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 3 1.05M | avg_line_length float64 1 966k | max_line_length int64 1 977k | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
edb9968b71510328111bc84a4287bed6bd79e346 | 72 | t | Perl | t/00unit.evloop.t | adarshdec23/h2o_custom_priority | c6dde246a2df2570e40618b51757616de2b3df89 | [
"MIT"
] | null | null | null | t/00unit.evloop.t | adarshdec23/h2o_custom_priority | c6dde246a2df2570e40618b51757616de2b3df89 | [
"MIT"
] | null | null | null | t/00unit.evloop.t | adarshdec23/h2o_custom_priority | c6dde246a2df2570e40618b51757616de2b3df89 | [
"MIT"
] | null | null | null | use strict;
use warnings;
use t::Util;
exec_unittest('evloop');
| 10.285714 | 25 | 0.652778 |
edaf622f55f080385ebd8775a9d9a20b96e2ae40 | 2,701 | t | Perl | _t/120custom-commands.t | patrickpichler/jira | 57e1c7426e28d4d66bb877f4e6a5a1298c1a17f3 | [
"Apache-2.0"
] | null | null | null | _t/120custom-commands.t | patrickpichler/jira | 57e1c7426e28d4d66bb877f4e6a5a1298c1a17f3 | [
"Apache-2.0"
] | null | null | null | _t/120custom-commands.t | patrickpichler/jira | 57e1c7426e28d4d66bb877f4e6a5a1298c1a17f3 | [
"Apache-2.0"
] | null | null | null | #!/bin/bash
eval "$(curl -q -s https://raw.githubusercontent.com/coryb/osht/master/osht.sh)"
cd $(dirname $0)
jira="../jira"
. env.sh
PLAN 16
# reset login
RUNS $jira logout
RUNS $jira login
# cleanup from previous failed test executions
($jira ls --project BASIC | awk -F: '{print $1}' | while read issue; do ../jira... | 33.345679 | 124 | 0.342096 |
ed7bd4f724af19d8da562b620f29abb79b25bd7e | 3,044 | pm | Perl | openkore-master/plugins/needs-review/webMonitor/trunk/template.pm | phuchduong/ro_restart_bot | 41da6e1def82d05341433961ca0f071ad4424b60 | [
"Apache-2.0"
] | null | null | null | openkore-master/plugins/needs-review/webMonitor/trunk/template.pm | phuchduong/ro_restart_bot | 41da6e1def82d05341433961ca0f071ad4424b60 | [
"Apache-2.0"
] | null | null | null | openkore-master/plugins/needs-review/webMonitor/trunk/template.pm | phuchduong/ro_restart_bot | 41da6e1def82d05341433961ca0f071ad4424b60 | [
"Apache-2.0"
] | null | null | null | package template;
use strict;
my %fields = {
template => '',
markF => '',
markB => '',
keywords => '',
debug => 0,
};
# $template = new template ("filename");
sub new {
my ($that, $template) = @_;
my $class = ref($that) || $that;
my $self = {
_permitted => \%fields,
%fields,
};
bless $self, $... | 22.218978 | 96 | 0.583771 |
73f415bc24e495eb90e69c70e44730892e327173 | 386 | pl | Perl | scripts/get_switch_port_addrs.pl | smonk/856_b_side | 8c8e49d198d69b005393d3d51f520944dba5cfbb | [
"FSFAP"
] | null | null | null | scripts/get_switch_port_addrs.pl | smonk/856_b_side | 8c8e49d198d69b005393d3d51f520944dba5cfbb | [
"FSFAP"
] | 4 | 2016-03-02T03:14:09.000Z | 2017-03-23T22:58:23.000Z | scripts/get_switch_port_addrs.pl | mondaugen/856_for_zellersasn | 8c8e49d198d69b005393d3d51f520944dba5cfbb | [
"FSFAP"
] | null | null | null | BEGIN{ $l1=""; $l2="";}
($port,$pin) = ($_ =~ m/ return \((\(\(GPIO_.*IDR) & \(0x1 << ([0-9]+)\)/);
if ($port){
($tmp) = ($l2 =~ m/uint32_t (.*)\_get_state.*/);
if ($tmp =~ m/sw[0-9]+/) {
print "set \$tmp = &".$port."\n";
print "printf \"".$tmp."_reg {%#x}\\n\", \$tmp \n";
print "pr... | 25.733333 | 78 | 0.380829 |
edde071fe9eef812db7abbd8119ead39b55c059a | 274 | pm | Perl | auto-lib/Azure/Devices/ListBySubscriptionIotHubResourceResult.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/Devices/ListBySubscriptionIotHubResourceResult.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/Devices/ListBySubscriptionIotHubResourceResult.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | 1 | 2021-04-08T15:26:39.000Z | 2021-04-08T15:26:39.000Z | package Azure::Devices::ListBySubscriptionIotHubResourceResult;
use Moose;
has code => (is => 'ro', isa => 'Str' );
has details => (is => 'ro', isa => 'Str' );
has httpStatusCode => (is => 'ro', isa => 'Str' );
has message => (is => 'ro', isa => 'Str' );
1;
| 27.4 | 63 | 0.547445 |
ed9a85c16c2dad402e8a43999de5f49f14cd75af | 526 | pl | Perl | cgi-bin/maps/tomato_arabidopsis/chr8d.pl | labroo2/sgn | c8a1a10e4ac2104d82c5fd2d986f1688d01b20be | [
"MIT"
] | 39 | 2015-02-03T15:47:55.000Z | 2022-03-23T13:34:05.000Z | cgi-bin/maps/tomato_arabidopsis/chr8d.pl | labroo2/sgn | c8a1a10e4ac2104d82c5fd2d986f1688d01b20be | [
"MIT"
] | 2,491 | 2015-01-07T05:49:17.000Z | 2022-03-31T15:31:05.000Z | cgi-bin/maps/tomato_arabidopsis/chr8d.pl | labroo2/sgn | c8a1a10e4ac2104d82c5fd2d986f1688d01b20be | [
"MIT"
] | 20 | 2015-06-30T19:10:09.000Z | 2022-03-23T13:34:09.000Z | use strict;
use CXGN::Page;
my $page=CXGN::Page->new('chr8d.html','html2pl converter');
$page->header('Chromosome 8');
print<<END_HEREDOC;
<br />
<br />
<center>
<h1><a href="chr8_split.pl">Chromosome 8</a></h1>
<h3>- Section D -</h3>
<br />
<br />
<table summary="">
<tr>
<td alig... | 19.481481 | 91 | 0.581749 |
edde73b8a1f8a325e8feaad767a80b42a72cdbdf | 5,315 | pm | Perl | lib/Devel/hdb/App/Stack.pm | gitpan/Devel-hdb | 1fa37cb35666be40e08895e2752a4754ca747e01 | [
"Artistic-1.0"
] | null | null | null | lib/Devel/hdb/App/Stack.pm | gitpan/Devel-hdb | 1fa37cb35666be40e08895e2752a4754ca747e01 | [
"Artistic-1.0"
] | null | null | null | lib/Devel/hdb/App/Stack.pm | gitpan/Devel-hdb | 1fa37cb35666be40e08895e2752a4754ca747e01 | [
"Artistic-1.0"
] | null | null | null | package Devel::hdb::App::Stack;
BEGIN {
our @saved_ARGV = @ARGV;
}
use strict;
use warnings;
use Plack::Request;
use base 'Devel::hdb::App::Base';
use Exporter 'import';
our @EXPORT_OK = qw(_serialize_stack);
use Data::Transform::ExplicitMetadata qw(encode);
__PACKAGE__->add_route('get', qr{(^/stack$)}, \&sta... | 26.979695 | 110 | 0.62841 |
edc2e012dcc6db72e27dd80090d11a045a888e94 | 751 | pl | Perl | fichiers_de_travail/5_comparaison_2_fichiers.pl | Tdpeiam/ednum | 2b224dbb68760957fd081f1ad04d9650bc139c5a | [
"MIT"
] | null | null | null | fichiers_de_travail/5_comparaison_2_fichiers.pl | Tdpeiam/ednum | 2b224dbb68760957fd081f1ad04d9650bc139c5a | [
"MIT"
] | null | null | null | fichiers_de_travail/5_comparaison_2_fichiers.pl | Tdpeiam/ednum | 2b224dbb68760957fd081f1ad04d9650bc139c5a | [
"MIT"
] | null | null | null | #/usr/bin/perl -w
open (OAI,"enssib_oai_pmh_perl.xml");
open (COLL,">enssib_oai_pmh_perl_collection.xml");
while (<OAI>) {
$ligne=$_;
if ($ligne !~ /^setSpec: Collection-/) {
print COLL $ligne;
}
else {
$collection=$ligne;
chomp($collection);
$collection=~s/^setSpec: //g;
open (NOM,"nom_co... | 24.225806 | 216 | 0.609854 |
ed86e23738e84530f79aa8f5a532c43597d02549 | 2,336 | t | Perl | t/get_regexp_qc_data.t | BuildJet/MIP | f1f63117a7324e37dbcaa16c0298f4b4c857d44c | [
"MIT"
] | null | null | null | t/get_regexp_qc_data.t | BuildJet/MIP | f1f63117a7324e37dbcaa16c0298f4b4c857d44c | [
"MIT"
] | null | null | null | t/get_regexp_qc_data.t | BuildJet/MIP | f1f63117a7324e37dbcaa16c0298f4b4c857d44c | [
"MIT"
] | null | null | null | #!/usr/bin/env perl
use 5.026;
use Carp;
use charnames qw{ :full :short };
use English qw{ -no_match_vars };
use File::Basename qw{ dirname };
use File::Spec::Functions qw{ catdir catfile };
use FindBin qw{ $Bin };
use open qw{ :encoding(UTF-8) :std };
use Params::Check qw{ allow check last_error };
use Test::More;
us... | 24.851064 | 88 | 0.639555 |
73f699a3f23cb9671ce6b99f01edd4127ecff0a0 | 3,384 | t | Perl | t/40-alltypes.t | git-the-cpan/DBD-Firebird | de1442a79b909565d1cff98c6d543b1e0cbf3ecf | [
"Artistic-1.0-Perl"
] | null | null | null | t/40-alltypes.t | git-the-cpan/DBD-Firebird | de1442a79b909565d1cff98c6d543b1e0cbf3ecf | [
"Artistic-1.0-Perl"
] | null | null | null | t/40-alltypes.t | git-the-cpan/DBD-Firebird | de1442a79b909565d1cff98c6d543b1e0cbf3ecf | [
"Artistic-1.0-Perl"
] | null | null | null | #!/usr/bin/perl
#
#
# This is a test for all data types handling.
#
# 2011-01-23 stefansbv
# New version based on testlib and Firebird.dbtest
# NOW and TOMORROW tests replaced with simple TIME and DATE tests
# there is a separate test for them anyway
use strict;
use warnings;
use Test::More;
use lib 't','.';
us... | 22.56 | 109 | 0.526891 |
eddf0c52931b9a5d4307e29645a6e45daabc3f0b | 2,653 | pl | Perl | DB/compare_database_table_contents.pl | m-macnair/Toolbox | 80eff1f0ab1f155302b5a2598c8fbaf613110392 | [
"BSD-3-Clause"
] | null | null | null | DB/compare_database_table_contents.pl | m-macnair/Toolbox | 80eff1f0ab1f155302b5a2598c8fbaf613110392 | [
"BSD-3-Clause"
] | null | null | null | DB/compare_database_table_contents.pl | m-macnair/Toolbox | 80eff1f0ab1f155302b5a2598c8fbaf613110392 | [
"BSD-3-Clause"
] | null | null | null | #!/usr/bin/perl
# ABSTRACT: Given master and subject database connections, an optional list of tables and non-default values, compare random entries within tables that have a primary key
our $VERSION = 'v0.0.6';
##~ DIGEST : dbab0e6fb51dc1b2f200fb22cc1aa780
use strict;
use warnings;
package Obj;
use Moo;
use parent 'M... | 27.071429 | 170 | 0.628722 |
edc902610ddd2956cc0183be53ca277bdb4f2872 | 4,183 | pm | Perl | network/extreme/snmp/mode/hardware.pm | nribault/centreon-plugins | e99276ba80ba202392791e78d72b00f1306d1a99 | [
"Apache-2.0"
] | null | null | null | network/extreme/snmp/mode/hardware.pm | nribault/centreon-plugins | e99276ba80ba202392791e78d72b00f1306d1a99 | [
"Apache-2.0"
] | null | null | null | network/extreme/snmp/mode/hardware.pm | nribault/centreon-plugins | e99276ba80ba202392791e78d72b00f1306d1a99 | [
"Apache-2.0"
] | null | null | null | #
# Copyright 2020 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 28.455782 | 107 | 0.59957 |
edc048d7f76b2b047bbeb03b737b6e2daaddddd7 | 2,183 | pm | Perl | SCAP_WEBCO/pub/web/html/nodes/nc/scap/pub/contacts/contacts_cardwin/pagemeta.pm | j735059474/gzw | 22516ebbc10bf6b90094db0468f3caf86de857a0 | [
"MIT"
] | null | null | null | SCAP_WEBCO/pub/web/html/nodes/nc/scap/pub/contacts/contacts_cardwin/pagemeta.pm | j735059474/gzw | 22516ebbc10bf6b90094db0468f3caf86de857a0 | [
"MIT"
] | null | null | null | SCAP_WEBCO/pub/web/html/nodes/nc/scap/pub/contacts/contacts_cardwin/pagemeta.pm | j735059474/gzw | 22516ebbc10bf6b90094db0468f3caf86de857a0 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE PageMeta PUBLIC "-//Yonyou Co., Ltd.//UAP LFW WINDOW 6.3//EN" "http://uap.yonyou.com/dtd/uap_lfw_window_6_3.dtd">
<PageMeta caption="常用联系人卡片" componentId="nc.scap.pub.contacts" controllerClazz="nc.scap.pub.contacts.ContactsCardWinCtrl" foldPath="/sync/scapco/pub/html/nod... | 59 | 254 | 0.695373 |
ed7916161c6195a6e5c5356a9885120816b07fb2 | 16,274 | pm | Perl | scr/pm/IPC/Run/Win32IO.pm | AmeerAbdelhadi/Timing-Driven-Variation-Aware-Clock-Mesh-Synthesis | 755ae558be1a64bc0d41774f5d8b386700d64f4f | [
"BSD-3-Clause"
] | 5 | 2019-07-04T16:41:27.000Z | 2021-12-20T20:21:24.000Z | scr/pm/IPC/Run/Win32IO.pm | AmeerAbdelhadi/Timing-Driven-Variation-Aware-Clock-Mesh-Synthesis | 755ae558be1a64bc0d41774f5d8b386700d64f4f | [
"BSD-3-Clause"
] | null | null | null | scr/pm/IPC/Run/Win32IO.pm | AmeerAbdelhadi/Timing-Driven-Variation-Aware-Clock-Mesh-Synthesis | 755ae558be1a64bc0d41774f5d8b386700d64f4f | [
"BSD-3-Clause"
] | 4 | 2017-12-01T08:17:28.000Z | 2019-07-07T23:47:44.000Z | package IPC::Run::Win32IO;
=head1 NAME
IPC::Run::Win32IO - helper routines for IPC::Run on Win32 platforms.
=head1 SYNOPSIS
use IPC::Run::Win32IO; # Exports all by default
=head1 DESCRIPTION
IPC::Run needs to use sockets to redirect subprocess I/O so that the select()
loop will work on Win32. This seems to ... | 29.217235 | 108 | 0.62394 |
edda6e9359096723d8a7cb44f91781165e3ef3ef | 1,875 | pm | Perl | openkore-master/src/Network/Receive/kRO/RagexeRE_2015_09_16.pm | phuchduong/ro_restart_bot | 41da6e1def82d05341433961ca0f071ad4424b60 | [
"Apache-2.0"
] | null | null | null | openkore-master/src/Network/Receive/kRO/RagexeRE_2015_09_16.pm | phuchduong/ro_restart_bot | 41da6e1def82d05341433961ca0f071ad4424b60 | [
"Apache-2.0"
] | null | null | null | openkore-master/src/Network/Receive/kRO/RagexeRE_2015_09_16.pm | phuchduong/ro_restart_bot | 41da6e1def82d05341433961ca0f071ad4424b60 | [
"Apache-2.0"
] | null | null | null | #########################################################################
# OpenKore - Packet Receiveing
# This module contains functions for Receiveing packets to the server.
#
# This software is open source, licensed under the GNU General Public
# License, version 2.
# Basically, this means that you're allowed t... | 30.737705 | 73 | 0.7248 |
ed7bddaca86cfa03dfb1500a8e372cbec89523ab | 65 | t | Perl | t/00-basic.t | fastmailops/perl-Crypt-OpenSSL-Verify | cb5eb3c7d8f6e73744edba4283f1ba14cc08b81d | [
"OpenSSL"
] | null | null | null | t/00-basic.t | fastmailops/perl-Crypt-OpenSSL-Verify | cb5eb3c7d8f6e73744edba4283f1ba14cc08b81d | [
"OpenSSL"
] | 11 | 2020-06-13T01:05:40.000Z | 2021-01-27T22:43:51.000Z | t/00-basic.t | timlegge/perl-Crypt-OpenSSL-Verify_old | 0ab1b9fdb1284fd19a714c8b7dce974e402afe88 | [
"OpenSSL"
] | 4 | 2020-11-17T00:37:27.000Z | 2021-04-03T14:41:13.000Z | use Test::More;
use_ok('Crypt::OpenSSL::Verify');
done_testing;
| 13 | 33 | 0.723077 |
edd4355efa6a2b7cf8aa7fbed8ad09ca76e5c06b | 3,535 | pm | Perl | modules/EnsEMBL/Web/TextSequence/Annotation/Exons.pm | pblins/ensembl-webcode | 1b70534380de5e46f3778b03296ffad6eaf739db | [
"Apache-2.0"
] | null | null | null | modules/EnsEMBL/Web/TextSequence/Annotation/Exons.pm | pblins/ensembl-webcode | 1b70534380de5e46f3778b03296ffad6eaf739db | [
"Apache-2.0"
] | null | null | null | modules/EnsEMBL/Web/TextSequence/Annotation/Exons.pm | pblins/ensembl-webcode | 1b70534380de5e46f3778b03296ffad6eaf739db | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2022] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | 38.423913 | 162 | 0.610467 |
ed08e145f8419eaa2a93cedf07ab5f7b28e366bb | 1,197 | pl | Perl | common-perl/tutorial/regular-expression/regular.pl | micolore/perl-tzon | 3b80ab2c8adbf59cec98e615992694b3153794c3 | [
"MIT"
] | null | null | null | common-perl/tutorial/regular-expression/regular.pl | micolore/perl-tzon | 3b80ab2c8adbf59cec98e615992694b3153794c3 | [
"MIT"
] | null | null | null | common-perl/tutorial/regular-expression/regular.pl | micolore/perl-tzon | 3b80ab2c8adbf59cec98e615992694b3153794c3 | [
"MIT"
] | null | null | null | #!/usr/bin/perl
# 三种方式
# 匹配 m// (可以省去m)
# 替换 s///
# 转化 tr///
# 1、匹配操作符
$bar = "I am runoob site . wecolme to ruboob site.";
if($bar =~ /run/){
print "第一次匹配!\n";
}else{
print "第一次不匹配! \n";
}
$bar = "run";
if($bar =~ /run/){
print "第二次匹配!\n";
}else{
print "第二次不匹配!\n";
}
# 2、模式匹配修饰符
# i 忽略大小写
# m 多行模式
# o 仅赋值... | 10.59292 | 52 | 0.548872 |
eddb78e6b3852d173b9ff4935bba437792b5b803 | 1,626 | t | Perl | t/002_read.t | clipland/text-nsr | 7142fe894feee9971d886a6b6678627129ecd3ad | [
"Artistic-1.0-cl8"
] | 1 | 2022-03-07T22:06:53.000Z | 2022-03-07T22:06:53.000Z | t/002_read.t | clipland/text-nsr | 7142fe894feee9971d886a6b6678627129ecd3ad | [
"Artistic-1.0-cl8"
] | null | null | null | t/002_read.t | clipland/text-nsr | 7142fe894feee9971d886a6b6678627129ecd3ad | [
"Artistic-1.0-cl8"
] | null | null | null |
use Test::More tests => 20;
use lib 'lib';
use Text::NSR;
my $nsr = Text::NSR->new( filepath => 't/test.nsr' );
my $records = $nsr->read();
use Data::Dumper;
print Dumper $records;
is( scalar(@$records), 8, "parsing test file without fieldspec returns 8 entries");
is( ref($records->[0]), 'ARRAY', "record 0 is ... | 35.347826 | 85 | 0.600861 |
eddf405e6e5d745850e03f01121ad6ac0e378588 | 42 | pl | Perl | Labo/reeks1/Reeks1_01.pl | VDBBjorn/Besturingssystemen-III | b07b6af4cc6a8731ed8abd4f714f37c6bc6df8af | [
"MIT"
] | 3 | 2018-05-11T18:35:15.000Z | 2020-09-20T17:50:43.000Z | Labo/reeks1/Reeks1_01.pl | VDBBjorn/Besturingssystemen-III | b07b6af4cc6a8731ed8abd4f714f37c6bc6df8af | [
"MIT"
] | null | null | null | Labo/reeks1/Reeks1_01.pl | VDBBjorn/Besturingssystemen-III | b07b6af4cc6a8731ed8abd4f714f37c6bc6df8af | [
"MIT"
] | null | null | null | #Je plaatst de tekst tussen " "-tekens.
| 10.5 | 39 | 0.666667 |
ed9a4099dcd9dd7ff18c2e7de876ae49f9a27314 | 7,471 | pl | Perl | pack/logicmoo_nlu/prolog/ape/utils/owlswrl/drs_to_owlswrl.pl | logicmoo/old_logicmoo_workspace | 44025b6e389e2f2f7d86b46c1301cab0604bba26 | [
"MIT"
] | 1 | 2018-09-04T14:44:49.000Z | 2018-09-04T14:44:49.000Z | pack/logicmoo_nlu/prolog/ape/utils/owlswrl/drs_to_owlswrl.pl | logicmoo/old_logicmoo_workspace | 44025b6e389e2f2f7d86b46c1301cab0604bba26 | [
"MIT"
] | null | null | null | pack/logicmoo_nlu/prolog/ape/utils/owlswrl/drs_to_owlswrl.pl | logicmoo/old_logicmoo_workspace | 44025b6e389e2f2f7d86b46c1301cab0604bba26 | [
"MIT"
] | null | null | null | % This file is part of the Attempto Parsing Engine (APE).
% Copyright 2008-2010, Kaarel Kaljurand <kaljurand@gmail.com>.
%
% The Attempto Parsing Engine (APE) is free software: you can redistribute it and/or modify it
% under the terms of the GNU Lesser General Public License as published by the Free Software
% Foundat... | 33.352679 | 138 | 0.723866 |
edc4be13649b9b971fa6b64296549891fe441a7e | 1,407 | t | Perl | FreeBSD/contrib/pjdfstest/tests/open/07.t | TigerBSD/FreeBSD-Custom-ThinkPad | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | 4 | 2016-08-22T22:02:55.000Z | 2017-03-04T22:56:44.000Z | FreeBSD/contrib/pjdfstest/tests/open/07.t | TigerBSD/FreeBSD-Custom-ThinkPad | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | 21 | 2016-08-11T09:43:43.000Z | 2017-01-29T12:52:56.000Z | FreeBSD/contrib/pjdfstest/tests/open/07.t | TigerBSD/TigerBSD | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | null | null | null | #!/bin/sh
# $FreeBSD: head/tools/regression/pjdfstest/tests/open/07.t 211352 2010-08-15 21:24:17Z pjd $
desc="open returns EACCES when O_TRUNC is specified and write permission is denied"
dir=`dirname $0`
. ${dir}/../misc.sh
echo "1..23"
n0=`namegen`
n1=`namegen`
expect 0 mkdir ${n0} 0755
expect 0 chown ${n0} 6553... | 30.586957 | 93 | 0.707889 |
eddf4c30ebdc8169c11f9b7bdfea94cab53a6220 | 25,910 | pm | Perl | Slim/Utils/Prefs.pm | LarsGrootkarzijn/LogitechMediaServer_SA | 4c81461426ba6399e16f3f88d6a313a16ade423e | [
"BSD-3-Clause"
] | 647 | 2015-01-02T14:39:47.000Z | 2022-03-26T03:35:54.000Z | Slim/Utils/Prefs.pm | LarsGrootkarzijn/LogitechMediaServer_SA | 4c81461426ba6399e16f3f88d6a313a16ade423e | [
"BSD-3-Clause"
] | 571 | 2015-01-13T17:35:32.000Z | 2022-03-31T04:22:16.000Z | Slim/Utils/Prefs.pm | LarsGrootkarzijn/LogitechMediaServer_SA | 4c81461426ba6399e16f3f88d6a313a16ade423e | [
"BSD-3-Clause"
] | 296 | 2015-01-20T13:10:18.000Z | 2022-03-20T12:39:05.000Z | package Slim::Utils::Prefs;
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License,
# version 2.
=head1 NAME
Slim::Utils::Prefs
=head1 SYNOPSIS
use Slim::Utils::Prefs;
my $prefs = preferences('plugin.demo');
$prefs->set('pref1', 1); or $pref... | 30.092915 | 163 | 0.624315 |
eddfa1b686c79755d6d6e140c2fed8bb173e0434 | 2,098 | pl | Perl | vep/compare_previous_release_cache_data.pl | at7/work | 0198a1818700a37c36a8d42a87ac4e8d772ad3eb | [
"Apache-2.0"
] | null | null | null | vep/compare_previous_release_cache_data.pl | at7/work | 0198a1818700a37c36a8d42a87ac4e8d772ad3eb | [
"Apache-2.0"
] | null | null | null | vep/compare_previous_release_cache_data.pl | at7/work | 0198a1818700a37c36a8d42a87ac4e8d772ad3eb | [
"Apache-2.0"
] | null | null | null | use strict;
use warnings;
use FileHandle;
my $dir = '/hps/nobackup2/production/ensembl/anja/vep_data/output/grch37/';
my $previous_release = file2hash("$dir/production_test_95_37.out");
my $new_release = file2hash("$dir/production_test_37.out");
foreach my $key (keys %$new_release) {
foreach my $pop (keys %{$new... | 31.313433 | 169 | 0.57817 |
ed6f8a08b49185ef60d48af6f683c0077143fb5e | 12,851 | pl | Perl | perl/vendor/lib/auto/share/dist/DateTime-Locale/ar-YE.pl | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 2 | 2021-11-19T22:37:28.000Z | 2021-11-22T18:04:55.000Z | perl/vendor/lib/auto/share/dist/DateTime-Locale/ar-YE.pl | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 6 | 2021-11-18T00:39:48.000Z | 2021-11-20T00:31:40.000Z | perl/vendor/lib/auto/share/dist/DateTime-Locale/ar-YE.pl | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | null | null | null | {
am_pm_abbreviated => [
"\N{U+0635}",
"\N{U+0645}",
],
available_formats => {
Bh => "h B",
Bhm => "h:mm B",
Bhms => "h:mm:ss B",
E => "ccc",
EBhm => "E h:mm B",
EBhms => "E h:mm:ss B",
EHm => "E HH:mm",
EHms => "E HH:mm:ss",
Ed => "E\N{U+060c} d",
Ehm => "E h:mm a"... | 45.25 | 153 | 0.520738 |
edd26f68cea5bec65150e174266f2886560883bd | 563 | t | Perl | v5.14/t/io/iofile.t | perl11/p5-coretests | 65f340f49aea59bd666f1bf5c077a66004b51731 | [
"Artistic-2.0"
] | 1 | 2015-12-07T12:45:44.000Z | 2015-12-07T12:45:44.000Z | v5.14/t/io/iofile.t | perl11/p5-coretests | 65f340f49aea59bd666f1bf5c077a66004b51731 | [
"Artistic-2.0"
] | null | null | null | v5.14/t/io/iofile.t | perl11/p5-coretests | 65f340f49aea59bd666f1bf5c077a66004b51731 | [
"Artistic-2.0"
] | null | null | null | #!./perl
BEGIN {
unshift @INC, 'lib';
require 'test.pl';
}
$| = 1;
use warnings;
use Config;
plan tests => 3;
# this is essentially the same as a test on a lexical filehandle in
# t/io/open.t, but done in a separate test process against a standard
# filehandle
# check that we can call methods on filehandl... | 22.52 | 73 | 0.642984 |
ed7b2547222d1955afbcc93da4ab7453240308af | 10,567 | pl | Perl | tools/docker-test/startup.pl | adesso-as-a-service/openxpki | 0ef14d3d714a3f9d4f902ab8b5551e2b20a91eb0 | [
"Apache-2.0"
] | 357 | 2015-02-19T18:23:12.000Z | 2022-03-29T04:05:25.000Z | tools/docker-test/startup.pl | adesso-as-a-service/openxpki | 0ef14d3d714a3f9d4f902ab8b5551e2b20a91eb0 | [
"Apache-2.0"
] | 604 | 2015-01-19T11:58:44.000Z | 2022-03-14T13:38:42.000Z | tools/docker-test/startup.pl | adesso-as-a-service/openxpki | 0ef14d3d714a3f9d4f902ab8b5551e2b20a91eb0 | [
"Apache-2.0"
] | 108 | 2015-03-10T19:05:20.000Z | 2022-03-29T04:32:28.000Z | #!/usr/bin/perl
# Obeyed env variables:
# OXI_TEST_ONLY (Str: comma separated list of tests dirs/files)
# OXI_TEST_ALL (Bool: 1 = run all tests)
# OXI_TEST_COVERAGE (Bool: 1 = only run coverage tests)
# OXI_TEST_GITREPO (Str: Git repository)
# OXI_TEST_GITBRANCH (Str: Git branch, default b... | 31.828313 | 161 | 0.614649 |
edb7216f5adc9551739050e29df4cb1416f2ffeb | 165 | pm | Perl | exercises/practice/minesweeper/Minesweeper.pm | nataraj-hates-MS-for-stealing-github/perl5 | d2300f2ce2f9dace3349d1d6a904a7e4de3de1c4 | [
"MIT"
] | 13 | 2017-12-04T11:31:32.000Z | 2021-10-30T15:09:34.000Z | exercises/practice/minesweeper/Minesweeper.pm | nataraj-hates-MS-for-stealing-github/perl5 | d2300f2ce2f9dace3349d1d6a904a7e4de3de1c4 | [
"MIT"
] | 106 | 2017-06-21T19:50:42.000Z | 2022-03-20T14:42:27.000Z | exercises/practice/minesweeper/Minesweeper.pm | nataraj-hates-MS-for-stealing-github/perl5 | d2300f2ce2f9dace3349d1d6a904a7e4de3de1c4 | [
"MIT"
] | 29 | 2017-07-29T03:44:17.000Z | 2021-12-12T16:48:55.000Z | package Minesweeper;
use strict;
use warnings;
use Exporter qw<import>;
our @EXPORT_OK = qw<annotate>;
sub annotate {
my ($minefield) = @_;
return undef;
}
1;
| 12.692308 | 30 | 0.690909 |
eda22b8be1024c265bbf0184a3cdbfc8c263efcb | 535 | pm | Perl | lib/SemanticWeb/Schema/RVPark.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | lib/SemanticWeb/Schema/RVPark.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | lib/SemanticWeb/Schema/RVPark.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | use utf8;
package SemanticWeb::Schema::RVPark;
# ABSTRACT: A place offering space for "Recreational Vehicles"
use Moo;
extends qw/ SemanticWeb::Schema::CivicStructure /;
use MooX::JSON_LD 'RVPark';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namespace::autoclean;
our $VERSION = '... | 12.738095 | 74 | 0.730841 |
eddf0dbcfa60ce435ea2370a8dc3fccfb694bad8 | 5,170 | pl | Perl | perl/vendor/lib/auto/share/dist/DateTime-Locale/pt.pl | luiscarlosg27/xampp | c295dbdd435c9c62fbd4cc6fc42097bea7a900a0 | [
"Apache-2.0"
] | 2 | 2021-07-24T12:46:49.000Z | 2021-08-02T08:37:53.000Z | perl/vendor/lib/auto/share/dist/DateTime-Locale/pt.pl | luiscarlosg27/xampp | c295dbdd435c9c62fbd4cc6fc42097bea7a900a0 | [
"Apache-2.0"
] | null | null | null | perl/vendor/lib/auto/share/dist/DateTime-Locale/pt.pl | luiscarlosg27/xampp | c295dbdd435c9c62fbd4cc6fc42097bea7a900a0 | [
"Apache-2.0"
] | null | null | null | {
am_pm_abbreviated => [
"AM",
"PM",
],
available_formats => {
Bh => "h B",
Bhm => "h:mm B",
Bhms => "h:mm:ss B",
E => "ccc",
EBhm => "E h:mm B",
EBhms => "E h:mm:ss B",
EHm => "E, HH:mm",
EHms => "E, HH:mm:ss",
Ed => "E, d",
Ehm => "E, h:mm a",
Ehms => "E, h:mm... | 18.597122 | 62 | 0.448936 |
edaa327eef07d392231d97e7c60968e7e1d37342 | 5,089 | pm | Perl | lib/IPC/Transit/Internal.pm | dana/perl-IPC-Transit | ed0047838ad763924dfdc151f1f7478566e6d232 | [
"Artistic-1.0-Perl",
"ClArtistic"
] | null | null | null | lib/IPC/Transit/Internal.pm | dana/perl-IPC-Transit | ed0047838ad763924dfdc151f1f7478566e6d232 | [
"Artistic-1.0-Perl",
"ClArtistic"
] | 1 | 2016-03-06T12:07:12.000Z | 2016-03-06T12:07:12.000Z | lib/IPC/Transit/Internal.pm | dana/perl-IPC-Transit | ed0047838ad763924dfdc151f1f7478566e6d232 | [
"Artistic-1.0-Perl",
"ClArtistic"
] | null | null | null | package IPC::Transit::Internal;
use strict;use warnings;
use IPC::SysV;
use IPC::Msg;
use POSIX;
use vars qw(
$config
);
{
my $queue_cache = {};
sub _initialize_queue {
my %args = @_;
my $qid = _get_queue_id(%args);
if(not $queue_cache->{$qid}) {
$queue_cache->{$qid} = IPC::Msg->new($qid, _g... | 26.643979 | 121 | 0.546473 |
ed63cba3009ccdff9347aa3dcf0cc3d5dc94bb69 | 2,062 | ph | Perl | pop/x/pop/auto/popc_declare.ph | nickpapadonis/poplog-x64 | c4af8c97e68823fe162fbedde0bc0af183c3a1ca | [
"MIT"
] | null | null | null | pop/x/pop/auto/popc_declare.ph | nickpapadonis/poplog-x64 | c4af8c97e68823fe162fbedde0bc0af183c3a1ca | [
"MIT"
] | null | null | null | pop/x/pop/auto/popc_declare.ph | nickpapadonis/poplog-x64 | c4af8c97e68823fe162fbedde0bc0af183c3a1ca | [
"MIT"
] | null | null | null | /* --- Copyright University of Sussex 1993. All rights reserved. ----------
> File: C.x/x/pop/auto/popc_declare.ph
> Purpose: Identifier declarations for POPC in this directory
> Author: John Gibson, Mar 13 1993
*/
uses-now popxlib;
library_declare_section '$usepop/pop/x/pop/auto/'
section;
weak global co... | 19.826923 | 75 | 0.767216 |
edcdc4bfe29c8e2df825ba27d06191925f7c90c4 | 2,075 | pm | Perl | auto-lib/Paws/CostExplorer/SavingsPlansCoverageData.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 164 | 2015-01-08T14:58:53.000Z | 2022-02-20T19:16:24.000Z | auto-lib/Paws/CostExplorer/SavingsPlansCoverageData.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 348 | 2015-01-07T22:08:38.000Z | 2022-01-27T14:34:44.000Z | auto-lib/Paws/CostExplorer/SavingsPlansCoverageData.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 87 | 2015-04-22T06:29:47.000Z | 2021-09-29T14:45:55.000Z | # Generated by default/object.tt
package Paws::CostExplorer::SavingsPlansCoverageData;
use Moose;
has CoveragePercentage => (is => 'ro', isa => 'Str');
has OnDemandCost => (is => 'ro', isa => 'Str');
has SpendCoveredBySavingsPlans => (is => 'ro', isa => 'Str');
has TotalCost => (is => 'ro', isa => 'Str');
1;... | 25.9375 | 115 | 0.742169 |
ed9c43071e113578ef9ba949e5a2da43f24b011d | 1,978 | pm | Perl | cloud/azure/storage/storageaccount/mode/health.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 316 | 2015-01-18T20:37:21.000Z | 2022-03-27T00:20:35.000Z | cloud/azure/storage/storageaccount/mode/health.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 2,333 | 2015-04-26T19:10:19.000Z | 2022-03-31T15:35:21.000Z | cloud/azure/storage/storageaccount/mode/health.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 371 | 2015-01-18T20:37:23.000Z | 2022-03-22T10:10:16.000Z | #
# Copyright 2021 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 25.037975 | 76 | 0.722952 |
edc568c9da770bb6e8694599ddba951c420ac05c | 474 | pl | Perl | silk-src/src/rwset/tests/rwsetbuild-cidr-s1-v4.pl | mjschultz/netsa-pkg | 07bf4ff29a73ebc0f58e4aa27d3ad6b1dee7fc83 | [
"Apache-2.0"
] | 3 | 2018-06-01T06:55:14.000Z | 2021-11-14T22:51:04.000Z | silk-src/src/rwset/tests/rwsetbuild-cidr-s1-v4.pl | mjschultz/netsa-pkg | 07bf4ff29a73ebc0f58e4aa27d3ad6b1dee7fc83 | [
"Apache-2.0"
] | 3 | 2017-07-02T17:03:34.000Z | 2021-09-09T17:05:31.000Z | silk-src/src/rwset/tests/rwsetbuild-cidr-s1-v4.pl | mjschultz/netsa-pkg | 07bf4ff29a73ebc0f58e4aa27d3ad6b1dee7fc83 | [
"Apache-2.0"
] | 4 | 2017-08-14T15:42:31.000Z | 2022-01-24T16:24:27.000Z | #! /usr/bin/perl -w
# MD5: bbe1ccae72895f2e22791ea049aba410
# TEST: ./rwsetcat --cidr ../../tests/set1-v4.set | ./rwsetbuild | ./rwsetcat --cidr
use strict;
use SiLKTests;
my $rwsetbuild = check_silk_app('rwsetbuild');
my $rwsetcat = check_silk_app('rwsetcat');
my %file;
$file{v4set1} = get_data_or_exit77('v4set1');
... | 29.625 | 84 | 0.706751 |
ede0c8fc26f3d1dfd54686ad465d0627cbd9f8fd | 3,051 | pl | Perl | auparse/mk_audit_syscalls.pl | wolandr/go-libaudit | 8bcb06ea2313e7d2d0c5171a421cc76d6c23647b | [
"Apache-2.0"
] | 109 | 2017-05-18T13:15:32.000Z | 2022-03-15T04:44:05.000Z | auparse/mk_audit_syscalls.pl | wolandr/go-libaudit | 8bcb06ea2313e7d2d0c5171a421cc76d6c23647b | [
"Apache-2.0"
] | 76 | 2017-04-11T22:43:02.000Z | 2022-02-22T15:59:28.000Z | auparse/mk_audit_syscalls.pl | wolandr/go-libaudit | 8bcb06ea2313e7d2d0c5171a421cc76d6c23647b | [
"Apache-2.0"
] | 49 | 2017-04-17T20:50:11.000Z | 2022-03-11T04:42:21.000Z | #!/usr/bin/env perl
# Copyright 2017 Elasticsearch Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or... | 26.763158 | 124 | 0.66765 |
ed5a9004b129e714f4d9ca12ee00046538558740 | 3,397 | pl | Perl | library/unicode_data/unicode_prop_list/unicode_other_lowercase.pl | sergio-castro/logtalk3 | 821cb1277cf144be36b52bef9d9f86c530f96fac | [
"Apache-2.0"
] | null | null | null | library/unicode_data/unicode_prop_list/unicode_other_lowercase.pl | sergio-castro/logtalk3 | 821cb1277cf144be36b52bef9d9f86c530f96fac | [
"Apache-2.0"
] | null | null | null | library/unicode_data/unicode_prop_list/unicode_other_lowercase.pl | sergio-castro/logtalk3 | 821cb1277cf144be36b52bef9d9f86c530f96fac | [
"Apache-2.0"
] | null | null | null | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file is part of VivoMind Prolog Unicode Resources
%
% VivoMind Prolog Unicode Resources is free software distributed using the
% Creative Commons CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
% license
%
%%%%%%%%%... | 55.688525 | 142 | 0.726523 |
73e6b4ef9c8783b12fc12dd6e6074f9c49f45a2f | 42 | pl | Perl | test_suite/3/double_quotes.pl | n3ih7/Sheeple | 04c62871c0db1994c7b5eda7a5878f52185f7cbe | [
"MIT"
] | null | null | null | test_suite/3/double_quotes.pl | n3ih7/Sheeple | 04c62871c0db1994c7b5eda7a5878f52185f7cbe | [
"MIT"
] | null | null | null | test_suite/3/double_quotes.pl | n3ih7/Sheeple | 04c62871c0db1994c7b5eda7a5878f52185f7cbe | [
"MIT"
] | null | null | null | #!/usr/bin/perl -w
print "hello world\n";
| 14 | 22 | 0.642857 |
edc2bb5750101ff692c2fae446b638d63a1c1410 | 48,179 | pl | Perl | perl/utils/h2xs.pl | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | perl/utils/h2xs.pl | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | perl/utils/h2xs.pl | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | #!/usr/local/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
use Cwd;
# List explicitly here the variables you want Configure to
# generate. Metaconfig only looks for shell variables, so you
# have to mention them as if they were shell variables, not
# %Config entries. Thus you write
# $startperl
#... | 25.8194 | 170 | 0.626767 |
eda0aa2a40926558225e96b203f15e25f44c851b | 1,207 | pm | Perl | admin/modules/EnsEMBL/Web/Object/HelpLink.pm | at7/public-plugins | 189ef46fe2567a7999c216505a9f543eeb4ecfb1 | [
"Apache-2.0"
] | null | null | null | admin/modules/EnsEMBL/Web/Object/HelpLink.pm | at7/public-plugins | 189ef46fe2567a7999c216505a9f543eeb4ecfb1 | [
"Apache-2.0"
] | null | null | null | admin/modules/EnsEMBL/Web/Object/HelpLink.pm | at7/public-plugins | 189ef46fe2567a7999c216505a9f543eeb4ecfb1 | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | 24.14 | 100 | 0.669428 |
ed8cd10c5ac3db29c6a00e22e018abc86056b4ef | 107,716 | pm | Perl | lib/AmuseWikiFarm/Schema/Result/Site.pm | labdsf/amusewiki | c9be8dd0784c96d99efef0fa550ea2532fc2f749 | [
"Artistic-1.0"
] | null | null | null | lib/AmuseWikiFarm/Schema/Result/Site.pm | labdsf/amusewiki | c9be8dd0784c96d99efef0fa550ea2532fc2f749 | [
"Artistic-1.0"
] | null | null | null | lib/AmuseWikiFarm/Schema/Result/Site.pm | labdsf/amusewiki | c9be8dd0784c96d99efef0fa550ea2532fc2f749 | [
"Artistic-1.0"
] | null | null | null | use utf8;
package AmuseWikiFarm::Schema::Result::Site;
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
=head1 NAME
AmuseWikiFarm::Schema::Result::Site - Site definitions
=cut
use strict;
use warnings;
use Moose;
use MooseX::NonMoose;
use MooseX::MarkAsMethods autoclean => 1;
e... | 27.740407 | 116 | 0.523321 |
edc324a97d39237277e7ece7bd45d3bbfbef2e5d | 20,004 | pm | Perl | src/BioGraphics/Bio/Graphics/Glyph/wiggle_density.pm | EuPathDB-Infra/GBrowse | 250030f6ab615fffb348eb37641d240e589c225a | [
"Apache-2.0"
] | null | null | null | src/BioGraphics/Bio/Graphics/Glyph/wiggle_density.pm | EuPathDB-Infra/GBrowse | 250030f6ab615fffb348eb37641d240e589c225a | [
"Apache-2.0"
] | null | null | null | src/BioGraphics/Bio/Graphics/Glyph/wiggle_density.pm | EuPathDB-Infra/GBrowse | 250030f6ab615fffb348eb37641d240e589c225a | [
"Apache-2.0"
] | null | null | null | package Bio::Graphics::Glyph::wiggle_density;
use strict;
use base qw(Bio::Graphics::Glyph::wiggle_data
Bio::Graphics::Glyph::box
Bio::Graphics::Glyph::smoothing
Bio::Graphics::Glyph::xyplot
);
sub my_description {
return <<END;
This glyph draws quantitative data as a heatmap.... | 34.910995 | 121 | 0.581934 |
ed9fd8e7a33040ea51b67ea95c43f055e28634a9 | 22,325 | pl | Perl | scripts/metadata.pl | whble/trunk | 25110ded97af2d98bd56b061de973ac5686d28dc | [
"Apache-2.0"
] | null | null | null | scripts/metadata.pl | whble/trunk | 25110ded97af2d98bd56b061de973ac5686d28dc | [
"Apache-2.0"
] | null | null | null | scripts/metadata.pl | whble/trunk | 25110ded97af2d98bd56b061de973ac5686d28dc | [
"Apache-2.0"
] | null | null | null | #!/usr/bin/env perl
use FindBin;
use lib "$FindBin::Bin";
use strict;
use metadata;
my %board;
sub confstr($) {
my $conf = shift;
$conf =~ tr#/\.\-/#___#;
return $conf;
}
sub parse_target_metadata() {
my $file = shift @ARGV;
my ($target, @target, $profile);
my %target;
open FILE, "<$file" ... | 25.572738 | 124 | 0.542038 |
edb786949905a8cd584c932ea6f377bc6f7d4485 | 9,474 | ph | Perl | doc/metrics/ptmb8a.ph | dlundqvist/nam | 0b71bbf5b6b9a2c2c3f116a86a928699a83c9515 | [
"BSD-2-Clause"
] | 1 | 2020-12-11T22:11:09.000Z | 2020-12-11T22:11:09.000Z | doc/metrics/ptmb8a.ph | dlundqvist/nam | 0b71bbf5b6b9a2c2c3f116a86a928699a83c9515 | [
"BSD-2-Clause"
] | null | null | null | doc/metrics/ptmb8a.ph | dlundqvist/nam | 0b71bbf5b6b9a2c2c3f116a86a928699a83c9515 | [
"BSD-2-Clause"
] | null | null | null | %PS_Times_Bold = (
name => 'Times-Bold',
widths => {
"A" => 722, "AE" => 1000, "Aacute" => 722, "Acircumflex" => 722,
"Adieresis" => 722, "Agrave" => 722, "Aring" => 722,
"Atilde" => 722, "B" => 667, "C" => 722, "Ccedilla" => 722,
"D" => 722, "E" => 667, "Eacute" => 667, "Ecircumflex" => 667,
"E... | 36.72093 | 71 | 0.363943 |
ed8370edbb402a252f914d3686a399510a4b0fc0 | 585 | t | Perl | t/02-util-func-scalar.t | ktat/Util-Any | a7b7594fdcf06f282039490a4776f4e97ec0f438 | [
"Artistic-1.0"
] | null | null | null | t/02-util-func-scalar.t | ktat/Util-Any | a7b7594fdcf06f282039490a4776f4e97ec0f438 | [
"Artistic-1.0"
] | 1 | 2016-10-29T16:05:10.000Z | 2016-12-19T15:55:48.000Z | t/02-util-func-scalar.t | ktat/Util-Any | a7b7594fdcf06f282039490a4776f4e97ec0f438 | [
"Artistic-1.0"
] | null | null | null | use Test::More qw/no_plan/;
use Util::Any {Scalar => [qw/blessed weaken/]};
no strict 'refs';
ok(defined &weaken , 'weaken');
ok(defined &blessed , 'blessed');
my $hoge = bless {};
ok(blessed $hoge, "blessed test");
foreach (grep {$_ ne 'weaken' and $_ ne 'blessed'} @Scalar::Util::EXPORT_OK) {
ok(! defined &{$_} ,... | 21.666667 | 78 | 0.589744 |
eda911d52480c736365ddf9d7b26dcec11557a3c | 1,427 | pm | Perl | auto-lib/Paws/EC2/PurchaseRequest.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/EC2/PurchaseRequest.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | 1 | 2021-05-26T19:13:58.000Z | 2021-05-26T19:13:58.000Z | auto-lib/Paws/EC2/PurchaseRequest.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | package Paws::EC2::PurchaseRequest;
use Moose;
has InstanceCount => (is => 'ro', isa => 'Int', required => 1);
has PurchaseToken => (is => 'ro', isa => 'Str', required => 1);
1;
### main pod documentation begin ###
=head1 NAME
Paws::EC2::PurchaseRequest
=head1 USAGE
This class represents one of two things:
... | 23.016129 | 102 | 0.720392 |
edc8ae33536893d011f5cc036b90e76ca0f5a170 | 3,817 | pl | Perl | examples/0003_themes.pl | sanko/alien-fltk2 | 170bc5c4881fa087b5e8732155ea0e9e7a47af16 | [
"Artistic-2.0"
] | 1 | 2018-04-02T18:45:26.000Z | 2018-04-02T18:45:26.000Z | examples/0003_themes.pl | sanko/alien-fltk2 | 170bc5c4881fa087b5e8732155ea0e9e7a47af16 | [
"Artistic-2.0"
] | 1 | 2015-02-15T20:31:22.000Z | 2015-02-15T20:38:20.000Z | examples/0003_themes.pl | sanko/alien-fltk2 | 170bc5c4881fa087b5e8732155ea0e9e7a47af16 | [
"Artistic-2.0"
] | null | null | null | use strict;
use warnings;
{
use Alien::FLTK2;
use ExtUtils::CBuilder;
my $AF = Alien::FLTK2->new();
my $CC = ExtUtils::CBuilder->new();
my $source = 'hello_world.cxx';
open(my $FH, '>', $source) || die '...';
syswrite($FH, <<'END') || die '...'; close $FH;
#include <fltk/Box.h>
... | 31.286885 | 78 | 0.578989 |
eddda150ec4535dd90d6bb65d9f439f6175f9f07 | 41,778 | t | Perl | pTk/tkDecls.t | cboleary/perl-tk | 88dd549c36e1e615837c3dc185f553b5a9533792 | [
"TCL"
] | 28 | 2015-01-02T00:31:12.000Z | 2021-12-21T09:03:05.000Z | pTk/tkDecls.t | cboleary/perl-tk | 88dd549c36e1e615837c3dc185f553b5a9533792 | [
"TCL"
] | 44 | 2015-01-07T22:25:25.000Z | 2022-03-28T13:34:44.000Z | pTk/tkDecls.t | cboleary/perl-tk | 88dd549c36e1e615837c3dc185f553b5a9533792 | [
"TCL"
] | 18 | 2015-01-02T00:32:47.000Z | 2022-03-24T12:57:40.000Z | #ifdef _TKDECLS
#ifndef Tk_3DBorderColor
VFUNC(XColor *,Tk_3DBorderColor,V_Tk_3DBorderColor,_ANSI_ARGS_((Tk_3DBorder border)))
#endif /* #ifndef Tk_3DBorderColor */
#ifndef Tk_3DBorderGC
VFUNC(GC,Tk_3DBorderGC,V_Tk_3DBorderGC,_ANSI_ARGS_((Tk_Window tkwin,
Tk_3DBorder border, int which)))
#endif /* #ifndef Tk_3DBor... | 36.046592 | 99 | 0.785701 |
ed979a3eb886f9ab907fcb20b17b5006a5ecb6d1 | 2,026 | pm | Perl | ppenv/ppenv.pm | proofpoint/optconfig | 76b16687cdbec7491010918433cf3b5fcc17d14b | [
"Apache-2.0"
] | 1 | 2015-03-22T12:33:40.000Z | 2015-03-22T12:33:40.000Z | ppenv/ppenv.pm | proofpoint/optconfig | 76b16687cdbec7491010918433cf3b5fcc17d14b | [
"Apache-2.0"
] | null | null | null | ppenv/ppenv.pm | proofpoint/optconfig | 76b16687cdbec7491010918433cf3b5fcc17d14b | [
"Apache-2.0"
] | null | null | null | #!perl
# /* Copyright 2013 Proofpoint, Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by a... | 29.362319 | 74 | 0.621422 |
ed3a4cf36be19cc74dd24f3e48b7cc57934e718d | 2,751 | pm | Perl | lib/Mojo/Promise/Role/Get.pm | Grinnz/Mojo-Promise-Role-Get | c13173c2469d2d3b761a46212e71740d57b49e64 | [
"Artistic-2.0"
] | null | null | null | lib/Mojo/Promise/Role/Get.pm | Grinnz/Mojo-Promise-Role-Get | c13173c2469d2d3b761a46212e71740d57b49e64 | [
"Artistic-2.0"
] | 1 | 2019-05-13T18:20:09.000Z | 2019-05-24T05:17:10.000Z | lib/Mojo/Promise/Role/Get.pm | Grinnz/Mojo-Promise-Role-Get | c13173c2469d2d3b761a46212e71740d57b49e64 | [
"Artistic-2.0"
] | null | null | null | package Mojo::Promise::Role::Get;
use Carp ();
use Role::Tiny;
our $VERSION = 'v0.1.4';
requires qw(ioloop then wait);
sub get {
my ($self) = @_;
Carp::croak "'get' cannot be called when the event loop is running" if $self->ioloop->is_running;
my (@result, $rejected);
$self->then(sub { @result = @_ }, sub {... | 28.071429 | 99 | 0.689931 |
eddf2ccf0ea7dd140e96a1e8983021eb3a7be541 | 1,162 | pm | Perl | lib/Google/Ads/GoogleAds/V7/Services/CampaignFeedService/CampaignFeedOperation.pm | googleads/google-ads-perl | 3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177 | [
"Apache-2.0"
] | 19 | 2019-06-21T00:43:57.000Z | 2022-03-29T14:23:01.000Z | lib/Google/Ads/GoogleAds/V7/Services/CampaignFeedService/CampaignFeedOperation.pm | googleads/google-ads-perl | 3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177 | [
"Apache-2.0"
] | 16 | 2020-03-04T07:44:53.000Z | 2021-12-15T23:06:23.000Z | lib/Google/Ads/GoogleAds/V7/Services/CampaignFeedService/CampaignFeedOperation.pm | googleads/google-ads-perl | 3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177 | [
"Apache-2.0"
] | 9 | 2020-02-28T03:00:48.000Z | 2021-11-10T14:23:02.000Z | # Copyright 2020, Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | 29.794872 | 89 | 0.711704 |
ed561a3b77e845a1396961e207e42bd7a674bfeb | 906 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0200-100-210.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0200-100-210.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0200-100-210.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 62 83 99
2 34 47 56 61
3
4 15 52
5
6 38 56 81
7 69
8 53 62 71
9 14 30 32 40 49 61
10 1 15 36 56 80 84
11 25 77
12 33 34 49
13 69 87
14 97
15 40 66 83
16 61 93 97
17 7 23 29
18 36 48 76
19 14
20 23
21 36 40 100
22 6
23 35
24 3 7
25 34
26 3 82
27 22 33 92
28 38
29 11 65 80
30 53
31
32 53 57 84
33 44 71
34 78
35 55 64 8... | 9.06 | 23 | 0.65894 |
73daa502469d8f57d0d170f4f6c6f5cd4950c7ac | 3,942 | pl | Perl | tests/badsymbols.pl | Axis-Mats/curl | 37fb213a2eab80047014e74b0a1c64e9d4dc68f0 | [
"curl"
] | 23,856 | 2016-02-03T15:35:29.000Z | 2022-03-31T17:24:30.000Z | tests/badsymbols.pl | Axis-Mats/curl | 37fb213a2eab80047014e74b0a1c64e9d4dc68f0 | [
"curl"
] | 6,135 | 2016-02-03T16:09:05.000Z | 2022-03-31T21:32:46.000Z | tests/badsymbols.pl | Axis-Mats/curl | 37fb213a2eab80047014e74b0a1c64e9d4dc68f0 | [
"curl"
] | 5,231 | 2016-02-04T02:46:06.000Z | 2022-03-31T10:42:24.000Z | #!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
# / __| | | | |_) | |
# | (__| |_| | _ <| |___
# ... | 25.432258 | 81 | 0.460173 |
ed8217918fcb3e53c61a3750bf86cf5ed09905f7 | 2,604 | t | Perl | test/custom.tag_ind.t | sudosays/taskwarrior | 144e415e846cf27eb442c50d0e0dbce28cbb8213 | [
"MIT"
] | 3 | 2020-11-02T23:35:19.000Z | 2022-02-25T00:01:34.000Z | test/custom.tag_ind.t | sudosays/taskwarrior | 144e415e846cf27eb442c50d0e0dbce28cbb8213 | [
"MIT"
] | null | null | null | test/custom.tag_ind.t | sudosays/taskwarrior | 144e415e846cf27eb442c50d0e0dbce28cbb8213 | [
"MIT"
] | null | null | null | #!/usr/bin/env python
# -*- coding: utf-8 -*-
###############################################################################
#
# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation f... | 38.294118 | 79 | 0.658986 |
edb1302c892b1162748bebab68d3a0301f2f7fd8 | 2,754 | pm | Perl | tests/jeos/prepare_firstboot.pm | DeepthiYV/os-autoinst-distri-opensuse | 563632700f014528b3cd938a6efc2cc566a7aae5 | [
"FSFAP"
] | null | null | null | tests/jeos/prepare_firstboot.pm | DeepthiYV/os-autoinst-distri-opensuse | 563632700f014528b3cd938a6efc2cc566a7aae5 | [
"FSFAP"
] | null | null | null | tests/jeos/prepare_firstboot.pm | DeepthiYV/os-autoinst-distri-opensuse | 563632700f014528b3cd938a6efc2cc566a7aae5 | [
"FSFAP"
] | null | null | null | # SUSE's openQA tests
#
# Copyright © 2019 SUSE LLC
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
# Summary: Enable jeos-firstboot... | 35.766234 | 124 | 0.665214 |
edbe94bcba52181ba3957ee17e105b4a3c4fa0c1 | 3,242 | pl | Perl | Zonemaster-Backend/client.pl | mtoma/zonemaster | 4d3c67db52a97705452ceaceeddccacbf4c52991 | [
"BSD-2-Clause"
] | null | null | null | Zonemaster-Backend/client.pl | mtoma/zonemaster | 4d3c67db52a97705452ceaceeddccacbf4c52991 | [
"BSD-2-Clause"
] | null | null | null | Zonemaster-Backend/client.pl | mtoma/zonemaster | 4d3c67db52a97705452ceaceeddccacbf4c52991 | [
"BSD-2-Clause"
] | null | null | null | use strict;
use warnings;
use utf8;
use 5.10.1;
use strict;
use LWP::UserAgent;
use JSON;
use Data::Dumper;
use Client;
my $c = Client->new({url => 'http://localhost:5000'});
say "Client->validate_syntax:".Dumper($c->validate_syntax("nic.fr"));
=coment
say "Client->version_info:".Dumper($c->version_info("test para... | 34.489362 | 134 | 0.638803 |
edd21e7a59d09a40953adbba72bdaf5440da5304 | 537 | pm | Perl | t/lib/Test/Schema/Result/FooBaz.pm | git-the-cpan/DBIx-Class-Relationship-Predicate | b97ba4cdfafb00324b50a95d2597cc7caa99e368 | [
"Artistic-1.0"
] | null | null | null | t/lib/Test/Schema/Result/FooBaz.pm | git-the-cpan/DBIx-Class-Relationship-Predicate | b97ba4cdfafb00324b50a95d2597cc7caa99e368 | [
"Artistic-1.0"
] | null | null | null | t/lib/Test/Schema/Result/FooBaz.pm | git-the-cpan/DBIx-Class-Relationship-Predicate | b97ba4cdfafb00324b50a95d2597cc7caa99e368 | [
"Artistic-1.0"
] | null | null | null | package # hide from PAUSE
Test::Schema::Result::FooBaz;
use strict;
use warnings;
use parent 'DBIx::Class::Core';
__PACKAGE__->table('foo_baz');
__PACKAGE__->add_columns(
foo_id => { 'data_type' => 'integer' },
baz_id => { 'data_type' => 'integer' },
);
__PACKAGE__->set_primary_key(qw/foo_id baz_id/);
__PA... | 20.653846 | 48 | 0.629423 |
ed80e1570d945262e908a0e3b4b467468c9f8be7 | 73,618 | pl | Perl | scripts/training/pipeline.pl | jganitkevitch/joshua | a3a24af8ef951745628915369247cdec12c1bbe8 | [
"BSD-2-Clause"
] | null | null | null | scripts/training/pipeline.pl | jganitkevitch/joshua | a3a24af8ef951745628915369247cdec12c1bbe8 | [
"BSD-2-Clause"
] | null | null | null | scripts/training/pipeline.pl | jganitkevitch/joshua | a3a24af8ef951745628915369247cdec12c1bbe8 | [
"BSD-2-Clause"
] | null | null | null | #!/usr/bin/perl
# This script implements the Joshua pipeline. It can run a complete
# pipeline --- from raw training corpora to bleu scores on a test set
# --- and it allows jumping into arbitrary points of the pipeline.
my $JOSHUA;
BEGIN {
if (! exists $ENV{JOSHUA} || $ENV{JOSHUA} eq "" ||
! exists $ENV{J... | 35.325336 | 521 | 0.626871 |
edd482f0a631ab1ac06e8d7abc9fc9611083a1cf | 3,102 | al | Perl | MigrationApps/HybridBaseDeployment/app/src/pages/pag4001.HybridReplicationSchedule.al | bjarkihall/ALAppExtensions | d8243d27e0280dec6e079ab9f1e838f9768c208c | [
"MIT"
] | 1 | 2021-08-16T18:14:49.000Z | 2021-08-16T18:14:49.000Z | MigrationApps/HybridBaseDeployment/app/src/pages/pag4001.HybridReplicationSchedule.al | bjarkihall/ALAppExtensions | d8243d27e0280dec6e079ab9f1e838f9768c208c | [
"MIT"
] | null | null | null | MigrationApps/HybridBaseDeployment/app/src/pages/pag4001.HybridReplicationSchedule.al | bjarkihall/ALAppExtensions | d8243d27e0280dec6e079ab9f1e838f9768c208c | [
"MIT"
] | 1 | 2021-02-09T10:23:09.000Z | 2021-02-09T10:23:09.000Z | page 4001 "Intelligent Cloud Schedule"
{
SourceTable = "Intelligent Cloud Setup";
InsertAllowed = false;
DeleteAllowed = false;
Permissions = tabledata 4003 = rimd;
layout
{
area(Content)
{
group(Schedule)
{
field("Replication Enabled"; "R... | 36.494118 | 84 | 0.427466 |
edd356d92f92adbf12f595c20976dad299b8a6d5 | 1,058 | pm | Perl | lib/SemanticWeb/Schema/Thesis.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | lib/SemanticWeb/Schema/Thesis.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | lib/SemanticWeb/Schema/Thesis.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | use utf8;
package SemanticWeb::Schema::Thesis;
# ABSTRACT: A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification.
use Moo;
extends qw/ SemanticWeb::Schema::CreativeWork /;
use MooX::JSON_LD 'Thesis';
use Ref::Util qw/ is_plain_hashref /;
# RECOM... | 14.694444 | 135 | 0.736295 |
ed51bc6f94cc3758887a19922d344fef3bf733a4 | 2,828 | t | Perl | t/03-generator.t | Scimon/Statico | 38acb1727333d7356526f540f587ccbf6ff47275 | [
"Artistic-2.0"
] | null | null | null | t/03-generator.t | Scimon/Statico | 38acb1727333d7356526f540f587ccbf6ff47275 | [
"Artistic-2.0"
] | null | null | null | t/03-generator.t | Scimon/Statico | 38acb1727333d7356526f540f587ccbf6ff47275 | [
"Artistic-2.0"
] | null | null | null | use v6.c;
use lib <lib>;
use Test;
use File::Temp;
use Statico;
# Test requiring the module
my $generator = 'Statico::Generator::Markdown';
try require ::($generator);
ok ::($generator) !~~ 'Failure', "Required OK";
my $md-generator;
my $data-path = tempdir;
my $templates-path = tempdir;
my $static-path = tempdir... | 30.73913 | 158 | 0.647808 |
eda1c505cf7ba51b867c8dbf5c5b540539447d75 | 2,616 | pm | Perl | lib/SockJS/Transport/HtmlFile.pm | vti/sockjs-perl | 2bf5511e7cca9854e43a071c5fdd54bc2c9b24df | [
"Artistic-1.0"
] | 4 | 2015-11-03T10:55:11.000Z | 2019-05-27T20:42:41.000Z | lib/SockJS/Transport/HtmlFile.pm | BlueT/sockjs-perl | 52a62e38549af0fd70e2c1dcb47de13357ac879e | [
"Artistic-1.0"
] | 9 | 2015-01-12T15:09:33.000Z | 2019-08-14T08:23:12.000Z | lib/SockJS/Transport/HtmlFile.pm | BlueT/sockjs-perl | 52a62e38549af0fd70e2c1dcb47de13357ac879e | [
"Artistic-1.0"
] | 2 | 2017-03-19T11:50:38.000Z | 2018-08-26T09:37:51.000Z | package SockJS::Transport::HtmlFile;
use strict;
use warnings;
use base 'SockJS::Transport::Base';
sub new {
my $self = shift->SUPER::new(@_);
my (%params) = @_;
$self->{response_limit} = $params{response_limit} || 128 * 1024;
push @{$self->{allowed_methods}}, 'GET';
return $self;
}
sub dispa... | 22.947368 | 71 | 0.460627 |
edacd3fc12dc5e753582f6535b78f2b43e5869b4 | 22,100 | pl | Perl | mscstyle3/theme.pl | bataron2008pb/webmin_new | 83d5b448ad53ea15e6fee66d60a2ffcbc8911b88 | [
"BSD-3-Clause"
] | 2 | 2019-10-17T18:00:03.000Z | 2019-10-17T18:02:31.000Z | mscstyle3/theme.pl | bataron2008pb/webmin_new | 83d5b448ad53ea15e6fee66d60a2ffcbc8911b88 | [
"BSD-3-Clause"
] | null | null | null | mscstyle3/theme.pl | bataron2008pb/webmin_new | 83d5b448ad53ea15e6fee66d60a2ffcbc8911b88 | [
"BSD-3-Clause"
] | 13 | 2017-09-25T21:59:36.000Z | 2019-06-18T14:31:57.000Z | #!/usr/local/bin/perl
#theme_prebody - called just before the main body of every page, so it can print any HTML it likes.
#theme_postbody - called just after the main body of every page.
#theme_header - called instead of the normal header function, with the same parameters. You could use this to re-write the header fu... | 33.233083 | 213 | 0.552081 |
ed93a3704239733eb0f28f8e7e6f337f121988f5 | 39,838 | al | Perl | Apps/IN/INGST/app/GSTSubcontracting/src/Page/SubcontractingOrderSubform.Page.al | waldo1001/ALAppExtensions | 935155845bf45b631d1c34b6bcd5aec54308d50f | [
"MIT"
] | 337 | 2019-05-07T06:04:40.000Z | 2022-03-31T10:07:42.000Z | Apps/IN/INGST/app/GSTSubcontracting/src/Page/SubcontractingOrderSubform.Page.al | waldo1001/ALAppExtensions | 935155845bf45b631d1c34b6bcd5aec54308d50f | [
"MIT"
] | 14,850 | 2019-05-07T06:04:27.000Z | 2022-03-31T19:53:28.000Z | Apps/IN/INGST/app/GSTSubcontracting/src/Page/SubcontractingOrderSubform.Page.al | waldo1001/ALAppExtensions | 935155845bf45b631d1c34b6bcd5aec54308d50f | [
"MIT"
] | 374 | 2019-05-09T10:08:14.000Z | 2022-03-31T17:48:32.000Z | page 18493 "Subcontracting Order Subform"
{
AutoSplitKey = true;
Caption = 'Subcontracting Order Subform';
DelayedInsert = true;
LinksAllowed = false;
MultipleNewLines = true;
PageType = ListPart;
SourceTable = "Purchase Line";
SourceTableView = where("Document Type" = filter(Order), Su... | 38.528046 | 221 | 0.452257 |
ede2e68f4f131b89ff51685acd10b0457f2895a9 | 2,880 | pm | Perl | auto-lib/Paws/CloudFront/CookiePreference.pm | shogo82148/aws-sdk-perl | a87555a9d30dd1415235ebacd2715b2f7e5163c7 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/CloudFront/CookiePreference.pm | shogo82148/aws-sdk-perl | a87555a9d30dd1415235ebacd2715b2f7e5163c7 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/CloudFront/CookiePreference.pm | shogo82148/aws-sdk-perl | a87555a9d30dd1415235ebacd2715b2f7e5163c7 | [
"Apache-2.0"
] | null | null | null | # Generated by default/object.tt
package Paws::CloudFront::CookiePreference;
use Moose;
has Forward => (is => 'ro', isa => 'Str', required => 1);
has WhitelistedNames => (is => 'ro', isa => 'Paws::CloudFront::CookieNames');
1;
### main pod documentation begin ###
=head1 NAME
Paws::CloudFront::CookiePreference... | 32 | 105 | 0.764931 |
edb18921a79ea85dd7b98890f0c5a56d9e726268 | 1,373 | pm | Perl | auto-lib/Paws/Pinpoint/MapOfListOf__string.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/Pinpoint/MapOfListOf__string.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/Pinpoint/MapOfListOf__string.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | package Paws::Pinpoint::MapOfListOf__string;
use Moose;
with 'Paws::API::StrToNativeMapParser';
has Map => (is => 'ro', isa => 'HashRef[ArrayRef[Str|Undef]]');
1;
### main pod documentation begin ###
=head1 NAME
Paws::Pinpoint::MapOfListOf__string
=head1 USAGE
This class represents one of two things:
=head... | 24.517857 | 106 | 0.734887 |
ed94b2339cb2d2354ccda57c0dab00235f3e51fc | 39,330 | pm | Perl | lib/Mojolicious/Command/Author/generate/obrazi.pm | kberov/Mojolicious-Plugin-Obrazi | d3f60ee184f9f5cc46b9b7a986388848a508347d | [
"Artistic-2.0"
] | null | null | null | lib/Mojolicious/Command/Author/generate/obrazi.pm | kberov/Mojolicious-Plugin-Obrazi | d3f60ee184f9f5cc46b9b7a986388848a508347d | [
"Artistic-2.0"
] | null | null | null | lib/Mojolicious/Command/Author/generate/obrazi.pm | kberov/Mojolicious-Plugin-Obrazi | d3f60ee184f9f5cc46b9b7a986388848a508347d | [
"Artistic-2.0"
] | null | null | null | package Mojolicious::Command::Author::generate::obrazi;
use feature ':5.26';
use Mojo::Base Mojolicious::Command => -signatures;
use Mojo::File 'path';
use Mojo::Util qw(url_escape punycode_decode punycode_encode getopt encode decode dumper);
use Mojo::Collection 'c';
use Text::CSV_XS qw( csv );
use Mojo::Loader qw(dat... | 34.743816 | 125 | 0.603534 |
ed8ddd50469d20e732e7f21a60eb88c598b4c80e | 27,475 | ph | Perl | lib/asm/unistd_32.ph | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 1 | 2021-11-26T17:29:56.000Z | 2021-11-26T17:29:56.000Z | lib/asm/unistd_32.ph | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 1 | 2020-03-19T21:12:23.000Z | 2020-03-19T21:12:23.000Z | lib/asm/unistd_32.ph | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | null | null | null | require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_ASM_X86_UNISTD_32_H)) {
eval 'sub _ASM_X86_UNISTD_32_H () {1;}' unless defined(&_ASM_X86_UNISTD_32_H);
eval 'sub __NR_restart_syscall () {0;}' unless defined(&__NR_restart_syscall);
eval 'sub __NR_exit () {1;}' unless defined(&__NR_ex... | 70.811856 | 98 | 0.694741 |
edd8eb2e1490465c7b5a409675f936dd42a88752 | 9,215 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations-2/triangulation-0482-490-1948.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations-2/triangulation-0482-490-1948.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations-2/triangulation-0482-490-1948.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 46 181 432 473 482
2 36 223 231 333 374
3 23 24 121 160 218
4 20 52 188 241 403
5 8 61 317
6 101 190 443
7 136 439 443 449
8 64 102 176 187 317 394 409
9 51 93 146 453
10 4 241 326
11 101 196 255 373 391
12 127 128 302 438 441
13 185 264 355 362
14 21 34 277 470
15 173 221 233 265 422
16 7 150 184 349 371 439 458
17 ... | 18.806122 | 37 | 0.73554 |
ed7f90ce0269e44bed98329952ba30a8c79a8a62 | 1,935 | pm | Perl | lib/Bio/EnsEMBL/DataCheck/Checks/XrefTypes.pm | gnaamati/ensembl-datacheck | b5eb55a4caa8dc0a7d03322fa6eabe95b7081701 | [
"Apache-2.0"
] | null | null | null | lib/Bio/EnsEMBL/DataCheck/Checks/XrefTypes.pm | gnaamati/ensembl-datacheck | b5eb55a4caa8dc0a7d03322fa6eabe95b7081701 | [
"Apache-2.0"
] | null | null | null | lib/Bio/EnsEMBL/DataCheck/Checks/XrefTypes.pm | gnaamati/ensembl-datacheck | b5eb55a4caa8dc0a7d03322fa6eabe95b7081701 | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
Copyright [2018-2020] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the 'License');
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appl... | 27.253521 | 72 | 0.690956 |
edb6de572bb76262e700ab2a60c149a52842e165 | 521 | t | Perl | t/07_throw.t | bayashi/Test-Arrow | fabec15f66da34377efe28a7724d1192a942ec9d | [
"Artistic-2.0"
] | 2 | 2020-02-23T08:53:17.000Z | 2020-07-11T15:59:35.000Z | t/07_throw.t | manwar/Test-Arrow | 4a38ce9a739c08b28e91e3a47b6c7c7367975e3e | [
"Artistic-2.0"
] | 15 | 2020-02-18T17:57:01.000Z | 2020-04-24T05:15:11.000Z | t/07_throw.t | manwar/Test-Arrow | 4a38ce9a739c08b28e91e3a47b6c7c7367975e3e | [
"Artistic-2.0"
] | 2 | 2020-02-18T17:36:46.000Z | 2020-04-26T11:44:22.000Z | use Test::Arrow;
my $arr = Test::Arrow->new;
$arr->throw_ok(sub { die 'foo' });
$arr->throw_ok(sub { die 'bar' }, 'die bar');
$arr->name('die baz')->throw_ok(sub { die 'baz' });
$arr->throw(sub { die 'bar' })->catch(qr/^ba/);
$arr->name('die bar')->throw(sub { die 'bar' })->catch(qr/^ba/);
$arr->throw(sub { die 'baz'... | 32.5625 | 64 | 0.56238 |
edda96b05af6c9e99fd024a62bfc0f703dcd5c9a | 485 | pm | Perl | lib/WebGUI/Help/PayDriver_ExpressCheckout.pm | AlliumCepa/webgui | 235e1771b16e41ef4e85ddd4e61e22a26eddbe93 | [
"Apache-1.1"
] | 17 | 2015-02-10T15:32:59.000Z | 2022-03-27T20:01:14.000Z | lib/WebGUI/Help/PayDriver_ExpressCheckout.pm | AlliumCepa/webgui | 235e1771b16e41ef4e85ddd4e61e22a26eddbe93 | [
"Apache-1.1"
] | 34 | 2015-01-07T22:42:00.000Z | 2020-11-15T17:45:50.000Z | lib/WebGUI/Help/PayDriver_ExpressCheckout.pm | AlliumCepa/webgui | 235e1771b16e41ef4e85ddd4e61e22a26eddbe93 | [
"Apache-1.1"
] | 11 | 2015-02-06T22:06:10.000Z | 2022-03-27T20:12:30.000Z | package WebGUI::Help::PayDriver_ExpressCheckout;
use strict;
our $HELP = {
'cart summary template' => {
title => 'cart summary template',
body => '',
isa => [
{ namespace => "PayDriver",
tag => "cart summary variables"
},
],
fields => [],... | 15.645161 | 53 | 0.445361 |
ed95216acb2005726f20990d332103ad29a33bd9 | 12,981 | t | Perl | qatest/backend/api/15_search_cert.t | takerukoushirou/openxpki | 17845b6e853d1a75c91352d79d9c33a90f5e6148 | [
"Apache-2.0"
] | null | null | null | qatest/backend/api/15_search_cert.t | takerukoushirou/openxpki | 17845b6e853d1a75c91352d79d9c33a90f5e6148 | [
"Apache-2.0"
] | null | null | null | qatest/backend/api/15_search_cert.t | takerukoushirou/openxpki | 17845b6e853d1a75c91352d79d9c33a90f5e6148 | [
"Apache-2.0"
] | null | null | null | #!/usr/bin/perl
use strict;
use warnings;
# Core modules
use Carp;
use English;
use Data::Dumper;
use File::Basename qw( dirname );
use FindBin qw( $Bin );
# CPAN modules
use Log::Log4perl qw(:easy);
Log::Log4perl->easy_init($WARN);
use Test::More;
use Test::Deep;
use Math::BigInt;
use Data::UUID;
# Project modules
... | 37.088571 | 127 | 0.657731 |
edd40e28df190a562e2beec39be1f784ba362733 | 1,334 | pm | Perl | auto-lib/Azure/RecoveryServices/ListByReplicationFabricsReplicationStorageClassifications.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/RecoveryServices/ListByReplicationFabricsReplicationStorageClassifications.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/RecoveryServices/ListByReplicationFabricsReplicationStorageClassifications.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | 1 | 2021-04-08T15:26:39.000Z | 2021-04-08T15:26:39.000Z | package Azure::RecoveryServices::ListByReplicationFabricsReplicationStorageClassifications;
use Moose;
use MooseX::ClassAttribute;
has 'api_version' => (is => 'ro', required => 1, isa => 'Str', default => '2018-01-10',
traits => [ 'Azure::ParamInQuery', 'Azure::LocationInResponse' ], location => 'api-version... | 44.466667 | 243 | 0.636432 |
ed072689e06bb8b9b89ea9ded6f3efad774a60db | 5,920 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/random/random-1599-440-1144.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random/random-1599-440-1144.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random/random-1599-440-1144.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 47 58 118
2 162 208 353
3 121 124 181
4 9 88 363
5 44 127 260
6
7 70 252 368
8 144
9 122 258 427
10 152 161 203 271 385
11 54
12 299 394
13
14 1 36 87 289 367
15 77 231 246
16 25 151 287
17 59 94 238
18 82
19 21 80 201 212 225 256
20 11 191 329
21 65 360 382 438
22 60 65
23 287
24 148 382
25 67 73 361
26 79
27 33 323... | 13.454545 | 31 | 0.732601 |
ed6b77799c9470c58949b3b230b455a4fa7e59ca | 1,640 | pm | Perl | StatsTracker.pm | therealbala/file-streaming-script_1 | 74d529006145e509c27eb94c8441830883f6bd4c | [
"MIT"
] | null | null | null | StatsTracker.pm | therealbala/file-streaming-script_1 | 74d529006145e509c27eb94c8441830883f6bd4c | [
"MIT"
] | null | null | null | StatsTracker.pm | therealbala/file-streaming-script_1 | 74d529006145e509c27eb94c8441830883f6bd4c | [
"MIT"
] | null | null | null | package Engine::Components::StatsTracker;
use strict;
use vars qw($ses $db $c $f);
sub _check(\%\@\@)
{
my ($opts, $required, $defined) = @_;
my %valid = map { $_ => 1 } (@$required, @$defined);
my ($pkg, $fn, $ln) = caller(1);
for(@$required) { die("Required option: $_ at $fn:$ln\n") if !defined($opts->{... | 28.275862 | 118 | 0.553659 |
edbd9f107e2d224cb8f9d483db582bd6c0bfe045 | 4,041 | al | Perl | Apps/W1/HybridGP/app/src/pages/GPMigrationSettingsList.page.al | Enavate-EPS-Product/ALAppExtensions | 20136cf2ef6589ff3ce7b16776aed5e8823b76f2 | [
"MIT"
] | 127 | 2018-04-17T18:03:03.000Z | 2019-05-06T18:54:17.000Z | Apps/W1/HybridGP/app/src/pages/GPMigrationSettingsList.page.al | Microsoft/ALAppExtensions | c49a3f05eef4bc88a38b5f4b888b96933ac01309 | [
"MIT"
] | 2,279 | 2018-09-12T12:01:49.000Z | 2019-05-06T13:59:35.000Z | Apps/W1/HybridGP/app/src/pages/GPMigrationSettingsList.page.al | Enavate-EPS-Product/ALAppExtensions | 20136cf2ef6589ff3ce7b16776aed5e8823b76f2 | [
"MIT"
] | 41 | 2018-05-17T11:19:52.000Z | 2019-04-30T17:30:38.000Z | page 4021 "GP Migration Settings List"
{
SourceTable = "GP Company Migration Settings";
SourceTableView = where(Replicate = CONST(true));
PageType = ListPart;
InsertAllowed = false;
DeleteAllowed = false;
ModifyAllowed = true;
Caption = 'Select company settings for data migration';
Refre... | 39.617647 | 115 | 0.511012 |
edbcf3ab1bd6b11f1d1d20d37a74493c32a45ca2 | 8,803 | pm | Perl | lib/Sisimai/Lhost/MXLogic.pm | vhenon/p5-sisimai | 0951e278ee44418aeee6c8ebd675a29798c74dde | [
"BSD-2-Clause"
] | 42 | 2016-01-04T09:20:43.000Z | 2020-03-03T00:33:09.000Z | lib/Sisimai/Lhost/MXLogic.pm | vhenon/p5-sisimai | 0951e278ee44418aeee6c8ebd675a29798c74dde | [
"BSD-2-Clause"
] | 251 | 2015-12-25T06:22:58.000Z | 2020-04-23T05:47:59.000Z | lib/Sisimai/Lhost/MXLogic.pm | vhenon/p5-sisimai | 0951e278ee44418aeee6c8ebd675a29798c74dde | [
"BSD-2-Clause"
] | 19 | 2016-01-14T10:34:34.000Z | 2019-12-18T10:06:23.000Z | package Sisimai::Lhost::MXLogic;
use parent 'Sisimai::Lhost';
use feature ':5.10';
use strict;
use warnings;
# Based on Sisimai::Lhost::Exim
sub description { 'McAfee SaaS' }
sub make {
# Detect an error from MXLogic
# @param [Hash] mhead Message headers of a bounce email
# @param [String] mbody ... | 36.679167 | 111 | 0.547427 |
73fb09cfc30d842a93fb85511cec0ec18bf067e5 | 12,079 | pm | Perl | lib/Mojo/mysql/Database.pm | jhthorsen/mojo-mysql | 2d43a6af7f31606e2558f4c3481621a3e758c8e0 | [
"ClArtistic"
] | 20 | 2015-02-26T01:25:12.000Z | 2020-06-23T19:12:50.000Z | lib/Mojo/mysql/Database.pm | jhthorsen/mojo-mysql | 2d43a6af7f31606e2558f4c3481621a3e758c8e0 | [
"ClArtistic"
] | 82 | 2015-01-02T10:37:18.000Z | 2021-11-22T09:12:54.000Z | lib/Mojo/mysql/Database.pm | jhthorsen/mojo-mysql | 2d43a6af7f31606e2558f4c3481621a3e758c8e0 | [
"ClArtistic"
] | 26 | 2015-03-02T14:07:39.000Z | 2021-10-08T07:06:43.000Z | package Mojo::mysql::Database;
use Mojo::Base 'Mojo::EventEmitter';
use Carp;
use Mojo::IOLoop;
use Mojo::JSON 'to_json';
use Mojo::mysql::Results;
use Mojo::mysql::Transaction;
use Mojo::Promise;
use Mojo::Util 'monkey_patch';
use Scalar::Util 'weaken';
has [qw(dbh mysql)];
has results_class => 'Mojo::mysql::Results... | 26.782705 | 106 | 0.622899 |
ed73d340ee801eb76634fbaecd0fdae80519444f | 69 | pl | Perl | examples/debugging/simple.pl | leuschel/logen | 0ea806f54628162615e25177c3ed98f6b2c27935 | [
"Apache-2.0"
] | 14 | 2015-10-16T11:35:30.000Z | 2021-05-12T15:31:16.000Z | examples/debugging/simple.pl | leuschel/logen | 0ea806f54628162615e25177c3ed98f6b2c27935 | [
"Apache-2.0"
] | null | null | null | examples/debugging/simple.pl | leuschel/logen | 0ea806f54628162615e25177c3ed98f6b2c27935 | [
"Apache-2.0"
] | 5 | 2015-10-16T12:44:41.000Z | 2019-10-02T02:45:38.000Z | main(X) :- var(X),print(var),nl,X=1.
main(X) :- print(nonvar(X)),nl.
| 23 | 36 | 0.57971 |
eddead034fc663d972401b02fa9cad26ff5faf52 | 17,644 | pm | Perl | lib/DateTime/Duration.pm | ystk/debian-libdatetime-perl | 21fd459667779f12b0c5ad9694a65b4ebc08725b | [
"Artistic-2.0"
] | null | null | null | lib/DateTime/Duration.pm | ystk/debian-libdatetime-perl | 21fd459667779f12b0c5ad9694a65b4ebc08725b | [
"Artistic-2.0"
] | null | null | null | lib/DateTime/Duration.pm | ystk/debian-libdatetime-perl | 21fd459667779f12b0c5ad9694a65b4ebc08725b | [
"Artistic-2.0"
] | null | null | null | package DateTime::Duration;
BEGIN {
$DateTime::Duration::VERSION = '0.61';
}
use strict;
use warnings;
use Carp ();
use DateTime;
use DateTime::Helpers;
use Params::Validate qw( validate SCALAR );
use overload (
fallback => 1,
'+' => '_add_overload',
'-' => '_subtract_overload',
'*' ... | 28.095541 | 81 | 0.630016 |
edc96a28dc3045c779f51a5b3a5dac02e274e4cf | 1,297 | t | Perl | tests/test-dirs/pp/simple-pp.t | pereb4ik/merlin | f3565d0ef89cf8df9bc3f10a15dc12069658f45b | [
"MIT"
] | 1,031 | 2016-12-16T19:17:17.000Z | 2022-03-24T06:30:52.000Z | tests/test-dirs/pp/simple-pp.t | pereb4ik/merlin | f3565d0ef89cf8df9bc3f10a15dc12069658f45b | [
"MIT"
] | 754 | 2016-12-16T14:01:33.000Z | 2022-03-31T13:21:16.000Z | tests/test-dirs/pp/simple-pp.t | pereb4ik/merlin | f3565d0ef89cf8df9bc3f10a15dc12069658f45b | [
"MIT"
] | 177 | 2017-01-04T17:35:53.000Z | 2022-02-18T02:54:14.000Z | $ $MERLIN single errors -pp cat -filename test.ml <<EOF
> let x : int = "hello"
> EOF
{
"class": "return",
"value": [
{
"start": {
"line": 1,
"col": 14
},
"end": {
"line": 1,
"col": 21
},
"type": "typer",
"sub"... | 20.587302 | 95 | 0.438705 |
ed488ebe24b8c5e44e9cadb243692746368d5eaf | 4,909 | pm | Perl | lib/HTTP2/Draft/FrameStream.pm | sludin/http2-perl | 6fc96f9bfc1e8f921d3a69ce7f244c6d1c1e6e88 | [
"BSD-3-Clause"
] | 2 | 2015-02-11T01:22:35.000Z | 2016-06-20T09:17:31.000Z | lib/HTTP2/Draft/FrameStream.pm | sludin/http2-perl | 6fc96f9bfc1e8f921d3a69ce7f244c6d1c1e6e88 | [
"BSD-3-Clause"
] | null | null | null | lib/HTTP2/Draft/FrameStream.pm | sludin/http2-perl | 6fc96f9bfc1e8f921d3a69ce7f244c6d1c1e6e88 | [
"BSD-3-Clause"
] | null | null | null | package HTTP2::Draft::FrameStream;
use 5.008;
use strict;
use warnings FATAL => 'all';
use base qw( IO::Async::SSLStream );
use HTTP2::Draft::Frame qw( :frames :settings :errors );
=head1 NAME
HTTP2::Draft::FrameStream - Frame stream class based on IO::Async::SSLStreams
=head1 VERSION
Version 0.03
=cut
our $VE... | 24.668342 | 120 | 0.724791 |
ed861b90a44908f7f8f2423aaa1bf96ec1dffa42 | 1,465 | pm | Perl | lib/MusicBrainz/Server/Form/Field/PartialDate.pm | kellnerd/musicbrainz-server | 9e058e10219ea6b8942cfd64160ffe19769f747b | [
"BSD-2-Clause"
] | 577 | 2015-01-15T12:18:50.000Z | 2022-03-16T20:41:57.000Z | lib/MusicBrainz/Server/Form/Field/PartialDate.pm | kellnerd/musicbrainz-server | 9e058e10219ea6b8942cfd64160ffe19769f747b | [
"BSD-2-Clause"
] | 1,227 | 2015-04-16T01:00:29.000Z | 2022-03-30T15:08:46.000Z | lib/MusicBrainz/Server/Form/Field/PartialDate.pm | kellnerd/musicbrainz-server | 9e058e10219ea6b8942cfd64160ffe19769f747b | [
"BSD-2-Clause"
] | 280 | 2015-01-04T08:39:41.000Z | 2022-03-10T17:09:59.000Z | package MusicBrainz::Server::Form::Field::PartialDate;
use MusicBrainz::Server::Translation qw( l );
use MusicBrainz::Server::Validation qw( is_valid_partial_date );
use HTML::FormHandler::Moose;
use Date::Calc ();
extends 'HTML::FormHandler::Field::Compound';
has_field 'year' => (
type => '+MusicBrainz::Server::... | 21.231884 | 76 | 0.579522 |
eda44730b86d427546951759eb9f00e5a7f45908 | 795 | pm | Perl | t/test/fixtures.pm | hitode909/APISchema | 3804b2890202825feac80bbf7c9a9ec53d8ab819 | [
"Artistic-1.0"
] | 14 | 2015-02-18T10:59:12.000Z | 2021-01-23T07:16:09.000Z | t/test/fixtures.pm | itchyny/APISchema | 506bd25e38ca8cac961fe42db4b4e3ef3de6f2a1 | [
"Artistic-1.0"
] | 20 | 2015-03-16T02:32:23.000Z | 2021-03-18T09:27:52.000Z | t/test/fixtures.pm | itchyny/APISchema | 506bd25e38ca8cac961fe42db4b4e3ef3de6f2a1 | [
"Artistic-1.0"
] | 6 | 2015-03-13T06:41:02.000Z | 2021-01-23T07:16:19.000Z | package t::test::fixtures;
use strict;
use warnings;
use APISchema::DSL;
sub prepare_bmi {
APISchema::DSL::process {
include 't/fixtures/bmi.def';
};
}
sub prepare_family {
APISchema::DSL::process {
include 't/fixtures/family.def';
};
}
sub prepare_user {
APISchema::DSL::process {... | 16.22449 | 46 | 0.611321 |
ed1c313fa33f24063a0a534c2f4b94364e2ae4e2 | 4,072 | pm | Perl | lib/Business/cXML/Credential.pm | vphantom/Business-cXML | eb303fee6857e6f1fdd4881d7788a2fdef5c5f9b | [
"MIT"
] | null | null | null | lib/Business/cXML/Credential.pm | vphantom/Business-cXML | eb303fee6857e6f1fdd4881d7788a2fdef5c5f9b | [
"MIT"
] | 4 | 2018-01-29T12:32:59.000Z | 2021-09-17T15:51:30.000Z | lib/Business/cXML/Credential.pm | vphantom/Business-cXML | eb303fee6857e6f1fdd4881d7788a2fdef5c5f9b | [
"MIT"
] | 1 | 2019-04-08T20:15:51.000Z | 2019-04-08T20:15:51.000Z | =encoding utf-8
=head1 NAME
Business::cXML::Credential - cXML credential
=head1 SYNOPSIS
use Business::cXML::Transmission;
$msg = new Business::cXML::Transmission $incoming_cxml_string;
print $msg->to->id; # Fetches Identity string from the To credential
=head1 DESCRIPTION
Object representation of cXML C<To>,... | 24.678788 | 94 | 0.71169 |
ed0718e66b1160a2d71b714f4da6acccc8e805b6 | 1,203 | t | Perl | t/10-coderef.t | robrwo/Plack-Middleware-Security-Simple | ac5de2f3c86347854da851e490c23841f0e8ff99 | [
"ClArtistic"
] | null | null | null | t/10-coderef.t | robrwo/Plack-Middleware-Security-Simple | ac5de2f3c86347854da851e490c23841f0e8ff99 | [
"ClArtistic"
] | 2 | 2020-03-07T10:30:07.000Z | 2020-03-07T19:50:52.000Z | t/10-coderef.t | robrwo/Plack-Middleware-Security-Simple | ac5de2f3c86347854da851e490c23841f0e8ff99 | [
"ClArtistic"
] | null | null | null | #!perl
use strict;
use warnings;
use Test::More;
use HTTP::Status qw/ :constants :is /;
use HTTP::Request::Common;
use Plack::Builder;
use Plack::Test;
my $handler = builder {
enable "Security::Simple",
rules => sub {
my ($env) = @_;
return $env->{PATH_INFO} =~ m{\.(php|asp)$};
... | 20.741379 | 74 | 0.512053 |
edc8a8b0d6d97ff90df78c941c0a78ed6e11c459 | 2,934 | pm | Perl | auto-lib/Paws/QLDB/GetBlock.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 164 | 2015-01-08T14:58:53.000Z | 2022-02-20T19:16:24.000Z | auto-lib/Paws/QLDB/GetBlock.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 348 | 2015-01-07T22:08:38.000Z | 2022-01-27T14:34:44.000Z | auto-lib/Paws/QLDB/GetBlock.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 87 | 2015-04-22T06:29:47.000Z | 2021-09-29T14:45:55.000Z |
package Paws::QLDB::GetBlock;
use Moose;
has BlockAddress => (is => 'ro', isa => 'Paws::QLDB::ValueHolder', required => 1);
has DigestTipAddress => (is => 'ro', isa => 'Paws::QLDB::ValueHolder');
has Name => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'name', required => 1);
use MooseX:... | 31.212766 | 249 | 0.686776 |
edc13b34887e6b16354568800b21f0035ce60d22 | 2,653 | pm | Perl | perl5/lib/perl5/Module/Install/Catalyst.pm | jinnks/printevolve | 8c54f130000cd6ded290f5905bdc2093d9f264da | [
"Apache-2.0"
] | null | null | null | perl5/lib/perl5/Module/Install/Catalyst.pm | jinnks/printevolve | 8c54f130000cd6ded290f5905bdc2093d9f264da | [
"Apache-2.0"
] | null | null | null | perl5/lib/perl5/Module/Install/Catalyst.pm | jinnks/printevolve | 8c54f130000cd6ded290f5905bdc2093d9f264da | [
"Apache-2.0"
] | null | null | null | package Module::Install::Catalyst;
use strict;
use base qw/ Module::Install::Base /;
our @ISA;
require Module::Install::Base;
use File::Find;
use FindBin;
use File::Copy::Recursive;
use File::Spec ();
use Getopt::Long ();
use Data::Dumper;
my $SAFETY = 0;
our @IGNORE =
qw/Build Build.PL Changes MANIFEST META.yml... | 19.651852 | 77 | 0.664154 |
ed5f263641adec205d43c78f902db108e5a8bff4 | 961 | pl | Perl | simulator/openflow/regress/projects/black_box/regress/test_switch_config/run.pl | SynergyLab-Cornell/codedbulk | 605881186d6e45f493f35ddc0d98aad40c0602b1 | [
"Apache-2.0"
] | 1 | 2021-09-20T07:05:25.000Z | 2021-09-20T07:05:25.000Z | simulator/openflow/regress/projects/black_box/regress/test_switch_config/run.pl | SynergyLab-Cornell/codedbulk | 605881186d6e45f493f35ddc0d98aad40c0602b1 | [
"Apache-2.0"
] | null | null | null | simulator/openflow/regress/projects/black_box/regress/test_switch_config/run.pl | SynergyLab-Cornell/codedbulk | 605881186d6e45f493f35ddc0d98aad40c0602b1 | [
"Apache-2.0"
] | 2 | 2021-09-02T08:25:16.000Z | 2022-01-03T08:48:38.000Z | #!/usr/bin/perl -w
# test_switch_config
use strict;
use OF::Includes;
sub my_test {
my ($sock, $options_ref) = @_;
my $msg = get_config( $ofp, $sock );
# Verify that the miss_send_len is set to the correct default
compare( "miss send len", $$msg{'miss_send_len'}, '==', get_of_miss_send_len_default() );
# As ... | 25.289474 | 90 | 0.659729 |
ede19abfc39c63f752f17099b77c2f03c54592d3 | 1,240 | pl | Perl | A003/bin/run_anno.pl | zhoujj2013/ak47 | 2d9b59599a8088386f30e17a1ce105a8b401cc07 | [
"Apache-2.0"
] | null | null | null | A003/bin/run_anno.pl | zhoujj2013/ak47 | 2d9b59599a8088386f30e17a1ce105a8b401cc07 | [
"Apache-2.0"
] | 1 | 2018-09-30T00:55:00.000Z | 2018-09-30T00:55:00.000Z | A003/bin/run_anno.pl | zhoujj2013/ak47 | 2d9b59599a8088386f30e17a1ce105a8b401cc07 | [
"Apache-2.0"
] | 1 | 2019-11-17T15:42:51.000Z | 2019-11-17T15:42:51.000Z | #!/usr/bin/perl -w
use strict;
use Getopt::Long;
use FindBin qw($Bin $Script);
use File::Basename qw(basename dirname);
use File::Path qw(make_path);
use Data::Dumper;
use Cwd qw(abs_path);
&usage if @ARGV<1;
sub usage {
my $usage = << "USAGE";
This script was designed to annotation protein or dna s... | 22.962963 | 104 | 0.63871 |
ed6c5a7eb82f8a58404a18824dc9a7edec558fed | 4,823 | t | Perl | t/06_restart.t | atrodo/App-MechaCPAN | d978edbda55fbe4f8885ac0fa3482b2b47b2d06f | [
"Artistic-2.0"
] | 2 | 2017-08-09T00:24:04.000Z | 2020-08-12T17:53:03.000Z | t/06_restart.t | atrodo/App-MechaCPAN | d978edbda55fbe4f8885ac0fa3482b2b47b2d06f | [
"Artistic-2.0"
] | 18 | 2017-01-21T11:05:12.000Z | 2021-08-13T02:59:19.000Z | t/06_restart.t | atrodo/App-MechaCPAN | d978edbda55fbe4f8885ac0fa3482b2b47b2d06f | [
"Artistic-2.0"
] | 3 | 2017-01-18T14:22:16.000Z | 2018-07-31T20:31:32.000Z | #!/usr/bin/env perl
use strict;
use FindBin;
use Test::More;
use Cwd qw/cwd/;
use File::Temp qw/tempdir/;
my @last_ran_params;
my $last_ran_self_install;
BEGIN
{
*CORE::GLOBAL::exec = sub
{
@last_ran_params = @_;
};
}
use App::MechaCPAN;
require q[./t/helper.pm];
my $pwd = cwd;
my $tmpdir = tempdir( TEMPL... | 31.318182 | 106 | 0.636533 |
edb6fd31edd46b0d79df16c6826b0c03a44eebb9 | 1,428 | t | Perl | travisci/perl-linter/perlcritic.t | manuelcarbajo/ensembl-compara | 0ffe653215a20e6921c5f4983ea9e4755593a491 | [
"Apache-2.0"
] | null | null | null | travisci/perl-linter/perlcritic.t | manuelcarbajo/ensembl-compara | 0ffe653215a20e6921c5f4983ea9e4755593a491 | [
"Apache-2.0"
] | null | null | null | travisci/perl-linter/perlcritic.t | manuelcarbajo/ensembl-compara | 0ffe653215a20e6921c5f4983ea9e4755593a491 | [
"Apache-2.0"
] | null | null | null | # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-2020] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a... | 29.142857 | 114 | 0.710084 |
edc42c121efdce724f10953c56cb6a7dcdba943f | 7,077 | pm | Perl | Netlist/ModPort.pm | gitpan/Verilog-Perl | 101e9ebed05bbc98d943fc2ad96fe21e83220984 | [
"Artistic-2.0"
] | 11 | 2015-02-02T08:57:05.000Z | 2021-11-10T16:53:22.000Z | Netlist/ModPort.pm | gitpan/Verilog-Perl | 101e9ebed05bbc98d943fc2ad96fe21e83220984 | [
"Artistic-2.0"
] | null | null | null | Netlist/ModPort.pm | gitpan/Verilog-Perl | 101e9ebed05bbc98d943fc2ad96fe21e83220984 | [
"Artistic-2.0"
] | 3 | 2016-09-15T03:43:27.000Z | 2018-08-28T01:05:19.000Z | # Verilog - Verilog Perl Modport
# See copyright, etc in below POD section.
######################################################################
package Verilog::Netlist::ModPort;
use Verilog::Netlist;
use Verilog::Netlist::Net;
use Verilog::Netlist::Subclass;
use vars qw($VERSION @ISA);
use strict;
@ISA = qw(Veril... | 23.989831 | 87 | 0.633743 |
edda1c0639a9a0077432ff7b9d326d3128bca96f | 8,771 | pm | Perl | lib/Prancer/Response.pm | gitpan/Prancer | d5d6d08fb42df350f747f3d2ff1fd90137679612 | [
"Artistic-2.0"
] | null | null | null | lib/Prancer/Response.pm | gitpan/Prancer | d5d6d08fb42df350f747f3d2ff1fd90137679612 | [
"Artistic-2.0"
] | null | null | null | lib/Prancer/Response.pm | gitpan/Prancer | d5d6d08fb42df350f747f3d2ff1fd90137679612 | [
"Artistic-2.0"
] | null | null | null | package Prancer::Response;
use strict;
use warnings FATAL => 'all';
use version;
our $VERSION = '1.04';
use Plack::Response;
use Hash::MultiValue;
use URI::Escape ();
use HTTP::Headers;
use Carp;
# even though this *should* work automatically, it was not
our @CARP_NOT = qw(Prancer Try::Tiny);
sub new {
my ($cl... | 29.043046 | 100 | 0.580664 |
ede48c4fe5d3aa68ae83714dddc8ce7594702600 | 825 | pm | Perl | auto-lib/Azure/GraphRBAC/User.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/GraphRBAC/User.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/GraphRBAC/User.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | 1 | 2021-04-08T15:26:39.000Z | 2021-04-08T15:26:39.000Z | package Azure::GraphRBAC::User;
use Moose;
has 'accountEnabled' => (is => 'ro', isa => 'Bool' );
has 'displayName' => (is => 'ro', isa => 'Str' );
has 'givenName' => (is => 'ro', isa => 'Str' );
has 'immutableId' => (is => 'ro', isa => 'Str' );
has 'mail' => (is => 'ro', isa => 'Str' );
has 'mailNic... | 43.421053 | 87 | 0.482424 |
edd3e5d4bf01857895d7148390698683bce902a9 | 5,527 | pl | Perl | eval/web-log-report.pl | dspinellis/sgsh-inactive | 8bdfb879b4fa420d582b2e6c8ff41d6cac9c9441 | [
"Apache-2.0"
] | 275 | 2016-12-10T17:19:50.000Z | 2022-03-27T15:16:44.000Z | eval/web-log-report.pl | dspinellis/sgsh-inactive | 8bdfb879b4fa420d582b2e6c8ff41d6cac9c9441 | [
"Apache-2.0"
] | 114 | 2016-11-28T21:40:28.000Z | 2022-01-20T17:32:17.000Z | eval/web-log-report.pl | dspinellis/sgsh-inactive | 8bdfb879b4fa420d582b2e6c8ff41d6cac9c9441 | [
"Apache-2.0"
] | 22 | 2017-01-09T01:48:23.000Z | 2022-01-30T23:25:30.000Z | #!/usr/bin/perl
#
# Copyright 1995-2013 Diomidis Spinellis
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by appl... | 25.706977 | 122 | 0.565768 |
ed6fdbf2dda189127a442a54a84a425d948258f2 | 457 | pm | Perl | auto-lib/Paws/GameLift/DescribeEC2InstanceLimitsOutput.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | 2 | 2016-09-22T09:18:33.000Z | 2017-06-20T01:36:58.000Z | auto-lib/Paws/GameLift/DescribeEC2InstanceLimitsOutput.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/GameLift/DescribeEC2InstanceLimitsOutput.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null |
package Paws::GameLift::DescribeEC2InstanceLimitsOutput;
use Moose;
has EC2InstanceLimits => (is => 'ro', isa => 'ArrayRef[Paws::GameLift::EC2InstanceLimit]');
### main pod documentation begin ###
=head1 NAME
Paws::GameLift::DescribeEC2InstanceLimitsOutput
=head1 ATTRIBUTES
=head2 EC2InstanceLimits => Array... | 17.576923 | 93 | 0.757112 |
edd7cb38ea51961c2e6ccfdb81f27cfe36e556e8 | 315 | pl | Perl | benchmarks/spec2k6bin/specint/perl_depends/lib/unicore/lib/gc_sc/InVariat.pl | YangZhou1997/DynamicCache_v2 | 60bc1e01e0eaf88f6c8e959cb6316e20ac910ed2 | [
"BSD-3-Clause"
] | 430 | 2015-01-05T19:21:10.000Z | 2022-03-29T07:19:18.000Z | benchmarks/spec2k6bin/specint/perl_depends/lib/unicore/lib/gc_sc/InVariat.pl | YangZhou1997/DynamicCache_v2 | 60bc1e01e0eaf88f6c8e959cb6316e20ac910ed2 | [
"BSD-3-Clause"
] | 9 | 2015-01-20T17:42:30.000Z | 2022-03-04T22:05:43.000Z | benchmarks/spec2k6bin/specint/perl_depends/lib/unicore/lib/gc_sc/InVariat.pl | YangZhou1997/DynamicCache_v2 | 60bc1e01e0eaf88f6c8e959cb6316e20ac910ed2 | [
"BSD-3-Clause"
] | 41 | 2015-05-10T17:08:50.000Z | 2022-01-19T01:15:19.000Z | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is built by mktables from e.g. UnicodeData.txt.
# Any changes made here will be lost!
#
# This file supports:
# \p{InVariationSelectors} (and fuzzy permutations)
#
# Meaning: Block 'Variation Selectors'
#
return <<'END';
FE00 FE0F Variation Selectors
END
| 22.5 | 59 | 0.68254 |
ed9cc82342033c444fb38c904d9cb6f295edfde9 | 392,346 | pl | Perl | ccg_sen_d/fracas_eccg.pl | huhailinguist/LangPro | 283021e47bbeb2de8993c5603eb4e261d628b80c | [
"BSD-3-Clause"
] | 94 | 2017-06-27T14:45:24.000Z | 2022-03-31T03:15:52.000Z | ccg_sen_d/fracas_eccg.pl | huhailinguist/LangPro | 283021e47bbeb2de8993c5603eb4e261d628b80c | [
"BSD-3-Clause"
] | 4 | 2017-03-28T20:56:55.000Z | 2020-03-24T13:20:30.000Z | ccg_sen_d/fracas_eccg.pl | huhailinguist/LangPro | 283021e47bbeb2de8993c5603eb4e261d628b80c | [
"BSD-3-Clause"
] | 9 | 2017-09-01T04:02:55.000Z | 2021-11-19T01:36:12.000Z | :- op(601, xfx, (/)).
:- op(601, xfx, (\)).
:- multifile ccg/2, id/2.
:- discontiguous ccg/2, id/2.
ccg(1,
ba(s:dcl,
fa(np:nb,
t(np:nb/n,an,an,'DT','O','O'),
t(n,'Italian','Italian','JJ','O','I-ORG')),
fa(s:dcl\np,
t((s:dcl\np)/np,became,become,'VBD','O','O'),
fa(np:nb,
ba(np:nb/n,
fa(np:nb,
... | 26.119832 | 79 | 0.432312 |
Subsets and Splits
HTML Code Excluding Scripts
The query retrieves a limited set of HTML content entries that are longer than 8 characters and do not contain script tags, offering only basic filtering with minimal analytical value.