Home
last modified time | relevance | path

Searched defs:getVariables (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/
H A DIndexedValuePartition.java71 public IVariable[] getVariables() throws DebugException { in getVariables() method in IndexedValuePartition
106 public IVariable[] getVariables(int offset, int length) throws DebugException { in getVariables() method in IndexedValuePartition
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/src/
H A DBcpsModel.h85 std::vector<BcpsVariable *> & getVariables() { return variables_; } in getVariables() function
129 std::vector<BcpsVariable *> getVariables() const { return variables_; } in getVariables() function
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Template/Components/Buttons/Action/
H A DShortcutButton.php58 protected $getVariables = []; variable in TYPO3\\CMS\\Backend\\Template\\Components\\Buttons\\Action\\ShortcutButton
147 public function setGetVariables(array $getVariables)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Template/Components/Buttons/Action/
H A DShortcutButton.php59 protected $getVariables = []; variable in TYPO3\\CMS\\Backend\\Template\\Components\\Buttons\\Action\\ShortcutButton
148 public function setGetVariables(array $getVariables)
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Engines/
H A DMemory.php24 public function getVariables() function in PhpMyAdmin\\Engines\\Memory
H A DMyisam.php24 public function getVariables() function in PhpMyAdmin\\Engines\\Myisam
H A DBdb.php24 public function getVariables() function in PhpMyAdmin\\Engines\\Bdb
H A DNdbcluster.php24 public function getVariables() function in PhpMyAdmin\\Engines\\Ndbcluster
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Engines/
H A DMemory.php22 public function getVariables() function in PhpMyAdmin\\Engines\\Memory
H A DMyisam.php22 public function getVariables() function in PhpMyAdmin\\Engines\\Myisam
H A DBdb.php22 public function getVariables() function in PhpMyAdmin\\Engines\\Bdb
H A DNdbcluster.php22 public function getVariables() function in PhpMyAdmin\\Engines\\Ndbcluster
/dports/www/grafana8/grafana-8.3.6/packages/grafana-runtime/src/services/
H A DtemplateSrv.ts14 getVariables(): VariableModel[]; method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/
H A DJDIAllInstancesValue.java174 public IVariable[] getVariables(int offset, int length) in getVariables() method in JDIAllInstancesValue
195 public IVariable[] getVariables() throws DebugException { in getVariables() method in JDIAllInstancesValue
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/analyse/expression/
H A DVariableVisitor.java38 public Collection<Variable> getVariables() { in getVariables() method in VariableVisitor
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/model/
H A DIValue.java100 IVariable[] getVariables() throws DebugException; in getVariables() method
H A DIIndexedValue.java55 IVariable[] getVariables(int offset, int length) throws DebugException; in getVariables() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/
H A DMContext.java93 List<String> getVariables(); in getVariables() method
/dports/devel/eric6/eric6-21.11/eric/eric6/Templates/
H A DTemplateMultipleVariablesDialog.py114 def getVariables(self): member in TemplateMultipleVariablesDialog
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/
H A DJDIReferenceListValue.java118 public IVariable[] getVariables() throws DebugException { in getVariables() method in JDIReferenceListValue
332 public IVariable[] getVariables(int offset, int length) in getVariables() method in JDIReferenceListValue
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DEditableExpression.h58 const std::vector<std::string>& getVariables() const { return _variables; } in getVariables() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DVariablesCollection.java61 public FormattedTextElement[] getVariables() in getVariables() method in VariablesCollection
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DVariablesCollection.java61 public FormattedTextElement[] getVariables() in getVariables() method in VariablesCollection
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/state/
H A Dselectors.ts31 export const getVariables = (state: StoreState = getState()): VariableModel[] => { constant
/dports/www/grafana8/grafana-8.3.6/public/app/features/templating/
H A Dtemplate_srv.mock.ts17 getVariables(): VariableModel[] { method in TemplateSrvMock

12345678910>>...14