Searched refs:comment (Results 176 - 200 of 690) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/json/
H A Dtest_json.rb364 "key1":"value1", // eol comment
366 * comment */,
368 // nested eol comment
369 * comment */
378 // nested eol comment
379 /* illegal nested multi line comment */
380 * comment */
387 // nested eol comment
388 closed multi comment */
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_task.rb112 assert_nil t.comment, "comments should be empty"
139 assert_equal "a slightly different foo", task(:foo).comment
289 This is a comment.
291 And this is the extended comment.
297 assert_equal "This is a comment.", t.comment
300 assert_match(/\A\s*This is a comment\.$/, t.full_comment)
308 assert_equal "line one / line two", t.comment
313 t.comment = "HI"
314 assert_equal "HI", t.comment
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dunewdata.c36 const char *comment,
109 if(comment!=NULL && *comment!=0) {
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
125 /* write the comment */
127 T_FileStream_write(pData->file, comment, commentLength);
34 udata_create(const char *dir, const char *type, const char *name, const UDataInfo *pInfo, const char *comment, UErrorCode *pErrorCode) argument
H A Dunewdata.h35 * structure and, optionally, by the comment string.
53 * @param comment A string (e.g., a copyright statement) that will be
55 * or empty. This string serves only as a comment in the binary
62 const char *comment,
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dcontext.rb193 # updates the comment if it was empty.
214 known.comment = attribute.comment if known.comment.empty?
229 known.comment = attribute.comment if known.comment.empty?
395 # Adds +constant+ if not already there. If it is, updates the comment,
406 known.comment = constant.comment i
[all...]
H A Dtop_level.rb196 parse(@comment),
207 @comment = array[3]
266 snippet(@comment),
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Dxmlswitch.tcl40 comment comment
442 comment,comment -
490 comment -
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-edit.el871 (defun custom-prompt-variable (prompt-var prompt-val &optional comment)
883 If optional COMMENT argument is non-nil, also prompt for a comment and return
907 (if comment
909 (read-string "Comment: " (get var 'variable-comment)))
913 (defun customize-set-value (variable value &optional comment)
922 If given a prefix (or a COMMENT argument), also prompt for a comment."
927 (cond ((string= comment "")
928 (put variable 'variable-comment nil))
929 (comment
930 (put variable 'variable-comment commen
[all...]
H A Dimage-dired.el58 ;; file-name-non-directory;comment:comment-text;tag1;tag2;tag3;...;tagN
488 with the comment."
570 'comment (image-dired-get-comment original-file-name)))))
937 (if (search-forward "comment:" end t)
1141 (defun image-dired-format-properties-string (buf file props comment)
1145 comment."
1152 (cons ?c (or comment "")))))
1163 (comment (ge
[all...]
H A Dvc-arch.el83 (comment-normalize-vars)
85 (forward-comment -1)
108 (comment-region beg (point))))
198 (defun vc-arch-register (file &optional rev comment)
201 (if (and (memq tagmet '(tagline implicit)) comment-start)
371 (defun vc-arch-checkin (file rev comment)
374 ;; Extract a summary from the comment.
375 (when (or (string-match "\\`Summary:[ \t]*\\(.*[^ \t\n]\\)\\([ \t]*\n\\)*" comment)
376 (string-match "\\`[ \t]*\\(.*[^ \t\n]\\)[ \t]*\\(\n?\\'\\|\n\\([ \t]*\n\\)+\\)" comment))
377 (setq summary (match-string 1 comment))
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauthfd.c310 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) argument
314 return ssh_get_next_identity(auth, comment, version);
319 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) argument
341 *comment = buffer_get_string(&auth->identities, NULL);
349 *comment = buffer_get_string(&auth->identities, NULL);
466 ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment) argument
476 buffer_put_cstring(b, comment);
480 ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment) argument
534 buffer_put_cstring(b, comment);
544 const char *comment, u_in
543 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life, u_int confirm) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc4/asm/
H A Drc4-586.pl47 &comment("Round $n");
114 &comment("");
164 &comment("apply the cipher text");
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyntax.c39 /* We use these constants in place for comment-style and
72 int incomment; /* -1 if in unnestable comment else comment nesting */
73 int comstyle; /* comment style a=0, or b=1, or ST_COMMENT_STYLE. */
79 int comstr_start; /* Position just after last comment/string starter. */
466 /* Checks whether charpos FROM is at the end of a comment.
470 Return a positive value if we find a comment ending at FROM/FROM_BYTE;
473 If successful, store the charpos of the comment's beginning
486 and recording the comment-starters seen.
488 then step the main scan to the earliest comment
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_doctoc.tcl99 Tag+ comment [list "Generated @ [clock format [clock seconds]]"]
100 Tag+ comment [list "By $config(user)"]
102 Tag+ comment [list "From file $config(file)"]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A Dgen-oid.pl70 my $comment = $1;
73 printf("$comment\n");
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPathComponentIcons.css50 .dom-comment-icon .icon {
/macosx-10.10.1/perl-103/fix/
H A Ddummy.pl3 =for comment
/macosx-10.10.1/ruby-106/ruby/lib/rexml/parsers/
H A Dpullparser.rb92 # :processing_instruction, :comment, :doctype, :attlistdecl, :entitydecl,
137 def comment?
138 @contents[0] == :comment
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_xpathtext.rb42 nodes = REXML::XPath.match(@doc, '//comment()')
43 assert_equal(1, nodes.size, "//comment() should yield one Comment element")
56 comment = REXML::Comment.new('Test comment', node2)
57 assert_same(node2, comment.parent)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/cmdline/
H A Dcmdline.tcl168 # flag comment
171 # flag default comment
214 # flag default comment
279 # flag default comment
336 set comment [lindex $opt 2]
338 $comment $default]
340 set comment [lindex $opt 1]
341 append str [format " %-20s %s\n" "-$name" $comment]
702 # option default comment
707 # specifying a comment fo
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dlisp.vim24 " e.g. insertion of ;;; and ;; on normal "O" or "o" when staying in comment
H A Dpostscr.vim14 " PS comment formatting
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Ddelphi.el36 ;; To get keyword, comment, and string literal coloring, be sure that font-lock
163 (defcustom delphi-comment-face 'font-lock-comment-face
213 '(comment-single-line comment-multi-line-1 comment-multi-line-2)
415 (cond ((delphi-is token-kind delphi-comments) delphi-comment-face)
480 '((comment-single-line . "//")
481 (comment-multi-line-1 . "{")
482 (comment
[all...]
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DANSIColor.pm31 =begin comment
40 =end comment
107 =begin comment
114 =end comment
H A DHTML.pm39 =begin comment
48 =end comment
142 =begin comment
149 =end comment

Completed in 347 milliseconds

1234567891011>>