Lines Matching refs:with

6 % in compliance with the License.  You may obtain a copy of the License
121 Individual tokens can be read with the predicates
190 only the first alternative (with floating point) is valid syntax.
279 ES three octal digits & character with given octal character code & not iso_escapes\\
280 ES octal digits ES & character with given octal character code & iso_escapes\\
281 ES \verb'x' hex digits ES & character with given hexadecimal character code &\\
286 sequence can be of any length and must be terminated with an ES character.
310 ES octal digits ES & character with given octal character code & iso_escapes\\
311 ES \verb'x' hex digits ES & character with given hexadecimal character code &\\
323 for compatibility with various Prolog dialects. The syntax options
520 Note that parentheses are used to build expressions with precedence zero
523 with different or mixed character classes; they do not change
555 either of them could be the main functor. Faced with the ambiguity, the
574 \item Structures with named fields: \notation{emp\{age:33,salary:33000\}}.
587 \item By default, operators with precedence higher than 1000 are allowed
630 vertical bars into terms with functor ;/2, e.g. \verb:(a|b) = (a;b):.
644 with a decimal point, e.g. \verb:1.0e-3: instead of \verb:1e-3:.
649 with 0b, 0o or 0x prefix respectively, and disallow the
658 do not allow terms with a precedence higher than 999 as
669 structures with named arguments in curly braces.
724 Declared structure f{...} with(f, [...]) default
725 Attributed variable X{...} 'with attributes'(X, [...]) default