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


Alien-Saxon

 view release on metacpan or  search on metacpan

SaxonHE9-8-0-7J/doc/index.html  view on Meta::CPAN

      <meta name="description" content="" />
      <meta name="keywords" content="" />
      <meta name="coverage" content="Worldwide" />
      <meta name="copyright" content="Copyright Saxonica Ltd" />
      <meta name="robots" content="noindex, nofollow" />
      <link rel="stylesheet" href="saxondocs.css" type="text/css" />
   </head>

   <body class="main">
      <div id="wrapper">
         <div id="header-container">

SaxonHE9-8-0-7J/doc/index.html  view on Meta::CPAN

                           href="http://www.saxonica.com">Welcome</a></p>
                  </div>
                  <!--<div id="submenu">
                     <p>&nbsp;</p>
                  </div>-->
                  <div style="clear:both;"></div>
               </div>
            </div>
         </div>
         <div class="content-cont" id="content-container"><a id="top" class="anchor"></a><div
               id="section">

 view all matches for this distribution


Alien-Selenium

 view release on metacpan or  search on metacpan

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

1;

#line 778

# 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

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


Selenium Server is a test tool that allows you to write automated web
application UI tests in any programming language against any HTTP
website using any mainstream JavaScript-enabled browser.

The Selenium Server is needed in order to run either Selenium RC style
scripts or Remote Selenium Webdriver ones. The 2.x server is a drop-in
replacement for the old Selenium RC server and is designed to be
backwards compatible with your existing infrastructure.

Selenium Server can automatically start/stop/control any supported

 view all matches for this distribution


Alien-SeqAlignment-cutadapt

 view release on metacpan or  search on metacpan

lib/Alien/SeqAlignment/cutadapt.pm  view on Meta::CPAN


=item * L<Scoop|https://scoop.sh/>

Scoop is a command-line installer for Windows that:
*Eliminates permission popup windows
*Hides GUI wizard-style installers
*Prevents PATH pollution from installing lots of programs
*Avoids unexpected side-effects from installing and uninstalling programs
*Finds and installs dependencies automatically
*Performs all the extra setup steps itself to get a working program

 view all matches for this distribution


Alien-SmokeQt

 view release on metacpan or  search on metacpan

cmake/modules/BasicFindPackageVersion.cmake.in  view on Meta::CPAN

# This is a very basic file for the new style find_package() search mode,
# i.e. Config-mode. It is used by MACRO_WRITE_BASIC_CMAKE_VERSION_FILE() from 
# MacroWriteBasicCMakeVersionFile.cmake.
# In this mode find_package() searches for a <package>Config.cmake 
# file and an associated <package>Version.cmake file, which it loads to check 
# the version number.

 view all matches for this distribution


Alien-SwaggerUI

 view release on metacpan or  search on metacpan

CONTRIBUTING.md  view on Meta::CPAN

be listed as a contributor with a different e-mail address, tell me so
in the ticket or e-mail me at doug@preaction.me.

### Code Formatting and Style

Please try to maintain the existing code formatting and style.

* 4-space indents
* Opening brace on the same line as the opening keyword
    * Exceptions made for lengthy conditionals
* Closing brace on the same column as the opening keyword

 view all matches for this distribution


Alien-Tar-Size

 view release on metacpan or  search on metacpan

t/pod-coverage.t  view on Meta::CPAN

eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;

# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
    if $@;

 view all matches for this distribution


Alien-Tidyp

 view release on metacpan or  search on metacpan

patches/config.guess  view on Meta::CPAN

	esac
	# The OS release
	# Debian GNU/NetBSD machines have a different userland, and
	# thus, need a distinct triplet. However, they do not need
	# kernel version information, so it can be replaced with a
	# suitable tag, in the style of linux-gnu.
	case "${UNAME_VERSION}" in
	    Debian*)
		release='-gnu'
		;;
	    *)

 view all matches for this distribution


Alien-TinyCC

 view release on metacpan or  search on metacpan

src/Changelog  view on Meta::CPAN

- ignore AS_NEEDED ld command
- mark executable sections as executable when running in memory
- added support for win32 wchar_t (Filip Navara)
- segment override prefix support (Filip Navara)
- normalized slashes in paths (Filip Navara)
- windows style fastcall (Filip Navara)
- support for empty input register section in asm (Filip Navara)
- anonymous union/struct support (Filip Navara)
- fixed parsing of function parameters
- workaround for function pointers in conditional expressions (Dave Dodge)
- initial '-E' option support to use the C preprocessor alone

src/Changelog  view on Meta::CPAN

- fixed multiple variable definitions : uninitialized variables are
  created as COMMON symbols.
- optimized macro processing
- added GCC statement expressions support
- added GCC local labels support
- fixed array declaration in old style function parameters
- support casts in static structure initializations
- added various __xxx[__] keywords for GCC compatibility
- ignore __extension__ GCC in an expression or in a type (still not perfect)
- added '? :' GCC extension support

src/Changelog  view on Meta::CPAN

- removed memory leaks.
- better error handling : processing can continue on link errors. A
  custom callback can be added to display error messages. Most
  errors do not call exit() now.
- ignore -O, -W, -m and -f options
- added old style function declarations
- added GCC __alignof__ support.
- added GCC typeof support.
- added GCC computed gotos support.
- added stack backtrace in runtime error message. Improved runtime
  error position display.

src/Changelog  view on Meta::CPAN

  compiler core).
- fixed register reload in float compare.
- fixed implicit char/short to int casting.
- allow array type for address of ('&') operator.
- fixed unused || or && result.
- added GCC style variadic macro support.
- optimized bound checking code for array access.
- tcc includes are now in $(prefix)/lib/tcc/include.
- more command line options - more consistent handling of multiple
  input files.
