Home
last modified time | relevance | path

Searched defs:handle_first (Results 1 – 8 of 8) sorted by relevance

/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/adapters/sql/
H A Dsandbox.ex341 def handle_first(query, cursor, opts, state), function
/dports/databases/elixir-db_connection/db_connection-1.1.3/test/
H A Dtest_support.exs122 def handle_first(query, cursor, opts, state) do function
/dports/databases/elixir-mariaex/mariaex-0.8.4/lib/mariaex/
H A Dprotocol.ex773 def handle_first(query, %Cursor{statement_id: :text, params: params}, opts, state) do function
781 def handle_first(query, %Cursor{statement_id: id, ref: ref, params: params}, _, state) do function
/dports/databases/elixir-db_connection/db_connection-1.1.3/lib/
H A Ddb_connection.ex250 @callback handle_first(query, cursor, opts :: Keyword.t, state :: any) :: callback
406 def handle_first(_, _, _, state) do function
/dports/math/py-Diofant/Diofant-0.13.0/diofant/integrals/
H A Drisch.py148 …def __init__(self, f=None, x=None, handle_first='log', dummy=True, extension=None, rewrite_complex… argument
1568 def risch_integrate(f, x, extension=None, handle_first='log', argument
/dports/math/py-sympy/sympy-1.9/sympy/integrals/
H A Drisch.py170 …def __init__(self, f=None, x=None, handle_first='log', dummy=False, extension=None, rewrite_comple… argument
1708 def risch_integrate(f, x, extension=None, handle_first='log', argument
/dports/databases/elixir-postgrex/postgrex-0.13.5/lib/postgrex/
H A Dprotocol.ex315 def handle_first(%Query{} = query, _, _, %{postgres: {_, _}} = s) do function
318 def handle_first(query, cursor, opts, %{buffer: buffer} = s) do function
/dports/net/portfwd/portfwd-0.29/src/
H A Dforward.cc644 static void handle_first() { in handle_first() function in sleeper