Searched refs:expression (Results 176 - 200 of 315) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.js1004 WebInspector.evaluateInConsole = function(expression, showResultOnly)
1007 this.consoleView.evaluateUsingTextPrompt(expression, showResultOnly);
H A DScriptsPanel.js985 addToWatch: function(expression)
987 this.sidebarPanes.watchExpressions.addExpression(expression);
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h156 // expression is a null pointer literal (i.e. NULL or any 0-valued
165 // type, the only expression a user can write that has type Secret* is
756 // variable declared in a conditional expression always being NULL in
871 // MakeFrom() is an expression whose type is From. We cannot simply
876 // These two functions are overloaded. Given an expression
925 // When the compiler sees expression IsContainerTest<C>(0), if C is an
934 // The value of the expression is insignificant.
960 // overload only apply when a particular expression is true, add
961 // "typename EnableIf<expression>::type* = 0" as the last parameter.
1192 // Implements Boolean test assertions such as EXPECT_TRUE. expression ca
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmf.vim18 " Page 210: 'numeric expression'
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm619 Takes a quoted regular expression produced by qr//, or a string
620 representing a regular expression.
623 regular expression, or undef if it's argument is not recognised.
H A DMore.pm270 This simply evaluates any expression (C<$this eq $that> is just a
272 failed. A true expression passes, a false one fails. Very simple.
388 The second argument is a regular expression. It may be given as a
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DMore.pm253 This simply evaluates any expression (C<$this eq $that> is just a
255 failed. A true expression passes, a false one fails. Very simple.
371 The second argument is a regular expression. It may be given as a
/macosx-10.9.5/CPANInternal-140/Test-Exception/lib/Test/
H A DException.pm134 In the first form the test passes if the stringified exception matches the give regular expression. For example:
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h140 - (DOMXPathExpression *)createExpression:(NSString *)expression :(id <DOMXPathNSResolver>)resolver AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER_BUT_DEPRECATED;
141 - (DOMXPathExpression *)createExpression:(NSString *)expression resolver:(id <DOMXPathNSResolver>)resolver AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
143 - (DOMXPathResult *)evaluate:(NSString *)expression :(DOMNode *)contextNode :(id <DOMXPathNSResolver>)resolver :(unsigned short)type :(DOMXPathResult *)inResult AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER_BUT_DEPRECATED;
144 - (DOMXPathResult *)evaluate:(NSString *)expression contextNode:(DOMNode *)contextNode resolver:(id <DOMXPathNSResolver>)resolver type:(unsigned short)type inResult:(DOMXPathResult *)inResult AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/macosx-10.9.5/cctools-845/as/
H A Di860.c246 * Any segmented origin expression ("foo+42") had better be in the right
264 as_warn("Illegal expression. current section assumed.");
622 as_warn( "Constant expression expected" );
635 as_warn( "Constant expression expected" );
738 /* This stuff checks to see if the expression ends
740 removes the '(' from the expression, and
770 "Non-absolute expression requires h%%, l%%, or ha%% prefix."
863 switch (seg = expression(&the_insn.exp)) {
H A Dsymbols.c362 symbolP -> expression = NULL;
876 * These are used in expressions, so the expression values can be put out in
H A Dwrite_object.c475 if(symbolP->expression != 0) {
478 exp = (expressionS *)symbolP->expression;
1388 * based on the value of the symbol not the value of the expression.
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp.h1035 AST_exp_n_t *expression
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dfr-survival.tex232 \key{M-C-s} recherche par expression rationnelle
233 \key{M-C-r} recherche par expression rationnelle vers l'arri\`ere
H A Drefcard.tex324 \key{regular expression search}{C-M-s}
325 \key{reverse regular expression search}{C-M-r}
548 \key{quote regular expression special character {\it c\/}}{\\{\it c}}
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Drx.el233 (expression-prefix . ?\')
293 regular expression strings.")
638 "Parse and produce code for regular expression FORM.
639 FORM is a regular expression in sexp form.
812 `expression-prefix' (\\s')
890 regular expression.
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexinfo.el318 ;; To override this example, set either `imenu-generic-expression'
320 (defvar texinfo-imenu-generic-expression
323 "Imenu generic expression for Texinfo mode. See `imenu-generic-expression'.")
516 "Regular expression matching just the Texinfo chapter level headings.")
533 set up so expression commands skip Texinfo bracket groups. To see
614 (make-local-variable 'imenu-generic-expression)
615 (setq imenu-generic-expression texinfo-imenu-generic-expression)
/macosx-10.9.5/tcsh-65/tcsh/
H A Dcomplete.tcsh857 n/--eval/x:'<expression>'/ n/--insert/f/ n/*/f:^*[\#~]/
936 complete sed c/--/"(quiet silent version help expression file)"/ \
937 c/-/"(n V e f -)"/ n/{-e,--expression}/x:'<script>'/ \
938 n/{-f,--file}/f:*.sed/ N/-{e,f,-{file,expression}}/f/ \
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm795 regular expression for the clients IP number or its host name. See
1050 A Perl regular expression that has to match the clients IP number or
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm814 regular expression for the clients IP number or its host name. See
1069 A Perl regular expression that has to match the clients IP number or
/macosx-10.9.5/CPANInternal-140/Params-Util/lib/Params/
H A DUtil.pm593 and provides a convenient way to test for a regular expression.
596 provided is not a regular expression.
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/Getopt/
H A DMixed.pm669 A regular expression that matches an integer. Default is
677 A regular expression that matches a floating point number. Default is
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.h903 PassRefPtr<XPathExpression> createExpression(const String& expression,
907 PassRefPtr<XPathResult> evaluate(const String& expression,
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dreplace.el27 ;; This package supplies the string and regular-expression replace functions
271 followed by a Lisp expression. Each
272 replacement evaluates that expression to compute the replacement
273 string. Inside of that expression, `\\&' is a string denoting the
279 If the replacement expression is a symbol, write a space after it
314 TO-EXPR is a Lisp expression evaluated to compute each replacement. It may
478 followed by a Lisp expression used as part of the replacement
479 text. Inside of that expression, `\\&' is a string denoting the
484 If your Lisp expression is an identifier and the next letter in
486 can wrap it with an expression lik
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlw-shell.el346 expression being examined."
353 (defvar idlwave-shell-print-expression-function nil
577 (defcustom idlwave-shell-expression-face 'secondary-selection
578 "*The face for `idlwave-shell-expression-overlay'.
580 the expression printed by IDL."
587 the expression output by IDL."
675 (defvar idlwave-shell-expression-overlay nil
676 "The overlay for the examined expression.")
684 (if (overlayp idlwave-shell-expression-overlay)
685 (delete-overlay idlwave-shell-expression
[all...]

Completed in 416 milliseconds

1234567891011>>