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
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
view release on metacpan or search on metacpan
} 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
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
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
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
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
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
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
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
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
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
view release on metacpan or search on metacpan
- 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
view release on metacpan or search on metacpan
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
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
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
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
view release on metacpan or search on metacpan
* 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
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
view release on metacpan or search on metacpan
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
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
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
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
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
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
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
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
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
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
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
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
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
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
view release on metacpan or search on metacpan
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
view release on metacpan or search on metacpan
libcares/ares_destroy.3
libcares/ares_destroy.c
libcares/ares_destroy_options.3
libcares/ares_dns.h
libcares/ares_dup.3
libcares/ares_expand_name.3
libcares/ares_expand_name.c
libcares/ares_expand_string.3
libcares/ares_expand_string.c
libcares/ares_fds.3
libcares/ares_fds.c
libcares/ares_free_data.3
libcares/ares_free_hostent.3
libcares/ares_free_hostent.c
view all matches for this distribution
view release on metacpan or search on metacpan
src/catch.hpp view on Meta::CPAN
struct ITagAliasRegistry {
virtual ~ITagAliasRegistry();
// Nullptr if not present
virtual TagAlias const* find( std::string const& alias ) const = 0;
virtual std::string expandAliases( std::string const& unexpandedTestSpec ) const = 0;
static ITagAliasRegistry const& get();
};
} // end namespace Catch
src/catch.hpp view on Meta::CPAN
bool assertionEnded(AssertionStats const& assertionStats) override {
assert(!m_sectionStack.empty());
// AssertionResult holds a pointer to a temporary DecomposedExpression,
// which getExpandedExpression() calls to build the expression string.
// Our section stack copy of the assertionResult will likely outlive the
// temporary, so it must be expanded or discarded now to avoid calling
// a destroyed object later.
prepareExpandedExpression(const_cast<AssertionResult&>( assertionStats.assertionResult ) );
SectionNode& sectionNode = *m_sectionStack.back();
sectionNode.assertions.push_back(assertionStats);
return true;
src/catch.hpp view on Meta::CPAN
class TagAliasRegistry : public ITagAliasRegistry {
public:
~TagAliasRegistry() override;
TagAlias const* find( std::string const& alias ) const override;
std::string expandAliases( std::string const& unexpandedTestSpec ) const override;
void add( std::string const& alias, std::string const& tag, SourceLineInfo const& lineInfo );
private:
std::map<std::string, TagAlias> m_registry;
};
src/catch.hpp view on Meta::CPAN
return &(it->second);
else
return nullptr;
}
std::string TagAliasRegistry::expandAliases( std::string const& unexpandedTestSpec ) const {
std::string expandedTestSpec = unexpandedTestSpec;
for( auto const& registryKvp : m_registry ) {
std::size_t pos = expandedTestSpec.find( registryKvp.first );
if( pos != std::string::npos ) {
expandedTestSpec = expandedTestSpec.substr( 0, pos ) +
registryKvp.second.tag +
expandedTestSpec.substr( pos + registryKvp.first.size() );
}
}
return expandedTestSpec;
}
void TagAliasRegistry::add( std::string const& alias, std::string const& tag, SourceLineInfo const& lineInfo ) {
CATCH_ENFORCE( startsWith(alias, "[@") && endsWith(alias, ']'),
"error: tag alias, '" << alias << "' is not of the form [@alias name].\n" << lineInfo );
src/catch.hpp view on Meta::CPAN
TestSpecParser& TestSpecParser::parse( std::string const& arg ) {
m_mode = None;
m_exclusion = false;
m_start = std::string::npos;
m_arg = m_tagAliases->expandAliases( arg );
m_escapeChars.clear();
for( m_pos = 0; m_pos < m_arg.size(); ++m_pos )
visitChar( m_arg[m_pos] );
if( m_mode == Name )
addPattern<TestSpec::NamePattern>();
view all matches for this distribution
view release on metacpan or search on metacpan
patch/flex-2.6.4.diff view on Meta::CPAN
- if test -z "$SED"; then
- ac_path_SED_found=false
- # Loop through the user's path and test for each of PROGNAME-LIST
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
+ # 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
patch/flex-2.6.4.diff 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
patch/flex-2.6.4.diff view on Meta::CPAN
+}
for ac_header in dlfcn.h
do :
@@ -11494,7 +11553,7 @@ CC=$lt_save_CC
# Only expand once:
-am__api_version='1.15'
+am__api_version='1.16'
patch/flex-2.6.4.diff view on Meta::CPAN
+++ b/src/ccl.c
@@ -73,6 +73,13 @@ void ccladd (int cclp, int ch)
newpos = ind + len;
+ /* For a non-last cclp, expanding the set will overflow and overwrite a
+ * char in the next cclp.
+ * FIXME: Need another allocation scheme for ccl's. */
+ if (cclp != lastccl) {
+ flexfatal(_("internal error: trying to add a char to a non-last ccl.\n"));
+ }
view all matches for this distribution
view release on metacpan or search on metacpan
libsecp256k1/build/CMakeFiles/CMakeOutput.log view on Meta::CPAN
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6fbd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f6fbd.dir/'
/usr/libexec/gcc/x86_64-slackware-linux/11.2.0/cc1 -quiet -v /usr/share/cmake-3.21/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_f6fbd.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/...
GNU C17 (GCC) version 11.2.0 (x86_64-slackware-linux)
compiled by GNU C version 11.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-slackware-linux/11.2.0/../../../../x86_64-slackware-linux/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib64/gcc/x86_64-slackware-linux/11.2.0/include
/usr/local/include
libsecp256k1/build/CMakeFiles/CMakeOutput.log view on Meta::CPAN
/usr/include
End of search list.
GNU C17 (GCC) version 11.2.0 (x86_64-slackware-linux)
compiled by GNU C version 11.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: ea079ab2d42d4201c0dfe2a35a43a2b8
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6fbd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f6fbd.dir/'
as -v --64 -o CMakeFiles/cmTC_f6fbd.dir/CMakeCCompilerABI.c.o /tmp/ccZLbOg3.s
GNU assembler version 2.37 (x86_64-slackware-linux) using BFD version version 2.37-slack15
COMPILER_PATH=/usr/libexec/gcc/x86_64-slackware-linux/11.2.0/:/usr/libexec/gcc/x86_64-slackware-linux/11.2.0/:/usr/libexec/gcc/x86_64-slackware-linux/:/usr/lib64/gcc/x86_64-slackware-linux/11.2.0/:/usr/lib64/gcc/x86_64-slackware-linux/:/usr/lib64/gcc...
libsecp256k1/build/CMakeFiles/CMakeOutput.log view on Meta::CPAN
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6fbd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f6fbd.dir/']
ignore line: [ /usr/libexec/gcc/x86_64-slackware-linux/11.2.0/cc1 -quiet -v /usr/share/cmake-3.21/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_f6fbd.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -...
ignore line: [GNU C17 (GCC) version 11.2.0 (x86_64-slackware-linux)]
ignore line: [ compiled by GNU C version 11.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/usr/lib64/gcc/x86_64-slackware-linux/11.2.0/../../../../x86_64-slackware-linux/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib64/gcc/x86_64-slackware-linux/11.2.0/include]
ignore line: [ /usr/local/include]
libsecp256k1/build/CMakeFiles/CMakeOutput.log view on Meta::CPAN
ignore line: [ /usr/include]
ignore line: [End of search list.]
ignore line: [GNU C17 (GCC) version 11.2.0 (x86_64-slackware-linux)]
ignore line: [ compiled by GNU C version 11.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: ea079ab2d42d4201c0dfe2a35a43a2b8]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6fbd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f6fbd.dir/']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_f6fbd.dir/CMakeCCompilerABI.c.o /tmp/ccZLbOg3.s]
ignore line: [GNU assembler version 2.37 (x86_64-slackware-linux) using BFD version version 2.37-slack15]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-slackware-linux/11.2.0/:/usr/libexec/gcc/x86_64-slackware-linux/11.2.0/:/usr/libexec/gcc/x86_64-slackware-linux/:/usr/lib64/gcc/x86_64-slackware-linux/11.2.0/:/usr/lib64/gcc/x86_64-slackware-linux...
view all matches for this distribution
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
view release on metacpan or search on metacpan
libuv/ChangeLog view on Meta::CPAN
* zos: use pthread helper functions (John Barboza)
* zos: implement uv__fs_futime (John Barboza)
* unix: expand range of values for usleep (John Barboza)
* zos: track unbound handles and bind before listen (John Barboza)
* test: improve tap output on test failures (Santiago Gimeno)
view all matches for this distribution