Searched refs:specs (Results 26 - 50 of 117) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dtest_case.rb463 Gem::Specification.map # HACK: force specs to (re-)load before we write
539 # Install the provided specs
541 def install_specs(*specs)
542 Gem::Specification.add_specs(*specs)
547 # Installs the provided default specs including writing the spec file
549 def install_default_gems(*specs)
550 install_default_specs(*specs)
552 specs.each do |spec|
560 # Install the provided default specs
562 def install_default_specs(*specs)
[all...]
H A Ddependency_resolver.rb60 # to query the set of available specs via +set+, calculates
61 # a set of ActivationRequest objects which indicate all the specs
198 list.each do |uri, specs|
199 specs.each do |n|
204 @specs = {}
236 @specs[key] ||= source.fetch_spec(Gem::NameTuple.new(name, ver))
450 # and +specs+ being a list to ActivationRequest, calculate a new list
453 def resolve_for(needed, specs)
458 if existing = specs.find { |s| dep.name == s.name }
484 # Get a list of all specs tha
[all...]
H A Dindexer.rb34 # Latest specs index install location
39 # Prerelease specs index install location
80 @specs_index = File.join @directory, "specs.#{Gem.marshal_version}"
86 File.join(@dest_directory, "specs.#{Gem.marshal_version}")
96 # Abbreviate the spec for downloading. Abbreviated specs are only used for
165 specs = index.map do |*spec|
181 specs = compact_specs(specs)
182 Marshal.dump(specs, io)
196 build_modern_index(released.sort, @specs_index, 'specs')
[all...]
H A Drdoc.rb43 @specs = []
71 # +specs+
73 def self.generation_hook installer, specs
80 specs.each do |spec|
87 names = specs.map(&:name).join ', '
H A Ddependency_installer.rb186 specs = @available.all_specs
189 keep_names = specs.map { |spec| spec.full_name }
196 dependency_list.add(*specs)
197 to_do = specs.dup
202 dependency_list.specs.reject! { |spec|
268 # +version+. Returns an Array of specs and sources required for
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkOldConfig.c38 Tk_ConfigSpec *specs, CONST char *argvName,
78 Tk_ConfigSpec *specs, /* Describes legal options. */
84 * be present in config specs for them to be
116 specs = GetCachedSpecs(interp, specs);
120 * match entries in the specs.
131 specPtr = FindConfigSpec(interp, specs, arg, needFlags, hateFlags);
163 * Pass two: scan through all of the specs again; if no command-line
169 for (specPtr=specs; specPtr->type!=TK_CONFIG_END; specPtr++) {
228 * Search through a table of configuration specs, lookin
73 Tk_ConfigureWidget( Tcl_Interp *interp, Tk_Window tkwin, Tk_ConfigSpec *specs, int argc, CONST char **argv, char *widgRec, int flags) argument
241 FindConfigSpec( Tcl_Interp *interp, Tk_ConfigSpec *specs, CONST char *argvName, int needFlags, int hateFlags) argument
594 Tk_ConfigureInfo( Tcl_Interp *interp, Tk_Window tkwin, Tk_ConfigSpec *specs, char *widgRec, CONST char *argvName, int flags) argument
906 Tk_ConfigureValue( Tcl_Interp *interp, Tk_Window tkwin, Tk_ConfigSpec *specs, char *widgRec, CONST char *argvName, int flags) argument
977 Tk_FreeOptions( Tk_ConfigSpec *specs, char *widgRec, Display *display, int needFlags) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A DValidate.xs922 validate_pos_depends(AV* p, AV* specs, HV* options)
930 p_spec = av_fetch(specs, p_idx, 0);
960 validate_named_depends(HV* p, HV* specs, HV* options)
979 he1 = hv_fetch_ent(specs, HeSVKEY_force(he), 0, HeHASH(he));
1016 if (!hv_exists(specs, SvPV_nolen(depend_name),
1063 apply_defaults(HV *ret, HV *p, HV *specs, AV *missing)
1068 hv_iterinit(specs);
1069 while ((he = hv_iternext(specs))) {
1125 validate(HV* p, HV* specs, HV* options, HV* ret)
1158 specs
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dedebug.el1519 (edebug-match-specs cursor '(lambda-expr body) 'edebug-match-specs)))
1525 ;;; Matching of specs.
1553 (defun edebug-match (cursor specs)
1555 ;; Used also at each lower level of specs.
1562 (edebug-match-specs cursor specs 'edebug-match-specs)))
1575 (defun edebug-match-specs (cursor specs remainde
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Drubygems_hook.rb17 @specs = []
45 # +specs+
47 def self.generation_hook installer, specs
53 specs.each do |spec|
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dscanf.rb516 @specs = []
521 @specs.replace s.scan(REGEX).map {|spec| FormatSpecifier.new(spec) }
525 @specs.join('')
529 n.times { @specs.shift }
533 @specs.size
545 @specs.each_with_index do |spec,i|
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtridpars.h308 * at any location between specs or delimiters, and is returned
324 * @param specs the given Specs object.
329 static SingleID* specsToID(const Specs* specs, int32_t dir);
335 * @param specs the given Specs.
339 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dliveprop.c100 /* second: look for the property in the liveprop specs */
101 for (scan = group->specs; scan->name != NULL; ++scan)
117 for (scan = group->specs; scan->name != NULL; ++scan) {
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dunpack_command.rb117 specs = dependency.matching_specs
119 selected = specs.sort_by { |s| s.version }.last # HACK: hunt last down
/macosx-10.9.5/zlib-53/zlib/nintendods/
H A DMakefile38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
/macosx-10.9.5/CF-855.17/
H A DCFString.c5234 kCFStringFormatLocalizable = (1 << 5) // explicitly mark the specs we can localize
5719 if (-1 != specs[curSpec].widthArgNum) { \
5720 if (-1 != specs[curSpec].precArgNum) { \
5726 if (-1 != specs[curSpec].precArgNum) { \
5735 if (-1 != specs[curSpec].widthArgNum) { \
5736 if (-1 != specs[curSpec].precArgNum) { \
5742 if (-1 != specs[curSpec].precArgNum) { \
5763 CFFormatSpec *specs; local
5777 specs = NULL;
5806 specs
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dimage.el537 (defun find-image (specs)
556 (while (and specs (null image))
557 (let* ((spec (car specs))
570 (setq specs (cdr specs))))
575 (defmacro defimage (symbol specs &optional doc)
595 `(defvar ,symbol (find-image ',specs) ,doc))
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dcomdlg.tcl29 # specs = {
38 proc tclParseConfigSpec {w specs flags argList} {
41 # 1: Put the specs in associative arrays for faster access
43 foreach spec $specs {
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixRFont.c730 XftGlyphFontSpec specs[NUM_SPEC];
776 specs[nspec].font = ftFont;
777 specs[nspec].glyph = XftCharIndex(fontPtr->display, ftFont, c);
778 specs[nspec].x = x;
779 specs[nspec].y = y;
780 XftGlyphExtents(fontPtr->display, ftFont, &specs[nspec].glyph, 1,
787 specs, nspec);
793 XftDrawGlyphFontSpec(fontPtr->ftDraw, &fontPtr->color, specs, nspec);
715 XftGlyphFontSpec specs[NUM_SPEC]; local
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dcomdlg.tcl29 # specs = {
38 proc tclParseConfigSpec {w specs flags argList} {
41 # 1: Put the specs in associative arrays for faster access
43 foreach spec $specs {
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DEpoc.pm13 File::Spec::Epoc - methods for Epoc file specs
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/
H A DBuilder.pm84 # Turn groups of parser specs in to groups of parsers
86 my $specs = $args{groups};
89 for my $label ( keys %$specs )
91 my $parsers = $specs->{$label};
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/
H A DBuilder.pm84 # Turn groups of parser specs in to groups of parsers
86 my $specs = $args{groups};
89 for my $label ( keys %$specs )
91 my $parsers = $specs->{$label};
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Durl.c1335 char **specs, *p; local
1342 specs = ldap_str2charray(hosts, ", ");
1343 if (specs == NULL)
1347 for (i = 0; specs[i] != NULL; i++) /* EMPTY */;
1353 ldap_charray_free(specs);
1359 ludp->lud_host = specs[i];
1360 specs[i] = NULL;
1369 specs[i] = ludp->lud_host;
1374 ldap_charray_free(specs);
1381 ldap_charray_free(specs);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dldif-filter.c48 Use specs '%s' if no spec on the command line applies.\n",
209 const char *backend = getenv( "BACKEND" ), *specs = "", *tmp; local
223 specs = optarg;
236 flags = get_flags( backend, specs );
/macosx-10.9.5/ruby-104/ruby/lib/minitest/
H A Dspec.rb189 # write specs don't like class inheritence, so this goes way out of
200 @specs ||= 0
201 @specs += 1
203 name = "test_%04d_%s" % [ @specs, desc ]

Completed in 476 milliseconds

12345