Home
last modified time | relevance | path

Searched refs:globalSettings (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/games/galaxyhack/galaxyhack/src/
H A DMain.cpp124 globalSettings.batch = true; in DealWithArgs()
220 if (globalSettings.bdp == "pwd") in LoadSettings()
221 globalSettings.bdp = ""; in LoadSettings()
222 else if (globalSettings.bdp[globalSettings.bdp.size() -1] != '/') in LoadSettings()
223 globalSettings.bdp += '/'; in LoadSettings()
290 if (globalSettings.batch) { in LoadSettings()
311 if (globalSettings.bdp.size()) in SaveSettings()
324 if (globalSettings.dontWriteSound) in SaveSettings()
444 if (!globalSettings.batch) { in GameMain()
472 if (globalSettings.batch) in PollInput()
[all …]
H A DJSDL.cpp48 if (!globalSettings.batch) { in Init()
97 if (globalSettings.fullScreen) in ResetVideo()
111 if (globalSettings.batch) in BitmapHDtoFile()
129 if (globalSettings.batch) in BitmapColorConvert()
147 if (globalSettings.batch) in FlipHorizontal()
181 if (globalSettings.batch) in BitmapCloseFile()
191 if (globalSettings.batch) in BitmapFiletoSurface()
263 if (globalSettings.batch) in ForceFlip()
269 if (globalSettings.batch) in LockBack()
276 if (globalSettings.batch) in UnlockBack()
[all …]
H A DOptWindow.cpp43 globalSettings.screenWidth = 800; in SwitchOnChoice()
44 globalSettings.screenHeight = 600; in SwitchOnChoice()
51 globalSettings.screenWidth = 1024; in SwitchOnChoice()
52 globalSettings.screenHeight = 768; in SwitchOnChoice()
59 globalSettings.screenWidth = 1280; in SwitchOnChoice()
116 if (globalSettings.fullScreen) { in PushBackSharedItems()
131 if (!globalSettings.disableSound) { in PushBackSharedItems()
132 if (globalSettings.bMusic) { in PushBackSharedItems()
172 globalSettings.fullScreen = !globalSettings.fullScreen; in SwitchOnChoice()
186 globalSettings.bMusic = 1; in SwitchOnChoice()
[all …]
H A DStuff.cpp553 ret = globalSettings.bdp + "standardpictures/"; in MakePicDirString()
624 viewx = center.x - (globalSettings.screenWidth / 2); in FollowViewCenter()
625 viewy = center.y - (globalSettings.screenHeight / 2); in FollowViewCenter()
699 JSDL.BitmapHDtoFile(globalSettings.bdp + "graphics/normalfont.png"); in LoadStandardGraphics()
704 JSDL.BitmapHDtoFile(globalSettings.bdp + "graphics/normalfont.png"); in LoadStandardGraphics()
709 JSDL.BitmapHDtoFile(globalSettings.bdp + "graphics/boldfont.png"); in LoadStandardGraphics()
736 JSDL.BitmapHDtoFile(globalSettings.bdp + "graphics/csexplode2.png"); in LoadStandardGraphics()
742 JSDL.BitmapHDtoFile(globalSettings.bdp + "graphics/csexplode3.png"); in LoadStandardGraphics()
748 JSDL.BitmapHDtoFile(globalSettings.bdp + "graphics/csexplode4.png"); in LoadStandardGraphics()
754 JSDL.BitmapHDtoFile(globalSettings.bdp + "graphics/csexplode5.png"); in LoadStandardGraphics()
[all …]
H A DLookupTables.cpp170 globalSettings.SSCost = IterToInt(iter, fileEnd); in SetupLookupTables()
176 globalSettings.FrCost = IterToInt(iter, fileEnd); in SetupLookupTables()
249 if (!globalSettings.batch) { in SetupLookupTables()
346 globalSettings.defaultSSEngine = tempName; in FillEquipValues()
349 globalSettings.defaultFrEngine = tempName; in FillEquipValues()
352 globalSettings.defaultCSEngine = tempName; in FillEquipValues()
355 globalSettings.defaultSSArmour = tempName; in FillEquipValues()
358 globalSettings.defaultFrArmour = tempName; in FillEquipValues()
361 globalSettings.defaultLCSArmour = tempName; in FillEquipValues()
363 globalSettings.defaultMCSArmour = tempName; in FillEquipValues()
[all …]
H A DMainMenu.cpp20 …genPictures[GENPIC_TITLE] = JSDL.BitmapHDtoSurface(globalSettings.bdp + "graphics/title.png", 0, 0… in MainMenu_State()
30 if (JSDL.musicName != globalSettings.bdp + "music/fission.ogg") { in MainMenu_State()
31 JSDL.LoadMusic(globalSettings.bdp + "music/fission.ogg"); in MainMenu_State()
65 SDL_Rect tempRect = {globalSettings.screenWidth / 2 - 495, globalSettings.screenHeight / 8, 0, 0}; in DrawWorld()
68 …normalFonts.BlitString(globalSettings.screenWidth - 120, globalSettings.screenHeight - 20, 0, outp… in DrawWorld()
H A DRTS.cpp58 if (skipDisplayFrame || globalSettings.batch) in Main()
121 viewx = tempCenterx - (globalSettings.screenWidth >> 1); in RTSMouseM()
122 viewy = tempCentery - (globalSettings.screenHeight >> 1); in RTSMouseM()
206 if (x > globalSettings.screenWidth - 8 || JSDL.keyboard[SDLK_RIGHT]) { in ScrollAndDrag()
278 else if (globalSettings.batch && frameCounter > globalSettings.maxFrames) in Upkeep()
344 if (viewx + globalSettings.screenWidth > terrainTree[i].rect.x in DrawTerrain()
346 && viewy + globalSettings.screenHeight > terrainTree[i].rect.y in DrawTerrain()
506 if (viewx > worldWidth - globalSettings.screenWidth) in CheckViewPos()
507 viewx = worldWidth - globalSettings.screenWidth; in CheckViewPos()
510 if (viewy > worldHeight - globalSettings.screenHeight) in CheckViewPos()
[all …]
H A DPreBattle.cpp37 SeedRandom(globalSettings.randomSeed); in PreBattle_State()
39 globalSettings.rememberFleets.clear(); in PreBattle_State()
41 globalSettings.rememberFleets.push_back(sides[i].name); in PreBattle_State()
42 while (globalSettings.rememberFleets.size() < maxPlayers) in PreBattle_State()
43 globalSettings.rememberFleets.push_back(""); in PreBattle_State()
98 topRightBoxRect.x = globalSettings.screenWidth - 210; in PreBattle_State()
119 JSDL.LoadMusic(globalSettings.bdp + "music/corruptor.ogg"); in PreBattle_State()
135 if (globalSettings.batch) in Main()
284 …terrainPictures.push_back(JSDL.BitmapHDtoSurface(globalSettings.bdp + "graphics/spacetile.png", 0,… in SetupTerrain()
285 …terrainPictures.push_back(JSDL.BitmapHDtoSurface(globalSettings.bdp + "graphics/spacetile2.png", 0… in SetupTerrain()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/Blender2.6Export/ogre_mesh_exporter/
H A Dmain_exporter_panel.py44 globalSettings = bpy.context.scene.ogre_mesh_exporter
91 globalSettings = bpy.context.scene.ogre_mesh_exporter
101 col.prop(globalSettings, "ogreXMLConverterPath")
115 row.prop(globalSettings, "extremityPoints")
116 row.prop(globalSettings, "edgeLists", toggle = True)
117 row.prop(globalSettings, "tangent", toggle = True)
120 row.prop(globalSettings, "tangentSemantic", "")
121 row.prop(globalSettings, "tangentSize", "")
160 row.prop(globalSettings, "materialFile", "")
169 row.prop(globalSettings, "templatePath", "")
[all …]
H A Dmesh_exporter.py83 globalSettings = bpy.context.scene.ogre_mesh_exporter
88 …edgeLists = meshSettings.edgeLists if (meshSettings.edgeLists_override) else globalSettings.edgeLi…
89 tangent = meshSettings.tangent if (meshSettings.tangent_override) else globalSettings.tangent,
91 … = meshSettings.tangentSize if (meshSettings.tangentSize_override) else globalSettings.tangentSize,
92 …hSettings.splitMirrored if (meshSettings.splitMirrored_override) else globalSettings.splitMirrored,
93 …meshSettings.splitRotated if (meshSettings.splitRotated_override) else globalSettings.splitRotated,
147 globalSettings = bpy.context.scene.ogre_mesh_exporter
182 globalSettings = bpy.context.scene.ogre_mesh_exporter
184 …result.append(executeOgreXMLConverter(globalSettings.ogreXMLConverterPath, meshFilePath, meshXMLCo…
233 globalSettings = bpy.context.scene.ogre_mesh_exporter
[all …]
H A Dmesh_panel.py57 globalSettings = bpy.context.scene.ogre_mesh_exporter
124 row.prop(globalSettings, "dummyTrue", toggle = True, text = "Action")
125 row.prop(globalSettings, "dummyTrue", toggle = True, text = "Name")
128 frameRow.prop(globalSettings, "dummyTrue", toggle = True, text = "Start")
129 frameRow.prop(globalSettings, "dummyTrue", toggle = True, text = "End")
130 delCol.prop(globalSettings, "dummyTrue", text = "", icon = 'SCRIPTWIN')
136 table.prop(globalSettings, "dummyFalse", toggle = True, text = "No Animations")
149 table.prop(globalSettings, "dummyFalse", toggle = True, text = "No Armature Link")
151 table.prop(globalSettings, "dummyFalse", toggle = True, text = "Not Implemented Yet")
153 table.prop(globalSettings, "dummyFalse", toggle = True, text = "Not Implemented Yet")
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/
H A DQtWebKitWebBackend.cpp64 QWebSettings::globalSettings()->setLocalStoragePath(cachePath + QLatin1String("/localStorage/")); in QtWebKitWebBackend()
104 …QWebSettings::globalSettings()->setAttribute(QWebSettings::ZoomTextOnly, SettingsManager::getOptio… in handleOptionChanged()
109 …QWebSettings::globalSettings()->setFontFamily(QWebSettings::FixedFont, SettingsManager::getOption(… in handleOptionChanged()
110 …QWebSettings::globalSettings()->setFontFamily(QWebSettings::SerifFont, SettingsManager::getOption(… in handleOptionChanged()
119 QWebSettings::globalSettings()->setAttribute(QWebSettings::DnsPrefetchEnabled, true); in handleOptionChanged()
121 QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, arePluginsEnabled); in handleOptionChanged()
122 QWebSettings::globalSettings()->setAttribute(QWebSettings::JavaEnabled, arePluginsEnabled); in handleOptionChanged()
153 QWebSettings::globalSettings()->setAttribute(QWebSettings::DnsPrefetchEnabled, true); in createWidget()
154 QWebSettings::globalSettings()->setAttribute(QWebSettings::FullScreenSupportEnabled, true); in createWidget()
155 QWebSettings::globalSettings()->setAttribute(QWebSettings::JavascriptCanCloseWindows, true); in createWidget()
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebengine/
H A DQtWebEngineWebBackend.cpp169 …QWebEngineSettings::globalSettings()->setFontSize(QWebEngineSettings::DefaultFontSize, SettingsMan… in handleOptionChanged()
171 …QWebEngineSettings::globalSettings()->setFontSize(QWebEngineSettings::MinimumFontSize, SettingsMan… in handleOptionChanged()
172 …QWebEngineSettings::globalSettings()->setFontFamily(QWebEngineSettings::StandardFont, SettingsMana… in handleOptionChanged()
173 …QWebEngineSettings::globalSettings()->setFontFamily(QWebEngineSettings::FixedFont, SettingsManager… in handleOptionChanged()
174 …QWebEngineSettings::globalSettings()->setFontFamily(QWebEngineSettings::SerifFont, SettingsManager… in handleOptionChanged()
176 …QWebEngineSettings::globalSettings()->setFontFamily(QWebEngineSettings::CursiveFont, SettingsManag… in handleOptionChanged()
177 …QWebEngineSettings::globalSettings()->setFontFamily(QWebEngineSettings::FantasyFont, SettingsManag… in handleOptionChanged()
186 …QWebEngineSettings::globalSettings()->setAttribute(QWebEngineSettings::WebGLEnabled, SettingsManag… in handleOptionChanged()
207 …QWebEngineSettings::globalSettings()->setAttribute(QWebEngineSettings::FullScreenSupportEnabled, t… in createWidget()
208 …QWebEngineSettings::globalSettings()->setAttribute(QWebEngineSettings::FocusOnNavigationEnabled, f… in createWidget()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/src/option/
H A Dk3badvancedoptiontab.cpp147 m_checkBurnfree->setChecked( k3bcore->globalSettings()->burnfree() ); in readSettings()
148 m_checkEject->setChecked( !k3bcore->globalSettings()->ejectMedia() ); in readSettings()
149 m_checkOverburn->setChecked( k3bcore->globalSettings()->overburn() ); in readSettings()
150 m_checkForceUnsafeOperations->setChecked( k3bcore->globalSettings()->force() ); in readSettings()
152 if( k3bcore->globalSettings()->useManualBufferSize() ) in readSettings()
153 m_editWritingBufferSize->setValue( k3bcore->globalSettings()->bufferSize() ); in readSettings()
164 k3bcore->globalSettings()->setEjectMedia( !m_checkEject->isChecked() ); in saveSettings()
165 k3bcore->globalSettings()->setOverburn( m_checkOverburn->isChecked() ); in saveSettings()
166 k3bcore->globalSettings()->setBurnfree( m_checkBurnfree->isChecked() ); in saveSettings()
168 k3bcore->globalSettings()->setBufferSize( m_editWritingBufferSize->value() ); in saveSettings()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/
H A DParserSettingsTest.java55 ParserSettings globalSettings, settings; in testSetGlobalParserSettings() local
58 globalSettings = ParserSettings.getGlobalParserSettings(); in testSetGlobalParserSettings()
59 Assert.assertEquals(settings.isStrict(), globalSettings.isStrict()); in testSetGlobalParserSettings()
60 … Assert.assertEquals(settings.isMalformedXmlAllowed(), globalSettings.isMalformedXmlAllowed()); in testSetGlobalParserSettings()
61 Assert.assertEquals(settings.isExtensionAllowed(), globalSettings.isExtensionAllowed()); in testSetGlobalParserSettings()
70 ParserSettings globalSettings = ParserSettings.getGlobalParserSettings(); in testSetGlobalParserSettingsFromOptionParser() local
72 Assert.assertEquals(settings.isStrict(), globalSettings.isStrict()); in testSetGlobalParserSettingsFromOptionParser()
73 Assert.assertEquals(settings.isExtensionAllowed(), globalSettings.isExtensionAllowed()); in testSetGlobalParserSettingsFromOptionParser()
74 … Assert.assertEquals(settings.isMalformedXmlAllowed(), globalSettings.isMalformedXmlAllowed()); in testSetGlobalParserSettingsFromOptionParser()
/dports/math/mathgl/mathgl-2.5/json/
H A DMainWindow.cpp22 QWebSettings::globalSettings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, true); in MainWindow()
23 QWebSettings::globalSettings()->setAttribute(QWebSettings::JavascriptEnabled, true); in MainWindow()
24 QWebSettings::globalSettings()->setAttribute(QWebSettings::LocalContentCanAccessRemoteUrls, true); in MainWindow()
25 QWebSettings::globalSettings()->setAttribute(QWebSettings::LocalContentCanAccessFileUrls, true); in MainWindow()
26 QWebSettings::globalSettings()->setAttribute(QWebSettings::LocalContentCanAccessRemoteUrls, true); in MainWindow()
27 QWebSettings::globalSettings()->setAttribute(QWebSettings::JavascriptCanOpenWindows, true); in MainWindow()
28 QWebSettings::globalSettings()->setAttribute(QWebSettings::JavascriptCanAccessClipboard, true); in MainWindow()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/
H A DBaseInstance.cpp29 BaseInstance::BaseInstance(SettingsObjectPtr globalSettings, SettingsObjectPtr settings, const QStr… in BaseInstance() argument
43 m_settings->registerOverride(globalSettings->getSetting("PreLaunchCommand"), commandSetting); in BaseInstance()
44 m_settings->registerOverride(globalSettings->getSetting("WrapperCommand"), commandSetting); in BaseInstance()
45 m_settings->registerOverride(globalSettings->getSetting("PostExitCommand"), commandSetting); in BaseInstance()
49 m_settings->registerOverride(globalSettings->getSetting("ShowConsole"), consoleSetting); in BaseInstance()
50 m_settings->registerOverride(globalSettings->getSetting("AutoCloseConsole"), consoleSetting); in BaseInstance()
51 m_settings->registerOverride(globalSettings->getSetting("ShowConsoleOnError"), consoleSetting); in BaseInstance()
52 m_settings->registerOverride(globalSettings->getSetting("LogPrePostOutput"), consoleSetting); in BaseInstance()
54 m_settings->registerPassthrough(globalSettings->getSetting("ConsoleMaxLines"), nullptr); in BaseInstance()
55 m_settings->registerPassthrough(globalSettings->getSetting("ConsoleOverflowStop"), nullptr); in BaseInstance()
/dports/www/matomo/piwik/plugins/SitesManager/
H A DController.php56 public function globalSettings() function in Piwik\\Plugins\\SitesManager\\Controller
69 $globalSettings = array();
70 $globalSettings['keepURLFragmentsGlobal'] = API::getInstance()->getKeepURLFragmentsGlobal();
71 $globalSettings['defaultCurrency'] = API::getInstance()->getDefaultCurrency();
72 …$globalSettings['searchKeywordParametersGlobal'] = API::getInstance()->getSearchKeywordParametersG…
73 …$globalSettings['searchCategoryParametersGlobal'] = API::getInstance()->getSearchCategoryParameter…
74 $globalSettings['defaultTimezone'] = API::getInstance()->getDefaultTimezone();
75 $globalSettings['excludedIpsGlobal'] = API::getInstance()->getExcludedIpsGlobal();
76 …$globalSettings['excludedQueryParametersGlobal'] = API::getInstance()->getExcludedQueryParametersG…
77 … $globalSettings['excludedUserAgentsGlobal'] = API::getInstance()->getExcludedUserAgentsGlobal();
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/cfg/
H A Dcommon_settings.go59 …gsFromModule(name, defaultTitle string, moduleConfig *config.Config, globalSettings *config.Config…
60 colorsConfig, _ := globalSettings.Get("wtf.colors")
65 …Background: moduleConfig.UString("background", globalSettings.UString("background", "transpar…
96 common.Sigils.Checkbox.Checked = globalSettings.UString(sigilsPath+".checkbox.checked", "x")
97 common.Sigils.Checkbox.Unchecked = globalSettings.UString(sigilsPath+".checkbox.unchecked", " ")
99 …common.Sigils.Paging.Normal = globalSettings.UString(sigilsPath+".paging.normal", globalSettings.U…
100 …common.Sigils.Paging.Selected = globalSettings.UString(sigilsPath+".paging.select", globalSettings
/dports/textproc/retext/retext-7.2.2/ReText/
H A Deditor.py76 def documentIndentMore(document, cursor, globalSettings=globalSettings): argument
83 if globalSettings.tabInsertsSpaces:
91 % globalSettings.tabWidth)
92 if globalSettings.tabInsertsSpaces:
97 def documentIndentLess(document, cursor, globalSettings=globalSettings): argument
112 and pos < globalSettings.tabWidth:
153 if globalSettings.useFakeVim:
164 self.setFont(globalSettings.editorFont)
173 if globalSettings.wideCursor:
177 if not globalSettings.rightMargin:
[all …]
H A D__main__.py27 from ReText import datadirs, settings, globalSettings, app_version
76 if RtTranslator.load('retext_' + globalSettings.uiLanguage,
80 QtTranslator.load("qtbase_" + globalSettings.uiLanguage,
102 if globalSettings.appStyleSheet:
103 sheetfile = QFile(globalSettings.appStyleSheet)
109 openInExistingWindow = (globalSettings.openFilesInExistingWindow
130 if globalSettings.openLastFilesOnStartup:
H A Dwindow.py63 if globalSettings.windowGeometry:
90 self.initDirectoryTree(globalSettings.showDirectoryTree, globalSettings.directoryPath)
161 if globalSettings.useFakeVim:
406 if globalSettings.spellCheck:
426 if globalSettings.styleSheet:
629 globalSettings.font = font
675 globalSettings.useFakeVim = yes
691 globalSettings.spellCheck = yes
1018 if globalSettings.useWebKit:
1029 if globalSettings.paperSize:
[all …]
/dports/converters/wkhtmltopdf/wkhtmltopdf-0.12.6/src/pdf/
H A Dwkhtmltopdf.cc173 PdfGlobal globalSettings; in main() local
176 PdfCommandLineParser parser(globalSettings, objectSettings); in main()
188 use_graphics=globalSettings.useGraphics; in main()
204 PdfGlobal globalSettings; in main() local
207 PdfCommandLineParser parser(globalSettings, objectSettings); in main()
213 PdfConverter converter(globalSettings); in main()
214 ProgressFeedback feedback(globalSettings.logLevel, converter); in main()
226 PdfConverter converter(globalSettings); in main()
233 ProgressFeedback feedback(globalSettings.logLevel, converter); in main()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/core/
H A Dk3bcore.cpp90 globalSettings(0) { in Private()
98 K3b::GlobalSettings* globalSettings; member in K3b::Core::Private
136 delete d->globalSettings; in ~Core()
180 K3b::GlobalSettings* K3b::Core::globalSettings() const in globalSettings() function in K3b::Core
182 if( !d->globalSettings ) { in globalSettings()
183 d->globalSettings = new GlobalSettings(); in globalSettings()
185 return d->globalSettings; in globalSettings()
217 globalSettings()->readSettings( c->group( "General Options" ) ); in readSettings()
230 d->globalSettings->saveSettings( c->group( "General Options" ) ); in saveSettings()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/tools/
H A DJProfiler.cpp52 listeningPort = globalSettings->get("JProfilerPort").toInt(); in beginProfilingImpl()
60 auto basePath = globalSettings->get("JProfilerPath").toString(); in beginProfilingImpl()
82 globalSettings = settings; in registerSettings()
87 return new JProfiler(globalSettings, instance, parent); in createTool()
92 return check(globalSettings->get("JProfilerPath").toString(), error); in check()

12345678910>>...12