Searched +refs:format +refs:spec +refs:make (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/vim-55/runtime/ftplugin/
H A Dspec.vim1 " Plugin to update the %changelog section of RPM spec files
2 " Filename: spec.vim
20 function s:SpecChangelog(format)
21 if strlen(a:format) == 0
27 let format = g:spec_chglog_format
30 let g:spec_chglog_format = a:format
32 let format = a:format
82 let parsed_format = "* ".strftime(format)
161 " make i
[all...]
/macosx-10.10/libarchive-30/libarchive/contrib/
H A Dlibarchive.1aix53.spec3 Summary(pl): Biblioteka do tworzenia i odczytu r��nych format�w archiw�w
29 r��nych strumieniowych format�w archiw�w, w��czaj�c w to popularne
30 odmiany TAR oraz wiele format�w CPIO. Biblioteka ta potrafi tak�e
95 make | tee %{buildroot}/make.log
99 make DESTDIR=%buildroot install
129 $Log: libarchive.spec,v $
H A Dlibarchive.spec3 Summary(pl): Biblioteka do tworzenia i odczytu r��nych format�w archiw�w
29 r��nych strumieniowych format�w archiw�w, w��czaj�c w to popularne
30 odmiany TAR oraz wiele format�w CPIO. Biblioteka ta potrafi tak�e
83 make | tee %{buildroot}/make.log
87 make DESTDIR=%buildroot install
117 $Log: libarchive.spec,v $
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-macs.el55 (put 'cl-pop2 'edebug-form-spec 'edebug-sexps)
175 (make-symbol (format "%s%d" pfix num))))
182 (while (intern-soft (setq name (format "%s%d" pfix *gensym-counter*)))
297 (setq restarg (make-symbol "--cl-rest--"))
352 (intern (format ":%s" (car arg)))))
359 (let* ((temp (or (nth 2 arg) (make-symbol "--cl-var--")))
382 (let* ((var (make-symbol "--cl-keys--"))
399 (format "Keyword argument %%s not one of %s"
500 (let* ((temp (if (cl-simple-expr-p expr 3) expr (make
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm40 croak __PACKAGE__.": Invalid date format: $input";
279 the spec that's given, the keys are looked at and whichever
280 module is the first to have a unique key in the spec is the
281 one to whom the spec is given.
489 for my $spec (@$specs)
492 if (ref $spec eq 'CODE')
494 push @others, $spec;
497 elsif (ref $spec eq 'HASH')
499 if (exists $spec->{length})
501 my $code = $class->create_single_parser( %$spec );
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dscheme.vim88 syn keyword schemeFunc tan asin acos atan sqrt expt make-rectangular make-polar
96 syn keyword schemeFunc string? make-string string string-length string-ref
99 syn keyword schemeFunc string-ci>=? substring string-append vector? make-vector
115 syn keyword schemeFunc make-eq-hashtable make-eqv-hashtable make-hashtable
214 syn keyword schemeExtFunc format system-type current-extension-compiler current-extension-linker
217 syn keyword schemeExtFunc current-library-collection-paths current-extension-compiler-flags make-parameter
255 syn keyword schemeExtSyntax unit uses declare hide foreign-declare foreign-parse foreign-parse/spec
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Drefcard.tex48 % produces two pages which must be printed sideways to make a
81 Permission is granted to make and distribute copies of
90 % make \bye not \outer so that the \def\bye in the \else clause below
105 % This multi-way format was designed by Stephen Gildea October 1986.
106 % Note that the 1-column format is fontfamily-independent.
107 \if 1\ncolumns %one-column format uses normal size
151 \normalbaselines\rm %make definitions take effect
639 % The intended audience here is the person who wants to make simple
669 The \kbd{interactive} spec says how to read arguments interactively.
H A Dpl-refcard.tex8 % This file uses macros and fonts defined in the mex format.
15 % defined in plain format. This file uses mex format which is
21 \errmessage{This file requires `mex' format to be typeset correctly.
22 See head of this file for the comments how to generate mex format}
93 Permission is granted to make and distribute copies of
102 % make \bye not \outer so that the \def\bye in the \else clause below
117 % This multi-way format was designed by Stephen Gildea October 1986.
118 % Note that the 1-column format is fontfamily-independent.
119 \if 1\ncolumns %one-column format use
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm92 You can choose between the most compact guaranteed-single-line format
93 possible (nice for simple line-based protocols), a pure-ASCII format
95 Unicode range), or a pretty-printed format (for when you want to read that
229 in a faster and more compact format.
321 format as output, putting every array member or object/hash key-value pair
567 objects make excellent targets to serialise Perl objects into, especially
570 support this in any way, so you need to make sure your data never looks
805 Some examples will make all this clearer. First, a simple example that
1146 encoded as a tagged JSON value in the following format:
1216 make tha
[all...]
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim169 " make sure b:asmsyntax exists
1040 au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak,*.dsp setf make
1127 setf make
1403 " Obj 3D file format
1900 au BufNewFile,BufRead *.spec setf spec
2023 " 1. Check the first line of the file for "%&<format>".
2029 let format = tolower(matchstr(firstline, '\a\+'))
2030 let format = substitute(format, 'pd
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dipp.c249 * Then make sure that the first three attributes are:
393 * OK, all the checks pass so far; make sure requesting-user-name is
1282 * Validate job template attributes; for now just document-format,
1339 _("Unsupported format \"%s\"."), mimetype);
1342 "document-format", NULL, mimetype);
2170 * See RFC 4122 for the definition of UUIDs and the format.
2628 * interfaces directory and make it executable...
2651 * ppd directory and make it readable by all...
2765 if (!strcmp(scheme, ppdattr->spec))
4827 * and document-format attribute
5888 format[1024]; /* Format for document */ local
6836 *make, /* ppd-make attribute */ local
8037 ipp_attribute_t *format; /* Document-format attribute */ local
9186 ipp_attribute_t *format; /* Request's document-format attribute */ local
10830 ipp_attribute_t *format, /* Document-format attribute */ local
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm10 # Target is the source code format laid out in Perl Best Practices (4 spaces
357 # A: because it is not required according to XML spec.
400 # make bytelength that calculates length in bytes regardless of utf/byte settings
2100 # make absolute location if relative
2192 $ref->[ _ATTRS ] = \%attrs; # make a copy for long attributes
2310 # structure! seems silly to make so many copies
2346 or die qq!Unrecognized/unsupported format of arrayType attribute '@{[$attrs->{"{$SOAP::Constants::NS_ENC}arrayType"}]}'\n!;
3858 sub create; *create = \&new; # make alias. Somewhere 'new' is registered keyword
4123 make the XML itself more readable to human eyes (presumably for debugging).
4923 statements will be executed B<before> script execution that can make
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim541 " =3 obtain file, but leave in temporary format
967 " (line numbers don't really make sense for that).
1451 " make sure file is being displayed
1651 call netrw#ErrorMsg(s:WARNING,"cannot determine method (format: protocol://[user@]hostname[:port]/[path])",45)
1747 " call Decho("make local maps")
1880 " call Decho("make remote maps")
2677 " do netrw settings: make this buffer not-a-file, modifiable, not line-numbered, etc {{{3
2682 " call Decho("--do netrw settings: make this buffer#".bufnr("%")." not-a-file, modifiable, not line-numbered, etc--")
2821 " s:NetrwListSettings: make standard settings for a netrw listing {{{2
3124 " just go to the new directory spec
[all...]

Completed in 208 milliseconds