Home
last modified time | relevance | path

Searched refs:getInstance (Results 26 – 50 of 15595) sorted by relevance

12345678910>>...624

/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DApplication.cpp61 …SettingsManager::getInstance().loadSettingsFile(MyGUI::DataManager::getInstance().getDataPath("Set… in createScene()
68 HotKeyManager::getInstance().initialise(); in createScene()
105 StateManager::getInstance().initialise(); in createScene()
111 GridManager::getInstance().initialise(); in createScene()
114 ScopeManager::getInstance().initialise(); in createScene()
153 ScopeManager::getInstance().shutdown(); in destroyScene()
156 GridManager::getInstance().shutdown(); in destroyScene()
159 ColourManager::getInstance().shutdown(); in destroyScene()
162 StateManager::getInstance().shutdown(); in destroyScene()
165 HotKeyManager::getInstance().shutdown(); in destroyScene()
[all …]
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/events/
H A DGlobalEventFilter.java50 synchronized (ClickInfos.getInstance()) { in filterKey()
55 ClickInfos.getInstance().notify(); in filterKey()
65 synchronized (ClickInfos.getInstance()) { in filterCallback()
68 ClickInfos.getInstance().setWindowID(0); in filterCallback()
69 ClickInfos.getInstance().setXCoordinate(-1); in filterCallback()
70 ClickInfos.getInstance().setYCoordinate(-1); in filterCallback()
71 ClickInfos.getInstance().notify(); in filterCallback()
83 synchronized (ClickInfos.getInstance()) { in filterCallback()
89 ClickInfos.getInstance().notify(); in filterCallback()
102 synchronized (ClickInfos.getInstance()) { in filterMouse()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/sci_gateway/cpp/
H A Dfileio_gw.cpp34 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"cd", &sci_chdir, MOD… in Load()
35 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"chdir", &sci_chdir, … in Load()
36 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"pwd", &sci_pwd, MODU… in Load()
37 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"mopen", &sci_mopen, … in Load()
39 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"mput", &sci_mput, MO… in Load()
40 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"mget", &sci_mget, MO… in Load()
41 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"mgeti", &sci_mgeti, … in Load()
42 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"mputl", &sci_mputl, … in Load()
43 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"mgetl", &sci_mgetl, … in Load()
45 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"isdir", &sci_isdir, … in Load()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/SkinEditor/
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/SkinEditor/
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/SkinEditor/
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/SkinEditor/
H A DEditorState.cpp124 if (ActionManager::getInstance().getChanges()) in commandLoad()
389 DataManager::getInstance().clear(); in clear()
390 ActionManager::getInstance().reset(); in clear()
391 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
401 DataManager::getInstance().clear(); in load()
402 ActionManager::getInstance().reset(); in load()
403 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
415 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
457 ActionManager::getInstance().saveChanges(); in save()
498 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/FontEditor/
H A DEditorState.cpp126 if (ActionManager::getInstance().getChanges()) in commandLoad()
414 DataManager::getInstance().clear(); in clear()
415 ActionManager::getInstance().reset(); in clear()
416 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
426 DataManager::getInstance().clear(); in load()
427 ActionManager::getInstance().reset(); in load()
428 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
440 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
482 ActionManager::getInstance().saveChanges(); in save()
523 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/FontEditor/
H A DEditorState.cpp126 if (ActionManager::getInstance().getChanges()) in commandLoad()
414 DataManager::getInstance().clear(); in clear()
415 ActionManager::getInstance().reset(); in clear()
416 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
426 DataManager::getInstance().clear(); in load()
427 ActionManager::getInstance().reset(); in load()
428 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
440 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
482 ActionManager::getInstance().saveChanges(); in save()
523 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/FontEditor/
H A DEditorState.cpp126 if (ActionManager::getInstance().getChanges()) in commandLoad()
414 DataManager::getInstance().clear(); in clear()
415 ActionManager::getInstance().reset(); in clear()
416 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
426 DataManager::getInstance().clear(); in load()
427 ActionManager::getInstance().reset(); in load()
428 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
440 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
482 ActionManager::getInstance().saveChanges(); in save()
523 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/FontEditor/
H A DEditorState.cpp126 if (ActionManager::getInstance().getChanges()) in commandLoad()
414 DataManager::getInstance().clear(); in clear()
415 ActionManager::getInstance().reset(); in clear()
416 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in clear()
426 DataManager::getInstance().clear(); in load()
427 ActionManager::getInstance().reset(); in load()
428 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
440 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot()); in load()
482 ActionManager::getInstance().saveChanges(); in save()
523 ActionManager::getInstance().undoAction(); in commandUndo()
[all …]
/dports/finance/prestashop/prestashop/install/upgrade/php/
H A Dmigrate_block_info_to_cms_block.php31 $languages = Db::getInstance()->executeS('SELECT * FROM `'._DB_PREFIX_.'lang`');
41 $ps_lang_default = Db::getInstance()->getValue('SELECT value
45 $result = Db::getInstance()->insert(
49 $id_module = Db::getInstance()->Insert_ID();
58 $res &= Db::getInstance()->insert('hook_module', $row);
62 $res &= Db::getInstance()->execute('
71 $res &= Db::getInstance()->execute('
73 $res &= Db::getInstance()->execute('
86 $res &= Db::getInstance()->execute($query_lang);
88 $res &= Db::getInstance()->execute('
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWorkspaceControl.cpp148 UndoManager::getInstance().addValue(PR_POSITION); in notifyChangePosition()
204 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveLeft()
220 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveRight()
236 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveTop()
252 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveBottom()
268 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveLeft()
284 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveRight()
478 WidgetSelectorManager::getInstance().resetDepth(); in onMouseMove()
489 EditorWidgets::getInstance().remove(mCurrentWidget); in Command_Delete()
491 UndoManager::getInstance().addValue(); in Command_Delete()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWorkspaceControl.cpp148 UndoManager::getInstance().addValue(PR_POSITION); in notifyChangePosition()
204 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveLeft()
220 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveRight()
236 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveTop()
252 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveBottom()
268 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveLeft()
284 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveRight()
478 WidgetSelectorManager::getInstance().resetDepth(); in onMouseMove()
489 EditorWidgets::getInstance().remove(mCurrentWidget); in Command_Delete()
491 UndoManager::getInstance().addValue(); in Command_Delete()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWorkspaceControl.cpp148 UndoManager::getInstance().addValue(PR_POSITION); in notifyChangePosition()
204 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveLeft()
220 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveRight()
236 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveTop()
252 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveBottom()
268 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveLeft()
284 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveRight()
478 WidgetSelectorManager::getInstance().resetDepth(); in onMouseMove()
489 EditorWidgets::getInstance().remove(mCurrentWidget); in Command_Delete()
491 UndoManager::getInstance().addValue(); in Command_Delete()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DWorkspaceControl.cpp148 UndoManager::getInstance().addValue(PR_POSITION); in notifyChangePosition()
204 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveLeft()
220 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveRight()
236 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveTop()
252 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_MoveBottom()
268 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveLeft()
284 UndoManager::getInstance().addValue(PR_KEY_POSITION); in Command_GridMoveRight()
478 WidgetSelectorManager::getInstance().resetDepth(); in onMouseMove()
489 EditorWidgets::getInstance().remove(mCurrentWidget); in Command_Delete()
491 UndoManager::getInstance().addValue(); in Command_Delete()
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/dialogs/
H A Ddialogpreferences.cpp186 cSettings::getInstance().saveWindowMode(); in saveValues()
204 cSettings::getInstance().saveResolution(); in saveValues()
256 if (cSettings::getInstance().isSoundEnabled()) in restorePreviewValues()
258 cSoundDevice::getInstance().setMusicVolume (cSettings::getInstance().getMusicVol()); in restorePreviewValues()
259 cSoundDevice::getInstance().setSoundEffectVolume (cSettings::getInstance().getSoundVol()); in restorePreviewValues()
260 cSoundDevice::getInstance().setVoiceVolume (cSettings::getInstance().getVoiceVol()); in restorePreviewValues()
288 …if (cSettings::getInstance().isSoundEnabled()) cSoundDevice::getInstance().setMusicVolume (cSettin… in musicVolumeChanged()
295 …if (cSettings::getInstance().isSoundEnabled()) cSoundDevice::getInstance().setSoundEffectVolume (c… in effectsVolumeChanged()
302 …if (cSettings::getInstance().isSoundEnabled()) cSoundDevice::getInstance().setVoiceVolume (cSettin… in voicesVolumeChanged()
310 if (cSettings::getInstance().isMusicMute()) cSoundDevice::getInstance().stopMusic(); in musicMuteChanged()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/config/
H A DCOConfigurationManager.java273 return ConfigurationManager.getInstance(); in initialise()
282 return ConfigurationManager.getInstance(data); in initialiseFromMap()
288 return( ConfigurationManager.getInstance().isNewInstall()); in isNewInstall()
520 ConfigurationManager.getInstance().save(); in save()
531 ConfigurationManager.getInstance().setDirty(); in setDirty()
538 ConfigurationManager.getInstance().addListener( listener ); in addListener()
545 ConfigurationManager.getInstance().addAndFireListener( listener ); in addAndFireListener()
595 ConfigurationManager.getInstance().removeListener( listener ); in removeListener()
619 return ConfigurationManager.getInstance().getParameter(name); in getParameter()
724 ConfigurationManager.getInstance().resetToDefaults(); in resetToDefaults()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/actions/
H A DShowHide.java129 org.scilab.modules.gui.ged.graphic_objects.arc.Style.getInstance().setVisibility(!hide); in arc()
137 org.scilab.modules.gui.ged.graphic_objects.axes.Box.getInstance().setVisibility(!hide); in axes()
138 … org.scilab.modules.gui.ged.graphic_objects.axes.Camera.getInstance().setVisibility(!hide); in axes()
139 org.scilab.modules.gui.ged.graphic_objects.axes.Tick.getInstance().setVisibility(!hide); in axes()
140 … org.scilab.modules.gui.ged.graphic_objects.axes.Label.getInstance().setVisibility(!hide); in axes()
142 … org.scilab.modules.gui.ged.graphic_objects.axes.Style.getInstance().setVisibility(!hide); in axes()
150 … org.scilab.modules.gui.ged.graphic_objects.champ.Style.getInstance().setVisibility(!hide); in champ()
168 org.scilab.modules.gui.ged.graphic_objects.fec.Style.getInstance().setVisibility(!hide); in fec()
194 … org.scilab.modules.gui.ged.graphic_objects.label.Font.getInstance().setVisibility(!hide); in label()
235 org.scilab.modules.gui.ged.graphic_objects.segs.Mark.getInstance().setVisibility(!hide); in segs()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/
H A DGetInstance.java51 context = SSLContext.getInstance("SSL"); in main()
55 context = SSLContext.getInstance("SSL", p); in main()
59 kmf = KeyManagerFactory.getInstance("SunX509"); in main()
63 kmf = KeyManagerFactory.getInstance("SunX509", p); in main()
73 kmf = KeyManagerFactory.getInstance("PKIX"); in main()
77 kmf = KeyManagerFactory.getInstance("PKIX", p); in main()
81 tmf = TrustManagerFactory.getInstance("SunX509"); in main()
88 tmf = TrustManagerFactory.getInstance("PKIX"); in main()
92 tmf = TrustManagerFactory.getInstance("PKIX", p); in main()
102 tmf = TrustManagerFactory.getInstance("X509"); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/
H A DGetInstance.java51 context = SSLContext.getInstance("SSL"); in main()
55 context = SSLContext.getInstance("SSL", p); in main()
59 kmf = KeyManagerFactory.getInstance("SunX509"); in main()
63 kmf = KeyManagerFactory.getInstance("SunX509", p); in main()
73 kmf = KeyManagerFactory.getInstance("PKIX"); in main()
77 kmf = KeyManagerFactory.getInstance("PKIX", p); in main()
81 tmf = TrustManagerFactory.getInstance("SunX509"); in main()
88 tmf = TrustManagerFactory.getInstance("PKIX"); in main()
92 tmf = TrustManagerFactory.getInstance("PKIX", p); in main()
102 tmf = TrustManagerFactory.getInstance("X509"); in main()
[all …]

12345678910>>...624