Home
last modified time | relevance | path

Searched defs:belongsTo (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Model/
H A Dmodels.php848 public $belongsTo = 'Apple'; variable in Sample
1145 public $belongsTo = array( variable in BiddingMessage
1704 public $belongsTo = array( variable in DeviceType
2337 public $belongsTo = array( variable in Person
2923 public $belongsTo = array( variable in Basket
2989 public $belongsTo = array( variable in TestPluginComment
3450 public $belongsTo = array( variable in CounterCachePost
3484 public $belongsTo = array( variable in CounterCachePostNonstandardPrimaryKey
3550 public $belongsTo = array( variable in FruitsUuidTag
3833 public $belongsTo = array( variable in TestModel4
[all …]
H A DAclNodeTest.php114 …public $belongsTo = array('DbAroTest' => array('foreignKey' => 'aro_id'), 'DbAcoTest' => array('fo… variable in DbPermissionTest
136 public $belongsTo = array('DbAcoTest' => array('foreignKey' => 'aco_id')); variable in DbAcoActionTest
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/
H A DJobRunnableContext.java63 public boolean belongsTo(Object family) { in belongsTo() method in JobRunnableContext.BasicJob
86 public boolean belongsTo(Object family) { in belongsTo() method in JobRunnableContext.ResourceJob
179 protected boolean belongsTo(IContextJob job, Object family) { in belongsTo() method in JobRunnableContext
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/dox/
H A Dconfig.ini35 belongsTo = typedef key
42 belongsTo = typedef key
49 belongsTo = typedef key
70 belongsTo = class key
92 belongsTo = metafunction key
113 belongsTo = function key
120 belongsTo = function key
127 belongsTo = function key
141 belongsTo = tag key
155 belongsTo = variable key
[all …]
/dports/math/ctl-sat/CTLSAT-6de41e0/tableau/
H A DTableau.cpp535 if( not belongsTo(states.at(j),a) )//a must be in j in checkEdgeConditionsType1() local
548 if( not belongsTo(states.at(j),negateFormula(a) ) )//~a must be in j in checkEdgeConditionsType1() local
563 if( not belongsTo(states.at(j),indexToPositiveFormula(k)) )//A(aUb) must be in j in checkEdgeConditionsType1() local
580 if( not belongsTo(states.at(j),indexToNegativeFormula(k) ) )//~E(aUb) must be in j in checkEdgeConditionsType1() local
614 if(not belongsTo(states.at(i),indexToPositiveFormula(k)) )//E(aUb) must be in i in checkEdgeConditionsType2() local
631 if( not belongsTo(states.at(i),indexToNegativeFormula(k) ) )//~A(aUb) must be in i in checkEdgeConditionsType2() local
1008 if(not belongsTo(states.at(i),a)){//a and b are not in i: return false in checkAUrecursive() local
1120 …if(not belongsTo(states.at(i),a)){//a and b are not in i: return true (A~(aUb) satisfied in this s… in checkANUrecursive() local
1279 if(not belongsTo(states.at(i),a))//a is not in this state (and neither b): return false in checkEUrecursive() local
H A DTableau.h115 static bool belongsTo(state B, formula i){ in belongsTo() function
123 static bool belongsTo(state inserted, state polarity, formula i){ in belongsTo() function
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Model/
H A DAcoAction.php38 public $belongsTo = array('Aco'); variable in AcoAction
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Form/Decorator/
H A DFormElements.php50 public function mergeBelongsTo($baseBelongsTo, $belongsTo)
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Model/
H A DFrame.php115 public $belongsTo = array( variable in Frame
H A DStorage.php59 public $belongsTo = array( variable in Storage
H A DZone.php62 public $belongsTo = array( variable in Zone
H A DUser.php73 public $belongsTo = array( variable in User
H A DEvent.php46 public $belongsTo = array( variable in Event
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/demo/
H A Doxygensignal.h52 bool belongsTo( GObject* object ) const in belongsTo() function
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/demo/
H A Doxygensignal.h52 bool belongsTo( GObject* object ) const in belongsTo() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/
H A DIOConsolePartition.java245 boolean belongsTo(IOConsoleInputStream in) { in belongsTo() method in IOConsolePartition
255 boolean belongsTo(IOConsoleOutputStream out) { in belongsTo() method in IOConsolePartition
/dports/math/vampire/vampire-4.5.1/Lib/
H A DEvent.cpp43 bool SubscriptionObject::belongsTo(BaseEvent& evt) in belongsTo() function in SubscriptionObject
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/search/federated/
H A DIndexerJob.java50 public boolean belongsTo(Object family) { in belongsTo() method in IndexerJob
H A DFederatedSearchJob.java47 public boolean belongsTo(Object family) { in belongsTo() method in FederatedSearchJob
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/
H A DTeamOperation.java93 protected boolean belongsTo(IContextJob job, Object family) { in belongsTo() method in TeamOperation.TeamOperationJobContext
309 public boolean belongsTo(Object family) { in belongsTo() method in TeamOperation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/jobs/
H A DFamilyTestJob.java35 public boolean belongsTo(Object family) { in belongsTo() method in FamilyTestJob
H A DRepeatingJob.java35 public boolean belongsTo(Object family) { in belongsTo() method in RepeatingJob
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/
H A DInitializeAfterLoadJob.java48 public boolean belongsTo(Object family) { in belongsTo() method in InitializeAfterLoadJob.RealJob
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/processing/
H A DIJob.java32 public boolean belongsTo(String jobFamily); in belongsTo() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DIndexRequest.java29 public boolean belongsTo(String projectNameOrJarPath) { in belongsTo() method in IndexRequest

1234567