Home
last modified time | relevance | path

Searched refs:_UpdateType (Results 1 – 7 of 7) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mem3/src/
H A Dmem3_bdu.erl25 before_doc_update(#doc{id = <<?DESIGN_DOC_PREFIX, _/binary>>} = Doc, _Db, _UpdateType) ->
29 before_doc_update(#doc{deleted = true} = Doc, _Db, _UpdateType) ->
37 before_doc_update(#doc{} = Doc, _Db, _UpdateType) ->
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/data/events/
H A Devent_with_callstack.waagent.tld1 …e 708, in update_goal_state\n WireClient._UpdateType.GoalStateForced if forced else WireClient.
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_db_plugin.erl42 [Doc1, _Db, _UpdateType] ->
H A Dcouch_users_db.erl44 before_doc_update(Doc, Db, _UpdateType) ->
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_docs.erl640 before_doc_update(#doc{id = <<?DESIGN_DOC_PREFIX, _/binary>>} = Doc, _Db, _UpdateType) ->
642 before_doc_update(#doc{body = {Body}} = Doc, Db, _UpdateType) ->
H A Dcouch_replicator_api_wrap.erl365 update_docs(_Db, [], _Options, _UpdateType) ->
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dfilters.py1897 class _UpdateType(UpdateFilter): class in Filters
1951 update = _UpdateType()