Home
last modified time | relevance | path

Searched refs:hasOptions (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/math/qposases/qpOASES-3.2.1/testing/matlab/tests/
H A DrunRandomZeroHessian.m33 for hasOptions=1:1
48 for hasOptions=1:1
138 switch ( hasOptions )
248 if ( hasOptions > 0 )
249 if ( hasOptions == 1 )
288 if ( hasOptions > 0 )
289 if ( hasOptions == 1 )
337 if ( hasOptions > 0 )
338 if ( hasOptions == 1 )
376 if ( hasOptions > 0 )
[all …]
H A DrunRandomIdHessian.m34 for hasOptions=0:1
52 for hasOptions=0:1
144 switch ( hasOptions )
250 if ( hasOptions > 0 )
251 if ( hasOptions == 1 )
290 if ( hasOptions > 0 )
291 if ( hasOptions == 1 )
339 if ( hasOptions > 0 )
340 if ( hasOptions == 1 )
378 if ( hasOptions > 0 )
[all …]
H A DrunInterfaceSeqTest.m35 for hasOptions=0:2
53 for hasOptions=0:2
134 switch ( hasOptions )
246 if ( hasOptions > 0 )
247 if ( hasOptions == 1 )
287 if ( hasOptions > 0 )
288 if ( hasOptions == 1 )
336 if ( hasOptions > 0 )
337 if ( hasOptions == 1 )
375 if ( hasOptions > 0 )
[all …]
H A DrunInterfaceTest.m34 for hasOptions=0:2
53 for hasOptions=0:2
123 switch ( hasOptions )
219 if ( hasOptions > 0 )
220 if ( hasOptions == 1 )
264 if ( hasOptions > 0 )
265 if ( hasOptions == 1 )
317 if ( hasOptions > 0 )
318 if ( hasOptions == 1 )
360 if ( hasOptions > 0 )
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/drupal/core-composer-scaffold/
H A DScaffoldOptions.php53 public static function hasOptions(array $extras) { function in Drupal\\Composer\\Plugin\\Scaffold\\ScaffoldOptions
67 $options = static::hasOptions($extras) ? $extras['drupal-scaffold'] : [];
/dports/www/drupal9/drupal-9.2.10/vendor/drupal/core-composer-scaffold/
H A DScaffoldOptions.php53 public static function hasOptions(array $extras) { function in Drupal\\Composer\\Plugin\\Scaffold\\ScaffoldOptions
67 $options = static::hasOptions($extras) ? $extras['drupal-scaffold'] : [];
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/console_commandline/Console/CommandLine/Renderer/
H A DDefault.php244 $hasOptions = false;
249 if (!$hasOptions && ($command->add_help_option ||
251 $hasOptions = true;
254 if ($hasOptions) {
/dports/devel/pear-Console_CommandLine/Console_CommandLine-1.2.2/Console/CommandLine/Renderer/
H A DDefault.php244 $hasOptions = false;
249 if (!$hasOptions && ($command->add_help_option ||
251 $hasOptions = true;
254 if ($hasOptions) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Command/
H A DHelpCommandController.php123 $hasOptions = false;
126 $hasOptions = true;
131 …. $this->commandManager->getShortestIdentifierForCommand($command) . ($hasOptions ? ' [<options>]'…
/dports/www/squid/squid-4.15/src/adaptation/icap/
H A DServiceRep.cc297 bool Adaptation::Icap::ServiceRep::hasOptions() const in hasOptions() function in Adaptation::Icap::ServiceRep
304 return !isSuspended && hasOptions(); in up()
327 Must(hasOptions()); in wantsUrl()
333 Must(hasOptions()); in wantsPreview()
348 Must(hasOptions()); in allows204()
354 Must(hasOptions()); in allows206()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DExportHelpers.cpp359 bool hasOptions = !voptions.isUndefined(); in ExportFunction() local
360 if (!vscope.isObject() || !vfunction.isObject() || (hasOptions && !voptions.isObject())) { in ExportFunction()
367 ExportFunctionOptions options(cx, hasOptions ? &voptions.toObject() : nullptr); in ExportFunction()
368 if (hasOptions && !options.Parse()) in ExportFunction()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DExportHelpers.cpp331 bool hasOptions = !voptions.isUndefined(); in ExportFunction() local
333 (hasOptions && !voptions.isObject())) { in ExportFunction()
341 hasOptions ? &voptions.toObject() : nullptr); in ExportFunction()
342 if (hasOptions && !options.Parse()) return false; in ExportFunction()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actionprintpreview.cpp52 , hasOptions(false) in RS_ActionPrintPreview()
224 RS_DIALOGFACTORY->requestOptions(this, true,hasOptions); in showOptions()
225 hasOptions=true; in showOptions()
H A Drs_actionprintpreview.h85 bool hasOptions;
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DExportHelpers.cpp440 bool hasOptions = !voptions.isUndefined(); in ExportFunction() local
442 (hasOptions && !voptions.isObject())) { in ExportFunction()
450 hasOptions ? &voptions.toObject() : nullptr); in ExportFunction()
451 if (hasOptions && !options.Parse()) { in ExportFunction()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DExportHelpers.cpp442 bool hasOptions = !voptions.isUndefined(); in ExportFunction() local
444 (hasOptions && !voptions.isObject())) { in ExportFunction()
452 hasOptions ? &voptions.toObject() : nullptr); in ExportFunction()
453 if (hasOptions && !options.Parse()) { in ExportFunction()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DExportHelpers.cpp440 bool hasOptions = !voptions.isUndefined(); in ExportFunction() local
442 (hasOptions && !voptions.isObject())) { in ExportFunction()
450 hasOptions ? &voptions.toObject() : nullptr); in ExportFunction()
451 if (hasOptions && !options.Parse()) { in ExportFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DExportHelpers.cpp438 bool hasOptions = !voptions.isUndefined(); in ExportFunction() local
440 (hasOptions && !voptions.isObject())) { in ExportFunction()
448 hasOptions ? &voptions.toObject() : nullptr); in ExportFunction()
449 if (hasOptions && !options.Parse()) { in ExportFunction()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/panels/
H A DAbstractContextSelectToolbarStatusPanel.java139 if (hasOptions()) { in setupToolbarElements()
284 protected boolean hasOptions() { in hasOptions() method in AbstractContextSelectToolbarStatusPanel
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Dsourcefiletemplate.cpp297 …bool hasOptions = d->archive->directory()->entries().contains(cg.readEntry("OptionsFile", "options… in hasCustomOptions() local
299 qCDebug(LANGUAGE) << cg.readEntry("OptionsFile", "options.kcfg") << hasOptions; in hasCustomOptions()
300 return hasOptions; in hasCustomOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptorProto.php97 public function hasOptions() function in Google\\Protobuf\\Internal\\OneofDescriptorProto
H A DEnumValueDescriptorProto.php131 public function hasOptions() function in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptorProto.php97 public function hasOptions() function in Google\\Protobuf\\Internal\\OneofDescriptorProto
H A DEnumValueDescriptorProto.php131 public function hasOptions() function in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DExtensionRange.php143 public function hasOptions() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange

1234567