Home
last modified time | relevance | path

Searched refs:operatorName (Results 76 – 100 of 196) sorted by relevance

12345678

/dports/science/cdo/cdo-2.0.0/src/
H A DprocessManager.cc101 const auto operatorName = extract_operator_name(command); in create_process_from_command() local
103 …s.insert(std::make_pair(processID, std::make_shared<Process>(processID, operatorName, arguments))); in create_process_from_command()
141 cdo_abort("operator -%s can not be used with pipes.", p_parentProcess->operatorName); in create_child_process_for()
146 …n not take -%s with 0 outputs as input", p_parentProcess->operatorName, newProcess->operatorName); in create_child_process_for()
148 …ld %s (id: %d) to %s (idL %d)", newProcess->operatorName, newProcess->get_id(), p_parentProcess->o… in create_child_process_for()
206 strVec.push_back(p_stack.top()->operatorName); in get_stack_as_string()
357 Debug(PROCESS_MANAGER, "adding in file to %s", currentProcess->operatorName); in create_processes_from_input()
374 Debug(PROCESS_MANAGER, "Removing %s from stack", processStack.top()->operatorName); in create_processes_from_input()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/ast/
H A DOperator.java29 String operatorName; field in Operator
33 this.operatorName = payload; in Operator()
45 return operatorName; in getOperatorName()
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Dexport_graph_hierarchical_clustering_visitor.hxx143 …const std::string operatorName = clsName_ + std::string("MergeGraph") + std::string("MinEdgeWeight… in exportHierarchicalClusteringOperators() local
144 python::class_<DefaultClusterOperator >(operatorName.c_str(),python::no_init) in exportHierarchicalClusteringOperators()
180 …const std::string operatorName = clsName_ + std::string("MergeGraph") + std::string("PythonOperato… in exportHierarchicalClusteringOperators() local
181 python::class_<PythonClusterOperator >(operatorName.c_str(),python::no_init) in exportHierarchicalClusteringOperators()
265 …const std::string operatorName = clsName_ + std::string("MergeGraph") + std::string("MinEdgeWeight… in visit() local
266 exportHierarchicalClustering<DefaultClusterOperator>(operatorName); in visit()
269 …const std::string operatorName = clsName_ + std::string("MergeGraph") + std::string("PythonOperato… in visit() local
270 exportHierarchicalClustering<PythonClusterOperator>(operatorName); in visit()
/dports/science/cdo/cdo-2.0.0/test/bandit_tests/
H A Dchained_operators.cc55 + std::string(g_processManager.get_process_from_id(i)->operatorName), in __anon0bced6d80102()
62 + std::string(g_processManager.get_process_from_id(i)->operatorName), in __anon0bced6d80102()
103 = std::string(g_processManager.get_process_from_id(i)->operatorName) in __anon0bced6d80102()
H A Dprocess_init.cc38 AssertThat(shared_process->operatorName, Is().EqualTo("oper1-1")); in __anona0b36ae00102()
43 Is().EqualTo(std::string(cdo::progname) + " " + shared_process->operatorName)); in __anona0b36ae00102()
/dports/editors/calligra/calligra-3.2.1/filters/words/rtf/import/3rdparty/rtf-qt/src/
H A DAbstractRtfOutput.cpp51 QString AbstractRtfOutput::operatorName() const in operatorName() function in RtfReader::AbstractRtfOutput
56 void AbstractRtfOutput::setOperatorName( const QString &operatorName ) in setOperatorName() argument
58 m_operatorName = operatorName; in setOperatorName()
H A DAbstractRtfOutput.h86 virtual QString operatorName() const;
87 virtual void setOperatorName( const QString &operatorName );
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/rtf-qt/
H A DAbstractRtfOutput.cpp51 QString AbstractRtfOutput::operatorName() const in operatorName() function in RtfReader::AbstractRtfOutput
56 void AbstractRtfOutput::setOperatorName( const QString &operatorName ) in setOperatorName() argument
58 m_operatorName = operatorName; in setOperatorName()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dlogicoperator.cpp41 LogicOperator::LogicOperator(const string& operatorName) in LogicOperator() argument
43 data(operatorName); in LogicOperator()
H A Darithmeticoperator.cpp41 ArithmeticOperator::ArithmeticOperator(const string& operatorName): Operator(operatorName) in ArithmeticOperator() argument
H A Doperator.cpp72 Operator::Operator(const string& operatorName) in Operator() argument
74 data(operatorName); in Operator()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dlogicoperator.cpp41 LogicOperator::LogicOperator(const string& operatorName) in LogicOperator() argument
43 data(operatorName); in LogicOperator()
H A Darithmeticoperator.cpp41 ArithmeticOperator::ArithmeticOperator(const string& operatorName): Operator(operatorName) in ArithmeticOperator() argument
H A Doperator.cpp72 Operator::Operator(const string& operatorName) in Operator() argument
74 data(operatorName); in Operator()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/cff/
H A DCFFDataReader.java139 String operatorName = ""; in parseDictData() local
147 operatorName = tempOp.getName(); in parseDictData()
152 newEntry.setOperatorName(operatorName); in parseDictData()
160 dictEntries.put(operatorName, newEntry); in parseDictData()
235 private String operatorName; field in CFFDataReader.DICTEntry
256 public void setOperatorName(String operatorName) { in setOperatorName() argument
257 this.operatorName = operatorName; in setOperatorName()
261 return this.operatorName; in getOperatorName()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Data/Filter/
H A DFilterChain.php18 protected $operatorName; variable in Icinga\\Data\\Filter\\FilterChain
122 return $this->operatorName;
127 if ($name !== $this->operatorName) {
H A DFilterAnd.php13 protected $operatorName = 'AND'; variable in Icinga\\Data\\Filter\\FilterAnd
/dports/databases/postgresql-mysql_fdw/mysql_fdw-REL-2_6_0/
H A Ddeparse.c1586 (!(strcmp(operatorName, "<") == 0 ||
1587 strcmp(operatorName, ">") == 0 ||
1588 strcmp(operatorName, "<=") == 0 ||
1589 strcmp(operatorName, ">=") == 0 ||
1590 strcmp(operatorName, "<>") == 0 ||
1591 strcmp(operatorName, "=") == 0 ||
1592 strcmp(operatorName, "+") == 0 ||
1593 strcmp(operatorName, "-") == 0 ||
1594 strcmp(operatorName, "*") == 0 ||
1595 strcmp(operatorName, "%") == 0 ||
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data/
H A DQueryFilterAttribute.cs126 private static bool IsSequenceOperator(string operatorName, MethodCallExpression mce) in IsSequenceOperator() argument
129 mce.Method.Name.Equals(operatorName, StringComparison.OrdinalIgnoreCase)) in IsSequenceOperator()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/helper/
H A DadiosYAML.cpp109 const std::string operatorName = in ParseConfigYAML() local
112 auto itOperator = operators.find(operatorName); in ParseConfigYAML()
114 ? &adios.DefineOperator(operatorName, operatorType) in ParseConfigYAML()
H A DadiosXML.cpp126 const std::string operatorName = in ParseConfigXML() local
128 auto itOperator = operators.find(operatorName); in ParseConfigXML()
132 op = &adios.DefineOperator(operatorName, operatorType); in ParseConfigXML()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/catalog/
H A Dpg_operator_fn.h20 extern ObjectAddress OperatorCreate(const char *operatorName,
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/catalog/
H A Dpg_operator_fn.h20 extern ObjectAddress OperatorCreate(const char *operatorName,
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/catalog/
H A Dpg_operator_fn.h20 extern ObjectAddress OperatorCreate(const char *operatorName,
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/catalog/
H A Dpg_operator_fn.h20 extern ObjectAddress OperatorCreate(const char *operatorName,

12345678