Searched refs:concat (Results 1 - 25 of 912) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Drfc2045.el35 (if (or (string-match (concat "[" ietf-drums-no-ws-ctl-token "]") value)
36 (string-match (concat "[" ietf-drums-tspecials "]") value)
38 (not (string-match (concat "[" ietf-drums-text-token "]") value)))
39 (concat param "=" (format "%S" value))
40 (concat param "=" value)))
/macosx-10.10/Heimdal-398.1.2/windows/
H A Dmaint.el11 (search-forward (concat sdef " = \\\n") nil t)
17 (def-start (search-forward (concat mname " = \\\n") nil t))
22 (concat "\t"
28 (concat repl "\n" postfix "\n\n")
29 (concat repl "\n\n")))
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Array/
H A D15.4.4.4-001.js38 * SUMMARY: Testing Array.prototype.concat()
45 var summary = 'Testing Array.prototype.concat()';
57 actual = [].concat(x).toString();
63 actual = [].concat(x).toString();
69 actual = [].concat(x).toString();
75 actual = [].concat(x).toString();
81 actual = [].concat(x).toString();
87 actual = [].concat(x).toString();
92 x = [1,2,3].concat([4,5,6]);
93 actual = [].concat(
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/String/
H A Dconcat.js23 Filename: concat.js
24 Description: 'This tests the new String object method: concat'
33 var TITLE = 'String:concat';
35 writeHeaderToLog('Executing script: concat.js');
45 testcases[count++] = new TestCase( SECTION, "aString.concat(' more')", "test string more", aString.concat(' more').toString());
46 testcases[count++] = new TestCase( SECTION, "aString.concat(bString)", "test string another ", aString.concat(bString).toString());
49 testcases[count++] = new TestCase( SECTION, "aString.concat(345) ", "test string345", aString.concat(34
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DTwineTest.cpp56 repr(Twine("hi").concat(Twine::createNull())));
58 repr(Twine::createNull().concat(Twine("hi"))));
62 repr(Twine("hi").concat(Twine())));
64 repr(Twine().concat(Twine("hi"))));
68 repr(Twine("a").concat(Twine("b"))));
72 repr(Twine("a").concat(Twine("b")).concat(Twine("c"))));
74 repr(Twine("a").concat(Twine("b").concat(Twine("c")))));
85 // the code size of the concat operatio
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Druntime-array.js3 var result = array.concat();
9 throw new Error("Runtime array concat result is incorrect");
H A Dregexp-matches-array.js3 var result = array.concat();
10 throw new Error("Runtime array concat result is incorrect");
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dmailclient.el62 (apply (function concat)
90 (concat
95 (concat (mailclient-url-delim) str "="))
130 (concat
133 (concat
154 (concat (mailclient-url-delim) "subject="
158 (concat
165 (concat
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dgeneric.el175 (concat pretty-name " mode.\n"
189 (mode-hook (intern (concat name "-hook"))))
203 (push (concat "\\_<" (regexp-opt keyword-list t) "\\_>")
254 (concat comment-start-skip "\\|" (regexp-quote start) "+\\s-*")))
258 (setq comment-start-skip (concat (regexp-quote start) "+\\s-*")))
271 (concat "< " comstyle) st)
274 (push (cons c0 (concat (cdr (assoc c0 chars)) "1")) chars)
275 (push (cons c1 (concat (cdr (assoc c1 chars))
276 (concat "2" comstyle))) chars)))
279 (concat ">" comstyl
[all...]
H A Dsregex.el489 (concat "\\(?:" (regexp-quote exp) "\\)")
506 (funcall (intern (concat "sregex--"
515 (lambda (e) (sregex--engine e 'concat))
518 (concat "\\(?:" re "\\)")
527 (concat "\\(?:" re "\\)")
530 (defun sregex--group (exps combine) (concat "\\(" (sregex--sequence exps nil) "\\)"))
532 (defun sregex--backref (exps combine) (concat "\\" (int-to-string (car exps))))
533 (defun sregex--opt (exps combine) (concat (sregex--sequence exps 'suffix) "?"))
534 (defun sregex--0+ (exps combine) (concat (sregex--sequence exps 'suffix) "*"))
535 (defun sregex--1+ (exps combine) (concat (srege
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSKeywordCompletions.js40 acceptedKeywords = acceptedKeywords.concat(WebInspector.CSSKeywordCompletions._propertyKeywordMap[propertyName]);
42 acceptedKeywords = acceptedKeywords.concat(WebInspector.CSSKeywordCompletions._propertyKeywordMap["-webkit-" + propertyName]);
45 acceptedKeywords = acceptedKeywords.concat(WebInspector.CSSKeywordCompletions._colors);
47 acceptedKeywords = acceptedKeywords.concat(WebInspector.CSSKeywordCompletions._colors);
57 acceptedKeywords = acceptedKeywords.concat(WebInspector.CSSCompletions.cssNameCompletions.values);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvt100-led.el62 (setq f (concat f ";" (int-to-string l))))
64 (setq o (concat o ";" (int-to-string l))))))
66 (setq o (concat o "q" f "t"))
H A Dversion.el63 (concat ", " (substring motif-version-string 4)))
65 (concat ", GTK+ Version " gtk-version-string))
68 (concat ", Carbon Version " mac-carbon-version-string))
88 (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Draw.rb16 @parts.concat parts
41 @parts.concat other.parts
58 self.parts.concat texts
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dlibxml-doc.el140 ((assoc (concat "*" (thing-at-point 'symbol)) libxmldoc-symbols)
141 (setq symbol (concat "*" (thing-at-point 'symbol))))
185 (concat "^" (if (file-exists-p (concat libxmldoc-root
203 (setq uri (concat "file://" (car files) (match-string 1)))
204 (setq uri (concat "file://" (expand-file-name libxmldoc-root)
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @dots{}, @code{NULL})
152 concat (const char *first, ...) function
175 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
222 printf ("\"\" = \"%s\"\n", concat (NULLP));
223 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
224 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
225 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
226 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
227 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
228 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-basic.el95 (concat (apply 'eshell-flatten-and-stringify args) "\n")
112 (concat value "\n"))
116 (concat (eshell-stringify value) "\n")))
153 (concat "000"
163 (concat (and (= (logand mode 64) 64) "r")
166 (concat (and (= (logand mode 8) 8) "r")
169 (concat (and (= (logand mode 1) 1) "r")
177 (concat "?\\" (number-to-string (car args)))))))
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dkinsoku.el50 (concat
64 str2 (concat str2 (char-to-string ch))
92 (concat
104 str2 (concat str2 (char-to-string ch))
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_io_select2.rb13 ios.concat IO.pipe
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dloop.test27 set a [concat $a $i]
37 set a [concat $a $i]
46 set a [concat $a $i]
62 set a [concat $a $i]
71 set a [concat $a $i]
80 set a [concat $a $i]
90 set a [concat $a $i]
100 set a [concat $a $i]
141 set a [concat $a $i]
H A Dtryeval.test59 concat "try_eval result 2.1"
65 concat "finally result should not be returned"
68 concat $result $final
74 concat "try_eval result 2.2"
86 concat "try_eval result 2.3"
90 concat "finally result should not be returned"
94 concat $result $final
107 concat "finally result should not be returned"
111 concat $result $final
145 concat "finall
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-inc.el72 (setf (symbol-function (intern (concat "mh-inc-spool-" folder)))
76 (mh-inc-folder ,spool1 (concat "+" ,folder1))))))
82 (intern (concat "mh-inc-spool-" folder)))
84 (concat "[" (char-to-string key) "] inc " folder " folder\n")
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dclipboard.rb49 args.concat(hash_kv(keys))
50 args.concat(['--', data])
55 args.concat(hash_kv(keys))
56 args.concat(['--', data])
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Doctave-hlp.el89 (Info-goto-node (concat "(" file ")"))
99 node (concat "(" file ")" (match-string 2)))
105 (concat (concat "(" file ")")
110 (concat "\\(Function\\|Operator\\|Variable\\) "
/macosx-10.10/ruby-106/ruby/misc/
H A Drubydb2x.el23 (setq gud-marker-acc (concat gud-marker-acc string))
40 output (concat output
54 (setq output (concat output (substring gud-marker-acc
61 (setq output (concat output gud-marker-acc)
81 (concat rubydb-command-name " "))

Completed in 408 milliseconds

1234567891011>>