Home
last modified time | relevance | path

Searched refs:_operator (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/databases/py-python-sql/python-sql-1.3.0/sql/
H A Doperators.py81 _operator = '' variable in UnaryOperator
96 _operator = '' variable in BinaryOperator
117 _operator = '' variable in NaryOperator
134 _operator = 'OR' variable in Or
144 _operator = '-' variable in Neg
149 _operator = '+' variable in Pos
154 _operator = '<' variable in Less
159 _operator = '>' variable in Greater
174 _operator = '=' variable in Equal
275 _operator = '+' variable in Add
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dexcludeelement.cpp5 _operator=nullptr; in ExcludeElement()
10 _operator=oper; in setOperator()
15 return _operator; in getOperator()
26 if(_operator) in getCodeDefinition()
29 attributes[Attributes::Operator]=_operator->getName(true); in getCodeDefinition()
31 attributes[Attributes::Operator]=_operator->getCodeDefinition(def_type, true); in getCodeDefinition()
39 return (this->_operator==elem._operator && in operator ==()
H A Doperatorclasselement.cpp25 _operator=nullptr; in OperatorClassElement()
41 this->_operator=nullptr; in setFunction()
64 this->_operator=oper; in setOperator()
84 this->_operator=nullptr; in setStorage()
105 return _operator; in getOperator()
148 else if(element_type==OperatorElem && _operator && strategy_number > 0) in getCodeDefinition()
155 attributes[Attributes::Signature]=_operator->getSignature(); in getCodeDefinition()
157 attributes[Attributes::Definition]=_operator->getCodeDefinition(def_type,true); in getCodeDefinition()
186 this->_operator == elem._operator && in operator ==()
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/packages/constraints/
H A Dconstraint.py29 self._operator = operator
38 return self._operator
41 is_equal_op = self._operator == "=="
42 is_non_equal_op = self._operator == "!="
69 is_non_equal_op = self._operator == "!="
126 return hash((self._operator, self._version))
130 self._operator if self._operator != "==" else "", self._version
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/version/
H A Dmarkers.py198 self._operator = m.group(1)
199 if self._operator is None:
200 self._operator = "=="
257 return self._operator
321 elif self._operator == "!=":
323 elif self._operator == ">":
325 elif self._operator == ">=":
327 elif self._operator == "<":
329 elif self._operator == "<=":
331 elif self._operator == "in":
[all …]
/dports/comms/deforaos-phone/Phone-0.5.1/src/plugins/
H A Dussd.c35 size_t _operator; member
116 char const * _operator; member
142 static int _ussd_load_operator(USSD * ussd, char const * _operator);
174 ussd->_operator = 0; in _ussd_init()
212 event->registration._operator); in _event_modem()
342 ussd->_operator); in _settings_window()
349 static int _ussd_load_operator(USSD * ussd, char const * _operator) in _ussd_load_operator() argument
353 if(_operator == NULL) in _ussd_load_operator()
356 if(_ussd_operators[i]._operator == NULL) in _ussd_load_operator()
358 else if(strcmp(_ussd_operators[i]._operator, _operator) == 0) in _ussd_load_operator()
[all …]
H A Dgprs.c51 char * _operator; member
98 static int _gprs_load_operator(GPRS * gprs, char const * _operator);
144 gprs->_operator = NULL; in _gprs_init()
174 free(gprs->_operator); in _gprs_destroy()
222 event->registration._operator); in _gprs_event_modem()
245 free(gprs->_operator); in _gprs_event_modem_operator()
246 gprs->_operator = (_operator != NULL) ? strdup(_operator) : NULL; in _gprs_event_modem_operator()
828 return _gprs_load_operator(gprs, gprs->_operator); in _gprs_load_defaults()
841 || (p = config_get(config, _operator, "apn")) == NULL) in _gprs_load_operator()
847 if((p = config_get(config, _operator, "username")) == NULL) in _gprs_load_operator()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/widgets/
H A Doperatorrule.cpp27 , _operator(op) in OperatorRule()
39 , _operator(op) in OperatorRule()
50 , _operator(op) in OperatorRule()
76 if (_operator == Select) in update()
97 switch (_operator) in update()
176 desc += String(" %1").arg(texts[_operator]); in description()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/include/
H A Donly_with_option.inc40 --let $_operator = =
48 --let $_operator = $option_operator
53 if (`SELECT not(@@$_option_name $_operator $option_value)`)
55 --skip Test only executed when `$_option_name $_operator $option_value`
57 --echo include/only_with_option.inc [$_option_name $_operator $option_value]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/include/
H A Donly_with_option.inc40 --let $_operator = =
48 --let $_operator = $option_operator
53 if (`SELECT not(@@$_option_name $_operator $option_value)`)
55 --skip Test only executed when `$_option_name $_operator $option_value`
57 --echo include/only_with_option.inc [$_option_name $_operator $option_value]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/include/
H A Donly_with_option.inc40 --let $_operator = =
48 --let $_operator = $option_operator
53 if (`SELECT not(@@$_option_name $_operator $option_value)`)
55 --skip Test only executed when `$_option_name $_operator $option_value`
57 --echo include/only_with_option.inc [$_option_name $_operator $option_value]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/include/
H A Donly_with_option.inc40 --let $_operator = =
48 --let $_operator = $option_operator
53 if (`SELECT not(@@$_option_name $_operator $option_value)`)
55 --skip Test only executed when `$_option_name $_operator $option_value`
57 --echo include/only_with_option.inc [$_option_name $_operator $option_value]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/include/
H A Donly_with_option.inc40 --let $_operator = =
48 --let $_operator = $option_operator
53 if (`SELECT not(@@$_option_name $_operator $option_value)`)
55 --skip Test only executed when `$_option_name $_operator $option_value`
57 --echo include/only_with_option.inc [$_option_name $_operator $option_value]
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/database/Expression/
H A DUnaryExpression.php44 protected $_operator; variable in Cake\\Database\\Expression\\UnaryExpression
69 $this->_operator = $operator;
88 return '(' . $operand . ') ' . $this->_operator;
91 return $this->_operator . ' (' . $operand . ')';
H A DComparison.php51 protected $_operator; variable in Cake\\Database\\Expression\\Comparison
84 $this->_operator = $operator;
128 $this->_operator = $operator;
138 return $this->_operator;
162 return sprintf($template, $field, $this->_operator, $value);
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/doc/latex/
H A Dnxo_operator.tex39 \subsection{nxo\_operator}
41 \index{nxo_operator@\classname{nxo\_operator}{}}
43 The \classname{nxo\_operator} class is a subclass of the \classname{nxo} class.
48 \index{nxo_operator_new@\cfunc{nxo\_operator\_new}{}}
49 \citem{\cfunc[void]{nxo\_operator\_new}{cw\_nxo\_t *a\_nxo, cw\_op\_t *a\_op,
67 \index{nxo_operator_f@\cfunc{nxo\_operator\_f}{}}
68 \citem{\cfunc[cw\_op\_t *]{nxo\_operator\_f}{const cw\_nxo\_t *a\_nxo}}
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DExpressionCompiler.h98 void appendCompareOperatorCode(Token _operator, Type const& _type);
99 void appendOrdinaryBinaryOperatorCode(Token _operator, Type const& _type);
101 void appendArithmeticOperatorCode(Token _operator, Type const& _type);
102 void appendBitOperatorCode(Token _operator);
103 …void appendShiftOperatorCode(Token _operator, Type const& _valueType, Type const& _shiftAmountType…
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Log/Filter/
H A DPriority.php43 protected $_operator; variable in Zend_Log_Filter_Priority
61 $this->_operator = $operator === null ? '<=' : $operator;
97 return version_compare($event['priority'], $this->_priority, $this->_operator);
/dports/finance/weberp/webERP/Classes/PHPExcel/Cell/
H A DDataValidation.php96 private $_operator; variable in PHPExcel_Cell_DataValidation
164 $this->_operator = '';
261 return $this->_operator;
271 $this->_operator = $value;
446 . $this->_operator
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/operators/
H A Dlogarithm.py36 _operator = lambda self, left, right: (numpy.log(left).T/numpy.log(right).T).T member in Logn
49 return self._operator(left._get_lower(idx, cache), right)
52 return self._operator(left._get_upper(idx, cache), right)
61 return self._operator(left._get_inv(uloc, idx, cache), right)
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DTypes.cpp492 if (_operator == Token::SHR) in isValidShiftAndAmountType()
564 if (_operator == Token::Delete) in unaryOperatorResult()
567 else if (_operator == Token::Sub) in unaryOperatorResult()
569 else if (_operator == Token::Inc || _operator == Token::Dec || _operator == Token::BitNot) in unaryOperatorResult()
707 switch (_operator) in unaryOperatorResult()
764 …if (TokenTraits::isBitOp(_operator) || TokenTraits::isBooleanOp(_operator) || _operator == Token::… in binaryOperatorResult()
1287 if (_operator == Token::Delete) in unaryOperatorResult()
1310 if (TokenTraits::isCompareOp(_operator) || TokenTraits::isBitOp(_operator)) in binaryOperatorResult()
1347 if (_operator == Token::Delete) in unaryOperatorResult()
1359 …if (_operator == Token::Equal || _operator == Token::NotEqual || _operator == Token::And || _opera… in binaryOperatorResult()
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/autoscaling/models/
H A Dthreshold.py58 self._operator = None
75 return self._operator
91 self._operator = operator
/dports/graphics/xaos/XaoS-release-4.2.1/src/sffe/
H A Dsffe.cpp434 struct _operator { // @todo replace with stack/list in sffe_parse() struct
448 struct _operator *stck; /* operators on stack */ in sffe_parse()
836 (struct _operator *)malloc(sizeof(struct _operator)); in sffe_parse()
838 memset(_expression->stck, 0, sizeof(struct _operator)); in sffe_parse()
884 struct _operator *opstck = in sffe_parse()
906 _expression->stck = (struct _operator *)realloc( in sffe_parse()
912 struct _operator *opstck = in sffe_parse()
952 (struct _operator *)malloc(sizeof(struct _operator)); in sffe_parse()
981 struct _operator *opstck = in sffe_parse()
1028 struct _operator *opstck = in sffe_parse()
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/load_balancer/models/
H A Dpath_match_condition.py69 self._operator = None
125 return self._operator
152 self._operator = operator
/dports/devel/py-oci/oci-2.53.1/src/oci/bds/models/
H A Dmetric_threshold_rule.py57 self._operator = None
97 return self._operator
112 self._operator = operator

12345678910>>...18