Home
last modified time | relevance | path

Searched refs:updateOnly (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/owncloud/owncloud/core/Command/Config/System/
H A DSetConfig.php81 $updateOnly = $input->getOption('update-only');
90 $updateOnly
95 if ($updateOnly && !\in_array($configName, $this->systemConfig->getKeys(), true)) {
187 * @param bool $updateOnly
191 protected function mergeArrayValue(array $configNames, $existingValues, $value, $updateOnly) { argument
202 …ingValues[$configName] = $this->mergeArrayValue($configNames, $existingValue, $value, $updateOnly);
204 if (!isset($existingValues[$configName]) && $updateOnly) {
/dports/www/nextcloud/nextcloud/core/Command/Config/System/
H A DSetConfig.php83 $updateOnly = $input->getOption('update-only');
89 array_slice($configNames, 1), $existingValue, $configValue['value'], $updateOnly
94 if ($updateOnly && !in_array($configName, $this->systemConfig->getKeys(), true)) {
176 * @param bool $updateOnly
180 protected function mergeArrayValue(array $configNames, $existingValues, $value, $updateOnly) { argument
191 …ingValues[$configName] = $this->mergeArrayValue($configNames, $existingValue, $value, $updateOnly);
193 if (!isset($existingValues[$configName]) && $updateOnly) {
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/mixer/
H A Dstrip.cpp393 if(updateOnly) in setComponentMinValue()
396 if(updateOnly) in setComponentMinValue()
407 if(updateOnly) in setComponentMinValue()
410 if(updateOnly) in setComponentMinValue()
430 if(updateOnly) in setComponentMaxValue()
433 if(updateOnly) in setComponentMaxValue()
444 if(updateOnly) in setComponentMaxValue()
653 if(updateOnly) in incComponentValue()
656 if(updateOnly) in incComponentValue()
664 if(updateOnly) in incComponentValue()
[all …]
H A Dstrip.h314 …virtual void setComponentRange(const ComponentWidget&, double min, double max, bool updateOnly = t…
317 virtual void setComponentMinValue(const ComponentWidget&, double min, bool updateOnly = true);
318 virtual void setComponentMaxValue(const ComponentWidget&, double max, bool updateOnly = true);
320 virtual void setComponentValue(const ComponentWidget&, double val, bool updateOnly = true);
321 virtual void fitComponentValue(const ComponentWidget&, double val, bool updateOnly = true);
322 virtual void incComponentValue(const ComponentWidget&, int steps, bool updateOnly = true);
323 …virtual void setComponentText(const ComponentWidget&, const QString& text, bool updateOnly = true);
324 virtual void setComponentEnabled(const ComponentWidget&, bool enable, bool updateOnly = true);
325 virtual void setComponentShowValue(const ComponentWidget&, bool show, bool updateOnly = true);
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/agent/
H A DDependencyCheckScanAgent.java111 private boolean updateOnly = false; field in DependencyCheckScanAgent
350 return updateOnly; in isUpdateOnly()
358 public void setUpdateOnly(boolean updateOnly) { in setUpdateOnly() argument
359 this.updateOnly = updateOnly; in setUpdateOnly()
906 if (this.updateOnly) { in executeDependencyCheck()
1001 if (!this.updateOnly) { in execute()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-ant/src/main/java/org/owasp/dependencycheck/taskdefs/
H A DCheck.java152 private boolean updateOnly = false; field in Check
431 return updateOnly; in isUpdateOnly()
441 public void setUpdateOnly(boolean updateOnly) { in setUpdateOnly() argument
442 this.updateOnly = updateOnly; in setUpdateOnly()
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DAdd.hs45 , updateOnly :: Bool function
96 | updateOnly o ->
107 unless (updateOnly o) $
/dports/www/joomla3/joomla3-3.9.24/libraries/src/User/
H A DUser.php715 * @param boolean $updateOnly Save the object only if not a new user
723 public function save($updateOnly = false) argument
751 if ($isNew && $updateOnly)
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dconfig.h58 void writeTemplate(TextStream &t,bool shortList,bool updateOnly=FALSE);
H A Dconfigimpl.h503 void writeTemplate(TextStream &t,bool shortIndex,bool updateOnly);
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-sack-private.hpp80 …const char *install_root, const char * platformModule, bool updateOnly, bool debugSolver, bool app…
/dports/cad/sumo/sumo-1.2.0/src/utils/foxtools/
H A DMFXAddEditTypedTable.h62 bool updateOnly; member
H A DMFXAddEditTypedTable.cpp341 edited.updateOnly = false; in setItemFromControl()
391 edited.updateOnly = true; in setItemFromControl_NoRelease()
H A DMFXEditableTable.h33 bool updateOnly; member
/dports/net/h323plus/h323plus-1_27_2/include/h460/
H A Dh460_oid3.h74 PBoolean updateOnly = false
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh460_oid3.cxx144 …(const PStringList & alias, unsigned localstate, const PString & localdisplay, PBoolean updateOnly) in SetPresenceState() argument
152 if (!updateOnly) { in SetPresenceState()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-data/declarations/
H A Ddata-set.d.ts221updateOnly(data: UpdateItem<Item, IdProp> | UpdateItem<Item, IdProp>[], senderId?: Id | null): Id[…
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/datanode/
H A DDataBlockScanner.java329 ScanType type, boolean scanOk, boolean updateOnly) { in updateScanStatusInternal() argument
339 if (updateOnly) { in updateScanStatusInternal()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMesh.h406 …xBuffer(VertexData* vertexData, AxisAlignedBox& outAABB, Real& outRadius, bool updateOnly = false);
/dports/sysutils/libdnf/libdnf-0.64.0/python/hawkey/
H A Dsack-py.cpp621 bool updateOnly = pyUpdateOnly == NULL || PyObject_IsTrue(pyUpdateOnly); in filter_modules() local
638 installRoot, platformModule, updateOnly, debugSolver, moduleObsoletes); in filter_modules()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-cli/src/main/java/org/owasp/dependencycheck/
H A DCliParser.java366 final Option updateOnly = Option.builder().longOpt(ARGUMENT.UPDATE_ONLY) in addAdvancedOptions() local
472 options.addOption(updateOnly) in addAdvancedOptions()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/script/
H A Dscript.h124 …nt height, int width, bool isTargetable, bool isObstacle, bool isPoliceMazeEnemy, bool updateOnly);
H A Dscript.cpp838 …t height, int width, bool isTargetable, bool isObstacle, bool isPoliceMazeEnemy, bool updateOnly) { in Item_Add_To_World() argument
839 …d, setId, x, y, z, facing, height, width, isTargetable, isObstacle, isPoliceMazeEnemy, updateOnly); in Item_Add_To_World()
840 …or3(x, y, z), facing, height, width, isTargetable, isObstacle, isPoliceMazeEnemy, updateOnly == 0); in Item_Add_To_World()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.h124 …nt height, int width, bool isTargetable, bool isObstacle, bool isPoliceMazeEnemy, bool updateOnly);
H A Dscript.cpp844 …t height, int width, bool isTargetable, bool isObstacle, bool isPoliceMazeEnemy, bool updateOnly) { in Item_Add_To_World() argument
845 …d, setId, x, y, z, facing, height, width, isTargetable, isObstacle, isPoliceMazeEnemy, updateOnly); in Item_Add_To_World()
846 …or3(x, y, z), facing, height, width, isTargetable, isObstacle, isPoliceMazeEnemy, updateOnly == 0); in Item_Add_To_World()

123