Home
last modified time | relevance | path

Searched refs:environmentTable (Results 1 – 5 of 5) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.ui/src/net/sourceforge/phpeclipse/xdebug/ui/php/launching/
H A DPHPEnvironmentTab.java74 protected TableViewer environmentTable; field in PHPEnvironmentTab
281 Table table = environmentTable.getTable(); in createEnvironmentTable()
288 environmentTable in createEnvironmentTable()
290 environmentTable in createEnvironmentTable()
293 environmentTable in createEnvironmentTable()
431 environmentTable.add(variable); in addVariable()
461 environmentTable.add(selected[i]); in handleEnvSelectButtonSelected()
526 environmentTable.add(selected[i]); in handleEnvAddCGIButtonSelected()
653 environmentTable.remove(var);
657 environmentTable.update(var, null);
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/launcher/
H A DPHPEnvironmentTab2.java78 protected TableViewer environmentTable; field in PHPEnvironmentTab2
293 Table table = environmentTable.getTable(); in createEnvironmentTable()
300 environmentTable in createEnvironmentTable()
302 environmentTable in createEnvironmentTable()
305 environmentTable in createEnvironmentTable()
453 environmentTable.add(variable); in addVariable()
483 environmentTable.add(selected[i]); in handleEnvSelectButtonSelected()
548 environmentTable.add(selected[i]); in handleEnvAddCGIButtonSelected()
675 environmentTable.remove(var);
679 environmentTable.update(var, null);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/
H A DEnvironmentTab.java115 protected TableViewer environmentTable; field in EnvironmentTab
305 Table table = environmentTable.getTable(); in createEnvironmentTable()
570 environmentTable.remove(existingVariable); in canRenameVariable()
601 environmentTable.add(variable); in addVariable()
647 remove.forEach(environmentTable::remove); in addVariables()
648 variables.forEach(environmentTable::add); in addVariables()
676 environmentTable.add(o); in handleEnvSelectButtonSelected()
729 environmentTable.remove(var); in handleEnvEditButtonSelected()
733 environmentTable.update(var, null); in handleEnvEditButtonSelected()
747 environmentTable.remove(var); in handleEnvRemoveButtonSelected()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/
H A DAntEnvironmentTab.java66 Table table = environmentTable.getTable(); in updateWidgetsEnabled()
74 environmentTable.setSelection(environmentTable.getSelection()); in updateWidgetsEnabled()
/dports/math/blahtexml/blahtexml-92f2c5f/Source/BlahtexCore/
H A DParseTree1.cpp1023 static wishful_hash_map<wstring, EnvironmentInfo> environmentTable( in BuildLayoutTree() local
1029 environmentLookup = environmentTable.find(mName); in BuildLayoutTree()
1031 if (environmentLookup == environmentTable.end()) in BuildLayoutTree()