Home
last modified time | relevance | path

Searched refs:operation (Results 76 – 100 of 27753) sorted by relevance

12345678910>>...1111

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/precision_drawing_tools/
H A Dpdt_design.py65 operation = pg.operation
68 if operation == "CU":
75 elif operation == "PP":
82 elif operation == "MV":
148 operation = pg.operation
151 if operation == "CU":
245 operation = pg.operation
332 operation = pg.operation
389 operation = pg.operation
436 operation = pg.operation
[all …]
/dports/net/astron/Astron-c8ba982/src/database/
H A DOldDatabaseBackend.cpp7 switch(operation->type()) { in submit()
14 operation->on_failure(); in submit()
23 operation->on_complete(); in submit()
31 operation->on_failure(); in submit()
37 operation->on_failure(); in submit()
45 operation->on_complete(snap); in submit()
53 operation->on_failure(); in submit()
58 for(auto it = operation->set_fields().begin(); it != operation->set_fields().end(); ++it) { in submit()
66 operation->on_complete(); in submit()
97 for(auto it = operation->set_fields().begin(); it != operation->set_fields().end(); ++it) { in submit()
[all …]
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lrm/test/testcases/
H A Drscexec6 exec operation=start
8 exec operation=monitor
9 exec operation=start
10 exec operation=monitor
11 exec operation=stop
13 exec operation=monitor
14 exec operation=stop
21 exec operation=start
24 exec operation=start
26 exec operation=stop
[all …]
/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-progress.c206 if (prev == operation) in seahorse_progress_status_set_operation()
211 g_object_ref (operation); in seahorse_progress_status_set_operation()
220 g_object_ref (operation); in seahorse_progress_status_set_operation()
227 operation_done (operation, swidget); in seahorse_progress_status_set_operation()
229 operation_progress (operation, seahorse_operation_get_message (operation), in seahorse_progress_status_set_operation()
300 seahorse_operation_cancel (operation); in on_progress_operation_cancel()
363 progress_show (SeahorseOperation *operation) in progress_show() argument
372 g_object_unref (operation); in progress_show()
406 g_signal_connect (operation, "progress", in progress_show()
435 g_object_ref (operation); in seahorse_progress_show()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/xml/rest/
H A DRestXmlServiceClientOperations.vm2 #if(!$operation.s3CrtSpecific)
23 #if($operation.request)
24 ${operation.name}Outcome ${className}::${operation.name}(${constText}${operation.request.shape.name…
88 #if($operation.hasPreSignedUrl)
93 #if($operation.result && $operation.result.shape.hasEventStreamMembers())
98 #elseif($operation.result && $operation.result.shape.hasStreamMembers())
105 ${operation.name}OutcomeCallable ${className}::${operation.name}Callable(${constText}${operation.re…
124 ${operation.name}Outcome ${className}::${operation.name}() const
135 #if($operation.result && $operation.result.shape.hasStreamMembers())
137 #elseif($operation.request)
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/model/
H A Doperation.hpp26 …color::operation::invert( u32a ); ::color::operation::_internal::invert< color_t::ca… in test_operation()
55 color::operation::mix( u32b, 0.5, u32c ); in test_operation()
71 color::operation::normalize( u32b, 0 ); in test_operation()
72 color::operation::normalize<0>( u32b ); in test_operation()
84 color::operation::gamma( u32b, 0.5 ); in test_operation()
87 color::operation::bias( u32b, 0.5 ); in test_operation()
88 color::operation::bias( u32a, u32b, 0.5 ); in test_operation()
90 color::operation::gain( u32b, 0.5 ); in test_operation()
91 color::operation::gain( u32a, u32b, 0.5 ); in test_operation()
93 color::operation::floor( u32a, u32b ); in test_operation()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/
H A DServiceClientHeaderOperations.vm12 #if(!$operation.documentation)
13 #set($operation.documentation = '')
15 #if($operation.request)
18 * ${operation.documentation}
24 $virtual void ${operation.name}Async(Model::${operation.request.shape.name}& request,
33 …$virtual Model::${operation.name}Outcome ${operation.name}(${constText}Model::${operation.request.…
35 #if(!$operation.s3CrtSpecific)
41 …$virtual Model::${operation.name}OutcomeCallable ${operation.name}Callable(${constText}Model::${op…
56 $virtual Model::${operation.name}Outcome ${operation.name}() const;
58 #if(!$operation.s3CrtSpecific)
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/nodes/
H A DCOM_ScaleNode.cpp44 ScaleOperation *operation = new ScaleOperation(); in convertToOperations() local
45 converter.addOperation(operation); in convertToOperations()
60 ScaleOperation *operation = new ScaleOperation(); in convertToOperations() local
61 converter.addOperation(operation); in convertToOperations()
78 operation->setOffset(bnode->custom3, bnode->custom4); in convertToOperations()
79 operation->setNewWidth(rd->xsch * rd->size / 100.0f); in convertToOperations()
80 operation->setNewHeight(rd->ysch * rd->size / 100.0f); in convertToOperations()
81 operation->getInputSocket(0)->setResizeMode(COM_SC_NO_RESIZE); in convertToOperations()
82 converter.addOperation(operation); in convertToOperations()
93 ScaleAbsoluteOperation *operation = new ScaleAbsoluteOperation(); in convertToOperations() local
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpsa_crypto_mac.c242 operation->alg = alg; in mac_init()
266 memset( operation, 0, sizeof( *operation ) ); in mac_init()
300 operation->alg = 0; in mac_abort()
309 memset( operation, 0, sizeof( *operation ) ); in mac_abort()
423 (void) operation; in mac_finish_internal()
729 (void) operation; in mbedtls_opaque_test_driver_mac_sign_setup()
745 (void) operation; in mbedtls_opaque_test_driver_mac_verify_setup()
759 (void) operation; in mbedtls_opaque_test_driver_mac_update()
772 (void) operation; in mbedtls_opaque_test_driver_mac_sign_finish()
785 (void) operation; in mbedtls_opaque_test_driver_mac_verify_finish()
[all …]
/dports/science/opensim-core/opensim-core-4.1/Vendors/lepton/src/
H A DExpressionTreeNode.cpp39 …eeNode::ExpressionTreeNode(Operation* operation, const vector<ExpressionTreeNode>& children) : ope… in ExpressionTreeNode() argument
44 …essionTreeNode(Operation* operation, const ExpressionTreeNode& child1, const ExpressionTreeNode& c… in ExpressionTreeNode() argument
51 …sionTreeNode::ExpressionTreeNode(Operation* operation, const ExpressionTreeNode& child) : operatio… in ExpressionTreeNode() argument
57 ExpressionTreeNode::ExpressionTreeNode(Operation* operation) : operation(operation) { in ExpressionTreeNode() argument
65 ExpressionTreeNode::ExpressionTreeNode() : operation(NULL) { in ExpressionTreeNode()
69 if (operation != NULL) in ~ExpressionTreeNode()
70 delete operation; in ~ExpressionTreeNode()
94 if (operation != NULL) in operator =()
95 delete operation; in operator =()
96 operation = node.getOperation().clone(); in operator =()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dwaiters.py117 if operation.error:
124 pending_resources = [operation.targetLink for operation in operations]
159 operation, argument
166 self.operation = operation
180 return (self.operation == o.operation and self.project == o.project and
200 self.operation = operation
254 operation=self.operation.name, project=self.project)
260 operation=self.operation.name, parentId=parent_id)
387 operation_details[operation.operation.selfLink] = operation
388 unprocessed_operations.append(operation.operation)
[all …]
/dports/net/py-zeep/zeep-4.1.0/tests/
H A Dtest_wsdl_messages_document.py58 operation = binding.get("TestOperation")
135 operation = binding.get("TestOperation")
228 operation = binding.get("TestOperation")
309 operation = binding.get("TestOperation")
386 operation = binding.get("TestOperation")
455 serialized = operation.input.serialize(
541 serialized = operation.input.serialize(
634 serialized = operation.input.serialize(
726 serialized = operation.input.serialize(
1381 operation = binding.get("Operation1")
[all …]
/dports/devel/py-azure-mgmt-security/azure-mgmt-security-2.0.0b1/
H A DPKG-INFO85 - Removed operation group DeviceOperations
90 - Removed operation group IotSitesOperations
92 - Removed operation group IotAlertsOperations
151 - Added operation group DeviceOperations
154 - Added operation group IotAlertsOperations
253 - Added operation group
255 - Added operation group
258 - Added operation group
260 - Added operation group
294 - Added operation PricingsOperations.get
[all …]
/dports/devel/py-azure-mgmt-security/azure-mgmt-security-2.0.0b1/azure_mgmt_security.egg-info/
H A DPKG-INFO85 - Removed operation group DeviceOperations
90 - Removed operation group IotSitesOperations
92 - Removed operation group IotAlertsOperations
151 - Added operation group DeviceOperations
154 - Added operation group IotAlertsOperations
253 - Added operation group
255 - Added operation group
258 - Added operation group
260 - Added operation group
294 - Added operation PricingsOperations.get
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkMD5.cpp123 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() function
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
135 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
136 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
137 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
138 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
139 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
140 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
141 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
142 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkMD5.cpp123 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() function
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
135 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
136 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
137 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
138 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
139 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
140 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
141 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
142 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkMD5.cpp123 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() function
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
135 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
136 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
137 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
138 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
139 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
140 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
141 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
142 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkMD5.cpp123 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() argument
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
135 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
136 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
137 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
138 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
139 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
140 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
141 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
142 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkMD5.cpp123 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() function
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
135 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
136 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
137 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
138 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
139 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
140 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
141 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
142 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkMD5.cpp121 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() argument
123 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
133 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
134 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
135 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
136 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
137 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
138 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
139 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
140 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkMD5.cpp121 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() function
123 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
133 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
134 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
135 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
136 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
137 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
138 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
139 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
140 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkMD5.cpp123 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() function
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
135 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
136 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
137 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
138 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
139 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
140 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
141 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
142 operation(F(), b, c, d, a, X[ 7], 22, 0xfd469501); // 8 in transform()
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/import/
H A DCImportDataAdapter.php566 $operation['opdiscover']['discover'] = $operation['discover'];
572 $operation['opstatus']['status'] = $operation['status'];
575 $operation['opperiod']['delay'] = $operation['delay'];
578 $operation['ophistory']['history'] = $operation['history'];
581 $operation['optrends']['trends'] = $operation['trends'];
587 $operation['opstatus']['status'] = $operation['status'];
590 $operation['opseverity']['severity'] = $operation['severity'];
592 if (array_key_exists('tags', $operation) && $operation['tags']) {
602 $operation['opstatus']['status'] = $operation['status'];
616 unset($operation['status'], $operation['discover'], $operation['delay'], $operation['history'],
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/import/
H A DCImportDataAdapter.php566 $operation['opdiscover']['discover'] = $operation['discover'];
572 $operation['opstatus']['status'] = $operation['status'];
575 $operation['opperiod']['delay'] = $operation['delay'];
578 $operation['ophistory']['history'] = $operation['history'];
581 $operation['optrends']['trends'] = $operation['trends'];
587 $operation['opstatus']['status'] = $operation['status'];
590 $operation['opseverity']['severity'] = $operation['severity'];
592 if (array_key_exists('tags', $operation) && $operation['tags']) {
602 $operation['opstatus']['status'] = $operation['status'];
616 unset($operation['status'], $operation['discover'], $operation['delay'], $operation['history'],
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/import/
H A DCImportDataAdapter.php566 $operation['opdiscover']['discover'] = $operation['discover'];
572 $operation['opstatus']['status'] = $operation['status'];
575 $operation['opperiod']['delay'] = $operation['delay'];
578 $operation['ophistory']['history'] = $operation['history'];
581 $operation['optrends']['trends'] = $operation['trends'];
587 $operation['opstatus']['status'] = $operation['status'];
590 $operation['opseverity']['severity'] = $operation['severity'];
592 if (array_key_exists('tags', $operation) && $operation['tags']) {
602 $operation['opstatus']['status'] = $operation['status'];
616 unset($operation['status'], $operation['discover'], $operation['delay'], $operation['history'],
[all …]

12345678910>>...1111