- added tcc man page (thanks to Cyril Bouthors).

 view all matches for this distribution


Alien-TinyCCx

 view release on metacpan or  search on metacpan

src/Changelog  view on Meta::CPAN

- ignore AS_NEEDED ld command
- mark executable sections as executable when running in memory
- added support for win32 wchar_t (Filip Navara)
- segment override prefix support (Filip Navara)
- normalized slashes in paths (Filip Navara)
- windows style fastcall (Filip Navara)
- support for empty input register section in asm (Filip Navara)
- anonymous union/struct support (Filip Navara)
- fixed parsing of function parameters
- workaround for function pointers in conditional expressions (Dave Dodge)
- initial '-E' option support to use the C preprocessor alone

src/Changelog  view on Meta::CPAN

- fixed multiple variable definitions : uninitialized variables are
  created as COMMON symbols.
- optimized macro processing
- added GCC statement expressions support
- added GCC local labels support
- fixed array declaration in old style function parameters
- support casts in static structure initializations
- added various __xxx[__] keywords for GCC compatibility
- ignore __extension__ GCC in an expression or in a type (still not perfect)
- added '? :' GCC extension support

src/Changelog  view on Meta::CPAN

- removed memory leaks.
- better error handling : processing can continue on link errors. A
  custom callback can be added to display error messages. Most
  errors do not call exit() now.
- ignore -O, -W, -m and -f options
- added old style function declarations
- added GCC __alignof__ support.
- added GCC typeof support.
- added GCC computed gotos support.
- added stack backtrace in runtime error message. Improved runtime
  error position display.

src/Changelog  view on Meta::CPAN

  compiler core).
- fixed register reload in float compare.
- fixed implicit char/short to int casting.
- allow array type for address of ('&') operator.
- fixed unused || or && result.
- added GCC style variadic macro support.
- optimized bound checking code for array access.
- tcc includes are now in $(prefix)/lib/tcc/include.
- more command line options - more consistent handling of multiple
  input files.
- added tcc man page (thanks to Cyril Bouthors).

 view all matches for this distribution


Alien-V8

 view release on metacpan or  search on metacpan

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


You may also pass several C<test_files> arguments separately:

  ./Build test --test_files t/one.t --test_files t/two.t

or use a C<glob()>-style pattern:

  ./Build test --test_files 't/01-*.t'

=item testall

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

=item testpod

[version 0.25]

This checks all the files described in the C<docs> action and
produces C<Test::Harness>-style output.  If you are a module author,
this is useful to run before creating a new release.

=item testpodcoverage

[version 0.28]

This checks the pod coverage of the distribution and
produces C<Test::Harness>-style output. If you are a module author,
this is useful to run before creating a new release.

=item versioninstall

[version 0.16]

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

or the Build script, during any action.  For information on other
options specific to an action, see the documentation for the
respective action.

NOTE: There is some preliminary support for options to use the more
familiar long option style.  Most options can be preceded with the
C<--> long option prefix, and the underscores changed to dashes
(e.g. C<--use-rcfile>).  Additionally, the argument to boolean options is
optional, and boolean options can be negated by prefixing them with
C<no> or C<no-> (e.g. C<--noverbose> or C<--no-verbose>).

 view all matches for this distribution


Alien-VideoLAN-LibVLC

 view release on metacpan or  search on metacpan

t/pod-coverage.t  view on Meta::CPAN

eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;

# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
    if $@;

 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/source/Element.keys.html
share/docs/source/Element.position-more.html
share/docs/source/Element.position.html
share/docs/source/Element.scroll-more.html
share/docs/source/Element.scroll.html
share/docs/source/Element.style-more.html
share/docs/source/Element.style.html
share/docs/source/Element.traversal-more.html
share/docs/source/Element.traversal.html
share/docs/source/Error.html
share/docs/source/Event.html
share/docs/source/EventManager-more.html

MANIFEST  view on Meta::CPAN

share/examples/tasks/images/s.gif
share/examples/tasks/tasks.css
share/examples/tasks/tasks.html
share/examples/tasks/tasks.js
share/examples/themes/index.html
share/examples/themes/styleswitcher.js
share/examples/themes/themes.js
share/examples/toolbar/droppable.html
share/examples/toolbar/droppable.js
share/examples/toolbar/images/add.gif
share/examples/toolbar/images/add16.gif

MANIFEST  view on Meta::CPAN

share/src/core/Element.fx-more.js
share/src/core/Element.insertion-more.js
share/src/core/Element.keys.js
share/src/core/Element.position-more.js
share/src/core/Element.scroll-more.js
share/src/core/Element.style-more.js
share/src/core/Element.traversal-more.js
share/src/core/Error.js
share/src/core/EventManager-more.js
share/src/core/Ext-more.js
share/src/core/Template-more.js

MANIFEST  view on Meta::CPAN

share/src/ext-core/src/core/Element.fx.js
share/src/ext-core/src/core/Element.insertion.js
share/src/ext-core/src/core/Element.js
share/src/ext-core/src/core/Element.position.js
share/src/ext-core/src/core/Element.scroll.js
share/src/ext-core/src/core/Element.style.js
share/src/ext-core/src/core/Element.traversal.js
share/src/ext-core/src/core/EventManager.js
share/src/ext-core/src/core/Ext.js
share/src/ext-core/src/core/Fx.js
share/src/ext-core/src/core/Loader.js

 view all matches for this distribution


( run in 0.678 second using v1.01-cache-2.11-cpan-39bf76dae61 )