Searched refs:separator (Results 1 - 25 of 261) sorted by relevance

1234567891011

/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A DmakeVectors16 set separator="=========="
23 echo $separator >> $outFile
26 echo $separator >> $outFile
29 echo $separator >> $outFile
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/String/
H A Dsplit-001.js22 * String.split where separator is a RegExp are in
33 // the separator is not supplied
34 // separator is undefined
35 // separator is an empty string
41 // separator regexp value global setting is set
43 // if separator is an empty string, split each by character
54 function AddSplitCases( string, separator, str_sep, split_array ) {
60 string.split(separator).constructor == Array );
66 string.split(separator).length );
69 var limit = (split_array.length > string.split(separator)
[all...]
H A Dsplit-003.js22 * String.split where separator is a RegExp are in
34 // separator regexp value global setting is set
36 // if separator is an empty string, split each by character
63 function AddSplitCases( string, separator, str_sep, split_array ) {
68 string.split(separator).constructor == Array );
74 string.split(separator).length );
77 var limit = (split_array.length > string.split(separator).length )
78 ? split_array.length : string.split(separator).length;
84 string.split( separator )[matches] );
89 string, separator, str_se
[all...]
H A Dsplit-002.js22 * String.split where separator is a RegExp are in
33 // the separator is not supplied
34 // separator is undefined
35 // separator is an empty string
40 // separator is an empty regexp
41 // separator is not supplied
87 // separator regexp value global setting is set
89 // if separator is an empty string, split each by character
100 function CompareSplit( string, separator ) {
101 split_1 = string.split( separator );
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCounter.h31 static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator) argument
33 return adoptRef(new Counter(identifier, listStyle, separator));
38 String separator() const { return m_separator ? m_separator->getStringValue() : String(); } function in class:WebCore::Counter
44 void setSeparator(PassRefPtr<CSSPrimitiveValue> separator) { m_separator = separator; } argument
50 && separator() == other.separator();
61 Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator) argument
64 , m_separator(separator)
H A DCounter.idl26 readonly attribute DOMString separator;
H A DCSSBasicShapes.cpp88 char separator[] = " "; local
96 result.appendLiteral(separator);
98 result.appendLiteral(separator);
100 result.appendLiteral(separator);
105 result.appendLiteral(separator);
142 char separator[] = " "; local
152 result.appendLiteral(separator);
159 result.appendLiteral(separator);
161 result.appendLiteral(separator);
163 result.appendLiteral(separator);
305 char separator[] = " "; local
[all...]
/macosx-10.10/apr-32/apr/apr/include/arch/
H A Dapr_private_common.h29 char separator,
34 char separator,
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DCounterContent.h36 CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator) argument
39 , m_separator(separator)
45 const AtomicString& separator() const { return m_separator; } function in class:WebCore::CounterContent
57 && a.separator() == b.separator();
/macosx-10.10/WebCore-7600.1.25/platform/
H A DSharedBufferChunkReader.cpp38 SharedBufferChunkReader::SharedBufferChunkReader(SharedBuffer* buffer, const Vector<char>& separator) argument
45 , m_separator(separator)
50 SharedBufferChunkReader::SharedBufferChunkReader(SharedBuffer* buffer, const char* separator) argument
59 setSeparator(separator);
62 void SharedBufferChunkReader::setSeparator(const Vector<char>& separator) argument
64 m_separator = separator;
67 void SharedBufferChunkReader::setSeparator(const char* separator) argument
70 m_separator.append(separator, strlen(separator));
H A DSharedBufferChunkReader.h43 SharedBufferChunkReader(SharedBuffer*, const Vector<char>& separator);
44 SharedBufferChunkReader(SharedBuffer*, const char* separator);
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfilepath_util.c31 char separator,
39 separator_string[0] = separator;
45 ptr = strchr(ptr, separator);
68 char separator,
105 *path++ = separator;
29 apr_filepath_list_split_impl(apr_array_header_t **pathelts, const char *liststr, char separator, apr_pool_t *p) argument
66 apr_filepath_list_merge_impl(char **liststr, apr_array_header_t *pathelts, char separator, apr_pool_t *p) argument
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSStringJoiner.h40 JSStringJoiner(const String& separator, size_t stringCount);
54 inline JSStringJoiner::JSStringJoiner(const String& separator, size_t stringCount) argument
55 : m_separator(separator)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmainwindow.rb41 [:separator, 'sep1'],
49 [:separator, 'sep2'],
H A Dmenubar2.rb14 [:separator, 'sep1'],
23 mb.add(:separator, '.edit.sep2')
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkSeparator.c5 * ttk::separator and ttk::sizegrip widgets.
24 SeparatorPart separator; member in struct:__anon13571
30 Tk_Offset(Separator,separator.orientObj),
31 Tk_Offset(Separator,separator.orient),
46 interp, theme, recordPtr, sep->separator.orientObj);
81 TTK_NODE("Separator.separator", TTK_FILL_BOTH)
128 RegisterWidget(interp, "ttk::separator", &SeparatorWidgetSpec);
/macosx-10.10/ruby-106/ruby/tool/
H A Dvpath.rb4 attr_accessor :separator
9 @separator = nil
62 opt.on("--path-separator=SEP", /\A(?:\W\z|\.(\W).+)/, "separator for vpath") {|sep, vsep|
64 @separator = vsep || sep
74 raise "--path-separator option is needed for vpath list" unless @separator
75 # @separator ||= (require 'rbconfig'; RbConfig::CONFIG["PATH_SEPARATOR"])
76 @list.concat(dirs[0].split(@separator))
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dtoolbar.tcl12 # -separator -default {} ; one of {top left bottom right {}}
35 $tb add button bar -text Bar -separator 1
47 component separator
54 option -separator -default {} -configuremethod C-separator \
71 install separator using ttk::separator $win.separator
95 method C-separator {option value} {
99 $separator configur
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/String/
H A D15.5.4.8-3.js24 ECMA Section: 15.5.4.8 String.prototype.split( separator )
29 searching from left to right for occurrences of the given separator; these
31 to divide up this string value. The separator may be a string of any length.
33 As a special case, if the separator is the empty string, the string is split
37 If the separator is not supplied, then the result array contains just one
40 When the split method is called with one argument separator, the following steps are taken:
44 3. If separator is not supplied, call the [[Put]] method of A with 0 and
46 4. Call ToString(separator).
50 8. If Result(6) is zero (the separator string is empty), go to step 17.
108 // this.toString() is the empty string, separator i
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Doptions.rb634 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 nil
703 opt.separator ni
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialogshell.itk4 # composed of a button box, separator, and child site area. The class
52 itk_option define -separator separator Separator on
88 # Create the user child site, separator, and button box,
94 itk_component add separator {
95 frame $itk_interior.separator -relief sunken
132 # Specifies the thickness of the separator. It sets the width and
133 # height of the separator to the thickness value and the borderwidth
137 $itk_component(separator) config -height $itk_option(-thickness)
138 $itk_component(separator) confi
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dcommand.rb409 @parser.separator nil
410 @parser.separator " Description:"
412 @parser.separator " #{line.rstrip}"
417 @parser.separator nil
424 @parser.separator nil
436 @parser.separator nil
437 @parser.separator " #{title}:"
439 @parser.separator " #{line}"
446 @parser.separator nil
447 @parser.separator " Summar
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dundigest.el35 (defconst rmail-mail-separator
39 (defcustom rmail-forward-separator-regex
71 ;; Ok, prolog separator found
74 (separator (concat "\n--" (match-string 0) "\n\n"))
76 (while (search-forward separator nil t)
102 ;; Ok, prolog separator found
105 separator result)
110 ;; Ok, at least one message separator found
111 (setq separator (match-string 0))
116 (while (search-forward separator ni
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebRenderLayer.h41 BOOL separator; variable
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DEnvironmentVariables.h44 // Will append the value with the given separator if the environment variable already exists.
45 void appendValue(const char* name, const char* value, char separator);

Completed in 346 milliseconds

1234567891011