Home
last modified time | relevance | path

Searched refs:readOption (Results 1 – 25 of 49) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/unodevtools/source/skeletonmaker/
H A Dskeletonmaker.cxx157 } else if ( readOption( "h", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
158 readOption( "help", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
161 } else if ( readOption( "V", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
177 if ( readOption( "a", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
178 readOption( "all", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
182 if ( readOption( "java4", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
186 if ( readOption( "java5", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
190 if ( readOption( "cpp", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
194 if ( readOption( "sn", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
199 if ( readOption( "lh", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unodevtools/source/skeletonmaker/
H A Dskeletonmaker.cxx157 } else if ( readOption( "h", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
158 readOption( "help", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
161 } else if ( readOption( "V", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
177 if ( readOption( "a", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
178 readOption( "all", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
182 if ( readOption( "java4", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
186 if ( readOption( "java5", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
190 if ( readOption( "cpp", &nPos, arg) ) { in SAL_IMPLEMENT_MAIN()
194 if ( readOption( "sn", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
199 if ( readOption( "lh", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
[all …]
/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DProfile.java27 private String readOption(String option) { in readOption() method in Profile
52 return readOption("brand"); in getBrand()
56 return readOption("device"); in getDevice()
60 return Integer.parseInt(readOption("maxVideoBitrate")); in getMaxVideoBitrate()
64 return Integer.parseInt(readOption("maxAudioBitrate")); in getMaxAudioBitrate()
68 String[] dimensionsTokens = readOption("dimensions").split(" "); in getDimensions()
78 return Double.parseDouble(readOption("maxFrameRate")); in getMaxFrameRate()
83 return Integer.parseInt(readOption("maxLength")); in getMaxLength()
90 String wrapperFormat = readOption("wrapperFormat"); in getWrapperFormat()
98 String videoFormat = readOption("videoFormat"); in getVideoFormat()
[all …]
H A DConverterOptions.java64 public static String readOption(String option) { in readOption() method in ConverterOptions
102 String panAndScan = readOption("panAndScan"); in getPanAndScan()
110 String videoBitrate = readOption("videoBitrate"); in getVideoBitrate()
118 String audioBitrate = readOption("audioBitrate"); in getAudioBitrate()
126 String dimensions = readOption("dimensions"); in getDimensions()
134 String autoSync = readOption("autoSync"); in getAutoSync()
142 String audioDelay = readOption("audioDelay"); in getAudioDelay()
150 String autoSplit = readOption("autoSplit"); in getAutoSplit()
158 String splitTime = readOption("splitTime"); in getSplitTime()
166 String volumeFilter = readOption("volumeFilter"); in getVolumeFilter()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxOptions.cpp382 readOption<bool>(token, OPTION_NORMALS_NAME, value, mNormals) || in LoadOptions()
383 readOption<bool>(token, OPTION_TRIANGULAT_NAME, value, mTriangulate) || in LoadOptions()
384 readOption<bool>(token, OPTION_XREFS_NAME, value, mIncludeXrefs) || in LoadOptions()
385 readOption<bool>(token, OPTION_TANGENTS_NAME, value, mTangents) || in LoadOptions()
387 readOption<bool>(token, OPTION_ANIMATIONS_NAME, value, mAnimations) || in LoadOptions()
388 readOption<bool>(token, OPTION_CREATECLIP_NAME, value, mCreateClip) || in LoadOptions()
389 readOption<bool>(token, OPTION_BAKEMATRICES_NAME, value, mBakeMatrices) || in LoadOptions()
390 readOption<bool>(token, OPTION_RELATIVEPATHS_NAME, value, mRelativePaths) || in LoadOptions()
392 readOption<int>(token, OPTION_ANIMATIONSTART_NAME, value, mAnimationStart) || in LoadOptions()
393 readOption<int>(token, OPTION_ANIMATIONEND_NAME, value, mAnimationEnd)|| in LoadOptions()
[all …]
/dports/sysutils/kf5-kwallet/kwallet-5.89.0/src/runtime/kwallet-query/src/
H A Dmain.cpp33 …QCommandLineOption readOption(QStringList() << QStringLiteral("r") << QStringLiteral("read-passwor… in main() local
41 cmdParser.addOption(readOption); in main()
57 … if (cmdParser.isSet(listOption) && cmdParser.isSet(readOption) && cmdParser.isSet(writeOption)) { in main()
61 …if (!cmdParser.isSet(listOption) && !cmdParser.isSet(readOption) && !cmdParser.isSet(writeOption))… in main()
68 if (cmdParser.isSet(readOption)) { in main()
69 app.setEntryName(cmdParser.value(readOption)); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cpputools/source/unoexe/
H A Dunoexe.cxx91 static bool readOption( OUString * pValue, const char * pOpt, in readOption() function
128 static bool readOption( bool * pbOpt, const char * pOpt, in readOption() function
394 if (!(readOption( &aImplName, "c", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
395 readOption( &aLocation, "l", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
396 readOption( &aServiceName, "s", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
397 readOption( &aUnoUrl, "u", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
398 readOption( &s_quiet, "quiet", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
399 readOption( &bSingleAccept, "singleaccept", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
400 readOption( &bSingleInstance, "singleinstance", &nPos, arg))) in SAL_IMPLEMENT_MAIN()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cpputools/source/unoexe/
H A Dunoexe.cxx89 static bool readOption( OUString * pValue, const sal_Char * pOpt, in readOption() function
126 static bool readOption( bool * pbOpt, const sal_Char * pOpt, in readOption() function
385 if (!(readOption( &aImplName, "c", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
386 readOption( &aLocation, "l", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
387 readOption( &aServiceName, "s", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
388 readOption( &aUnoUrl, "u", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
389 readOption( &s_quiet, "quiet", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
390 readOption( &bSingleAccept, "singleaccept", &nPos, arg) || in SAL_IMPLEMENT_MAIN()
391 readOption( &bSingleInstance, "singleinstance", &nPos, arg))) in SAL_IMPLEMENT_MAIN()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unodevtools/inc/
H A Doptions.hxx29 bool readOption( OUString * pValue, const char * pOpt,
34 bool readOption( const char * pOpt,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unodevtools/inc/
H A Doptions.hxx30 bool readOption( OUString * pValue, const sal_Char * pOpt,
35 bool readOption( const sal_Char * pOpt,
/dports/editors/libreoffice/libreoffice-7.2.6.2/unodevtools/source/unodevtools/
H A Doptions.cxx31 bool readOption( OUString * pValue, const char * pOpt, in readOption() function
68 bool readOption( const char * pOpt, in readOption() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unodevtools/source/unodevtools/
H A Doptions.cxx31 bool readOption( OUString * pValue, const sal_Char * pOpt, in readOption() function
68 bool readOption( const sal_Char * pOpt, in readOption() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx263 else if (!readOption( &option_verbose, info_verbose, &nPos ) && in unopkg_main()
264 !readOption( &option_shared, info_shared, &nPos ) && in unopkg_main()
265 !readOption( &option_force, info_force, &nPos ) && in unopkg_main()
266 !readOption( &option_bundled, info_bundled, &nPos ) && in unopkg_main()
267 !readOption( &option_suppressLicense, info_suppressLicense, &nPos ) && in unopkg_main()
268 !readOption( &option_help, info_help, &nPos ) && in unopkg_main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx257 else if (!readOption( &option_verbose, info_verbose, &nPos ) && in unopkg_main()
258 !readOption( &option_shared, info_shared, &nPos ) && in unopkg_main()
259 !readOption( &option_force, info_force, &nPos ) && in unopkg_main()
260 !readOption( &option_bundled, info_bundled, &nPos ) && in unopkg_main()
261 !readOption( &option_suppressLicense, info_suppressLicense, &nPos ) && in unopkg_main()
262 !readOption( &option_help, info_help, &nPos ) && in unopkg_main()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/drawing_sheet/
H A Ddrawing_sheet_parser.cpp110 void readOption( DS_DATA_ITEM * aItem );
382 readOption( aItem ); in parsePolygon()
502 readOption( aItem ); in parseBitmap()
546 void DRAWING_SHEET_PARSER::readOption( DS_DATA_ITEM * aItem ) in readOption() function in DRAWING_SHEET_PARSER
585 readOption( aItem ); in parseGraphic()
649 readOption( aItem ); in parseText()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-console/src/Prompt/
H A DCheckbox.php74 $response = $this->readOption($mask);
146 private function readOption($mask) function in Zend\\Console\\Prompt\\Checkbox

12