Home
last modified time | relevance | path

Searched refs:pLocation (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweather.c117 LocationInfo * pLocation = g_new0(LocationInfo, 1); in weather_constructor() local
127 pLocation->pcAlias_ = g_strdup_printf("%d", iDummyVal); in weather_constructor()
167 pLocation->pcWOEID_ = g_strdup_printf("%d", iDummyVal); in weather_constructor()
176 pLocation->cUnits_ = pczDummy[0]; in weather_constructor()
185 pLocation->uiInterval_ = (guint)iDummyVal; in weather_constructor()
195 pLocation->bEnabled_ = (gint)iDummyVal; in weather_constructor()
202 if (pLocation->pcAlias_ && pLocation->pcWOEID_) in weather_constructor()
209 g_value_set_pointer(&locationValue, pLocation); in weather_constructor()
216 freeLocation(pLocation); in weather_constructor()
243 if (pLocation) in weather_save_configuration()
[all …]
H A Dlocation.c114 LocationInfo * pLocation = (LocationInfo *)pEntry; in setLocationAlias() local
120 if (pLocation->pcAlias_) in setLocationAlias()
122 g_free(pLocation->pcAlias_); in setLocationAlias()
125 pLocation->pcAlias_ = g_strndup(pczAlias, aliasLength); in setLocationAlias()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/tree/
H A DKviKvsTreeNodeSpecialCommandDefpopup.h44 KviKvsTreeNodeSpecialCommandDefpopupLabel(const QChar * pLocation, const QString & szItemName) in KviKvsTreeNodeSpecialCommandDefpopupLabel() argument
45 : KviKvsTreeNode(pLocation), m_szItemName(szItemName){}; in KviKvsTreeNodeSpecialCommandDefpopupLabel()
58 …KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel(const QChar * pLocation, const QString & szCo… in KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel() argument
59 … : KviKvsTreeNodeSpecialCommandDefpopupLabel(pLocation, szItemName), m_szCondition(szCondition){}; in KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel()
69 …KviKvsTreeNodeSpecialCommandDefpopupLabelSeparator(const QChar * pLocation, const QString & szCond… in KviKvsTreeNodeSpecialCommandDefpopupLabelSeparator() argument
70 : KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel(pLocation, szCondition, szItemName){}; in KviKvsTreeNodeSpecialCommandDefpopupLabelSeparator()
87 …: KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel(pLocation, szCondition, szItemName), m_szTe… in KviKvsTreeNodeSpecialCommandDefpopupConditionalLabelWithTextAndIcon()
131 …: KviKvsTreeNodeSpecialCommandDefpopupConditionalLabelWithTextAndIcon(pLocation, szCondition, szTe… in KviKvsTreeNodeSpecialCommandDefpopupLabelLabel()
147 …: KviKvsTreeNodeSpecialCommandDefpopupLabel(pLocation, szItemName), m_szInstruction(szInstruction)… in KviKvsTreeNodeSpecialCommandDefpopupLabelPrologue()
163 …: KviKvsTreeNodeSpecialCommandDefpopupLabel(pLocation, szItemName), m_szInstruction(szInstruction)… in KviKvsTreeNodeSpecialCommandDefpopupLabelEpilogue()
[all …]
H A DKviKvsTreeNodeOperation.h37 KviKvsTreeNodeOperation(const QChar * pLocation);
51 KviKvsTreeNodeOperationAssignment(const QChar * pLocation, KviKvsTreeNodeData * pRightSide);
65 KviKvsTreeNodeOperationDecrement(const QChar * pLocation);
77 KviKvsTreeNodeOperationIncrement(const QChar * pLocation);
89 KviKvsTreeNodeOperationSelfAnd(const QChar * pLocation, KviKvsTreeNodeData * pRightSide);
117 KviKvsTreeNodeOperationSelfModulus(const QChar * pLocation, KviKvsTreeNodeData * pRightSide);
145 KviKvsTreeNodeOperationSelfOr(const QChar * pLocation, KviKvsTreeNodeData * pRightSide);
159 KviKvsTreeNodeOperationSelfShl(const QChar * pLocation, KviKvsTreeNodeData * pRightSide);
173 KviKvsTreeNodeOperationSelfShr(const QChar * pLocation, KviKvsTreeNodeData * pRightSide);
201 KviKvsTreeNodeOperationSelfSum(const QChar * pLocation, KviKvsTreeNodeData * pRightSide);
[all …]
H A DKviKvsTreeNodeOperation.cpp35 : KviKvsTreeNodeInstruction(pLocation) in KviKvsTreeNodeOperation()
64 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationAssignment()
105 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationDecrement()
155 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationIncrement()
204 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationSelfAnd()
263 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationSelfDivision()
350 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationSelfModulus()
434 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationSelfMultiplication()
503 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationSelfOr()
561 : KviKvsTreeNodeOperation(pLocation) in KviKvsTreeNodeOperationSelfShl()
[all …]
H A DKviKvsTreeNodeSpecialCommandSwitch.cpp33 …TreeNodeSpecialCommandSwitchLabel::KviKvsTreeNodeSpecialCommandSwitchLabel(const QChar * pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabel() argument
34 : KviKvsTreeNode(pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabel()
67 …SpecialCommandSwitchLabelCase::KviKvsTreeNodeSpecialCommandSwitchLabelCase(const QChar * pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelCase() argument
68 : KviKvsTreeNodeSpecialCommandSwitchLabel(pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelCase()
161 …ecialCommandSwitchLabelMatch::KviKvsTreeNodeSpecialCommandSwitchLabelMatch(const QChar * pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelMatch() argument
162 : KviKvsTreeNodeSpecialCommandSwitchLabel(pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelMatch()
220 …ialCommandSwitchLabelRegexp::KviKvsTreeNodeSpecialCommandSwitchLabelRegexp(const QChar * pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelRegexp() argument
221 : KviKvsTreeNodeSpecialCommandSwitchLabel(pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelRegexp()
279 …lCommandSwitchLabelDefault::KviKvsTreeNodeSpecialCommandSwitchLabelDefault(const QChar * pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelDefault() argument
280 : KviKvsTreeNodeSpecialCommandSwitchLabel(pLocation) in KviKvsTreeNodeSpecialCommandSwitchLabelDefault()
[all …]
H A DKviKvsTreeNodeExpression.h71 KviKvsTreeNodeExpression(const QChar * pLocation);
94 KviKvsTreeNodeExpressionVariableOperand(const QChar * pLocation, KviKvsTreeNodeData * pData);
108 KviKvsTreeNodeExpressionConstantOperand(const QChar * pLocation, KviKvsVariant * pConstant);
123 KviKvsTreeNodeExpressionOperator(const QChar * pLocation);
134 KviKvsTreeNodeExpressionUnaryOperator(const QChar * pLocation, KviKvsTreeNodeExpression * pData);
149 …KviKvsTreeNodeExpressionUnaryOperatorNegate(const QChar * pLocation, KviKvsTreeNodeExpression * pD…
162 …KviKvsTreeNodeExpressionUnaryOperatorBitwiseNot(const QChar * pLocation, KviKvsTreeNodeExpression …
175 …KviKvsTreeNodeExpressionUnaryOperatorLogicalNot(const QChar * pLocation, KviKvsTreeNodeExpression …
188 KviKvsTreeNodeExpressionBinaryOperator(const QChar * pLocation);
216 __name(const QChar * pLocation); \
H A DKviKvsTreeNodeExpression.cpp30 KviKvsTreeNodeExpression::KviKvsTreeNodeExpression(const QChar * pLocation) in KviKvsTreeNodeExpression() argument
31 : KviKvsTreeNodeData(pLocation) in KviKvsTreeNodeExpression()
93 : KviKvsTreeNodeExpression(pLocation) in KviKvsTreeNodeExpressionVariableOperand()
123 : KviKvsTreeNodeExpression(pLocation) in KviKvsTreeNodeExpressionConstantOperand()
152 KviKvsTreeNodeExpressionOperator::KviKvsTreeNodeExpressionOperator(const QChar * pLocation) in KviKvsTreeNodeExpressionOperator() argument
153 : KviKvsTreeNodeExpression(pLocation) in KviKvsTreeNodeExpressionOperator()
171 : KviKvsTreeNodeExpressionOperator(pLocation) in KviKvsTreeNodeExpressionUnaryOperator()
211 : KviKvsTreeNodeExpressionUnaryOperator(pLocation, pData) in KviKvsTreeNodeExpressionUnaryOperatorNegate()
248 : KviKvsTreeNodeExpressionUnaryOperator(pLocation, pData) in KviKvsTreeNodeExpressionUnaryOperatorBitwiseNot()
285 : KviKvsTreeNodeExpressionUnaryOperator(pLocation, pData) in KviKvsTreeNodeExpressionUnaryOperatorLogicalNot()
[all …]
H A DKviKvsTreeNodeSpecialCommandSwitch.h40 KviKvsTreeNodeSpecialCommandSwitchLabel(const QChar * pLocation);
58 KviKvsTreeNodeSpecialCommandSwitchLabelCase(const QChar * pLocation);
70 KviKvsTreeNodeSpecialCommandSwitchLabelMatch(const QChar * pLocation);
82 KviKvsTreeNodeSpecialCommandSwitchLabelRegexp(const QChar * pLocation);
94 KviKvsTreeNodeSpecialCommandSwitchLabelDefault(const QChar * pLocation);
106 KviKvsTreeNodeSpecialCommandSwitch(const QChar * pLocation, KviKvsTreeNodeExpression * e);
H A DKviKvsTreeNodeBase.h50 KviKvsTreeNode(const QChar * pLocation);
103 void setLocation(const QChar * pLocation) { m_pLocation = pLocation; }; in setLocation() argument
H A DKviKvsTreeNodeSpecialCommandClass.cpp32 …tion::KviKvsTreeNodeSpecialCommandClassFunctionDefinition(const QChar * pLocation, const QString &… in KviKvsTreeNodeSpecialCommandClassFunctionDefinition() argument
33 : KviKvsTreeNode(pLocation) in KviKvsTreeNodeSpecialCommandClassFunctionDefinition()
52 KviKvsTreeNodeSpecialCommandClass::KviKvsTreeNodeSpecialCommandClass(const QChar * pLocation, KviKv… in KviKvsTreeNodeSpecialCommandClass() argument
53 : KviKvsTreeNodeSpecialCommand(pLocation, "class") in KviKvsTreeNodeSpecialCommandClass()
/dports/devel/bcunit/bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d/BCUnit/Sources/Framework/
H A DMyMem.c90 void* pLocation; member
101 static PMEMORY_NODE find_memory_node(void* pLocation) in find_memory_node() argument
105 if (pLocation == pMemoryNode->pLocation) { in find_memory_node()
126 pMemoryNode->pLocation = pLocation; in create_memory_node()
190 void* pLocation, in allocate_memory() argument
197 pMemoryNode = find_memory_node(pLocation); in allocate_memory()
201 pMemoryNode = create_memory_node(pLocation); in allocate_memory()
221 pMemoryNode = find_memory_node(pLocation); in deallocate_memory()
225 pMemoryNode = create_memory_node(pLocation); in deallocate_memory()
428 PMEMORY_NODE pNode = find_memory_node(pLocation); in test_bcunit_get_n_memevents()
[all …]
/dports/devel/cunit/CUnit-2.1-3/CUnit/Sources/Framework/
H A DMyMem.c90 void* pLocation; member
101 static PMEMORY_NODE find_memory_node(void* pLocation) in find_memory_node() argument
105 if (pLocation == pMemoryNode->pLocation) { in find_memory_node()
126 pMemoryNode->pLocation = pLocation; in create_memory_node()
190 void* pLocation, in allocate_memory() argument
197 pMemoryNode = find_memory_node(pLocation); in allocate_memory()
201 pMemoryNode = create_memory_node(pLocation); in allocate_memory()
221 pMemoryNode = find_memory_node(pLocation); in deallocate_memory()
225 pMemoryNode = create_memory_node(pLocation); in deallocate_memory()
428 PMEMORY_NODE pNode = find_memory_node(pLocation); in test_cunit_get_n_memevents()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_tools/
H A DSelectByTheme.cpp192 CSG_Shape *pLocation = m_pLocations->Get_Shape(i); in Do_Select() local
194 if( pShape->Intersects(pLocation->Get_Extent()) ) in Do_Select()
199 if( pLocation->Intersects(pShape) ) in Do_Select()
206 if( pLocation->Intersects(pShape) == INTERSECTION_Contains ) in Do_Select()
213 if( pShape->Intersects(pLocation) == INTERSECTION_Contains ) in Do_Select()
220 if( ((CSG_Shape_Polygon *)pLocation)->Contains(pShape->Get_Centroid()) ) in Do_Select()
227 if( ((CSG_Shape_Polygon *)pShape)->Contains(pLocation->Get_Centroid()) ) in Do_Select()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dgff3_location_merger.cpp254 CRef<CSeq_loc> pLocation(new CSeq_loc); in xGetRecordLocation() local
262 pLocation->SetInt(*pInterval); in xGetRecordLocation()
263 return pLocation; in xGetRecordLocation()
273 pLocation->SetInt(*pInterval); in xGetRecordLocation()
281 pLocation->SetPacked_int().AddInterval(*pTop); in xGetRecordLocation()
287 pLocation->SetPacked_int().AddInterval(*pBottom); in xGetRecordLocation()
288 pLocation->ChangeToMix(); in xGetRecordLocation()
298 pLocation->SetInt(*pInterval); in xGetRecordLocation()
312 pLocation->SetPacked_int().AddInterval(*pTop); in xGetRecordLocation()
313 pLocation->ChangeToMix(); in xGetRecordLocation()
[all …]
H A Dgff_base_columns.cpp121 CRef<CSeq_loc> pLocation(new CSeq_loc); in GetSeqLoc() local
122 pLocation->SetInt().SetId(*GetSeqId(flags, seqidresolve)); in GetSeqLoc()
123 pLocation->SetInt().SetFrom(static_cast<TSeqPos>(SeqStart())); in GetSeqLoc()
124 pLocation->SetInt().SetTo(static_cast<TSeqPos>(SeqStop())); in GetSeqLoc()
126 pLocation->SetInt().SetStrand(Strand()); in GetSeqLoc()
128 return pLocation; in GetSeqLoc()
H A Dgvf_reader.cpp525 CRef< CSeq_loc > pLocation( new CSeq_loc ); in xFeatureSetLocationInterval() local
526 pLocation->SetInt().SetId(*pId); in xFeatureSetLocationInterval()
527 pLocation->SetInt().SetFrom(record.SeqStart()); in xFeatureSetLocationInterval()
528 pLocation->SetInt().SetTo(record.SeqStop()); in xFeatureSetLocationInterval()
609 feature.SetLocation( *pLocation ); in xFeatureSetLocationInterval()
620 CRef< CSeq_loc > pLocation( new CSeq_loc ); in xFeatureSetLocationPoint() local
621 pLocation->SetPnt().SetId(*pId); in xFeatureSetLocationPoint()
627 pLocation->SetPnt().SetPoint(record.SeqStart()); in xFeatureSetLocationPoint()
630 pLocation->SetStrand(record.Strand()); in xFeatureSetLocationPoint()
644 feature.SetLocation(*pLocation); in xFeatureSetLocationPoint()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dgff3_location_merger.cpp254 CRef<CSeq_loc> pLocation(new CSeq_loc); in xGetRecordLocation() local
262 pLocation->SetInt(*pInterval); in xGetRecordLocation()
263 return pLocation; in xGetRecordLocation()
273 pLocation->SetInt(*pInterval); in xGetRecordLocation()
281 pLocation->SetPacked_int().AddInterval(*pTop); in xGetRecordLocation()
287 pLocation->SetPacked_int().AddInterval(*pBottom); in xGetRecordLocation()
288 pLocation->ChangeToMix(); in xGetRecordLocation()
298 pLocation->SetInt(*pInterval); in xGetRecordLocation()
312 pLocation->SetPacked_int().AddInterval(*pTop); in xGetRecordLocation()
313 pLocation->ChangeToMix(); in xGetRecordLocation()
[all …]
H A Dgff_base_columns.cpp121 CRef<CSeq_loc> pLocation(new CSeq_loc); in GetSeqLoc() local
122 pLocation->SetInt().SetId(*GetSeqId(flags, seqidresolve)); in GetSeqLoc()
123 pLocation->SetInt().SetFrom(static_cast<TSeqPos>(SeqStart())); in GetSeqLoc()
124 pLocation->SetInt().SetTo(static_cast<TSeqPos>(SeqStop())); in GetSeqLoc()
126 pLocation->SetInt().SetStrand(Strand()); in GetSeqLoc()
128 return pLocation; in GetSeqLoc()
H A Dgvf_reader.cpp525 CRef< CSeq_loc > pLocation( new CSeq_loc ); in xFeatureSetLocationInterval() local
526 pLocation->SetInt().SetId(*pId); in xFeatureSetLocationInterval()
527 pLocation->SetInt().SetFrom(record.SeqStart()); in xFeatureSetLocationInterval()
528 pLocation->SetInt().SetTo(record.SeqStop()); in xFeatureSetLocationInterval()
609 feature.SetLocation( *pLocation ); in xFeatureSetLocationInterval()
620 CRef< CSeq_loc > pLocation( new CSeq_loc ); in xFeatureSetLocationPoint() local
621 pLocation->SetPnt().SetId(*pId); in xFeatureSetLocationPoint()
627 pLocation->SetPnt().SetPoint(record.SeqStart()); in xFeatureSetLocationPoint()
630 pLocation->SetStrand(record.Strand()); in xFeatureSetLocationPoint()
644 feature.SetLocation(*pLocation); in xFeatureSetLocationPoint()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dconfigvaluecontainer.cxx52 void* pLocation; // the pointer to the location member
60 …( ) const { return ( LocationType::Unbound != eLocationType ) && ( nullptr != pLocation ); } in isBound()
63 void* getLocation( ) const { return pLocation; } in getLocation()
72 ,pLocation( nullptr ) in NodeValueAccessor()
80 && ( pLocation == rhs.pLocation ); in operator ==()
88 pLocation = _pLocation; in bind()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dconfigvaluecontainer.cxx48 void* pLocation; // the pointer to the location member
56 …( ) const { return ( LocationType::Unbound != eLocationType ) && ( nullptr != pLocation ); } in isBound()
59 void* getLocation( ) const { return pLocation; } in getLocation()
68 ,pLocation( nullptr ) in NodeValueAccessor()
76 && ( pLocation == rhs.pLocation ); in operator ==()
84 pLocation = _pLocation; in bind()
/dports/devel/cunit/CUnit-2.1-3/CUnit/Headers/
H A DMyMem.h91 unsigned int test_cunit_get_n_memevents(void* pLocation);
93 unsigned int test_cunit_get_n_allocations(void* pLocation);
95 unsigned int test_cunit_get_n_deallocations(void* pLocation);
/dports/devel/bcunit/bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d/BCUnit/Headers/
H A DMyMem.h91 unsigned int test_bcunit_get_n_memevents(void* pLocation);
93 unsigned int test_bcunit_get_n_allocations(void* pLocation);
95 unsigned int test_bcunit_get_n_deallocations(void* pLocation);
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/parser/
H A DKviKvsParser.cpp76 void KviKvsParser::report(bool bError, const QChar * pLocation, const QString & szMsgFmt, kvi_va_li… in report() argument
84 if(pLocation) in report()
91 KviKvsReport::findLineColAndListing(m_pBuffer, pLocation, iLine, iCol, pCodeListing); in report()
107 void KviKvsParser::errorBadChar(const QChar * pLocation, char cExpected, const char * szCommandName) in errorBadChar() argument
109 if(pLocation->unicode()) in errorBadChar()
111 pLocation, pLocation->unicode(), cExpected, szCommandName); in errorBadChar()
113 …error(pLocation, __tr2qs_ctx("Found end of input where character '%c' was expected: see \"/help %s… in errorBadChar()
117 void KviKvsParser::error(const QChar * pLocation, QString szMsgFmt, ...) in error() argument
123 report(true, pLocation, szMsgFmt, va); in error()
127 void KviKvsParser::warning(const QChar * pLocation, QString szMsgFmt, ...) in warning() argument
[all …]

12345678910>>...19