Home
last modified time | relevance | path

Searched refs:operation (Results 226 – 250 of 53225) sorted by relevance

12345678910>>...2129

/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/internal/hcs/
H A Dsystem.go60 operation+" - Begin Operation")
73 operation+" - End Operation - "+result,
79 operation := "hcsshim::CreateComputeSystem"
82 computeSystem.logOperationBegin(operation)
129 operation := "hcsshim::OpenComputeSystem"
132 computeSystem.logOperationBegin(operation)
162 operation := "hcsshim::GetComputeSystems"
166 operation+" - Begin Operation")
178 operation+" - End Operation - "+result,
224 computeSystem.logOperationBegin(operation)
[all …]
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/ga/
H A Dtest_periodic_operation.py25 def operation(): function
27 operation.run_time = None
38 def operation(): function
40 operation.run_time = None
51 def operation(): function
53 operation.invoked = False
60 def operation(): function
62 operation.invoked_count = 0
72 def operation(): function
74 operation.invoked_count = 0
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dmechanism.c153 if (!operation) in sc_pkcs11_release_operation()
155 if (operation->type && operation->type->release) in sc_pkcs11_release_operation()
156 operation->type->release(operation); in sc_pkcs11_release_operation()
157 memset(operation, 0, sizeof(*operation)); in sc_pkcs11_release_operation()
158 free(operation); in sc_pkcs11_release_operation()
277 operation->mechanism.pParameter = &operation->mechanism_params; in sc_pkcs11_sign_init()
575 operation->mechanism.pParameter = &operation->mechanism_params; in sc_pkcs11_verif_init()
886 rv = operation->type->wrap(operation, wrappingKey, in sc_pkcs11_wrap()
940 rv = operation->type->unwrap(operation, unwrappingKey, in sc_pkcs11_unwrap()
1001 rv = operation->type->derive(operation, basekey, in sc_pkcs11_deri()
[all …]
/dports/graphics/cenon/Cenon/German.lproj/
H A DOperations.strings1 /* The operation of undoing the last thing the user did. */
7 /* The operation of redoing the last thing the user undid. */
19 /* The operation of ending the editing process and proceding onto some other operation. */
61 /* The operation of moving a graphical entity. */
72 /* The operation of mirroring a graphical entity. */
75 /* The operation of renaming a graphical entity. */
81 /* The operation of rotating a graphical entity. */
84 /* The operation of scaling a graphical entity. */
91 /* The operation of starting to edit some text. */
106 /* The operation of splitting a path. */
[all …]
/dports/graphics/cenon/Cenon/French.lproj/
H A DOperations.strings1 /* The operation of undoing the last thing the user did. */
7 /* The operation of redoing the last thing the user undid. */
19 /* The operation of ending the editing process and proceding onto some other operation. */
61 /* The operation of moving a graphical entity. */
72 /* The operation of mirroring a graphical entity. */
75 /* The operation of renaming a graphical entity. */
81 /* The operation of rotating a graphical entity. */
84 /* The operation of scaling a graphical entity. */
91 /* The operation of starting to edit some text. */
106 /* The operation of splitting a path. */
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/nodes/
H A DCOM_ColorCurveNode.cpp32 ColorCurveOperation *operation = new ColorCurveOperation(); in convertToOperations() local
33 operation->setCurveMapping((CurveMapping *)this->getbNode()->storage); in convertToOperations()
34 converter.addOperation(operation); in convertToOperations()
36 converter.mapInputSocket(getInputSocket(0), operation->getInputSocket(0)); in convertToOperations()
37 converter.mapInputSocket(getInputSocket(1), operation->getInputSocket(1)); in convertToOperations()
38 converter.mapInputSocket(getInputSocket(2), operation->getInputSocket(2)); in convertToOperations()
39 converter.mapInputSocket(getInputSocket(3), operation->getInputSocket(3)); in convertToOperations()
47 operation->setBlackLevel(col); in convertToOperations()
49 operation->setWhiteLevel(col); in convertToOperations()
50 operation->setCurveMapping((CurveMapping *)this->getbNode()->storage); in convertToOperations()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp138 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
476 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
478 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
492 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
493 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
504 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
505 tp.operations[1].operation = operation_union; in append_collinear_spikes()
516 tp.operations[0].operation = operation_union; in append_collinear_spikes()
517 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
575 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp138 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
476 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
478 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
492 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
493 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
504 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
505 tp.operations[1].operation = operation_union; in append_collinear_spikes()
516 tp.operations[0].operation = operation_union; in append_collinear_spikes()
517 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
575 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp138 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
476 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
478 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
492 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
493 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
504 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
505 tp.operations[1].operation = operation_union; in append_collinear_spikes()
516 tp.operations[0].operation = operation_union; in append_collinear_spikes()
517 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
575 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp138 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
473 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
475 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
489 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
490 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
501 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
502 tp.operations[1].operation = operation_union; in append_collinear_spikes()
513 tp.operations[0].operation = operation_union; in append_collinear_spikes()
514 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
572 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp136 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
470 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
472 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
486 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
487 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
498 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
499 tp.operations[1].operation = operation_union; in append_collinear_spikes()
510 tp.operations[0].operation = operation_union; in append_collinear_spikes()
511 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
569 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp138 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
476 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
478 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
492 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
493 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
504 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
505 tp.operations[1].operation = operation_union; in append_collinear_spikes()
516 tp.operations[0].operation = operation_union; in append_collinear_spikes()
517 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
575 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp138 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
476 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
478 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
492 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
493 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
504 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
505 tp.operations[1].operation = operation_union; in append_collinear_spikes()
516 tp.operations[0].operation = operation_union; in append_collinear_spikes()
517 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
575 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_ll.hpp138 replace_operations_i(tp.operations[0].operation, tp.operations[1].operation); in apply()
476 bool is_p_spike = tp.operations[0].operation == spike_op in append_collinear_spikes()
478 bool is_q_spike = tp.operations[1].operation == spike_op in append_collinear_spikes()
492 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
493 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
504 tp.operations[0].operation = operation_blocked; in append_collinear_spikes()
505 tp.operations[1].operation = operation_union; in append_collinear_spikes()
516 tp.operations[0].operation = operation_union; in append_collinear_spikes()
517 tp.operations[1].operation = operation_blocked; in append_collinear_spikes()
575 tp.operations[0].operation = operation_blocked; in append_opposite_spikes()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-client/v6/splitio/client/
H A Dinput_validator.go34 func parseIfNumeric(value interface{}, operation string) (string, error) {
66 func checkIsEmptyString(value string, name string, operation string) error {
81 err := checkIsEmptyString(value, name, operation)
85 return checkIsNotValidLength(value, name, operation)
93 err := checkIsValidString(matchingKey, "matchingKey", operation)
98 err = checkIsValidString(*bucketingKey, "bucketingKey", operation)
119 sMatchingKey, err = parseIfNumeric(key, operation)
125 err = checkIsValidString(sMatchingKey, "key", operation)
135 err := checkIsEmptyString(featureName, "featureName", operation)
139 return i.checkWhitespaces(featureName, operation), nil
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Slice/errorDetection/
H A DIllegalMI.err1 IllegalMI.ice:53: ambiguous multiple inheritance: `A3' inherits operation `op' from two or more unr…
2 IllegalMI.ice:83: operation `op' is already defined as an operation in a base interface or class
3 IllegalMI.ice:112: operation `op' is already defined as an operation in a base interface or class
4 IllegalMI.ice:141: operation `op' is already defined as an operation in a base interface or class
5 IllegalMI.ice:194: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
6 IllegalMI.ice:222: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
7 IllegalMI.ice:250: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
8 IllegalMI.ice:280: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
9 IllegalMI.ice:344: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
20 IllegalMI.ice:776: operation `op' is already defined as an operation in a base interface or class
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Slice/errorDetection/
H A DIllegalMI.err1 IllegalMI.ice:53: ambiguous multiple inheritance: `A3' inherits operation `op' from two or more unr…
2 IllegalMI.ice:83: operation `op' is already defined as an operation in a base interface or class
3 IllegalMI.ice:112: operation `op' is already defined as an operation in a base interface or class
4 IllegalMI.ice:141: operation `op' is already defined as an operation in a base interface or class
5 IllegalMI.ice:194: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
6 IllegalMI.ice:222: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
7 IllegalMI.ice:250: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
8 IllegalMI.ice:280: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
9 IllegalMI.ice:344: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
20 IllegalMI.ice:776: operation `op' is already defined as an operation in a base interface or class
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Slice/errorDetection/
H A DIllegalMI.err1 IllegalMI.ice:53: ambiguous multiple inheritance: `A3' inherits operation `op' from two or more unr…
2 IllegalMI.ice:83: operation `op' is already defined as an operation in a base interface or class
3 IllegalMI.ice:112: operation `op' is already defined as an operation in a base interface or class
4 IllegalMI.ice:141: operation `op' is already defined as an operation in a base interface or class
5 IllegalMI.ice:194: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
6 IllegalMI.ice:222: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
7 IllegalMI.ice:250: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
8 IllegalMI.ice:280: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
9 IllegalMI.ice:344: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more un…
20 IllegalMI.ice:776: operation `op' is already defined as an operation in a base interface or class
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/tests/Combinatorial/
H A DUnorderedParallelQueryCombinationTests.cs51 concat(operation.Item, DefaultSource); in Concat_Unordered()
52 concat(DefaultSource, operation.Item); in Concat_Unordered()
69 concat(operation.Item, DefaultSource); in Concat_Unordered_NotPipelined()
70 concat(DefaultSource, operation.Item); in Concat_Unordered_NotPipelined()
137 except(operation.Item, DefaultSource); in Except_Unordered()
138 except(DefaultSource, operation.Item); in Except_Unordered()
338 join(operation.Item, DefaultSource); in Join_Unordered()
339 join(DefaultSource, operation.Item); in Join_Unordered()
359 join(operation.Item, DefaultSource); in Join_Unordered_NotPipelined()
697 zip(operation.Item, DefaultSource); in Zip_Unordered()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/print/
H A Dprint.c211 GtkPrintOperation *operation; in print_image() local
222 operation = gtk_print_operation_new (); in print_image()
239 data.operation = operation; in print_image()
258 print_operation = operation; in print_image()
304 g_object_unref (operation); in print_image()
329 GtkPrintOperation *operation; in page_setup() local
336 operation = gtk_print_operation_new (); in page_setup()
339 print_page_setup_dialog (operation); in page_setup()
342 g_object_unref (operation); in page_setup()
404 end_print (GtkPrintOperation *operation, in end_print() argument
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/views/
H A Dconfiguration.action.edit.php192 $operation['opcommand'] += [
198 $operation['opconditions'] = [];
201 $operation['mediatypeid'] = 0;
222 $esc_steps_txt = $operation['esc_step_from'].' - '.$operation['esc_step_to'];
225 $esc_steps_txt = ($operation['esc_step_from'] == $operation['esc_step_to'])
226 ? $operation['esc_step_from']
227 : $operation['esc_step_from'].' - '.$operation['esc_step_to'];
232 : $operation['esc_period'];
335 $operation['opmessage'] = [];
338 $operation['opmessage'] += [
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/views/
H A Dconfiguration.action.edit.php192 $operation['opcommand'] += [
198 $operation['opconditions'] = [];
201 $operation['mediatypeid'] = 0;
222 $esc_steps_txt = $operation['esc_step_from'].' - '.$operation['esc_step_to'];
225 $esc_steps_txt = ($operation['esc_step_from'] == $operation['esc_step_to'])
226 ? $operation['esc_step_from']
227 : $operation['esc_step_from'].' - '.$operation['esc_step_to'];
232 : $operation['esc_period'];
335 $operation['opmessage'] = [];
338 $operation['opmessage'] += [
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/views/
H A Dconfiguration.action.edit.php192 $operation['opcommand'] += [
198 $operation['opconditions'] = [];
201 $operation['mediatypeid'] = 0;
222 $esc_steps_txt = $operation['esc_step_from'].' - '.$operation['esc_step_to'];
225 $esc_steps_txt = ($operation['esc_step_from'] == $operation['esc_step_to'])
226 ? $operation['esc_step_from']
227 : $operation['esc_step_from'].' - '.$operation['esc_step_to'];
232 : $operation['esc_period'];
335 $operation['opmessage'] = [];
338 $operation['opmessage'] += [
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/views/
H A Dconfiguration.action.edit.php192 $operation['opcommand'] += [
198 $operation['opconditions'] = [];
201 $operation['mediatypeid'] = 0;
222 $esc_steps_txt = $operation['esc_step_from'].' - '.$operation['esc_step_to'];
225 $esc_steps_txt = ($operation['esc_step_from'] == $operation['esc_step_to'])
226 ? $operation['esc_step_from']
227 : $operation['esc_step_from'].' - '.$operation['esc_step_to'];
232 : $operation['esc_period'];
335 $operation['opmessage'] = [];
338 $operation['opmessage'] += [
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/views/
H A Dconfiguration.action.edit.php192 $operation['opcommand'] += [
198 $operation['opconditions'] = [];
201 $operation['mediatypeid'] = 0;
222 $esc_steps_txt = $operation['esc_step_from'].' - '.$operation['esc_step_to'];
225 $esc_steps_txt = ($operation['esc_step_from'] == $operation['esc_step_to'])
226 ? $operation['esc_step_from']
227 : $operation['esc_step_from'].' - '.$operation['esc_step_to'];
232 : $operation['esc_period'];
335 $operation['opmessage'] = [];
338 $operation['opmessage'] += [
[all …]

12345678910>>...2129