Home
last modified time | relevance | path

Searched refs:patch_put (Results 1 – 11 of 11) sorted by relevance

/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/
H A Dpreferences.py71 def patch_put(self, request, response, is_optional): member in Preferences
96 self.patch_put(request, response, is_optional=True)
100 self.patch_put(request, response, is_optional=False)
H A Ddomains.py75 def patch_put(self, request, response, is_optional): member in ADomain
96 self.patch_put(request, response, is_optional=False)
100 self.patch_put(request, response, is_optional=True)
H A Dlists.py411 def patch_put(self, request, response, is_optional): member in ListArchivers
428 self.patch_put(request, response, is_optional=False)
432 self.patch_put(request, response, is_optional=True)
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/protocol/
H A Dtest_hostplugin.py241 def test_default_channel(self, patch_put, patch_upload, _): argument
257 self.assertEqual(1, patch_put.call_count, "Host plugin was not used")
264 self.assertEqual(sas_url, patch_put.call_args[0][0])
275 def test_fallback_channel_503(self, patch_put, patch_upload, _): argument
289 self.assertEqual(1, patch_put.call_count, "Host plugin was not used")
296 self.assertEqual(sas_url, patch_put.call_args[0][0])
322 self.assertEqual(1, patch_put.call_count, "Host plugin was not used")
330 self.assertEqual(sas_url, patch_put.call_args[0][0])
341 def test_fallback_channel_failure(self, patch_put, patch_upload, _): argument
355 self.assertEqual(1, patch_put.call_count, "Host plugin was not used")
[all …]
/dports/audio/espressivo-lv2/espressivo.lv2-de1d07c/props.lv2/
H A Dprops.h88 LV2_URID patch_put; member
551 props->urid.patch_put = map->map(map->handle, LV2_PATCH__Put); in props_init()
755 else if(obj->body.otype == props->urid.patch_put) in props_advance()
/dports/audio/orbit-lv2/orbit-0.1.431/props.lv2/
H A Dprops.h87 LV2_URID patch_put; member
509 props->urid.patch_put = map->map(map->handle, LV2_PATCH__Put); in props_init()
714 else if(obj->body.otype == props->urid.patch_put) in props_advance()
/dports/audio/synthpod-lv2/synthpod-01aad91/props.lv2/
H A Dprops.h88 LV2_URID patch_put;
551 props->urid.patch_put = map->map(map->handle, LV2_PATCH__Put);
755 else if(obj->body.otype == props->urid.patch_put)
/dports/audio/eteroj-lv2/eteroj.lv2-0.10.0/props.lv2/
H A Dprops.h106 LV2_URID patch_put; member
584 props->urid.patch_put = map->map(map->handle, LV2_PATCH__Put); in props_init()
808 else if(obj->body.otype == props->urid.patch_put) in props_advance()
/dports/audio/moony-lv2/moony-0.36.0/props.lv2/
H A Dprops.h106 LV2_URID patch_put; member
584 props->urid.patch_put = map->map(map->handle, LV2_PATCH__Put); in props_init()
808 else if(obj->body.otype == props->urid.patch_put) in props_advance()
/dports/audio/vm-lv2/vm-0.14.0/props.lv2/
H A Dprops.h106 LV2_URID patch_put; member
584 props->urid.patch_put = map->map(map->handle, LV2_PATCH__Put); in props_init()
808 else if(obj->body.otype == props->urid.patch_put) in props_advance()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/props.lv2/
H A Dprops.h106 LV2_URID patch_put;
584 props->urid.patch_put = map->map(map->handle, LV2_PATCH__Put);
808 else if(obj->body.otype == props->urid.patch_put)