Home
last modified time | relevance | path

Searched refs:identifierValue (Results 1 – 25 of 40) sorted by relevance

12

/dports/emulators/mgba/mgba-0.9.2/src/debugger/test/
H A Dlexer.c135 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
153 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
173 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
193 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
213 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
233 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
253 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
273 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
293 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
313 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/debugger/test/
H A Dlexer.c135 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
153 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
173 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
193 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
213 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
233 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
253 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
273 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
293 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
313 assert_string_equal(LexVectorGetPointer(lv, 0)->identifierValue, "x"); in M_TEST_DEFINE()
[all …]
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/mail/
H A Dimportmailjobinterfaceimpl.cpp113 void ImportMailJobInterfaceImpl::importCustomMailTransport(const QString &identifierValue, const KC… in importCustomMailTransport() argument
115 if (!identifierValue.isEmpty()) { in importCustomMailTransport()
116 …if (identifierValue == QLatin1String("sendmail") || identifierValue == QLatin1String("akonadi_ewsm… in importCustomMailTransport()
123 mt->setIdentifier(identifierValue); in importCustomMailTransport()
126 qCWarning(PIMDATAEXPORTERCORE_LOG) << "Unknown identifier type " << identifierValue; in importCustomMailTransport()
H A Dimportmailjobinterfaceimpl.h46 …void importCustomMailTransport(const QString &identifierValue, const KConfigGroup &group, int defa…
H A Dimportmailjobinterface.h52 …virtual void importCustomMailTransport(const QString &identifierValue, const KConfigGroup &group, …
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfeaturelistcombobox.h46 …Q_PROPERTY( QVariant identifierValue READ identifierValue WRITE setIdentifierValue NOTIFY identifi…
111 Q_DECL_DEPRECATED QVariant identifierValue() const SIP_DEPRECATED;
126 Q_DECL_DEPRECATED void setIdentifierValue( const QVariant &identifierValue ) SIP_DEPRECATED;
H A Dqgsfeaturelistcombobox.cpp242 QVariant QgsFeatureListComboBox::identifierValue() const in identifierValue() function in QgsFeatureListComboBox
254 void QgsFeatureListComboBox::setIdentifierValue( const QVariant &identifierValue ) in setIdentifierValue() argument
256 setIdentifierValues( QVariantList() << identifierValue ); in setIdentifierValue()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsfeaturelistcombobox.h46 …Q_PROPERTY( QVariant identifierValue READ identifierValue WRITE setIdentifierValue NOTIFY identifi…
111 Q_DECL_DEPRECATED QVariant identifierValue() const SIP_DEPRECATED;
126 Q_DECL_DEPRECATED void setIdentifierValue( const QVariant &identifierValue ) SIP_DEPRECATED;
H A Dqgsfeaturelistcombobox.cpp242 QVariant QgsFeatureListComboBox::identifierValue() const in identifierValue() function in QgsFeatureListComboBox
254 void QgsFeatureListComboBox::setIdentifierValue( const QVariant &identifierValue ) in setIdentifierValue() argument
256 setIdentifierValues( QVariantList() << identifierValue ); in setIdentifierValue()
/dports/emulators/mgba/mgba-0.9.2/src/debugger/
H A Dparser.c297 lvNext->identifierValue = strndup(tokenStart, string - tokenStart - 1); in lexExpression()
303 lvNext->identifierValue = strndup(tokenStart, string - tokenStart - 1); in lexExpression()
312 lvNext->identifierValue = strndup(tokenStart, string - tokenStart - 1); in lexExpression()
454 lvNext->identifierValue = strndup(tokenStart, string - tokenStart); in lexExpression()
515 tree->token.identifierValue = strdup(token->identifierValue); in _parseExpression()
594 free(tree->token.identifierValue); in parseLexedExpression()
605 free(token->identifierValue); in lexFree()
625 free(tree->token.identifierValue); in parseFree()
770 return mDebuggerLookupIdentifier(debugger, tree->token.identifierValue, value, segment); in mDebuggerEvaluateParseTree()
/dports/games/libretro-mgba/mgba-6186d45/src/debugger/
H A Dparser.c297 lvNext->identifierValue = strndup(tokenStart, string - tokenStart - 1); in lexExpression()
303 lvNext->identifierValue = strndup(tokenStart, string - tokenStart - 1); in lexExpression()
312 lvNext->identifierValue = strndup(tokenStart, string - tokenStart - 1); in lexExpression()
454 lvNext->identifierValue = strndup(tokenStart, string - tokenStart); in lexExpression()
515 tree->token.identifierValue = strdup(token->identifierValue); in _parseExpression()
594 free(tree->token.identifierValue); in parseLexedExpression()
605 free(token->identifierValue); in lexFree()
625 free(tree->token.identifierValue); in parseFree()
770 return mDebuggerLookupIdentifier(debugger, tree->token.identifierValue, value, segment); in mDebuggerEvaluateParseTree()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/component/ohrmFormComponent/
H A DohrmFormComponent.php11 protected $identifierValue = null; variable in ohrmFormComponent
71 return $this->identifierValue;
74 public function setIdenfierValue($identifierValue) { argument
75 $this->identifierValue = $identifierValue;
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/SOAP/VMware/
H A DHost.pm61 $bios->{ASSETTAG} = $systemInfo->{otherIdentifyingInfo}->{identifierValue};
77 $bios->{SSN} = $_->{identifierValue};
80 $bios->{ASSETTAG} = $_->{identifierValue};
85 $bios->{MSN} = $_->{identifierValue};
88 $bios->{SSN} = $_->{identifierValue};
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsfeaturepickermodelbase.cpp495 void QgsFeaturePickerModelBase::setExtraIdentifierValueUnguarded( const QVariant &identifierValue ) in setExtraIdentifierValueUnguarded() argument
502 if ( compareEntries( entry, createEntry( identifierValue ) ) ) in setExtraIdentifierValueUnguarded()
514 const bool isNull = identifierIsNull( identifierValue ); in setExtraIdentifierValueUnguarded()
520 mEntries.prepend( createEntry( identifierValue ) ); in setExtraIdentifierValueUnguarded()
H A Dqgsfeaturepickermodelbase.h289 void setExtraIdentifierValueUnguarded( const QVariant &identifierValue );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsfeaturepickermodelbase.cpp495 void QgsFeaturePickerModelBase::setExtraIdentifierValueUnguarded( const QVariant &identifierValue ) in setExtraIdentifierValueUnguarded() argument
502 if ( compareEntries( entry, createEntry( identifierValue ) ) ) in setExtraIdentifierValueUnguarded()
514 bool isNull = identifierIsNull( identifierValue ); in setExtraIdentifierValueUnguarded()
520 mEntries.prepend( createEntry( identifierValue ) ); in setExtraIdentifierValueUnguarded()
H A Dqgsfeaturepickermodelbase.h288 void setExtraIdentifierValueUnguarded( const QVariant &identifierValue );
/dports/emulators/mgba/mgba-0.9.2/include/mgba/internal/debugger/
H A Dparser.h56 char* identifierValue; member
/dports/games/libretro-mgba/mgba-6186d45/include/mgba/internal/debugger/
H A Dparser.h56 char* identifierValue; member
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DSessionsManager.h54 …explicit ToolBarState(int identifierValue, const ToolBarsManager::ToolBarDefinition &definition) :… in ToolBarState()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/mail/
H A Dimportmailjobinterfacetestimpl.h36 …void importCustomMailTransport(const QString &identifierValue, const KConfigGroup &group, int defa…
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsfeaturelistcombobox.cpp142 QVERIFY( cb.identifierValue().isNull() ); in testSetGetForeignKey()
154 QCOMPARE( cb.identifierValue().toString(), QStringLiteral( "iron" ) ); in testSetGetForeignKey()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsfeaturelistcombobox.cpp141 QVERIFY( cb.identifierValue().isNull() ); in testSetGetForeignKey()
153 QCOMPARE( cb.identifierValue().toString(), QStringLiteral( "iron" ) ); in testSetGetForeignKey()
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/
H A Dqgsfeaturelistcombobox.sip.in83 QVariant identifierValue() const /Deprecated/;
100 void setIdentifierValue( const QVariant &identifierValue ) /Deprecated/;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/
H A Dqgsfeaturelistcombobox.sip.in83 QVariant identifierValue() const /Deprecated/;
100 void setIdentifierValue( const QVariant &identifierValue ) /Deprecated/;

12