Home
last modified time | relevance | path

Searched refs:GetOperator (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/japanese/cmigemo/cmigemo-6a1c438/tools/
H A DclsMigemo.cls85 Public Function GetOperator(EnmIndex As OperatorIndex) As String
86 GetOperator = StrConv(PtrStr(migemo_get_operator(m_hMigemo, EnmIndex)), vbUnicode)
94 OperatorOr = GetOperator(enmOr)
102 OperatorNestIn = GetOperator(enmNestIn)
110 OperatorNestOut = GetOperator(enmNestOut)
118 OperatorSelectIn = GetOperator(enmSelectIn)
126 OperatorSelectOut = GetOperator(enmSelectOut)
134 OperatorNewLine = GetOperator(enmNewLine)
H A DMigemo.cs74 public string GetOperator(OperatorIndex index) in GetOperator() method in KaoriYa.Migemo.Migemo
85 get { return GetOperator(OperatorIndex.Or); }
89 get { return GetOperator(OperatorIndex.NestIn); }
93 get { return GetOperator(OperatorIndex.NestOut); }
97 get { return GetOperator(OperatorIndex.SelectIn); }
101 get { return GetOperator(OperatorIndex.SelectOut); }
105 get { return GetOperator(OperatorIndex.NewLine); }
197 index, m.GetOperator(index)); in Main()
/dports/japanese/cmigemo-dict/cmigemo-6a1c438/tools/
H A DclsMigemo.cls85 Public Function GetOperator(EnmIndex As OperatorIndex) As String
86 GetOperator = StrConv(PtrStr(migemo_get_operator(m_hMigemo, EnmIndex)), vbUnicode)
94 OperatorOr = GetOperator(enmOr)
102 OperatorNestIn = GetOperator(enmNestIn)
110 OperatorNestOut = GetOperator(enmNestOut)
118 OperatorSelectIn = GetOperator(enmSelectIn)
126 OperatorSelectOut = GetOperator(enmSelectOut)
134 OperatorNewLine = GetOperator(enmNewLine)
H A DMigemo.cs74 public string GetOperator(OperatorIndex index) in GetOperator() method in KaoriYa.Migemo.Migemo
85 get { return GetOperator(OperatorIndex.Or); }
89 get { return GetOperator(OperatorIndex.NestIn); }
93 get { return GetOperator(OperatorIndex.NestOut); }
97 get { return GetOperator(OperatorIndex.SelectIn); }
101 get { return GetOperator(OperatorIndex.SelectOut); }
105 get { return GetOperator(OperatorIndex.NewLine); }
197 index, m.GetOperator(index)); in Main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Convolution/include/
H A DitkNormalizedCorrelationImageFilter.hxx105 normalizedTemplate.SetRadius( this->GetOperator().GetRadius() ); in DynamicThreadedGenerateData()
112 for ( tIt = this->GetOperator().Begin(); tIt < this->GetOperator().End(); ++tIt ) in DynamicThreadedGenerateData()
117 auto num = static_cast< OutputPixelRealType >( this->GetOperator().Size() ); in DynamicThreadedGenerateData()
129 for ( ntIt = normalizedTemplate.Begin(), tIt = this->GetOperator().Begin(); in DynamicThreadedGenerateData()
153 this->GetOperator().GetRadius() ); in DynamicThreadedGenerateData()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dswq_op_registrar.cpp84 const swq_operation *swq_op_registrar::GetOperator( const char *pszName ) in GetOperator() function in swq_op_registrar
100 const swq_operation *swq_op_registrar::GetOperator( swq_op eOperator ) in GetOperator() function in swq_op_registrar
125 swq_op_registrar::GetOperator(static_cast<swq_op>(poNode->nOperation)); in SWQColumnFuncChecker()
H A Dswq_expr_node.cpp241 poCustomFuncRegistrar->GetOperator(string_value) :
242 swq_op_registrar::GetOperator(nOperation);
326 swq_op_registrar::GetOperator( nOperation );
526 swq_op_registrar::GetOperator( nOperation );
777 swq_op_registrar::GetOperator( nOperation );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dswq_op_registrar.cpp84 const swq_operation *swq_op_registrar::GetOperator( const char *pszName ) in GetOperator() function in swq_op_registrar
100 const swq_operation *swq_op_registrar::GetOperator( swq_op eOperator ) in GetOperator() function in swq_op_registrar
125 swq_op_registrar::GetOperator(static_cast<swq_op>(poNode->nOperation)); in SWQColumnFuncChecker()
H A Dswq_expr_node.cpp241 poCustomFuncRegistrar->GetOperator(string_value) : in Check()
242 swq_op_registrar::GetOperator(nOperation); in Check()
326 swq_op_registrar::GetOperator( nOperation ); in Dump()
526 swq_op_registrar::GetOperator( nOperation ); in UnparseOperationFromUnparsedSubExpr()
777 swq_op_registrar::GetOperator( nOperation ); in Evaluate()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dswq_op_registrar.cpp84 const swq_operation *swq_op_registrar::GetOperator( const char *pszName ) in GetOperator() function in swq_op_registrar
100 const swq_operation *swq_op_registrar::GetOperator( swq_op eOperator ) in GetOperator() function in swq_op_registrar
125 swq_op_registrar::GetOperator(static_cast<swq_op>(poNode->nOperation)); in SWQColumnFuncChecker()
H A Dswq_expr_node.cpp241 poCustomFuncRegistrar->GetOperator(string_value) : in Check()
242 swq_op_registrar::GetOperator(nOperation); in Check()
326 swq_op_registrar::GetOperator( nOperation ); in Dump()
526 swq_op_registrar::GetOperator( nOperation ); in UnparseOperationFromUnparsedSubExpr()
777 swq_op_registrar::GetOperator( nOperation ); in Evaluate()
H A Dogr_swq.h179 static const swq_operation *GetOperator( const char * );
180 static const swq_operation *GetOperator( swq_op eOperation );
187 virtual const swq_operation *GetOperator( const char * ) = 0;
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dswq_op_registrar.cpp76 const swq_operation *swq_op_registrar::GetOperator( const char *pszName ) in GetOperator() function in swq_op_registrar
93 const swq_operation *swq_op_registrar::GetOperator( swq_op eOperator ) in GetOperator() function in swq_op_registrar
120 swq_op_registrar::GetOperator((swq_op)poNode->nOperation); in SWQColumnFuncChecker()
H A Dswq_expr_node.cpp256 poCustomFuncRegistrar->GetOperator(string_value) : in Check()
257 swq_op_registrar::GetOperator((swq_op)nOperation); in Check()
340 swq_op_registrar::GetOperator( (swq_op) nOperation ); in Dump()
534 swq_op_registrar::GetOperator( (swq_op) nOperation ); in UnparseOperationFromUnparsedSubExpr()
769 swq_op_registrar::GetOperator( (swq_op) nOperation ); in Evaluate()
H A Dswq.h169 static const swq_operation *GetOperator( const char * );
170 static const swq_operation *GetOperator( swq_op eOperation );
177 virtual const swq_operation *GetOperator( const char * ) = 0;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Devaluate.cpp111 : m_Optype( aAmPrmEval.GetOperator() ), in Evaluate()
134 if( prm.GetOperator() == OPEN_PAR ) in Evaluate()
138 else if( prm.GetOperator() == CLOSE_PAR ) in Evaluate()
H A Dam_param.h178 parm_item_type GetOperator() const { return m_type; } in GetOperator() function
179 int GetPriority() const { return GetPriority( GetOperator() ); } in GetPriority()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Dsynthetics_test.go162 assert.Equal(t, assertions[0].GetOperator(), "is")
167 assert.Equal(t, assertions[1].GetOperator(), "lessThan")
171 assert.Equal(t, assertions[2].GetOperator(), "is")
296 assert.Equal(t, assertions[0].GetOperator(), "is")
301 assert.Equal(t, assertions[1].GetOperator(), "lessThan")
305 assert.Equal(t, assertions[2].GetOperator(), "is")
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageFilterBase/include/
H A DitkMaskNeighborhoodOperatorImageFilter.hxx123 this->GetOperator().GetRadius() ); in DynamicThreadedGenerateData()
126 OutputNeighborhoodType noperator = this->GetOperator(); in DynamicThreadedGenerateData()
/dports/net/storj/storj-1.45.3/multinode/operators/
H A Dservice.go68 operator, err := service.GetOperator(ctx, node)
90 func (service *Service) GetOperator(ctx context.Context, node nodes.Node) (_ Operator, err error) { func
/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcSemanticASTVisitor.cc373 switch (node.GetOperator()) { in VisitExpressionBinary()
390 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetLeft()->GetType())… in VisitExpressionBinary()
411 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetLeft()->GetType())… in VisitExpressionBinary()
415 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetRight()->GetType()… in VisitExpressionBinary()
461 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetLeft()->GetType())… in VisitExpressionBinary()
462 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetRight()->GetType()… in VisitExpressionBinary()
471 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetLeft()->GetType())… in VisitExpressionBinary()
472 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetRight()->GetType()… in VisitExpressionBinary()
481 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetLeft()->GetType())… in VisitExpressionBinary()
482 …SEMANTIC_ERROR(UNDEFINED_TYPE_OP, mapToken(node.GetOperator()), mapType(node.GetRight()->GetType()… in VisitExpressionBinary()
[all …]
/dports/math/amath/amath-1.8.5/src/main/
H A Dlexer.cpp104 if (GetOperator() || GetQuotedIdent() || GetDigitValue() || GetLiteral()) in GetNextToken()
112 bool Lexer::GetOperator() in GetOperator() function in Lexer
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Doptable.h16 char* GetOperator(int16_t op);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/site_compare/operators/
H A D__init__.py8 def GetOperator(operator): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/site_compare/operators/
H A D__init__.py8 def GetOperator(operator): function

12345678910>>...21