Searched refs:Query (Results 1 - 16 of 16) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dpuzzle.pl47 nationality(Q1, australian), % Query 1
50 sport(Q2, Sport) % Query 2
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dsource_storage.pl126 process_input_term(Stream, (:- Query)) :- !,
127 ( additional_execute(Query) ->
128 call(Query)@source
130 file_query(Query, read_source1(_))
134 process_input_term(Stream, (?- Query)) :- !,
135 ( additional_execute(Query) ->
136 call(Query)@source
138 file_query(Query, read_source1(_))
H A Dkb.pl459 ( Clause = (:- Query), !, call(Query)@knowledge_base, !, fail ) ;
460 ( Clause = (?- Query), !, call(Query)@knowledge_base, !, fail ) ;
468 ( Clause = (:- Query), !, call(Query)@knowledge_base, !, fail ) ;
469 ( Clause = (?- Query), !, call(Query)@knowledge_base, !, fail ) ;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dprocedure.c59 #define Query(did) ((did == d_.rulech1 || did == d_.goalch)) macro
276 if (!IsStructure(clause->tag) || !Query(clause->val.ptr->val.did))
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkeclipse.tcl879 .tkecl.mbar add cascade -label "Query" -underline 0 -menu .tkecl.mbar.run
904 label .tkecl.query.label -text "Query Entry"
1195 balloonhelp .tkecl.query.label "Query entry - type query in here (terminating `.' optional). <Ret> or run to execute.\n Up and down arrows moves through previous queries, <Tab> for query completion.\n Left-click arrow on right-hand side for selecting previous queries (non-duplicated).\n Right-click (or control-left) for copy, paste and history."
H A Declipse_tools.tcl259 wm title $ec_rpc "ECLiPSe Simple Query"
4610 $w add command -label "Simple Query" -command tkecl:rpc
4611 lappend tkecl(helpfiles) rpc {Simple Query Tool} rpchelp.txt
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-lst.tex47 \item[?RelationName \hspace{1mm} $<$=$>$ \hspace{1mm} ?SpecList)]{Create or remove a relation. Query relation format.}
H A Dknowbase-lst.tex44 \item[?RelationName \hspace {1mm} $<$==$>$ \hspace {1mm} ?SpecList)]{Create or remove a relation. Query relation format.}
/barrelfish-2018-10-04/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex612 Query 1 and 2 define the attributes for objects in the classes $task$ and
614 Query 3 shows how the user can equate a variable with a structured
619 Query 4 illustrates something of the expressive power needed in a
1023 Query 3 shows that symbolic domains can include values of different
1026 Query 4 shows the use of the {\em dom} predicate to retrieve the
1040 Query 7 shows the {\em indomain} predicate instantiating a domain
1049 Query 8 illustrates the built-in finite domain {\em labeling}
1061 Query 9 illustrates a heuristic based on the {\em fail first}
1131 Query 2 illustrates how a numeric finite domain can be initialised
1137 Query
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dumsusing.tex155 To execute a query, first enter it into the \guitext{Query Entry} text
158 to the left of the \guitext{Query Entry} field. Normally, the default
172 to the right of the \guitext{Query Entry} field, or by using the up
173 and down arrow keys while editing the \guitext{Query Entry} field.
185 From \menu{Query} menu, you can run the query with various analysis tools
H A Dumsterm.tex187 \item[Query]
H A Dtkdebug.tex471 Simple Query tool. This tool is again started from {\tkeclipse}'s
481 {\bf The Simple Query Tool}
H A Dprolog.tex445 \item[Query] The initial Goal given to a computation.
646 Goal (Query): ancestor(X,bart)
671 to the query, in the form of instantiations to the original Query's
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsusing.tex130 To execute a query, first enter it into the \guitext{Query Entry}
134 \guitext{Query Entry} field.
148 \guitext{Query Entry} field, or by using the up and down arrow keys while
149 editing the \guitext{Query Entry} field.
320 \subsubsection{Simple Query}
323 {\eclipse} is running some program and the Toplevel Query Entry window
H A Dumsterm.tex311 \item[Query\index{query}]
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Drepair.tex98 Query the variable's tentative values.

Completed in 84 milliseconds