Home
last modified time | relevance | path

Searched refs:addMode (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/devel/xelfviewer/XELFViewer-0.03/XDisasmView/
H A Dxmultidisasmwidget.cpp38 addMode(XBinary::DM_X86_16); in XMultiDisasmWidget()
39 addMode(XBinary::DM_X86_32); in XMultiDisasmWidget()
56 addMode(XBinary::DM_SPARC); in XMultiDisasmWidget()
57 addMode(XBinary::DM_S390X); in XMultiDisasmWidget()
58 addMode(XBinary::DM_XCORE); in XMultiDisasmWidget()
59 addMode(XBinary::DM_M68K); in XMultiDisasmWidget()
62 addMode(XBinary::DM_M6800); in XMultiDisasmWidget()
63 addMode(XBinary::DM_M6801); in XMultiDisasmWidget()
64 addMode(XBinary::DM_M6805); in XMultiDisasmWidget()
65 addMode(XBinary::DM_M6808); in XMultiDisasmWidget()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DRegistryMode.java71 addMode(new RenderedRegistryMode(), true); in addMode() method
72 addMode(new RenderableRegistryMode(), true); in addMode() method
73 addMode(new CollectionRegistryMode(), true); in addMode() method
74 addMode(new RenderableCollectionRegistryMode(), true); in addMode() method
77 addMode(new RemoteRenderedRegistryMode(), true); in addMode() method
78 addMode(new RemoteRenderableRegistryMode(), true); in addMode() method
81 addMode(new TileEncoderRegistryMode(), true); in addMode() method
82 addMode(new TileDecoderRegistryMode(), true); in addMode() method
90 private static boolean addMode(RegistryMode mode, boolean immutable) { in addMode() method in RegistryMode
114 public synchronized static boolean addMode(RegistryMode mode) { in addMode() method in RegistryMode
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/libsrc/
H A Ddsrstpl.cc93 const E_AddMode addMode) in addExtraContentItem() argument
100 if (addContentItem(relationshipType, valueType, addMode) > 0) in addExtraContentItem()
110 const E_AddMode addMode, in insertExtraTemplate() argument
118 … result = insertSubTree(subTemplate.cloneTree(), addMode, defaultRelType, OFTrue /*deleteIfFail*/); in insertExtraTemplate()
H A Ddsrrtpl.cc96 const E_AddMode addMode) in addExtraContentItem() argument
103 if (addContentItem(relationshipType, valueType, addMode) > 0) in addExtraContentItem()
114 const E_AddMode addMode, in insertExtraTemplate() argument
122 … result = insertSubTree(subTemplate.cloneTree(), addMode, defaultRelType, OFTrue /*deleteIfFail*/); in insertExtraTemplate()
H A Ddsrdocst.cc488 if ((addMode == AM_beforeCurrent) || (addMode == AM_afterCurrent)) in canAddContentItem()
537 const E_AddMode addMode) in addContentItem() argument
540 if (canAddContentItem(relationshipType, valueType, addMode)) in addContentItem()
547 nodeID = addNode(node, addMode); in addContentItem()
571 if (addNode(node, addMode) == 0) in addContentItem()
697 const E_AddMode addMode, in canInsertSubTree() argument
742 if (canInsertSubTree(tree, addMode, defaultRelType)) in insertSubTree()
766 if (addNode(tree->getRoot(), addMode) > 0) in insertSubTree()
973 const E_AddMode addMode) in addNode() argument
976 return DSRTree<DSRDocumentTreeNode>::addNode(node, addMode); in addNode()
[all …]
H A Ddsrdoctr.cc313 const E_AddMode addMode) const in canAddContentItem()
324 result = DSRDocumentSubTree::canAddContentItem(relationshipType, valueType, addMode); in canAddContentItem()
331 const E_AddMode addMode, in canInsertSubTree() argument
342 result = DSRDocumentSubTree::canInsertSubTree(tree, addMode, defaultRelType); in canInsertSubTree()
/dports/games/palapeli/palapeli-21.12.3/slicers/goldberg/
H A Dslicer-goldberg.cpp30 addMode(presetMode = new PresetMode); in GoldbergSlicer()
31 addMode(new RectMode); in GoldbergSlicer()
32 addMode(new CairoMode); in GoldbergSlicer()
33 addMode(new HexMode); in GoldbergSlicer()
34 addMode(new RotrexMode); in GoldbergSlicer()
37 addMode(irregularMode = new IrregularMode); in GoldbergSlicer()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/include/dcmtk/dcmsr/
H A Ddsrdocst.h358 const E_AddMode addMode = AM_afterCurrent) const;
385 const E_AddMode addMode = AM_afterCurrent);
404 const E_AddMode addMode = AM_afterCurrent,
483 const E_AddMode addMode = AM_belowCurrent,
505 const E_AddMode addMode = AM_belowCurrent,
676 const E_AddMode addMode = AM_afterCurrent);
729 const E_AddMode addMode = AM_belowCurrent,
H A Ddsrtree.h407 E_AddMode addMode = AM_afterCurrent; in DSRTree() local
415 if (addNode(newNode = nodeCursor->clone(), addMode) == 0) in DSRTree()
427 addMode = AM_belowCurrent; in DSRTree()
433 addMode = AM_afterCurrent; in DSRTree()
448 addMode = AM_afterCurrent; in DSRTree()
478 E_AddMode addMode = AM_afterCurrent; in DSRTree() local
500 addMode = AM_belowCurrent; in DSRTree()
512 addMode = AM_afterCurrent; in DSRTree()
534 addMode = AM_afterCurrent; in DSRTree()
688 const E_AddMode addMode) in addNode() argument
[all …]
H A Ddsrdoctr.h186 const E_AddMode addMode = AM_afterCurrent) const;
202 const E_AddMode addMode = AM_belowCurrent,
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dadjuster.cc61 addMode(false), in Adjuster()
279 setSliderValue(addMode ? defaultVal : value2slider(defaultVal)); in resetValue()
282 if (addMode) { in resetValue()
325 slider->set_range(addMode ? vmin : value2slider(vmin), addMode ? vmax : value2slider(vmax)); in setLimits()
326 setSliderValue(addMode ? shapeVal : value2slider(shapeVal)); in setLimits()
334 if (addM != addMode) { in setAddMode()
336 addMode = addM; in setAddMode()
403 spin->set_value(addMode ? v : slider2value(v)); in sliderChanged()
441 setSliderValue(addMode ? shapeValue(a) : value2slider(shapeValue(a))); in setValue()
686 if (addMode) { in getTextValue()
[all …]
/dports/net/olsrd/olsrd-0.9.8/files/
H A Dsgw_policy_routing_setup.sh168 if [ "$addMode" = "$ADDMODE_ADD" ] && \
250 declare addMode="$4"
276 if [ ! "$addMode" = "$ADDMODE_ADD" ] && \
277 [ ! "$addMode" = "$ADDMODE_DEL" ]; then
330 if [ "$addMode" = "$ADDMODE_ADD" ]; then
341 if [ "$addMode" = "$ADDMODE_ADD" ] && [ ! "$mode" = "$MODE_CLEANUP" ]; then
/dports/math/asymptote/asymptote-2.67/GUI/
H A DWindow1.py166 self.addMode = None
339 if self.addMode is not None:
340 if self.addMode.active and isinstance(self.addMode, InplaceAddObj.AddBezierShape):
345 if self.addMode is not None:
346 if self.addMode.active and isinstance(self.addMode, InplaceAddObj.AddBezierShape):
358 if self.addMode is not None:
359 if self.addMode.active:
995 if self.addMode.active:
1204 if self.addMode.active and isinstance(self.addMode, InplaceAddObj.AddBezierShape):
1252 self.addMode = None
[all …]
/dports/math/kcalc/kcalc-21.12.3/
H A Dkcalc.cpp443 pbSin->addMode(ModeNormal, i18nc("Sine", "sin"), i18n("Sine")); in setupScientificKeys()
444 pbSin->addMode(ModeShift, i18nc("Arc sine", "asin"), i18n("Arc sine")); in setupScientificKeys()
451 pbCos->addMode(ModeNormal, i18nc("Cosine", "cos"), i18n("Cosine")); in setupScientificKeys()
452 pbCos->addMode(ModeShift, i18nc("Arc cosine", "acos"), i18n("Arc cosine")); in setupScientificKeys()
459 pbTan->addMode(ModeNormal, i18nc("Tangent", "tan"), i18n("Tangent")); in setupScientificKeys()
472 pbLn->addMode(ModeNormal, i18nc("Natural log", "ln"), i18n("Natural log")); in setupScientificKeys()
498 pbMean->addMode(ModeNormal, i18nc("Mean", "Mea"), i18n("Mean")); in setupStatisticKeys()
513 pbDat->addMode(ModeNormal, i18nc("Enter data", "Dat"), i18n("Enter data")); in setupStatisticKeys()
575 pbMod->addMode(ModeNormal, i18nc("Modulo", "mod"), i18n("Modulo")); in setupMiscKeys()
589 pbFactorial->addMode(ModeShift, QStringLiteral("&#915;"), i18n("Gamma")); in setupMiscKeys()
[all …]
H A Dkcalc_const_button.cpp24addMode(ModeShift, i18nc("Write display data into memory", "Store"), i18n("Write display data into… in KCalcConstButton()
37addMode(ModeShift, i18nc("Write display data into memory", "Store"), i18n("Write display data into… in KCalcConstButton()
72 addMode(ModeNormal, new_label, new_tooltip); in setLabelAndTooltip()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dadjuster.cc68 addMode = false; in Adjuster()
337 setSliderValue(addMode ? defaultVal : value2slider(defaultVal)); in resetValue()
340 if (addMode) { in resetValue()
380 slider->set_range (addMode ? vmin : value2slider(vmin), addMode ? vmax : value2slider(vmax)); in setLimits()
381 setSliderValue(addMode ? shapeValue(vdefault) : value2slider(shapeValue(vdefault))); in setLimits()
389 if (addM != addMode) { in setAddMode()
391 addMode = addM; in setAddMode()
417 setSliderValue(addMode ? spin->get_value () : value2slider(spin->get_value ())); in spinChanged()
461 spin->set_value (addMode ? v : slider2value(v)); in sliderChanged()
502 setSliderValue(addMode ? shapeValue(a) : value2slider(shapeValue (a))); in setValue()
H A Dadjuster.h69 bool addMode; variable
135 if (addMode) { in getTextValue()
171 return addMode; in getAddMode()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/expr/
H A Dqtemplatemode_p.h87 inline void addMode(const TemplateMode::Ptr &mode);
114 void TemplateMode::addMode(const TemplateMode::Ptr &mode) in addMode() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/expr/
H A Dqtemplatemode_p.h90 inline void addMode(const TemplateMode::Ptr &mode);
117 void TemplateMode::addMode(const TemplateMode::Ptr &mode) in addMode() function
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/modules/leave/actions/
H A DaddLeaveEntitlementAction.class.php79 $this->addMode = true;
85 $this->addMode = false;
102 … $eventType = $this->addMode ? LeaveEvents::ENTITLEMENT_ADD : LeaveEvents::ENTITLEMENT_UPDATE;
106 …$successMessage = $this->addMode ? TopLevelMessages::ADD_SUCCESS : TopLevelMessages::UPDATE_SUCCE…
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/modules/leave/templates/
H A DaddLeaveEntitlementSuccess.php37 <h1><?php echo $addMode ? __("Add Leave Entitlement") : __('Edit Leave Entitlement');?></h1>
155 var mode = '<?php echo ($addMode)?'add':'update'; ?>';
/dports/security/yafic/yafic-1.2.2/
H A Druleset.c216 int addMode = 1; in parseFlags() local
228 addMode = -1; in parseFlags()
236 addMode = 1; in parseFlags()
241 addMode = 0; in parseFlags()
251 if (addMode == -1) in parseFlags()
253 else if (addMode) in parseFlags()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dminimap.cpp195 addMode(MINIMAP_TYPE_OFF); in Minimap()
196 addMode(MINIMAP_TYPE_SURFACE, 256); in Minimap()
197 addMode(MINIMAP_TYPE_SURFACE, 128); in Minimap()
198 addMode(MINIMAP_TYPE_SURFACE, 64); in Minimap()
199 addMode(MINIMAP_TYPE_RADAR, 512); in Minimap()
200 addMode(MINIMAP_TYPE_RADAR, 256); in Minimap()
201 addMode(MINIMAP_TYPE_RADAR, 128); in Minimap()
317 void Minimap::addMode(MinimapModeDef mode) in addMode() function in Minimap
364 void Minimap::addMode(MinimapType type, u16 size, std::string label, in addMode() function in Minimap
383 addMode(mode); in addMode()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Djwt-tool.cpp406 cmdline . addMode ( "decode", "Extract and verify JWT claims" ); in handle_params()
407 cmdline . addMode ( "sign", "Sign a JSON claim set object" ); in handle_params()
408 cmdline . addMode ( "examine", "Examine a JWT without verification" ); in handle_params()
409 …cmdline . addMode ( "import-pem", "Import a private pem file to extract and save private and publi… in handle_params()
410 …cmdline . addMode ( "gen-key", "Generate an RSA or Eliptic Curve key and save private and public k… in handle_params()
/dports/cad/opencascade/opencascade-7.6.0/samples/qt/Interface/src/
H A DTranslate.cxx61 void addMode( const int, const QString& );
117 void TranslateDlg::addMode( const int mode, const QString& name ) in addMode() function in TranslateDlg
365 myDlg->addMode( STEPControl_ManifoldSolidBrep, QObject::tr( "INF_BREP_MOIFOLD" ) ); in getDialog()
366 myDlg->addMode( STEPControl_FacetedBrep, QObject::tr( "INF_BREP_FACETED" ) ); in getDialog()
367 myDlg->addMode( STEPControl_ShellBasedSurfaceModel, QObject::tr( "INF_BREP_SHELL" ) ); in getDialog()
368 myDlg->addMode( STEPControl_GeometricCurveSet, QObject::tr( "INF_BREP_CURVE" ) ); in getDialog()

12345678