Result:
found more than 427 distributions - search limited to the first 2001 files matching your query ( run in 2.634 )


Alien-Judy

 view release on metacpan or  search on metacpan

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN


# AC_PROG_LIBTOOL
# ---------------
AC_DEFUN([AC_PROG_LIBTOOL],
[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
    [AC_LIBTOOL_CXX],
    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
  ])])

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

    [AC_LIBTOOL_F77],
    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
])])

dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
    [AC_LIBTOOL_GCJ],
    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
      [AC_LIBTOOL_GCJ],

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

# This will work as long as MISSING is not called from configure, because
# unfortunately $(top_srcdir) has no meaning in configure.
# However there are other variables, like CC, which are often used in
# configure, and could therefore not use this "fixed" $ac_aux_dir.
#
# Another solution, used here, is to always expand $ac_aux_dir to an
# absolute PATH.  The drawback is that using absolute paths prevent a
# configured tree to be moved without reconfiguration.

AC_DEFUN([AM_AUX_DIR_EXPAND],
[dnl Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])dnl
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
])

# AM_CONDITIONAL                                            -*- Autoconf -*-

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  test -z "$DEPDIR" && continue
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
  test -z "am__include" && continue
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  # When using ansi2knr, U may be empty or an underscore; expand it
  U=`sed -n 's/^U = //p' < "$mf"`
  # Find all dependency output files, they are included files with
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
  # simplest approach to changing $(DEPDIR) to its actual value in the
  # expansion.

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

