Home
last modified time | relevance | path

Searched refs:forceChange (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/flexdock/flexdock-1.2.4/src/java/core/org/flexdock/docking/activation/
H A DActiveDockableTracker.java104 public static void requestDockableActivation(Component c, boolean forceChange) { in requestDockableActivation() argument
110 requestDockableActivation(c, dockable, forceChange); in requestDockableActivation()
114 … requestDockableActivation(final Component c, final Dockable dockable, final boolean forceChange) { in requestDockableActivation() argument
120 focusDockable(c, dockable, forceChange); in requestDockableActivation()
123 static void focusDockable(Component child, final Dockable parentDockable, boolean forceChange) { in focusDockable() argument
126 if(!forceChange && parentDockable.getDockingProperties().isActive().booleanValue()) in focusDockable()
149 if (!forceChange) { in focusDockable()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/password/
H A DUserPasswordPolicyTest.php140 $forceChange = Status::newGood( [ 'forceChange' => true ] );
146 $forceChange->warning( 'invalid-password' );
175 $forceChange,
180 $forceChange,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/password/
H A DUserPasswordPolicyTest.php149 $forceChange = Status::newGood( [ 'forceChange' => true ] );
155 $forceChange->warning( 'invalid-password' );
184 $forceChange,
189 $forceChange,
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/password/
H A DUserPasswordPolicyTest.php149 $forceChange = Status::newGood( [ 'forceChange' => true ] );
155 $forceChange->warning( 'invalid-password' );
184 $forceChange,
189 $forceChange,
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/products/swift-bindings/
H A Dllbuild.swift303 func taskIsComplete(_ result: Value, forceChange: Bool) in taskNeedsInput()
333 func taskIsComplete(_ result: Value, forceChange: Bool = false) { in taskNeedsInput()
334 engine.taskIsComplete(self, result: result, forceChange: forceChange) in taskNeedsInput()
449 …fileprivate func taskIsComplete(_ taskWrapper: TaskWrapper, result: Value, forceChange: Bool = fal… in taskIsComplete()
451 llb_buildengine_task_is_complete(self._engine, taskWrapper.taskInternal, dataPtr, forceChange) in taskIsComplete()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/password/
H A DUserPasswordPolicy.php122 $forceChange = false;
146 $forceChange = true;
157 if ( $forceChange ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/password/
H A DUserPasswordPolicy.php122 $forceChange = false;
146 $forceChange = true;
157 if ( $forceChange ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/password/
H A DUserPasswordPolicy.php125 $forceChange = false;
152 $forceChange = true;
163 if ( $forceChange ) {
/dports/cad/sumo/sumo-1.2.0/src/netedit/changes/
H A DGNEChange_Attribute.cpp59 bool forceChange, SumoXMLAttr key, const std::string& value) : in GNEChange_Attribute() argument
63 myForceChange(forceChange), in GNEChange_Attribute()
H A DGNEChange_Attribute.h74 bool forceChange,
/dports/math/sdpa/sdpa-7.3.8/
H A Dsdpa_struct.h134 void changeToDense(bool forceChange = false);
218 void changeToDense(bool forceChange=false);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/win10/
H A DWinSystemWin10.cpp205 bool forceChange = false; // resolution/display is changed but window state isn't changed in SetFullScreen() local
211 forceChange = true; in SetFullScreen()
214 if (state == m_state && !forceChange) in SetFullScreen()
299 bool CWinSystemWin10::ChangeResolution(const RESOLUTION_INFO& res, bool forceChange /*= false*/) in ChangeResolution() argument
H A DWinSystemWin10.h117 bool ChangeResolution(const RESOLUTION_INFO& res, bool forceChange = false);
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llbuild/BuildSystem/
H A DBuildSystemCommandInterface.h64 bool forceChange = false) = 0;
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3btempdirselectionwidget.h63 void setDefaultImageFileName( const QString& name, bool forceChange = false );
/dports/www/p5-VUser-Google-ProvisioningAPI/VUser-Google-ProvisioningAPI-0.24/lib/VUser/Google/ProvisioningAPI/
H A DV2_0.pm504 my ($username, $given_name, $family_name, $password, $quotaMB, $forceChange) = @_;
505 $forceChange = $forceChange? 1 : 0;
511 if ($forceChange) {
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/posix/
H A Dminiftpserver.h65 void setInternetEnabled(bool value, bool forceChange=false);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/windows/
H A DWinSystemWin32DX.h92 bool ChangeResolution(const RESOLUTION_INFO& res, bool forceChange = false) override;
H A DWinSystemWin32DX.cpp191 bool CWinSystemWin32DX::ChangeResolution(const RESOLUTION_INFO &res, bool forceChange) in ChangeResolution() argument
193 bool changed = CWinSystemWin32::ChangeResolution(res, forceChange); in ChangeResolution()
H A DWinSystemWin32.cpp453 bool forceChange = false; // resolution/display is changed but window state isn't changed in SetFullScreen() local
463 forceChange = true; in SetFullScreen()
466 if (state == m_state && !forceChange) in SetFullScreen()
794 bool CWinSystemWin32::ChangeResolution(const RESOLUTION_INFO& res, bool forceChange /*= false*/) in ChangeResolution() argument
808 || forceChange) in ChangeResolution()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/examples/swift-bindings/core/
H A Dbasic.swift28 engine.taskIsComplete(Value("\(result)"), forceChange: false) in inputsAvailable()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llbuild/Core/
H A DBuildEngine.h367 void taskIsComplete(Task* task, ValueType&& value, bool forceChange = false);
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/posix/
H A Dminiftpserver.cpp138 void FTPServerThread::setInternetEnabled(bool value, bool forceChange) { in setInternetEnabled() argument
139 if(forceChange == true || this->internetEnabled != value) { in setInternetEnabled()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/Commands/
H A DNinjaBuildCommand.cpp847 void completeTask(BuildValue&& result, bool forceChange=false) { in buildCommand()
848 context.engine.taskIsComplete(this, result.toValue(), forceChange); in buildCommand()
974 bool forceChange = false; in buildCommand() local
977 forceChange = true; in buildCommand()
982 return completeTask(std::move(result), forceChange); in buildCommand()
1541 bool forceChange = false; in selectCompositeBuildResult() local
1554 forceChange); in selectCompositeBuildResult()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DEntityReference.cs461 …endentEntity, IEntityWrapper principalEntity, Dictionary<int, object> changedFKs, bool forceChange) in UpdateForeignKeyValues() argument
498 if (forceChange || valueChanging) in UpdateForeignKeyValues()

12