Searched refs:literal (Results 151 - 175 of 180) sorted by relevance

12345678

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsk-refcard.tex233 % beginexample...endexample - surrounds literal text, such a code example.
H A Dpl-refcard.tex241 % beginexample...endexample - surrounds literal text, such a code example.
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dido.el596 (other :tag "Use literal filename" t))
862 literal - the string shown if doing \"literal\" find; set to nil to omit
1115 ;; Stores temporary state of literal find file.
1116 (defvar ido-find-literal)
1602 (define-key map [(meta ?l)] 'ido-toggle-literal)
1742 (literal (and (boundp 'ido-find-literal) ido-find-literal "(literal) "))
[all...]
/macosx-10.9.5/swig-10/Source/Modules/
H A Dallegrocl.cxx944 Will return a containing the literal based on type.
949 String *convert_literal(String *literal, String *type, bool try_to_split) { argument
950 String *num_param = Copy(literal);
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim479 " If the pattern is a literal string and contains no '0' or '1' characters
/macosx-10.9.5/vim-53/src/
H A Dos_win32.c5056 used_file_arg(char *name, int literal, int full_path, int diff_mode) argument
5069 used_file_literal = literal;
5144 /* Re-use the old buffer by renaming it. When not using literal
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y762 %type <val> literal numeric dsym cpath
2570 primary : literal
3811 literal : numeric label
5693 * Otherwise we're parsing a character literal and return a single
7364 yyerror("no .<digit> floating literal anymore; put 0 before dot");
7383 #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
7617 warn_balanced(":", "symbol literal");
7652 warn_balanced("/", "regexp literal");
7848 warn_balanced("%%", "string literal");
8216 parser_warning(h, "unused literal ignore
[all...]
H A Dripper.c1583 "opt_ensure", "literal", "strings", "string", "string1", "xstring",
12279 * Otherwise we're parsing a character literal and return a single
13950 yyerror("no .<digit> floating literal anymore; put 0 before dot");
13969 #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
14203 warn_balanced(":", "symbol literal");
14238 warn_balanced("/", "regexp literal");
14434 warn_balanced("%%", "string literal");
14802 parser_warning(h, "unused literal ignored");
14890 compile_error(PARSER_ARG "string literal encodings differ (%s / %s)",
15534 useless = "a literal";
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm1021 %% A literal percent (%) sign
1637 values are array references to the literal symbol names. For convenience,
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges294 * (ms) Applied patch by Anthony Foiani for support of literal
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1228 %% A literal percent (%) sign
1886 values are array references to the literal symbol names. For convenience,
/macosx-10.9.5/libxml2-26/libxml2/
H A Dparser.c2476 * - Included in literal in entity values
2517 * substitution here since we need the literal
3802 * When a parameter entity reference appears in a literal entity
3805 * terminate the literal.
4163 * parsed entity or the literal entity value of an internal parsed entity
4275 * parse an XML public literal
5401 xmlChar *URI = NULL, *literal = NULL; local
5460 URI = xmlParseExternalID(ctxt, &literal, 1);
5461 if ((URI == NULL) && (literal == NULL)) {
5489 literal, UR
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c2287 * - Included in literal in entity values
2328 * substitution here since we need the literal
3520 * When a parameter entity reference appears in a literal entity
3523 * terminate the literal.
3845 * parsed entity or the literal entity value of an internal parsed entity
3946 * parse an XML public literal
5007 xmlChar *URI = NULL, *literal = NULL; local
5066 URI = xmlParseExternalID(ctxt, &literal, 1);
5067 if ((URI == NULL) && (literal == NULL)) {
5095 literal, UR
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex5411 % tt for the name. This is because literal text is sometimes needed in
6570 % we don't write the literal three characters "^^M" into the aux file.
7005 % \otherbackslash defines an active \ to be a literal `\' character with
7037 % the literal character `\'. (Thus, \ is not expandable when this is in
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex5411 % tt for the name. This is because literal text is sometimes needed in
6570 % we don't write the literal three characters "^^M" into the aux file.
7005 % \otherbackslash defines an active \ to be a literal `\' character with
7037 % the literal character `\'. (Thus, \ is not expandable when this is in
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c1583 "opt_ensure", "literal", "strings", "string", "string1", "xstring",
12189 * Otherwise we're parsing a character literal and return a single
13860 yyerror("no .<digit> floating literal anymore; put 0 before dot");
13879 #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
14113 warn_balanced(":", "symbol literal");
14148 warn_balanced("/", "regexp literal");
14344 warn_balanced("%%", "string literal");
14712 parser_warning(h, "unused literal ignored");
14800 compile_error(PARSER_ARG "string literal encodings differ (%s / %s)",
15444 useless = "a literal";
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1597 specified using a variable, C<$i>, rather than the literal value
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm1564 Note that only literal strings and numbers can be used as default values. A
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm1565 Note that only literal strings and numbers can be used as default values. A
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex5316 % tt for the name. This is because literal text is sometimes needed in
6850 % \otherbackslash defines an active \ to be a literal `\' character with
6882 % the literal character `\'. (Thus, \ is not expandable when this is in
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm1866 the default for .NET Web Services is to use a literal encoding. So
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm1866 the default for .NET Web Services is to use a literal encoding. So
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex6142 % tt for the name. This is because literal text is sometimes needed in
7305 % we don't write the literal three characters "^^M" into the aux file.
8573 % \otherbackslash defines an active \ to be a literal `\' character with
8579 % the literal character `\'.
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex6144 % tt for the name. This is because literal text is sometimes needed in
7307 % we don't write the literal three characters "^^M" into the aux file.
8575 % \otherbackslash defines an active \ to be a literal `\' character with
8581 % the literal character `\'.
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm3601 A literal `%' character.

Completed in 813 milliseconds

12345678