# Define MISSING if not defined so far and test if it supports --run.
# If it does, set am_missing_run to use it, otherwise, to nothing.
AC_DEFUN([AM_MISSING_HAS_RUN],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
  am_missing_run="$MISSING --run "
else
  am_missing_run=
  AC_MSG_WARN([`missing' script is too old or missing])

 view all matches for this distribution


Alien-LLVM

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

    asset_name   => qr/llvm-project-([0-9\.]+$rc_part_qr)\.src\.tar\.xz$/,
    asset_format => 'tar.xz',
  );
  plugin 'Build::CMake';
  # TODO compare with <https://github.com/ycm-core/llvm/blob/708056a3d8259ce1d9fc0f15676d13b53cc23835/package_llvm.py#L202>.
  # May need to expand to include more such as mlir and
  # flang <https://github.com/llvm/llvm-project/tree/main/flang>
  build [
    sub {
      die "Not building LLVM from source at this time as this takes too long."
        if $ENV{AUTOMATED_TESTING} || $ENV{CI};

 view all matches for this distribution


Alien-LibJIT

 view release on metacpan or  search on metacpan

libjit/ChangeLog  view on Meta::CPAN

	tests/param.pas, tools/gen-apply.c: add some test cases for
	parameter passing; fix fastcall/stdcall conventions for x86.

	* jit/jit-rules-arm.h, jit/jit-rules-arm.sel, jit/jit-rules-x86.h,
	jit/jit-rules-x86.sel, tools/gen-sel-parser.y: enable register
	allocation for 64-bit values under x86 and ARM; expand some
	64-bit opcodes in the instruction selectors.

2004-06-12  Rhys Weatherley  <rweather@southern-storm.com.au>

	* jit/jit-insn.c, jit/jit-rules-x86.c, jit/jit-rules-x86.sel:

libjit/ChangeLog  view on Meta::CPAN

	"setjmp", because "setjmp" may be a macro on some systems.

	* jit-gen-arm.h: add floating-point instruction macros.

	* jit/jit-gen-arm.h, jit/jit-rules-arm.c, jit/jit-rules-arm.h,
	jit/jit-rules-arm.sel: expand floating-point instructions for ARM.

	* jit/jit-rules-x86.c: fix misnaming of jit_type_get_abi,
	jit_abi_stdcall, and jit_abi_fastcall.

	* tools/gen-apply-macosx.h, tools/gen-apply.c: bypass the

 view all matches for this distribution


Alien-LibJQ

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

);

share {
   # github release download page changed, stick with jq-1.6 for now
   # start_url 'https://github.com/stedolan/jq/releases/';
   start_url 'https://github.com/stedolan/jq/releases/expanded_assets/jq-1.6';
   # china mirror
   #start_url 'https://hub.fastgit.org/stedolan/jq/releases/';
   plugin Download => (
      filter  => qr/^jq-.+?\.tar\.gz$/,
      version => qr/[0-9\.]+/,

 view all matches for this distribution


Alien-Libgit2

 view release on metacpan or  search on metacpan

.claude/agents/alien-libgit2-worker.md  view on Meta::CPAN


Implement, refactor, debug and test everything in this distribution. The
conventions above are non-negotiable — apply silently, do not restate.

Coordinate work via `karr`: pick tickets from the local board, and record drift
you find as new tickets rather than expanding scope mid-change.

## What lives in this agent (and in no skill)

- **Single repo, single distribution.** No family coordination here. Work that
  belongs to `Git::Libgit2` or `Git::Native` becomes a ticket on *that* repo's

 view all matches for this distribution


Alien-Lightbox

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


      # Save this 'cause CPAN will chdir all over the place.
      my $cwd = Cwd::cwd();

      CPAN::Shell->install('Module::Build::Compat');
      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
	or die "Couldn't install Module::Build, giving up.\n";

      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
    }
    eval "use Module::Build::Compat 0.02; 1" or die $@;

 view all matches for this distribution


Alien-MeCab

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

        my @cmd = ($^X, File::Spec->catfile("src", "fetchsrc.pl"), "--version", $MECAB_VERSION);
        system(@cmd);
    }
}

# If the source hasn't been expanded, then unpack it
if ($^O ne 'MSWin32') {
    if (! -d $MECAB_SOURCE_DIR) {
        my $yn = prompt("Mecab source directory has not been unpacked yet. Unpack it now?", "y");
        if ($yn =~ /^y(?:es)?$/i) {
            eval {

 view all matches for this distribution


Alien-Meson

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

  } elsif( $binary_release_format eq '.pkg' ) {
    extract sub {
      my ($build) = @_;

      Alien::Build::CommandSequence->new([
        qw(pkgutil --expand-full),
        $build->install_prop->{download},
        'meson'
      ])->execute($build);
    };

 view all matches for this distribution


Alien-Prototype-Carousel

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


      # Save this 'cause CPAN will chdir all over the place.
      my $cwd = Cwd::cwd();

      CPAN::Shell->install('Module::Build::Compat');
      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
	or die "Couldn't install Module::Build, giving up.\n";

      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
    }
    eval "use Module::Build::Compat 0.02; 1" or die $@;

 view all matches for this distribution


Alien-Prototype-Window

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


      # Save this 'cause CPAN will chdir all over the place.
      my $cwd = Cwd::cwd();

      CPAN::Shell->install('Module::Build::Compat');
      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
	or die "Couldn't install Module::Build, giving up.\n";

      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
    }
    eval "use Module::Build::Compat 0.02; 1" or die $@;

 view all matches for this distribution


Alien-Prototype

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


      # Save this 'cause CPAN will chdir all over the place.
      my $cwd = Cwd::cwd();

      CPAN::Shell->install('Module::Build::Compat');
      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
	or die "Couldn't install Module::Build, giving up.\n";

      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
    }
    eval "use Module::Build::Compat 0.02; 1" or die $@;

 view all matches for this distribution


Alien-ROOT

 view release on metacpan or  search on metacpan

inc/inc_Archive-Extract/Archive/Extract.pm  view on Meta::CPAN

# Local variables:
# c-indentation-style: bsd
# c-basic-offset: 4
# indent-tabs-mode: nil
# End:
# vim: expandtab shiftwidth=4:

 view all matches for this distribution


Alien-Role-Dino

 view release on metacpan or  search on metacpan

corpus/autoheck-libpalindrome/aclocal.m4  view on Meta::CPAN

# This will work as long as MISSING is not called from configure, because
# unfortunately $(top_srcdir) has no meaning in configure.
# However there are other variables, like CC, which are often used in
# configure, and could therefore not use this "fixed" $ac_aux_dir.
#
# Another solution, used here, is to always expand $ac_aux_dir to an
# absolute PATH.  The drawback is that using absolute paths prevent a
# configured tree to be moved without reconfiguration.

AC_DEFUN([AM_AUX_DIR_EXPAND],
[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl

corpus/autoheck-libpalindrome/aclocal.m4  view on Meta::CPAN

    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  *)
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
  esac
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then
  am_missing_run="$MISSING "
else
  am_missing_run=
  AC_MSG_WARN(['missing' script is too old or missing])

 view all matches for this distribution


Alien-SDL

 view release on metacpan or  search on metacpan

patches/SDL-1.2.14-configure  view on Meta::CPAN

verbose=
x_includes=NONE
x_libraries=NONE

# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'

patches/SDL-1.2.14-configure  view on Meta::CPAN

fi
if test -z "$CPP"; then
  if ${ac_cv_prog_CPP+:} false; then :
  $as_echo_n "(cached) " >&6
else
      # Double quotes because CPP needs to be expanded
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do

patches/SDL-1.2.14-configure  view on Meta::CPAN

        ac_config_commands="$ac_config_commands libtool"




# Only expand once:



LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`

patches/SDL-1.2.14-configure  view on Meta::CPAN

$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
if test -z "$CXXCPP"; then
  if ${ac_cv_prog_CXXCPP+:} false; then :
  $as_echo_n "(cached) " >&6
else
      # Double quotes because CXXCPP needs to be expanded
    for CXXCPP in "$CXX -E" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
do

patches/SDL-1.2.14-configure  view on Meta::CPAN

  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

DEFS=-DHAVE_CONFIG_H

ac_libobjs=

patches/SDL-1.2.14-configure  view on Meta::CPAN

  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p

 view all matches for this distribution


Alien-SVN

 view release on metacpan or  search on metacpan

src/subversion/subversion/bindings/swig/perl/native/Core.pm  view on Meta::CPAN


sub handle_error {
    return SVN::Error::handle_error(@_);
}

sub expanded_message {
    return SVN::Error::expanded_message(@_);
}

sub handle_warning {
    # need to swap parameter order.
    return SVN::Error::handle_warning($_[$[+1],$_[$[]);

src/subversion/subversion/bindings/swig/perl/native/Core.pm  view on Meta::CPAN

will be the commit_info object, which in the case of an error will be undef.

If you plan on using explicit exception handling, understanding the exception
handling system the C API uses is helpful.  You can find information on it in
the HACKING file and the API documentation.  Looking at the implementation of
SVN::Error::croak_on_error and SVN::Error::expanded_message may be helpful as
well.

=over 4

=item $svn_error_t-E<gt>apr_err()

src/subversion/subversion/bindings/swig/perl/native/Core.pm  view on Meta::CPAN

    *{"SVN::Error::$function"} = sub {
        return $real_function->(@_);
    }
}

=item SVN::Error::expanded_message($svn_error_t) or $svn_error_t-E<gt>expanded_message()

Returns the error message by tracing through the svn_error_t object and its
children and concatenating the error messages.  This is how the internal
exception handlers get their error messages.

=cut

sub expanded_message {
    my $svn_error = shift;
    unless (is_error($svn_error)) {
        return undef;
    }

src/subversion/subversion/bindings/swig/perl/native/Core.pm  view on Meta::CPAN

    unless (is_error($_[$[])) {
      return @_;
    }
    my $svn_error = shift;

    my $error_message = $svn_error->expanded_message();

    $svn_error->clear();

    croak($error_message);
}

src/subversion/subversion/bindings/swig/perl/native/Core.pm  view on Meta::CPAN

    unless (is_error($_[$[])) {
        return @_;
    }
    my $svn_error = shift;

    my $error_message = $svn_error->expanded_message();

    $svn_error->clear();

    confess($error_message);
}

 view all matches for this distribution


Alien-Selenium

 view release on metacpan or  search on metacpan

inc/File/Fetch.pm  view on Meta::CPAN

# Local variables:
# c-indentation-style: bsd
# c-basic-offset: 4
# indent-tabs-mode: nil
# End:
# vim: expandtab shiftwidth=4:
         



 view all matches for this distribution


Alien-SeleniumRC

 view release on metacpan or  search on metacpan

inc/Module/AutoInstall.pm  view on Meta::CPAN

    while ( my ( $pkg, $ver ) = splice( @modules, 0, 2 ) ) {
        MY::preinstall( $pkg, $ver ) or next if defined &MY::preinstall;

        print "*** Installing $pkg...\n";

        my $obj     = CPAN::Shell->expand( Module => $pkg );
        my $success = 0;

        if ( $obj and defined( _version_check( $obj->cpan_version, $ver ) ) ) {
            my $pathname = $pkg;
            $pathname =~ s/::/\\W/;

 view all matches for this distribution


Alien-SeqAlignment-cutadapt

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- Updated POD to link to the Bio::SeqAlignment distribution
0.04      2024-03-16 19:23:46-06:00 America/Denver
- provided a method to run cutadapt to ensure compatibiity with 
the Alien tool API
0.03      2024-03-10 13:30:58-06:00 America/Denver
- expanded, reformatted and fixed typos in the POD documentation
0.02      2024-03-09 19:53:04-07:00 America/Denver
- moved pipx installation into the distribution
0.01      2024-03-08 21:43:48-07:00 America/Denver
- First and hopefully last install

 view all matches for this distribution


Alien-SmokeQt

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

generator/parser/rpp/pp-internal.cpp
generator/parser/rpp/pp-internal.h
generator/parser/rpp/pp-location.cpp
generator/parser/rpp/pp-location.h
generator/parser/rpp/pp-macro.cpp
generator/parser/rpp/pp-macro-expander.cpp
generator/parser/rpp/pp-macro-expander.cpp.orig
generator/parser/rpp/pp-macro-expander.h
generator/parser/rpp/pp-macro.h
generator/parser/rpp/pp-scanner.cpp
generator/parser/rpp/pp-scanner.h
generator/parser/rpp/pp-stream.cpp
generator/parser/rpp/pp-stream.h

 view all matches for this distribution


Alien-SwaggerUI

 view release on metacpan or  search on metacpan

share/swagger-ui-bundle.js  view on Meta::CPAN

 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
function n(e){return e instanceof t||e instanceof Date||e instanceof RegExp}function r(e){if(e instanceof t){var n=t.alloc?t.alloc(e.length):new t(e.length);return e.copy(n),n}if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)r...
/**
 * Checks if an event is supported in the current execution environment.
 *
 * NOTE: This will not work correctly for non-generic events such as `change`,
 * `reset`, `load`, `error`, and `select`.

share/swagger-ui-bundle.js  view on Meta::CPAN

/*!
 * https://github.com/Starcounter-Jack/JSON-Patch
 * (c) 2017 Joachim Wester
 * MIT license
 */
var n=this&&this.__extends||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);function r(){this.constructor=e}e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)},r=Object.prototype.hasOwnProperty;function o(e,t){return ...
/** @license React v16.8.6
 * react-is.production.min.js
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):6010...
/*!
 * https://github.com/Starcounter-Jack/JSON-Patch
 * (c) 2017 Joachim Wester
 * MIT license
 */

share/swagger-ui-bundle.js  view on Meta::CPAN

 *
 * Copyright(c) 2016 Gregory Jacobs <greg@greg-jacobs.com>
 * MIT License
 *
 * https://github.com/gregjacobs/Autolinker.js
 */o=[],void 0===(i="function"==typeof(r=function(){var e,t,n,r,o,i,a,s=function(e){e=e||{},this.version=s.version,this.urls=this.normalizeUrlsCfg(e.urls),this.email="boolean"!=typeof e.email||e.email,this.twitter="boolean"!=typeof e.twitter||e.twitt...
//# sourceMappingURL=swagger-ui-bundle.js.map

 view all matches for this distribution


Alien-Taco

 view release on metacpan or  search on metacpan

lib/Alien/Taco.pm  view on Meta::CPAN

      [args => \@args], [kwargs => \%kwargs])

Invoke a class method call within the Taco server script, returning the
result of that method. The context (void / scalar / list)
is detected and sent as a parameter.  Since Perl subroutine arguments
are expanded into a list, the I<arguments> and I<keyword arguments>
must be given separately.

=cut

sub call_class_method {

lib/Alien/Taco.pm  view on Meta::CPAN

=item call_function('function_name', [args => \@args], [kwargs => \%kwargs])

Invoke a function call within the Taco server script, returning the
result of that function. The context (void / scalar / list)
is detected and sent as a parameter.  Since Perl subroutine arguments
are expanded into a list, the I<arguments> and I<keyword arguments>
must be given separately.

=cut

sub call_function {

 view all matches for this distribution


Alien-TinyCC

 view release on metacpan or  search on metacpan

src/arm-gen.c  view on Meta::CPAN

      int s;
      /* simple type (currently always same size) */
      /* XXX: implicit cast ? */
      size=4;
      if ((vtop->type.t & VT_BTYPE) == VT_LLONG) {
	lexpand_nr();
	s=-1;
	if(--argno<4 && plan[argno][1]!=-1)
	  s=plan[argno][1];
	argno++;
	size = 8;

 view all matches for this distribution


Alien-TinyCCx

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  * BSDs were switched to use cc, but that is clang (at least on some
    BSDs) so we need to add the heinous-gnu-extensions flag.
  
  * Add patch for Mac OSX to #define _VA_LIST_T. Macs were hitting trouble
    with incompatible preprocessor definitions. If the macros and internal
    definitions had all been expanded, the definitions for variadic function
    lists would have been the same, but tcc doesn't know that.
  
  [OTHER]
  
  * The test suite has been made robust against compiler warnings. It now

 view all matches for this distribution


Alien-V8

 view release on metacpan or  search on metacpan

inc/inc_Module-Build/Module/Build/Base.pm  view on Meta::CPAN

    return $p->{test_files} = (@_ == 1 ? shift : [@_]);
  }
  return $self->find_test_files;
}

sub expand_test_dir {
  my ($self, $dir) = @_;
  my $exts = $self->{properties}{test_file_exts};

  return sort map { @{$self->rscan_dir($dir, qr{^[^.].*\Q$_\E$})} } @$exts
    if $self->recursive_test_files;

inc/inc_Module-Build/Module/Build/Base.pm  view on Meta::CPAN

  my $self = shift;
  my $p = $self->{properties};

  if (my $files = $p->{test_files}) {
    $files = [keys %$files] if UNIVERSAL::isa($files, 'HASH');
    $files = [map { -d $_ ? $self->expand_test_dir($_) : $_ }
	      map glob,
	      $self->split_like_shell($files)];

    # Always given as a Unix file spec.
    return [ map $self->localize_file_path($_), @$files ];

  } else {
    # Find all possible tests in t/ or test.pl
    my @tests;
    push @tests, 'test.pl'                          if -e 'test.pl';
    push @tests, $self->expand_test_dir('t')        if -e 't' and -d _;
    return \@tests;
  }
}

sub _find_file_by_type {

 view all matches for this distribution


Alien-Web-ExtJS-V3

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

share/docs/extjs/resources/themes/images/default/grid/grid3-hrow-over.gif
share/docs/extjs/resources/themes/images/default/grid/grid3-hrow.gif
share/docs/extjs/resources/themes/images/default/grid/grid3-rowheader.gif
share/docs/extjs/resources/themes/images/default/grid/group-by.gif
share/docs/extjs/resources/themes/images/default/grid/group-collapse.gif
share/docs/extjs/resources/themes/images/default/grid/group-expand-sprite.gif
share/docs/extjs/resources/themes/images/default/grid/group-expand.gif
share/docs/extjs/resources/themes/images/default/grid/hd-pop.gif
share/docs/extjs/resources/themes/images/default/grid/hmenu-asc.gif
share/docs/extjs/resources/themes/images/default/grid/hmenu-desc.gif
share/docs/extjs/resources/themes/images/default/grid/hmenu-lock.gif
share/docs/extjs/resources/themes/images/default/grid/hmenu-lock.png

MANIFEST  view on Meta::CPAN

share/docs/extjs/resources/themes/images/default/grid/property-cell-bg.gif
share/docs/extjs/resources/themes/images/default/grid/property-cell-selected-bg.gif
share/docs/extjs/resources/themes/images/default/grid/refresh-disabled.gif
share/docs/extjs/resources/themes/images/default/grid/refresh.gif
share/docs/extjs/resources/themes/images/default/grid/row-check-sprite.gif
share/docs/extjs/resources/themes/images/default/grid/row-expand-sprite.gif
share/docs/extjs/resources/themes/images/default/grid/row-over.gif
share/docs/extjs/resources/themes/images/default/grid/row-sel.gif
share/docs/extjs/resources/themes/images/default/grid/sort-hd.gif
share/docs/extjs/resources/themes/images/default/grid/sort_asc.gif
share/docs/extjs/resources/themes/images/default/grid/sort_desc.gif

MANIFEST  view on Meta::CPAN

share/docs/resources/images/default-guide.png
share/docs/resources/images/doc-m.png
share/docs/resources/images/down-arr.png
share/docs/resources/images/elbow-end.gif
share/docs/resources/images/example-icons.png
share/docs/resources/images/expandcollapse.png
share/docs/resources/images/gettingstarted.jpg
share/docs/resources/images/group-expand-sprite.gif
share/docs/resources/images/guide-icon.png
share/docs/resources/images/guides.png
share/docs/resources/images/header.png
share/docs/resources/images/hero-extjs4-alt.png
share/docs/resources/images/icons.png

MANIFEST  view on Meta::CPAN

share/docs/resources/images/link-green-standard.png
share/docs/resources/images/loading.gif
share/docs/resources/images/logo-screen-noglow.png
share/docs/resources/images/logo.png
share/docs/resources/images/member-collapsed.gif
share/docs/resources/images/member-expanded.gif
share/docs/resources/images/member-hover.gif
share/docs/resources/images/more.png
share/docs/resources/images/phone-l.jpg
share/docs/resources/images/phone-p.jpg
share/docs/resources/images/phone-small-l.jpg

MANIFEST  view on Meta::CPAN

share/resources/images/access/grid/grid3-hrow.gif
share/resources/images/access/grid/grid3-special-col-bg.gif
share/resources/images/access/grid/grid3-special-col-sel-bg.gif
share/resources/images/access/grid/group-by.gif
share/resources/images/access/grid/group-collapse.gif
share/resources/images/access/grid/group-expand-sprite.gif
share/resources/images/access/grid/group-expand.gif
share/resources/images/access/grid/hd-pop.gif
share/resources/images/access/grid/hmenu-asc.gif
share/resources/images/access/grid/hmenu-desc.gif
share/resources/images/access/grid/hmenu-lock.gif
share/resources/images/access/grid/hmenu-lock.png

MANIFEST  view on Meta::CPAN

share/resources/images/access/grid/page-prev-disabled.gif
share/resources/images/access/grid/page-prev.gif
share/resources/images/access/grid/pick-button.gif
share/resources/images/access/grid/refresh.gif
share/resources/images/access/grid/row-check-sprite.gif
share/resources/images/access/grid/row-expand-sprite.gif
share/resources/images/access/grid/row-over.gif
share/resources/images/access/grid/row-sel.gif
share/resources/images/access/grid/sort-hd.gif
share/resources/images/access/grid/sort_asc.gif
share/resources/images/access/grid/sort_desc.gif

MANIFEST  view on Meta::CPAN

share/resources/images/default/grid/grid3-rowheader.gif
share/resources/images/default/grid/grid3-special-col-bg.gif
share/resources/images/default/grid/grid3-special-col-sel-bg.gif
share/resources/images/default/grid/group-by.gif
share/resources/images/default/grid/group-collapse.gif
share/resources/images/default/grid/group-expand-sprite.gif
share/resources/images/default/grid/group-expand.gif
share/resources/images/default/grid/hd-pop.gif
share/resources/images/default/grid/hmenu-asc.gif
share/resources/images/default/grid/hmenu-desc.gif
share/resources/images/default/grid/hmenu-lock.gif
share/resources/images/default/grid/hmenu-lock.png

MANIFEST  view on Meta::CPAN

share/resources/images/default/grid/page-prev.gif
share/resources/images/default/grid/pick-button.gif
share/resources/images/default/grid/refresh-disabled.gif
share/resources/images/default/grid/refresh.gif
share/resources/images/default/grid/row-check-sprite.gif
share/resources/images/default/grid/row-expand-sprite.gif
share/resources/images/default/grid/row-over.gif
share/resources/images/default/grid/row-sel.gif
share/resources/images/default/grid/sort-hd.gif
share/resources/images/default/grid/sort_asc.gif
share/resources/images/default/grid/sort_desc.gif
share/resources/images/default/grid/wait.gif
share/resources/images/default/layout/collapse.gif
share/resources/images/default/layout/expand.gif
share/resources/images/default/layout/gradient-bg.gif
share/resources/images/default/layout/mini-bottom.gif
share/resources/images/default/layout/mini-left.gif
share/resources/images/default/layout/mini-right.gif
share/resources/images/default/layout/mini-top.gif
share/resources/images/default/layout/ns-collapse.gif
share/resources/images/default/layout/ns-expand.gif
share/resources/images/default/layout/panel-close.gif
share/resources/images/default/layout/panel-title-bg.gif
share/resources/images/default/layout/panel-title-light-bg.gif
share/resources/images/default/layout/stick.gif
share/resources/images/default/layout/stuck.gif

MANIFEST  view on Meta::CPAN

share/resources/images/gray/grid/grid3-hrow2.gif
share/resources/images/gray/grid/grid3-special-col-bg.gif
share/resources/images/gray/grid/grid3-special-col-bg2.gif
share/resources/images/gray/grid/grid3-special-col-sel-bg.gif
share/resources/images/gray/grid/group-collapse.gif
share/resources/images/gray/grid/group-expand-sprite.gif
share/resources/images/gray/grid/group-expand.gif
share/resources/images/gray/grid/page-first.gif
share/resources/images/gray/grid/page-last.gif
share/resources/images/gray/grid/page-next.gif
share/resources/images/gray/grid/page-prev.gif
share/resources/images/gray/grid/refresh.gif
share/resources/images/gray/grid/row-expand-sprite.gif
share/resources/images/gray/grid/sort-hd.gif
share/resources/images/gray/grid/sort_asc.gif
share/resources/images/gray/grid/sort_desc.gif
share/resources/images/gray/menu/group-checked.gif
share/resources/images/gray/menu/item-over-disabled.gif

MANIFEST  view on Meta::CPAN

share/resources/images/vista/basic-dialog/bg-right.gif
share/resources/images/vista/basic-dialog/close.gif
share/resources/images/vista/basic-dialog/collapse.gif
share/resources/images/vista/basic-dialog/dlg-bg.gif
share/resources/images/vista/basic-dialog/e-handle.gif
share/resources/images/vista/basic-dialog/expand.gif
share/resources/images/vista/basic-dialog/hd-sprite.gif
share/resources/images/vista/basic-dialog/s-handle.gif
share/resources/images/vista/basic-dialog/se-handle.gif
share/resources/images/vista/basic-dialog/w-handle.gif
share/resources/images/vista/gradient-bg.gif
share/resources/images/vista/grid/grid-split.gif
share/resources/images/vista/grid/grid-vista-hd.gif
share/resources/images/vista/layout/collapse.gif
share/resources/images/vista/layout/expand.gif
share/resources/images/vista/layout/gradient-bg.gif
share/resources/images/vista/layout/ns-collapse.gif
share/resources/images/vista/layout/ns-expand.gif
share/resources/images/vista/layout/panel-close.gif
share/resources/images/vista/layout/panel-title-bg.gif
share/resources/images/vista/layout/panel-title-light-bg.gif
share/resources/images/vista/layout/stick.gif
share/resources/images/vista/layout/tab-close-on.gif

MANIFEST  view on Meta::CPAN

share/resources/images/yourtheme/grid/grid3-hrow.gif
share/resources/images/yourtheme/grid/grid3-special-col-bg.gif
share/resources/images/yourtheme/grid/grid3-special-col-sel-bg.gif
share/resources/images/yourtheme/grid/group-by.gif
share/resources/images/yourtheme/grid/group-collapse.gif
share/resources/images/yourtheme/grid/group-expand-sprite.gif
share/resources/images/yourtheme/grid/group-expand.gif
share/resources/images/yourtheme/grid/hd-pop.gif
share/resources/images/yourtheme/grid/hmenu-asc.gif
share/resources/images/yourtheme/grid/hmenu-desc.gif
share/resources/images/yourtheme/grid/hmenu-lock.gif
share/resources/images/yourtheme/grid/hmenu-lock.png

MANIFEST  view on Meta::CPAN

share/resources/images/yourtheme/grid/page-prev-disabled.gif
share/resources/images/yourtheme/grid/page-prev.gif
share/resources/images/yourtheme/grid/pick-button.gif
share/resources/images/yourtheme/grid/refresh.gif
share/resources/images/yourtheme/grid/row-check-sprite.gif
share/resources/images/yourtheme/grid/row-expand-sprite.gif
share/resources/images/yourtheme/grid/row-over.gif
share/resources/images/yourtheme/grid/row-sel.gif
share/resources/images/yourtheme/grid/sort-hd.gif
share/resources/images/yourtheme/grid/sort_asc.gif
share/resources/images/yourtheme/grid/sort_desc.gif
share/resources/images/yourtheme/grid/wait.gif
share/resources/images/yourtheme/layout/collapse.gif
share/resources/images/yourtheme/layout/expand.gif
share/resources/images/yourtheme/layout/gradient-bg.gif
share/resources/images/yourtheme/layout/mini-bottom.gif
share/resources/images/yourtheme/layout/mini-left.gif
share/resources/images/yourtheme/layout/mini-right.gif
share/resources/images/yourtheme/layout/mini-top.gif
share/resources/images/yourtheme/layout/ns-collapse.gif
share/resources/images/yourtheme/layout/ns-expand.gif
share/resources/images/yourtheme/layout/panel-close.gif
share/resources/images/yourtheme/layout/panel-title-bg.gif
share/resources/images/yourtheme/layout/panel-title-light-bg.gif
share/resources/images/yourtheme/layout/stick.gif
share/resources/images/yourtheme/layout/stuck.gif

 view all matches for this distribution


Alien-Web-HalBrowser

 view release on metacpan or  search on metacpan

share/js/hal.js  view on Meta::CPAN

        var parts = rel.split(':');
        var curies = HAL.currentDocument._links.curies;
        for (var i=0; i<curies.length; i++) {
          if (curies[i].name == parts[0]) {
            var tmpl = uritemplate(curies[i].href);
            return tmpl.expand({ rel: parts[1] });
          }
        }
      }
      else if (!rel.match(urlRegex) && isCurie(rel) && HAL.currentDocument._links.curie) {
        // Backward compatibility with <04 version of spec.
        var tmpl = uritemplate(HAL.currentDocument._links.curie.href);
        return tmpl.expand({ rel: rel.split(':')[1] });
      }
      else {
        return rel;
      }
    },

 view all matches for this distribution


Alien-XGBoost

 view release on metacpan or  search on metacpan

xgboost/R-package/configure  view on Meta::CPAN

verbose=
x_includes=NONE
x_libraries=NONE

# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'

xgboost/R-package/configure  view on Meta::CPAN

  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.

xgboost/R-package/configure  view on Meta::CPAN

  #

_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p

 view all matches for this distribution


Alien-Xmake

 view release on metacpan or  search on metacpan

Changes.md  view on Meta::CPAN

  - This will allow me to merge Alien::SDL3_mixer, Alien::SDL3_image, Alien::SDL3_ttf into Alien::SDL3
- Security and Contributing policy files

## [v0.9.0] - 2026-09-01

The docs have been greatly expanded since January but the stars of this release are Alien::Xrepo and Alien::Xrepo::Base, an Alien::Base stand-in for installing tools and libraries from [xrepo](https://packages.xmake.io/), [vcpkg](https://vcpkg.io/en/...

### Changed

- We install the latest tagged release of xmake rather than hardcoding a version. If the system install is older, we leave it alone and create a local install in our <share/> dir.

 view all matches for this distribution


Alien-boost-mini

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

include/boost/preprocessor/enum_params.hpp
include/boost/preprocessor/enum_params_with_a_default.hpp
include/boost/preprocessor/enum_params_with_defaults.hpp
include/boost/preprocessor/enum_shifted.hpp
include/boost/preprocessor/enum_shifted_params.hpp
include/boost/preprocessor/expand.hpp
include/boost/preprocessor/expr_if.hpp
include/boost/preprocessor/facilities.hpp
include/boost/preprocessor/facilities/apply.hpp
include/boost/preprocessor/facilities/detail/is_empty.hpp
include/boost/preprocessor/facilities/empty.hpp
include/boost/preprocessor/facilities/expand.hpp
include/boost/preprocessor/facilities/identity.hpp
include/boost/preprocessor/facilities/intercept.hpp
include/boost/preprocessor/facilities/is_1.hpp
include/boost/preprocessor/facilities/is_empty.hpp
include/boost/preprocessor/facilities/is_empty_or_1.hpp

 view all matches for this distribution


( run in 2.634 seconds using v1.01-cache-2.11-cpan-302cb4679cc )