view release on metacpan or search on metacpan
doc/html/AutoCompleter.html view on Meta::CPAN
<p>The dropdown list can be navigated through arrow keys. Selecting a
suggestion in the list is done either by a click, or by pressing the
<code>RETURN</code> key (this is handled by the
<i>Alien::GvaScript::ChoiceList</i> component of
GvaScript). Then the value of that suggestion fills the input field
value, dependent fields (if any) are updated, and the <code>onLegalValue</code>
event is triggered.</p>
<p>A number of variations on this behaviour may be controlled by the options
described below.</p>
</div>
doc/html/AutoCompleter.html view on Meta::CPAN
} } );</pre>
<p>Inline object that specifies dependencies between the field
controlled by the autocompleter, and other fields in the same form.
When leaving the autocompleted field (<code>onBlur</code>), the dependent fields
will be updated automatically. This only works for autocompleters
in strict mode.</p>
<p>Each key in the inline object specifies the name of a field related
to the autocompleted field. If field names are in dotted notation,
then the related field is taken as a path relative to the autocompleted
field : so for example if the autocompleted field has name
view all matches for this distribution
view release on metacpan or search on metacpan
- using LWP::Simple instead of File::Fetch for download
- using Digest::file instead of Digest::SHA
0.201 2011-02-18
- IMPORTANT: the first stable release with iup-3.4
- dev build: switch to iup-3.4 + updated im, cd
0.116 2011-02-10
- IMPORTANT: the last release with iup-3.3
- Unix: if not enough libs found - show more debug info
- not building libs that are currently not used by IUP
- less build messages by default
- dev build: with the latest CVS sources
0.113 2011-01-05
- same as 0.112_01 + updated TODO
- fixing -lstdc++ issue on non-gcc compilers
0.112 2010-12-30
- skipping iuptuio on solaris - http://www.cpantesters.org/cpan/report/c39d9264-0ae3-11e0-afb0-adca6bb533f3
- skipping iuptuio on cygwin (not only gcc3)
- info.t fix
0.107 2010-12-07
- iuptuio target added (Unix.pm)
- more debug info saved to config_data
- updated im-INC-order.diff
0.106 2010-12-02
- updated cd-GTK_BASE.diff
0.105 2010-12-02
- important fix: GTK2 + pkg-config
- improved build target autoselection
0.104 2010-12-01
- updated iup-GTK_WIDGET.diff
0.103 2010-12-01
- Motif/X11 build fix
- fix for http://www.cpantesters.org/cpan/report/ec6300d2-fb91-11df-a694-e2b03d723d5a
- require installed cairo for GTK2 build
- fixing netbsd failure (using USE_PKGCONFIG)
- webkit/webkit.h test (disabling iupweb if no webkit)
- patches for DragonFly BSD
- improved cygwin build
- new checksum for updated iup-3.3_Sources.tar.gz
- new builder for cygwin (separated from generic UNIX)
0.024 2010-11-14
- IMPORTANT: the last release with iup-3.2
- die if no GUI lib detected
view all matches for this distribution
view release on metacpan or search on metacpan
src/judy-1.0.5/ChangeLog view on Meta::CPAN
the entire library again.
1.0.2 Version (Jan 2006 ) by (twh)
o fixed assumption of signed char in test programs.
o updated sh_build
o fixed generation of man pages from html
o fixed 32-bit and 64-bit configure
1.0.1 Version (Dec 2004) by (twh)
view all matches for this distribution
view release on metacpan or search on metacpan
libjit/ChangeLog view on Meta::CPAN
2007-01-04 Thomas Cort <linuxgeek@gmail.com>
* jit/jit-rules-alpha.c: register class should not include FIXED
registers.
* .cvsignore, tools/.cvsignore, tutorial/.cvsignore: updated
the .cvsignore files to ignore some generated files.
2007-01-03 Thomas Cort <linuxgeek@gmail.com>
* jit/jit-rules-alpha.c: initialize alpha register classes.
view all matches for this distribution
view release on metacpan or search on metacpan
[KwaliteeTests]
[CheckChangeLog]
[PruneFiles]
filename = ^_Inline
; gets dropped into build directory and is
; updated in repo root directory
[ReadmeAnyFromPod]
type = markdown
location = root
filename = README.md
phase = release
view all matches for this distribution
view release on metacpan or search on metacpan
use warnings;
use Alien::Base::ModuleBuild;
## Run this when you change docs so the github README.pod is updated. I'm sure there is a better way with Module::Build ...
## perldoc -uT lib/Alien/OpenVcdiff.pm > README.pod
my $builder = Alien::Base::ModuleBuild->new(
module_name => 'Alien::OpenVcdiff',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Proj4.pm view on Meta::CPAN
This Alien package is probably most useful for compilation of other modules, e.g. L<PDLA::Rest>.
This is a fork of the main L<Alien::proj>, but with the major version fixed to 4.
Later versions of the proj code have changed their API, so this ensure stability until
dependent projects have updated.
The Proj library can be accessed from Perl code via the L<Geo::Proj4> package.
=head1 REPORTING BUGS
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
or
./Build install --installdirs vendor
If you're installing an updated version of a module that was included
with perl itself (i.e. a "core module"), then you may set
C<installdirs> to "core" to overwrite the module in its present
location.
(Note that the 'script' line is different from C<MakeMaker> -
view all matches for this distribution
view release on metacpan or search on metacpan
corpus/autoheck-libpalindrome/config.guess view on Meta::CPAN
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
If $0 has already been updated, send the following data and any
information you think might be pertinent to config-patches@gnu.org to
provide the necessary information to handle your system.
config.guess timestamp = $timestamp
view all matches for this distribution
view release on metacpan or search on metacpan
1.422 Wed Jan 19 2011
- the same as latest dev release
- added paths /usr/pkg/include and /usr/pkg/lib for dragonfly [FROGGS]
- patch for SDL's configure script, -Wl,-rpath,LIBDIR for openbsd [FROGGS]
- updated check_header() to use gcc on cygwin [FROGGS]
- building libjpeg-v8b[FROGGS]
- setting cc to gcc on cygwin [FROGGS]
1.421 Sat Oct 30 2010
- using LD_LIBRARY_PATH on openbsd [FROGGS]
- MacOSx file find bug fixed
1.1
- Powerpc fixes [ioanrogers]
- fix for many failing MacOS CPAN tester reports [kmx]
- updated packages (zlib-1.2.4, jpeg-8a, libpng-1.4.1, freetype-2.3.12) in src build [kmx]
- new Win32 binaries by FROGGS (now works well on WinXP & Win7)
- typo fixes [dorkfish]
1.0
- TODO for 1.0 release has been met so incrementing
- extended Windows/32bit binaries made a default option
- additional src build set added (no preinstalled jpeg, freetype2, png required)
- cygwin related patches [http://rt.cpan.org/Ticket/Display.html?id=55202]
0.9
- An updated windows pack [kmx]
- Dependencies of SHA fixed [kmx]
0.8.2
- Local sharedir building [kmx, FROGGS]
- 64bit building [kthakore, kmx]
view all matches for this distribution
view release on metacpan or search on metacpan
src/subversion/subversion/bindings/swig/perl/native/Client.pm view on Meta::CPAN
=item $client-E<gt>update4($paths, $revision, $depth, $depth_is_sticky, $ignore_externals, $allow_unver_obstructions, $adds_as_modification, $make_parents)
Update working trees $paths to $revision.
$paths is a array reference of paths to be updated. Unversioned paths that are
the direct children of a versioned path will cause an update that attempts to
add that path; other unversioned paths are skipped.
$revision must be a revision number, 'HEAD', or a date or this method will
raise the $SVN::Error::CLIENT_BAD_REVISION error.
The paths in $paths can be from multiple working copies from multiple
repositories, but even if they all come from the same repository there is no
guarantee that revision represented by 'HEAD' will remain the same as each path
is updated.
If $ignore_externals is set, don't process externals definitions as part of
this operation.
If $depth is $SVN::Depth::infinity, update fully recursivelly. Else if it is
view all matches for this distribution
view release on metacpan or search on metacpan
0.04 2023-09-04 00:01:00-06:00 America/Denver
- Formatted alienfile through perltidy
- Code checks for Windows OS to determine executable file extension
- Fixed XS and FFI test that referred to an earlier name of this package
0.03 2023-09-03 09:27:51-06:00 America/Denver
- Fixed POD formatting errors and updated documentation
- Provided alternative download locations of the edlib library
- Added boiler plate perl critic test for the distribution
0.02 2023-09-03 09:21:02-06:00 America/Denver
- Fixed documentation to provide links to other CPAN modules implementing
Leveshtein distance calculations
view all matches for this distribution
view release on metacpan or search on metacpan
generator/parser/rpp/pp-stream.h view on Meta::CPAN
}
//Slow, just for debugging
QByteArray stringFrom(int offset) const;
/// \warning the input and output lines are not updated when calling this function.
/// if you're seek()ing over a line boundary, you'll need to fix the line and column
/// numbers.
void seek(int offset);
/// Start from the beginning again
view all matches for this distribution
view release on metacpan or search on metacpan
share/swagger-ui-bundle.js.map view on Meta::CPAN
{"version":3,"sources":["webpack://SwaggerUIBundle/webpack/universalModuleDefinition","webpack://SwaggerUIBundle/webpack/bootstrap","webpack://SwaggerUIBundle/./node_modules/react/react.js","webpack://SwaggerUIBundle/./node_modules/immutable/dist/imm...
view all matches for this distribution
view release on metacpan or search on metacpan
inc/My/Builder/Unix.pm view on Meta::CPAN
my ($self, $build_out, $srcdir) = @_;
$srcdir ||= 'src';
my $prefixdir = rel2abs($build_out);
$self->config_data('build_prefix', $prefixdir); # save it for future ConfigData
#hack - use updated config.guess + config.sub - remove when fixed in tidyp distribution
require File::Copy;
File::Copy::copy("patches/config.sub","$srcdir/config.sub");
File::Copy::copy("patches/config.guess","$srcdir/config.guess");
#end of hack
view all matches for this distribution
view release on metacpan or search on metacpan
src/tccelf.c view on Meta::CPAN
}
}
/* not found: create new section */
s = new_section(s1, sh_name, sh->sh_type, sh->sh_flags);
/* take as much info as possible from the section. sh_link and
sh_info will be updated later */
s->sh_addralign = sh->sh_addralign;
s->sh_entsize = sh->sh_entsize;
sm_table[i].new_section = 1;
found:
if (sh->sh_type != s->sh_type) {
view all matches for this distribution
view release on metacpan or search on metacpan
src/tccelf.c view on Meta::CPAN
}
}
/* not found: create new section */
s = new_section(s1, sh_name, sh->sh_type, sh->sh_flags);
/* take as much info as possible from the section. sh_link and
sh_info will be updated later */
s->sh_addralign = sh->sh_addralign;
s->sh_entsize = sh->sh_entsize;
sm_table[i].new_section = 1;
found:
if (sh->sh_type != s->sh_type) {
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
or
./Build install --installdirs vendor
If you're installing an updated version of a module that was included
with perl itself (i.e. a "core module"), then you may set
C<installdirs> to "core" to overwrite the module in its present
location.
(Note that the 'script' line is different from C<MakeMaker> -
view all matches for this distribution
view release on metacpan or search on metacpan
share/docs/app-1c3b39672c292d36e4a5ff05c1bb7035.js view on Meta::CPAN
If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.
Build date: 2013-04-03 15:07:25
*/
var CodeMirror=(function(){function v(aN,aK){var b2={},bk=v.defaults;for(var aA in bk){if(bk.hasOwnProperty(aA)){b2[aA]=(aK&&aK.hasOwnProperty(aA)?aK:bk)[aA]}}var aE=document.createElement("div");aE.className="CodeMirror"+(b2.lineWrapping?" CodeMirro...
view all matches for this distribution
view release on metacpan or search on metacpan
share/vendor/js/backbone.js view on Meta::CPAN
return _.has(this.changed, attr);
},
// Return an object containing all the attributes that have changed, or
// false if there are no changed attributes. Useful for determining what
// parts of a view need to be updated and/or what attributes need to be
// persisted to the server. Unset attributes will be set to undefined.
// You can also pass an attributes object to diff against the model,
// determining if there *would be* a change.
changedAttributes: function(diff) {
if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;
share/vendor/js/backbone.js view on Meta::CPAN
if (attrs && options.wait) {
this.attributes = _.extend({}, attributes, attrs);
}
// After a successful server-side save, the client is (optionally)
// updated with the server-side state.
if (options.parse === void 0) options.parse = true;
success = options.success;
options.success = function(model, resp, options) {
// Ensure attributes are restored during synchronous saves.
model.attributes = attributes;
view all matches for this distribution
view release on metacpan or search on metacpan
xt/author/perlcritic.t view on Meta::CPAN
BAIL_OUT( "Failed to load required release-testing module $MODULE" );
}
}
if ( 1.099_001 > eval { $Perl::Critic::VERSION } ) {
plan( skip_all => "Perl::Critic needs updated to 1.099_001" );
}
use File::Spec::Functions qw(catfile);
Perl::Critic::Utils::Constants->import(':profile_strictness');
my $dummy = $Perl::Critic::Utils::Constants::PROFILE_STRICTNESS_QUIET;
view all matches for this distribution
view release on metacpan or search on metacpan
xgboost/R-package/R/xgb.Booster.R view on Meta::CPAN
#'
#' The attribute setters would usually work more efficiently for \code{xgb.Booster.handle}
#' than for \code{xgb.Booster}, since only just a handle (pointer) would need to be copied.
#' That would only matter if attributes need to be set many times.
#' Note, however, that when feeding a handle of an \code{xgb.Booster} object to the attribute setters,
#' the raw model cache of an \code{xgb.Booster} object would not be automatically updated,
#' and it would be user's responsibility to call \code{xgb.save.raw} to update it.
#'
#' The \code{xgb.attributes<-} setter either updates the existing or adds one or several attributes,
#' but it doesn't delete the other existing attributes.
#'
view all matches for this distribution
view release on metacpan or search on metacpan
include/boost/config/compiler/gcc.hpp view on Meta::CPAN
#endif
//
// last known and checked version is 7.1:
#if (BOOST_GCC_VERSION > 70100)
# if defined(BOOST_ASSERT_CONFIG)
# error "Boost.Config is older than your compiler - please check for an updated Boost release."
# else
// we don't emit warnings here anymore since there are no defect macros defined for
// gcc post 3.4, so any failures are gcc regressions...
//# warning "Unknown compiler version - please run the configure tests and report the results"
# endif
view all matches for this distribution
view release on metacpan or search on metacpan
libcares/CHANGES.0 view on Meta::CPAN
* September 28 2007 (Steinar H. Gunderson)
- Don't skip a server if it's the only one. (Bugfix from the Google tree.)
- Made the query callbacks receive the number of timeouts that happened during
the execution of a query, and updated documentation accordingly. (Patch from
the Google tree.)
- Support a few more socket options: ARES_OPT_SOCK_SNDBUF and
ARES_OPT_SOCK_RCVBUF
view all matches for this distribution
view release on metacpan or search on metacpan
Change: 6ca672821b40547b288b3967dc7866cd125affdc
Author: Torsten Raudssus <torsten@raudss.us>
Date : 2014-09-22 20:18:18 +0000
Added travis, added cpanfile for new structure, updated load file
Change: 93e47e2a42975712658bf5e00d181e7fc1870874
Author: Torsten Raudssus <github@raudssus.de>
Date : 2014-09-22 20:13:16 +0000
view all matches for this distribution
view release on metacpan or search on metacpan
patch/flex-2.6.4.diff view on Meta::CPAN
-distdir: $(DISTFILES)
- @case `sed 15q $(srcdir)/NEWS` in \
- *"$(VERSION)"*) : ;; \
- *) \
- echo "NEWS not updated; not releasing" 1>&2; \
- exit 1;; \
- esac
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
view all matches for this distribution
view release on metacpan or search on metacpan
1.17 2019-08-03
- Make sure we install GDAL 2.4 if Proj version is less than 6.0
1.16 2019-04-04
- Disable Alien::spatialite for now, as it needs
to be updated for recent proj changes. It will
still be linked to if it has been
pre-installed on a user's system.
1.15 2019-01-25
- Chain the dynamic libs from all alien deps.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/libsecp256k1.pm view on Meta::CPAN
This module may be used by other modules that require
L<libsecp256k1|https://github.com/bitcoin-core/secp256k1>. It will try to
detect whether this library is installed, and install it for other CPAN modules
to use.
The module installs the library version C<v0.6.0>. It may be updated to install
new versions when they become available. The library is bundled together with
the module, and the signature of the library's release has been verified before
releasing the module.
=head2 Testing
view all matches for this distribution
view release on metacpan or search on metacpan
0.04 2020-05-08 07:50:23 -0600
- patch .pc file to include include/uuid for share install
(gh#4, gh#6, tib++)
0.03 2020-04-30 07:07:51 -0600
- updated documentation
- improved diagnostics
0.02 2019-04-04 12:23:58 -0400
- Use https instead of http
view all matches for this distribution
view release on metacpan or search on metacpan
1.6.5, fixing a problem with "evalResponse()" being called after
"onComplete". This was noted as Bug #6727 back on Nov 29th, but hasn't
been fixed yet; (http://dev.rubyonrails.org/ticket/6727).
1.001 Wed Nov 8 11:44 PST 2006
- updated dependencies in Build.PL
- updated to script.aculo.us 1.6.5
1.000 Mon Oct 2 13:31 PDT 2006
- First public version. Installs script.aculo.us 1.6.4
view all matches for this distribution