Home
last modified time | relevance | path

Searched refs:OP_REPLACE (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Common/JsonSchema/
H A DJsonPatch.php10 const OP_REPLACE = 'replace'; define in OpenStack\\Common\\JsonSchema\\JsonPatch
27 $changes[] = $this->makePatch(self::OP_REPLACE, $path, $desStruct);
43 ? self::OP_REPLACE : self::OP_ADD;
/dports/games/multimc/MultiMC5-0.6.11/api/logic/updater/
H A DGoUpdate.h73 return Operation{OP_REPLACE, from, to, fmode};
92 OP_REPLACE, enumerator
/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPModification.h16 enum mod_op {OP_ADD, OP_DELETE, OP_REPLACE}; enumerator
H A DLDAPModification.cpp35 case OP_REPLACE : in toLDAPMod()
/dports/net/openldap25-server/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPModification.h16 enum mod_op {OP_ADD, OP_DELETE, OP_REPLACE}; enumerator
H A DLDAPModification.cpp35 case OP_REPLACE : in toLDAPMod()
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPModification.h16 enum mod_op {OP_ADD, OP_DELETE, OP_REPLACE}; enumerator
H A DLDAPModification.cpp35 case OP_REPLACE : in toLDAPMod()
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPModification.h16 enum mod_op {OP_ADD, OP_DELETE, OP_REPLACE}; enumerator
H A DLDAPModification.cpp35 case OP_REPLACE : in toLDAPMod()
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPModification.h16 enum mod_op {OP_ADD, OP_DELETE, OP_REPLACE}; enumerator
H A DLDAPModification.cpp35 case OP_REPLACE : in toLDAPMod()
/dports/net/openldap26-server/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPModification.h16 enum mod_op {OP_ADD, OP_DELETE, OP_REPLACE}; enumerator
H A DLDAPModification.cpp35 case OP_REPLACE : in toLDAPMod()
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/easyswoole/memcache/src/
H A DOpcode.php17 const OP_REPLACE = 0x03; define in EasySwoole\\Memcache\\Opcode
/dports/deskutils/egroupware/egroupware/vendor/easyswoole/memcache/src/
H A DOpcode.php17 const OP_REPLACE = 0x03; define in EasySwoole\\Memcache\\Opcode
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_datastore_write.c281 (op == OP_REPLACE || op == OP_MERGE || op == OP_CREATE)){ in text_modify()
343 case OP_REPLACE: /* fall thru */ in text_modify()
520 case OP_REPLACE: /* fall thru */ in text_modify()
764 case OP_REPLACE: in text_modify_top()
798 else if (op == OP_REPLACE || op == OP_DELETE){ in text_modify_top()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dops.h59 #define OP_REPLACE 16 // "r" replace chars, only for Visual mode macro
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c59 #define OP_REPLACE 0x03 macro
169 { OP_REPLACE, "Replace" },
280 case OP_REPLACE: in dissect_extras()
389 … if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
401 … (opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
459 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
469 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
1376 case OP_REPLACE: in memcache_request_dissector()
1819 *opcode = OP_REPLACE; in is_memcache_request_or_reply()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c59 #define OP_REPLACE 0x03 macro
169 { OP_REPLACE, "Replace" },
280 case OP_REPLACE: in dissect_extras()
389 … if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
401 … (opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
459 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
469 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
1376 case OP_REPLACE: in memcache_request_dissector()
1819 *opcode = OP_REPLACE; in is_memcache_request_or_reply()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c59 #define OP_REPLACE 0x03 macro
169 { OP_REPLACE, "Replace" },
280 case OP_REPLACE: in dissect_extras()
389 … if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
401 … (opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
459 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
469 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
1376 case OP_REPLACE: in memcache_request_dissector()
1819 *opcode = OP_REPLACE; in is_memcache_request_or_reply()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c59 #define OP_REPLACE 0x03 macro
169 { OP_REPLACE, "Replace" },
280 case OP_REPLACE: in dissect_extras()
389 … if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
401 … (opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || (opcode == OP_DELETE) || in dissect_key()
459 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
469 if ((opcode == OP_SET) || (opcode == OP_ADD) || (opcode == OP_REPLACE) || in dissect_value()
1376 case OP_REPLACE: in memcache_request_dissector()
1819 *opcode = OP_REPLACE; in is_memcache_request_or_reply()
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/
H A DJsonPatch.php55 $changes[] = $this->makePatch(self::OP_REPLACE, $path, $desStruct);
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Dattributes.py326 OP_REPLACE = util.symbol("REPLACE") variable
659 self._replace_token = self._append_token = Event(self, OP_REPLACE)
1166 initiator.op not in (OP_REPLACE, OP_REMOVE):
1182 initiator.op not in (OP_APPEND, OP_REPLACE):
1203 initiator.op not in (OP_APPEND, OP_REPLACE):
1218 initiator.op not in (OP_REMOVE, OP_REPLACE):
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Dattributes.py326 OP_REPLACE = util.symbol("REPLACE") variable
658 self._replace_token = self._append_token = Event(self, OP_REPLACE)
1147 initiator.op not in (OP_REPLACE, OP_REMOVE):
1163 initiator.op not in (OP_APPEND, OP_REPLACE):
1184 initiator.op not in (OP_APPEND, OP_REPLACE):
1199 initiator.op not in (OP_REMOVE, OP_REPLACE):

123