Home
last modified time | relevance | path

Searched refs:userDefined (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/www/tikiwiki/tiki-21.2/lib/sheet/include/org/apicnet/io/OOo/
H A DOOoMeta.php265 …$userDefined = $this->accessor("/office:document-meta/office:meta/meta:keywords/meta:keyword", $i);
266 if ($userDefined != NULL) {
267 $strKeywords .= " ".$userDefined->getText();
285 …$userDefined = $this->accessor("/office:document-meta/office:meta/meta:keywords/meta:keyword", $i);
287 while(!$areKeywords && $userDefined != NULL){
289 if ($userDefined->getText() == $word) {
293 …$userDefined = $this->accessor("/office:document-meta/office:meta/meta:keywords/meta:keyword", $i);
342 return $userDefined->getText();
358 $userDefined = &$this->ChildText("meta:user-defined", $value);
359 $userDefined->setAttribute("meta:name", $name);
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php23 public $userDefined; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
49 public function setUserDefined($userDefined) argument
51 $this->userDefined = $userDefined;
55 return $this->userDefined;
H A DGoogleCloudDialogflowV2IntentTrainingPhrasePart.php23 public $userDefined; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart
49 public function setUserDefined($userDefined) argument
51 $this->userDefined = $userDefined;
55 return $this->userDefined;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowV2IntentTrainingPhrasePart.php23 public $userDefined; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart
49 public function setUserDefined($userDefined) argument
51 $this->userDefined = $userDefined;
55 return $this->userDefined;
H A DGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php23 public $userDefined; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
49 public function setUserDefined($userDefined) argument
51 $this->userDefined = $userDefined;
55 return $this->userDefined;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DSourceLocation.java20 private boolean userDefined = true; field in SourceLocation
35 return userDefined; in isUserDefined()
38 public void setUserDefined(boolean userDefined) { in setUserDefined() argument
39 this.userDefined = userDefined; in setUserDefined()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnRowInfo.java38 private boolean userDefined = true; field in ColumnRowInfo
73 public ColumnRowInfo(int dimension, int repeated, int type, boolean userDefined) { in ColumnRowInfo() argument
76 this.userDefined = userDefined; in ColumnRowInfo()
166 return userDefined; in isUserDefined()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnRowInfo.java38 private boolean userDefined = true; field in ColumnRowInfo
73 public ColumnRowInfo(int dimension, int repeated, int type, boolean userDefined) { in ColumnRowInfo() argument
76 this.userDefined = userDefined; in ColumnRowInfo()
166 return userDefined; in isUserDefined()
/dports/science/v_sim/v_sim-3.8.0/src/coreTools/
H A DtoolShade.c102 gboolean userDefined; member
193 shade->userDefined = TRUE; in tool_shade_new()
239 shade->userDefined = TRUE; in tool_shade_newFromData()
283 shade->userDefined = TRUE; in tool_shade_newFromSteps()
411 out->userDefined = shade->userDefined; in tool_shade_copy()
706 shade->userDefined = FALSE; in _buildPresetList()
717 shade->userDefined = FALSE; in _buildPresetList()
728 shade->userDefined = FALSE; in _buildPresetList()
739 shade->userDefined = FALSE; in _buildPresetList()
745 shade->userDefined = FALSE; in _buildPresetList()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/
H A DEngineDescriptor.java55 private boolean userDefined; field in EngineDescriptor
107 if (userDefined) in isEnabled()
206 return userDefined; in isUserDefined()
209 public void setUserDefined(boolean userDefined) { in setUserDefined() argument
210 this.userDefined = userDefined; in setUserDefined()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/
H A DAbstractPDELaunchConfiguration.java309 ArrayList<String> userDefined = new ArrayList<>(); in getProgramArguments() local
315 userDefined.add(userArg); in getProgramArguments()
320 if (!userDefined.contains("-os")) { //$NON-NLS-1$ in getProgramArguments()
324 if (!userDefined.contains("-ws")) { //$NON-NLS-1$ in getProgramArguments()
328 if (!userDefined.contains("-arch")) { //$NON-NLS-1$ in getProgramArguments()
334 if (!userDefined.isEmpty()) { in getProgramArguments()
335 programArgs.addAll(userDefined); in getProgramArguments()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/docs/rules/
H A Dprefer-includes.md25 let userDefined: {
34 userDefined.indexOf(value) >= 0;
46 let userDefined: {
59 userDefined.includes(value);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/docs/rules/
H A Dprefer-includes.md25 let userDefined: {
34 userDefined.indexOf(value) >= 0;
46 let userDefined: {
59 userDefined.includes(value);
/dports/biology/jalview/jalview/src/jalview/gui/
H A DColourMenuHelper.java235 JRadioButtonMenuItem userDefined = null; in setColourSelected() local
258 userDefined = radioButton; in setColourSelected()
267 if (cs instanceof UserColourScheme && userDefined != null) in setColourSelected()
269 userDefined.setSelected(true); in setColourSelected()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/actions/
H A DAddJVMArgumentAction.java125 String userDefined = AddJVMArgumentAction.getUserArg(storedValues, flag); in setToMax() local
127 if (maxStored != null || userDefined != null) { in setToMax()
130 launcherData.addJvmArg(flag + userDefined); in setToMax()
131 else if (userDefined == null) in setToMax()
133 else if (AddJVMArgumentAction.compareSize(maxStored, userDefined) > 0) in setToMax()
136 launcherData.addJvmArg(flag + userDefined); in setToMax()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/dialogs/
H A Ddialogdatetimeformats.cpp143 void DialogDateTimeFormats::Init(const QStringList &predefined, const QStringList &userDefined) in Init() argument
145 SetFormatLines(predefined, userDefined); in Init()
158 …ialogDateTimeFormats::SetFormatLines(const QStringList &predefined, const QStringList &userDefined) in SetFormatLines() argument
170 for (auto &item : userDefined) in SetFormatLines()
H A Ddialogdatetimeformats.h70 void Init(const QStringList &predefined, const QStringList &userDefined);
71 void SetFormatLines(const QStringList &predefined, const QStringList &userDefined);
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/database/sql/
H A Dconvert_test.go19 type userDefined float64 type
40 wantusrdef userDefined
169 {s: 1.5, d: new(userDefined), wantusrdef: 1.5},
170 {s: int64(123), d: new(userDefined), wantusrdef: 123},
171 {s: "1.5", d: new(userDefined), wantusrdef: 1.5},
259 if ct.wantusrdef != 0 && ct.wantusrdef != *ct.d.(*userDefined) {
260 errf("want userDefined %f, got %f", ct.wantusrdef, *ct.d.(*userDefined))
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/database/sql/
H A Dconvert_test.go19 type userDefined float64 type
40 wantusrdef userDefined
169 {s: 1.5, d: new(userDefined), wantusrdef: 1.5},
170 {s: int64(123), d: new(userDefined), wantusrdef: 123},
171 {s: "1.5", d: new(userDefined), wantusrdef: 1.5},
259 if ct.wantusrdef != 0 && ct.wantusrdef != *ct.d.(*userDefined) {
260 errf("want userDefined %f, got %f", ct.wantusrdef, *ct.d.(*userDefined))
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MetaIO/src/MetaIO/src/
H A DmetaCommand.cxx143 option.userDefined = false; in SetOption()
189 option.userDefined = false; in SetOption()
205 field.userDefined = false; in SetOption()
235 field.userDefined = false; in AddField()
244 option.userDefined = false; in AddField()
308 field.userDefined = false; in AddOptionField()
658 if(option.userDefined) in GetOptionWasSet()
1101 option.userDefined = false; in ParseXML()
1603 if((*it).userDefined) in ExportGAD()
2049 if(!(*it).userDefined) in Parse()
[all …]
/dports/math/vtk9/VTK-9.1.0/Utilities/MetaIO/vtkmetaio/
H A DmetaCommand.cxx141 option.userDefined = false; in SetOption()
185 option.userDefined = false; in SetOption()
201 field.userDefined = false; in SetOption()
231 field.userDefined = false; in AddField()
240 option.userDefined = false; in AddField()
300 field.userDefined = false; in AddOptionField()
631 if (option.userDefined) in GetOptionWasSet()
1032 option.userDefined = false; in ParseXML()
1490 if ((*it).userDefined) in ExportGAD()
1896 if (!(*it).userDefined) in Parse()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/PeopleService/
H A DPerson.php502 public function setUserDefined($userDefined) argument
504 $this->userDefined = $userDefined;
511 return $this->userDefined;
/dports/math/vtk6/VTK-6.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaCommand.cxx143 option.userDefined = false; in SetOption()
189 option.userDefined = false; in SetOption()
205 field.userDefined = false; in SetOption()
235 field.userDefined = false; in AddField()
244 option.userDefined = false; in AddField()
308 field.userDefined = false; in AddOptionField()
658 if(option.userDefined) in GetOptionWasSet()
1601 if((*it).userDefined) in ExportGAD()
2047 if(!(*it).userDefined) in Parse()
2433 option.userDefined = true; in SetOptionValue()
[all …]
/dports/math/vtk8/VTK-8.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaCommand.cxx143 option.userDefined = false; in SetOption()
189 option.userDefined = false; in SetOption()
205 field.userDefined = false; in SetOption()
235 field.userDefined = false; in AddField()
244 option.userDefined = false; in AddField()
308 field.userDefined = false; in AddOptionField()
658 if(option.userDefined) in GetOptionWasSet()
1601 if((*it).userDefined) in ExportGAD()
2047 if(!(*it).userDefined) in Parse()
2434 option.userDefined = true; in SetOptionValue()
[all …]
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/lf5/util/
H A DLogMonitorAdapter.java98 public static LogMonitorAdapter newInstance(LogLevel[] userDefined) { in newInstance() argument
99 if (userDefined == null) { in newInstance()
102 return newInstance(Arrays.asList(userDefined)); in newInstance()

12345678910>>...14