Searched refs:literal (Results 126 - 150 of 180) sorted by relevance

12345678

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dfr-drdref.tex208 % beginexample...endexample - surrounds literal text, such a code example.
H A Dsk-dired-ref.tex217 % beginexample...endexample - surrounds literal text, such a code example.
H A Dcs-refcard.tex231 % beginexample...endexample - surrounds literal text, such a code example.
H A Dorgcard.tex230 % beginexample...endexample - surrounds literal text, such a code example.
H A Dpt-br-refcard.tex243 % beginexample...endexample - surrounds literal text, such a code example.
H A Drefcard.tex237 % beginexample...endexample - surrounds literal text, such a code example.
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsubr.el2809 fixedcase literal subexp start)
2858 fixedcase literal str subexp)
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex94 to a block of $B$, or literal data. Literal data is sent only for
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dada.vim173 \ 'l': ["literal", "enum type literals"],
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Docaml.vim210 " can be anything else) it corresponds to the literal found at the current
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim91 syn keyword pineConfig literal-signature
H A Druby.vim222 " curly bracket block or hash literal
H A Dsqr.vim10 " highlight entire open '... literal when it contains
/macosx-10.9.5/zlib-53/zlib/contrib/masmx86/
H A Dinffas32.asm90 db 'invalid literal/length code'
/macosx-10.9.5/CPANInternal-140/File-VirtualPath/lib/File/
H A DVirtualPath.pm193 take absolute or relative paths as arguments can take either format. A literal
/macosx-10.9.5/CPANInternal-140/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm193 take absolute or relative paths as arguments can take either format. A literal
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm546 %% A literal percent (%) sign
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm713 Pod::WSDL writes WSDL documents in encoded RPC style. It should be able to generate literal RPC and document styles, too.
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm713 Pod::WSDL writes WSDL documents in encoded RPC style. It should be able to generate literal RPC and document styles, too.
/macosx-10.9.5/CPANInternal-140/XML-Writer/
H A DWriter.pm745 # Private: escape an attribute value literal.
1412 example C<raw('<')> will print a literal < character. This
/macosx-10.9.5/libxml2-26/libxml2/
H A Drngparser.c429 case CRNG_LITERAL_SEGMENT: printf("literal"); break;
1370 ERROR("Expecting a literal value for the datatype identifier");
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm384 Pass a literal chunk of SQL to be added to the conditional part of the
1302 Counts the results in a literal query. Equivalent to calling L</search_literal>
3332 To get around this limitation, you can supply literal SQL to your
H A DSchema.pm114 it with a literal C<+>.
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y762 %type <node> 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...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dtransform.c672 xmlNodePtr node, xmlNodePtr insert, int literal);
1283 * @isLRE: is this a literal result element list
1696 * @literal: indicates if @node is a Literal Result Element
1700 * For literal result element, some of the namespaces may not be copied
1708 xmlNodePtr insert, int literal)
1710 return(xsltCopyTreeInternal(ctxt, node, node, insert, literal, 0));
2354 "xsltApplySequenceConstructor: copy literal result "
2367 "Failed to copy literal result element '%s'.\n",
2455 * SPEC XSLT 2.0 "Each attribute of the literal result
1707 xsltCopyTree(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr insert, int literal) argument

Completed in 391 milliseconds

12345678