Searched +refs:version +refs:separator (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dicemenu.vim10 if version < 600
25 " separator
26 syntax keyword _rules separator
H A Dsamba.vim11 " For version 5.x: Clear all syntax items
12 " For version 6.x: Quit when a syntax file was already loaded
13 if version < 600
70 syn keyword sambaKeyword contained use user username users valid version veto
85 syn keyword sambaKeyword contained scope separator shell show smbd template
110 " For version 5.7 and earlier: only when not done already
111 " For version 5.8 and later: only when an item doesn't have highlighting yet
112 if version >= 508 || !exists("did_samba_syn_inits")
113 if version < 508
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dcommand.rb152 def show_lookup_failure(gem_name, version, errors, domain)
154 msg = "Could not find a valid gem '#{gem_name}' (#{version}), here is why:\n"
158 alert_error "Could not find a valid gem '#{gem_name}' (#{version}) in any repository"
185 # Get all [gem, version] from the command line.
187 # An argument in the form gem:ver is pull apart into the gen name and version,
409 @parser.separator nil
410 @parser.separator " Description:"
412 @parser.separator " #{line.rstrip}"
417 @parser.separator nil
424 @parser.separator ni
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Doptions.rb544 opt.version = RDoc::VERSION
634 opt.separator nil
635 opt.separator "Parsing options:"
636 opt.separator nil
648 opt.separator nil
656 opt.separator nil
664 opt.separator nil
681 opt.separator nil
689 opt.separator nil
696 opt.separator ni
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dxsl.vim13 \ 'decimal-format' : [[], {'name' : [], 'decimal-separator' : [], 'grouping-separator' : [], 'infinity' : [], 'minus-sign' : [], 'NaN' : [], 'percent' : [], 'per-mille' : [], 'zero-digit' : [], 'digit' : [], 'pattern-separator' : []}],
23 \ 'number' : [[], {'level' : ['single', 'multiple', 'any'], 'count' : [], 'from' : [], 'value' : [], 'format' : [], 'lang' : [], 'letter-value' : ['alphabetic', 'traditional'], 'grouping-separator' : [], 'grouping-size' : []}],
25 \ 'output' : [[], {'method' : ['xml', 'html', 'text'], 'version' : [], 'encoding' : [], 'omit-xml-declaration' : ['yes', 'no'], 'standalone' : ['yes', 'no'], 'doctype-public' : [], 'doctype-system' : [], 'cdata-section-elements' : [], 'indent' : ['yes', 'no'], 'media-type' : []}],
31 \ 'stylesheet' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space', 'strip-space', 'template'], {'id' : [], 'extension-element-prefixes' : [], 'version' : []}],
34 \ 'transform' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space', 'strip-space', 'template'], {'id' : [], 'extension-element-prefixes' : [], 'exclude-result-prefixes' : [], 'version' : []}],
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/rubycocoa/bin/
H A Drubycocoa55 opts.separator ""
57 opts.separator "Options:"
68 opts.separator ""
72 opts.separator "Options:"
83 opts.separator ""
85 opts.separator "Options:"
96 opts.separator ""
98 opts.separator "Options:"
108 opts.separator ""
110 opts.separator "Option
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebContext.cpp7 * version 2 of the License, or (at your option) any later version.
113 injectedBundleClient.version = kWKContextInjectedBundleClientCurrentVersion;
162 return path % QDir::separator() % QStringLiteral(".QtWebKit") % QDir::separator();
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelineModel.js334 // Skip 0-th element - it is either version or 0.
417 * @param {string} version
419 save: function(records, version)
423 this._prologue = "[" + JSON.stringify(version);
430 const separator = ",\n";
447 var itemLength = item.length + separator.length;
456 stream.write(data.join(separator), this._writeNextChunk.bind(this));
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Ddump_entry.c56 static int tversion; /* terminfo version */
75 static const char *separator, *trailer; variable
175 dump_init(const char *version, int mode, int sort, int twidth, int traceval, argument
183 if (version == 0)
185 else if (!strcmp(version, "SVr1") || !strcmp(version, "SVR1")
186 || !strcmp(version, "Ultrix"))
188 else if (!strcmp(version, "HP"))
190 else if (!strcmp(version, "AIX"))
192 else if (!strcmp(version, "BS
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A Dcommon.pl64 my %arg = (version => 2, @_);
66 unless ($LDAP_VERSION >= $arg{version}
129 until($ldap = Net::LDAPS->new($HOST, port => $SSL_PORT, version => 3)) {
149 until($ldap = Net::LDAP->new($HOST, port => $PORT, version => $LDAP_VERSION)) {
171 my @canon_opt = (casefold => 'lower', separator => ', ');
/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dnatd.c201 uint8_t version; member in struct:stdportmaprequest
206 uint8_t version; member in struct:publicportreq
215 uint8_t version; member in struct:publicaddrreply
223 uint8_t version; member in struct:publicportreply
233 uint8_t version; member in struct:stderrreply
960 reply.version = NATPMVERSION;
977 reply.version = NATPMVERSION;
998 reply.version = NATPMVERSION;
1037 reply.version = NATPMVERSION;
1223 /* check client version */
2068 char* separator; local
2251 char* separator; local
[all...]
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm3 use version; $VERSION = qv('0.0.4');
475 This document describes Config::Std version 0.0.4
567 the start of the line until the key/value separator. So, the previous
577 The key/value separator can be either a colon (as above) or an equals sign,
588 separator was used in the original data (if that data was read
589 in). New data is written back with a colon as its default separator,
594 Everything from the first non-whitespace character after the separator,
599 In other words, any whitespace immediately surrounding the separator
600 character is part of the separator, not part of the key or value.
629 immediately after a configuration variable starts with the separator
[all...]
/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dtestsuite64 # Find who we are. Look in the path if we contain no directory separator.
580 # Display the version message?
614 at_help_all='1;version.at:19;tar version;;
713 --version | -V )
882 -V, --version print version number, then exit
1033 # exact version. Use the relative dir: if the top dir is a symlink,
1120 echo "$at_srcdir/testsuite.at:92: $as_dir/$at_program --version"
1121 "$as_dir/$at_program" --version
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Drss.rb187 attr_reader :version
188 def initialize(version)
189 @version = version
190 super("Maker doesn't support version: #{@version}")
394 separator = nil
397 separator = options[:separator]
399 separator ||
[all...]
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm499 This document describes Config::Std version 0.900
532 only allowed one separator. But it proved impossible to choose between C<:> and C<=>
604 the start of the line until the key/value separator. So, the previous
614 The key/value separator can be either a colon (as above) or an equals sign,
625 separator was used in the original data (if that data was read
628 is written back with a colon as its default separator,
629 unless you specify the only other separator value C<'='> when the module is loaded:
637 Everything from the first non-whitespace character after the separator,
642 In other words, any whitespace immediately surrounding the separator
643 character is part of the separator, no
[all...]
/macosx-10.9.5/file_cmds-230/pax/
H A Dpax_format.c511 if (opt->separator != SEP_EQ) {
512 paxwarn(1,"-o %s= option requires '=' separator: option ignored",
534 if (opt->separator != SEP_EQ) {
535 paxwarn(1,"-o %s= option requires '=' separator: option ignored",
551 if (opt->separator == SEP_EQ) {
554 } else if (opt->separator == SEP_COLONEQ ) {
563 if (opt->separator != SEP_NONE) {
570 if (opt->separator != SEP_NONE) {
577 if (opt->separator != SEP_EQ) {
578 paxwarn(1,"-o %s= option requires '=' separator
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DSyslog.pm111 version 2.34
152 A string containing the log options (separated by any separator you
/macosx-10.9.5/CPANInternal-140/File-VirtualPath/lib/File/
H A DVirtualPath.pm16 # redistribute a changed version then please attach a note listing the
50 my $separator = "/";
53 $separator = "\\";
57 $separator = ":";
61 Aardvark->main( File::VirtualPath->new( $root, $separator ) );
119 the file-system and the path separator for your OS; you can write your
147 your project root directory; 2. A string having the real-world path separator.
720 redistribute a changed version then please attach a note listing the
/macosx-10.9.5/CPANInternal-140/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm16 # redistribute a changed version then please attach a note listing the
50 my $separator = "/";
53 $separator = "\\";
57 $separator = ":";
61 Aardvark->main( File::VirtualPath->new( $root, $separator ) );
119 the file-system and the path separator for your OS; you can write your
147 your project root directory; 2. A string having the real-world path separator.
720 redistribute a changed version then please attach a note listing the
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb19 def version?(ver)
361 menu.add(:separator)
425 m.add(:separator)
475 if version?('0.6')
646 m_file.add(:separator)
651 m_file.insert(:end, :separator)
700 if version?('0.5')
966 if version?('0.6')
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dmultixterm258 # The latest version of multixterm is available from
259 # http://expect.nist.gov/example/multixterm . If your version of Expect
260 # and Tk are too old (see REQUIREMENTS above), download a new version of
467 # the active menu. The list version is just a convenience making the
769 .m.f add separator
775 .m.f add separator
819 # version is just a Sun-ism anyway.
857 label $w.version -text "Version $::versionString, Released $::versionDate"
863 grid $w.version
949 # the processes and that's it. A user-callable version woul
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c697 /* File structure version must be 1 for ISO9660/ECMA119. */
747 /* EVD version must be 2. */
778 /* File structure version must be 2 for ISO9660:1999. */
827 /* PVD version must be 1. */
857 /* File structure version must be 1 for ISO9660/ECMA119. */
1767 /* trim trailing first version and dot from filename.
1923 int version = p[3]; local
1933 if (version == 1 && data_length == 24) {
1953 if (version == 1 && data_length == 8) {
1964 if (version
2358 const char *separator = ""; local
[all...]
/macosx-10.9.5/awk-18/src/
H A DFIXES54 removed the obsolete -V argument; fixed --version to print the
55 version and exit.
73 added -version and --version options.
179 be the decimal point separator on input and output regardless
186 a single character and RS is not empty, \n is NOT a separator.
257 this would never have happened with the lex version.
360 error; use a newer version or switch to bison, since sgi
408 added -V to print version number and die.
474 added \r to \n as input line separator fo
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DDebugServices.c1185 // DebugSNPrintFVAList - va_list version of DebugSNPrintF. See DebugSNPrintF for more info.
1564 uint32_t version; local
1565 version = va_arg(arg, unsigned int);
1566 DebugNumVersionToString(version, mDNS_VACB);
2046 char separator[ 8 ]; local
2066 // Set up the separator string. This is used to insert spaces on subsequent "lines" when not using newlines.
2068 s = separator;
2083 check( ( (size_t)( s - separator ) ) < sizeof( separator ) );
2223 // Build a string with the ASCII version o
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOUtil.c1424 * directory separator that we know exists and is already normalized (so
1425 * it is important not to point to the char just after the separator).
1494 * This routine is an obsolete, limited version of TclGetOpenModeEx()
1963 * This function replaces the library version of stat and lsat.
2059 * This function replaces the library version of lstat. The appropriate
2100 * This function replaces the library version of access. The appropriate
2306 * This function replaces the library version of utime. The appropriate
2632 * This function replaces the library version of getcwd().
2686 if (fsRecPtr->fsPtr->version != TCL_FILESYSTEM_VERSION_1) {
2787 if (fsPtr->version !
3728 char separator = '/'; local
4605 const char *separator = NULL; /* lint */ local
[all...]

Completed in 505 milliseconds

123