Home
last modified time | relevance | path

Searched refs:moduleID (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dpartfactory.cpp140 QString moduleID = modelPart->moduleID(); in createPartAux() local
464 if (fzpFileExists(moduleID, path)) return path; in getFzpFilenameAux()
466 QString fzp = (*getFzp)(moduleID); in getFzpFilenameAux()
477 QString filename = fzpPath() + moduleID + ".fzp"; in getFzpFilename()
493 if (moduleID.startsWith("generic_ic_dip")) { in getFzpFilename()
494 return getFzpFilenameAux(moduleID, &Dip::genDipFZP); in getFzpFilename()
497 if (moduleID.startsWith("screw_terminal")) { in getFzpFilename()
501 if (moduleID.startsWith("generic_sip")) { in getFzpFilename()
502 return getFzpFilenameAux(moduleID, &Dip::genSipFZP); in getFzpFilename()
505 if (moduleID.contains("_pin_header_") && moduleID.startsWith("generic_")) { in getFzpFilename()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp42 auto moduleID = getID(); in writeIncludes() local
44 if (modules.shouldCopyModuleFilesLocally (moduleID)) in writeIncludes()
103 auto moduleID = getID(); in addCompileUnitsToExporter() local
105 …duleFolder = modules.shouldCopyModuleFilesLocally (moduleID) ? project.getLocalModuleFolder (modul… in addCompileUnitsToExporter()
465 getDependencies (project, moduleID, dependencies); in getExtraDependenciesNeeded()
468 if (dep != moduleID && ! isModuleEnabled (dep)) in getExtraDependenciesNeeded()
619 auto moduleID = info.getID(); in addModule() local
621 if (! isModuleEnabled (moduleID)) in addModule()
652 auto f = project.getModuleWithID (moduleID).second; in addModuleInteractive()
704 if (state.getChild(i) [Ids::ID] == moduleID) in removeModule()
[all …]
H A Djucer_Modules.h103 ModuleDescription getModuleInfo (const String& moduleID) const;
105 bool isModuleEnabled (const String& moduleID) const;
107 StringArray getExtraDependenciesNeeded (const String& moduleID) const;
108 bool tryToFixMissingDependencies (const String& moduleID);
112 bool shouldUseGlobalPath (const String& moduleID) const;
113 Value shouldUseGlobalPathValue (const String& moduleID) const;
115 bool shouldShowAllModuleFilesInProject (const String& moduleID) const;
118 bool shouldCopyModuleFilesLocally (const String& moduleID) const;
119 Value shouldCopyModuleFilesLocallyValue (const String& moduleID) const;
131 void addModuleInteractive (const String& moduleID);
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/model/
H A Dpalettemodel.cpp130 return m_partHash.contains(moduleID); in containsModelPart()
247 QString moduleID; in loadPart() local
276 moduleID = root.attribute("moduleId"); in loadPart()
277 if (moduleID.isNull() || moduleID.isEmpty()) { in loadPart()
361 else if (onCoreList(moduleID)) { in loadPart()
376 if (m_partHash.value(moduleID, NULL)) { in loadPart()
382 .arg(moduleID)); in loadPart()
388 m_partHash.insert(moduleID, modelPart); in loadPart()
448 if(mp->moduleID() == moduleID) { in removePart()
459 m_partHash.remove(moduleID); in removePart()
[all …]
H A Dsketchmodel.cpp49 ModelPart * SketchModel::findModelPart(const QString & moduleID, long id) { in findModelPart() argument
52 return findModelPartAux(m_root, moduleID, id); in findModelPart()
55 ModelPart * SketchModel::findModelPartAux(ModelPart * modelPart, const QString & moduleID, long id) in findModelPartAux() argument
57 if (modelPart->moduleID().compare(moduleID) == 0) { in findModelPartAux()
70 mp = findModelPartAux(mp, moduleID, id); in findModelPartAux()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partsbinpalette/
H A Dpartsbincommands.cpp46 …rtsBinAddRemoveArrangeCommand(class PartsBinPaletteWidget* bin, QString moduleID, QUndoCommand *pa… in PartsBinAddRemoveArrangeCommand() argument
49 m_moduleID = moduleID; in PartsBinAddRemoveArrangeCommand()
54 …and::PartsBinAddRemoveCommand(class PartsBinPaletteWidget* bin, QString moduleID, QString path, in… in PartsBinAddRemoveCommand() argument
55 : PartsBinAddRemoveArrangeCommand(bin, moduleID, parent) in PartsBinAddRemoveCommand()
71 PartsBinAddCommand::PartsBinAddCommand(class PartsBinPaletteWidget* bin, QString moduleID, QString … in PartsBinAddCommand() argument
72 : PartsBinAddRemoveCommand(bin, moduleID, path, index, parent) {} in PartsBinAddCommand()
84 PartsBinRemoveCommand::PartsBinRemoveCommand(class PartsBinPaletteWidget* bin, QString moduleID, QS… in PartsBinRemoveCommand() argument
85 : PartsBinAddRemoveCommand(bin, moduleID, path, index, parent) {} in PartsBinRemoveCommand()
97 PartsBinArrangeCommand::PartsBinArrangeCommand(class PartsBinPaletteWidget* bin, QString moduleID, … in PartsBinArrangeCommand() argument
98 : PartsBinAddRemoveArrangeCommand(bin, moduleID, parent) in PartsBinArrangeCommand()
H A Dpartsbinlistview.cpp86 QString moduleID = modelPart->moduleID(); in setItemAux() local
87 if (contains(moduleID)) { in setItemAux()
100 loadImage(modelPart, lwi, moduleID); in setItemAux()
176 int idxToRemove = position(moduleID); in removePart()
178 m_itemBaseHash.remove(moduleID); in removePart()
193 if(itemModuleID(item(i)) == moduleID) { in position()
218 return modelPart->moduleID(); in itemModuleID()
365 if (!contains(moduleID)) return; in reloadPart()
372 if (itemBase->moduleID().compare(moduleID) == 0) { in reloadPart()
385 ItemBaseHash.insert(moduleID, itemBase); in loadImage()
[all …]
H A Dpartsbiniconview.cpp121 QString moduleID = icon->moduleID(); in mousePressEvent() local
154 if(it && it->moduleID() == moduleID) { in removePart()
162 m_itemBaseHash.remove(moduleID); in removePart()
200 QString moduleID = modelPart->moduleID(); in setItemAux() local
201 if (contains(moduleID)) { in setItemAux()
208 ItemBase * itemBase = loadItemBase(moduleID, plural); in setItemAux()
438 if (!contains(moduleID)) return; in reloadPart()
444 if (it->itemBase()->moduleID().compare(moduleID) != 0) continue; in reloadPart()
455 ItemBase * itemBase = ItemBaseHash.value(moduleID); in loadItemBase()
459 ItemBaseHash.insert(moduleID, itemBase); in loadItemBase()
[all …]
H A Dpartsbinview.cpp92 void PartsBinView::removePartReference(const QString & moduleID) { in removePartReference() argument
93 ItemBase * itemBase = ItemBaseHash.value(moduleID); in removePartReference()
95 ItemBaseHash.remove(moduleID); in removePartReference()
215 QString moduleID; in dropEventAux() local
217 dataStream >> moduleID >> offset; in dropEventAux()
219 ModelPart * mp = m_referenceModel->retrieveModelPart(moduleID); in dropEventAux()
222 if(m_parent->contains(moduleID)) { in dropEventAux()
233 bool PartsBinView::contains(const QString &moduleID) { in contains() argument
234 return m_itemBaseHash.contains(moduleID); in contains()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelModuleMgr.cpp85 StelModule* m = getModule(moduleID); in unloadModule()
88 qWarning() << "Module" << moduleID << "is not loaded."; in unloadModule()
91 modules.remove(moduleID); in unloadModule()
106 StelModule* module = modules.value(moduleID, Q_NULLPTR); in getModule()
123 if (desc.info.id==moduleID) in loadPlugin()
127 qDebug() << "Loaded plugin" << moduleID; in loadPlugin()
128 pluginDescriptorList[moduleID].loaded=true; in loadPlugin()
132 qWarning() << "Unable to find plugin called" << moduleID; in loadPlugin()
140 if (desc.info.id==moduleID) in loadExtensions()
197 if (pluginDescriptorList.contains(moduleID)) in isPluginLoaded()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_ModuleTreeItems.h34 : project (p), moduleID (modID) in ModuleItem()
45 String getDisplayName() const override { return moduleID; } in getDisplayName()
59 project.getEnabledModules().removeModule (moduleID); in deleteItem()
112 String moduleID; variable
130 moduleID (modID) in ModuleSettingsPanel()
140 setEnabled (modules.isModuleEnabled (moduleID)); in refresh()
220 auto info = modules.getModuleInfo (moduleID); in refresh()
278 String moduleID; variable
335 String moduleID; variable
348 project (p), moduleID (modID), in MissingDependenciesComponent()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/
H A DCryptoData.java31 final private String moduleID; field in CryptoData
36 public CryptoData(String moduleID, byte[] salt, byte[] data, byte[] iv) { in CryptoData() argument
37 this.moduleID = moduleID; in CryptoData()
44 return moduleID; in getModuleID()
66 moduleID = null; in CryptoData()
69 moduleID = data.substring(0, pos); in CryptoData()
96 StringBuffer encryptedText = (moduleID == null) ? new StringBuffer() : new StringBuffer(moduleID); in toString()
H A DPasswordExt.java22 final public String moduleID; field in PasswordExt
24 public PasswordExt(PBEKeySpec password, String moduleID) { in PasswordExt() argument
26 this.moduleID = moduleID; in PasswordExt()
35 return moduleID; in getModuleID()
H A DPasswordProviderModuleExt.java26 final private String moduleID; field in PasswordProviderModuleExt
28 public PasswordProviderModuleExt(PasswordProvider module, String moduleID) { in PasswordProviderModuleExt() argument
30 this.moduleID = moduleID; in PasswordProviderModuleExt()
34 return moduleID; in getID()
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DgraphExtensions.c231 newExtension->moduleID = *pModuleID; in gp_AddExtension()
296 int gp_FindExtension(graphP theGraph, int moduleID, void **pContext) in gp_FindExtension() argument
305 if (theGraph==NULL || moduleID==0) in gp_FindExtension()
315 if (first->moduleID == moduleID) in gp_FindExtension()
349 void *gp_GetExtension(graphP theGraph, int moduleID) in gp_GetExtension() argument
352 int result = gp_FindExtension(theGraph, moduleID, &context); in gp_GetExtension()
363 int gp_RemoveExtension(graphP theGraph, int moduleID) in gp_RemoveExtension() argument
367 if (theGraph==NULL || moduleID==0) in gp_RemoveExtension()
377 if (curr->moduleID == moduleID) in gp_RemoveExtension()
489 newNext->moduleID = next->moduleID; in gp_CopyExtensions()
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DgraphExtensions.c231 newExtension->moduleID = *pModuleID; in gp_AddExtension()
296 int gp_FindExtension(graphP theGraph, int moduleID, void **pContext) in gp_FindExtension() argument
305 if (theGraph==NULL || moduleID==0) in gp_FindExtension()
315 if (first->moduleID == moduleID) in gp_FindExtension()
349 void *gp_GetExtension(graphP theGraph, int moduleID) in gp_GetExtension() argument
352 int result = gp_FindExtension(theGraph, moduleID, &context); in gp_GetExtension()
363 int gp_RemoveExtension(graphP theGraph, int moduleID) in gp_RemoveExtension() argument
367 if (theGraph==NULL || moduleID==0) in gp_RemoveExtension()
377 if (curr->moduleID == moduleID) in gp_RemoveExtension()
489 newNext->moduleID = next->moduleID; in gp_CopyExtensions()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/commands/shell/
H A DModuleCommand.php58 $moduleID=$args[0];
59 $moduleClass=ucfirst($moduleID).'Module';
60 $modulePath=Yii::app()->getModulePath().DIRECTORY_SEPARATOR.$moduleID;
68 'moduleID'=>$moduleID,
77 Module '{$moduleID}' has been created under the following folder:
83 Note, the module needs to be installed first by adding '{$moduleID}'
/dports/www/limesurvey/limesurvey/framework/cli/commands/shell/
H A DModuleCommand.php58 $moduleID=$args[0];
59 $moduleClass=ucfirst($moduleID).'Module';
60 $modulePath=Yii::app()->getModulePath().DIRECTORY_SEPARATOR.$moduleID;
68 'moduleID'=>$moduleID,
77 Module '{$moduleID}' has been created under the following folder:
83 Note, the module needs to be installed first by adding '{$moduleID}'
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/friends/
H A DInternalExchangeUtils.java57 …result.add(new PasswordProviderDescription(module.name, module.moduleID, module.priority, module.d… in passwordProvidersFind()
105 …static public void setupRecovery(String[][] userParts, String moduleID, IPreferencesContainer cont… in setupRecovery() argument
106 PasswordManagement.setupRecovery(userParts, moduleID, container); in setupRecovery()
109 static public String[] getPasswordRecoveryQuestions(ISecurePreferences node, String moduleID) { in getPasswordRecoveryQuestions() argument
111 return PasswordManagement.getPasswordRecoveryQuestions(rootNode, moduleID); in getPasswordRecoveryQuestions()
114 static public String recoverPassword(String[] answers, ISecurePreferences node, String moduleID) { in recoverPassword() argument
116 String password = PasswordManagement.recoverPassword(answers, rootNode, moduleID); in recoverPassword()
118 …rootNode.cachePassword(moduleID, new PasswordExt(new PBEKeySpec(password.toCharArray()), moduleID)… in recoverPassword()
/dports/cad/fritzing/fritzing-parts-0.9.2b/parts/part-gen-scripts/misc_scripts/
H A DlistModuleIDs.py48 moduleID = instance.getAttribute("moduleIdRef")
50 if moduleIDs.get(moduleID) == None:
51 moduleIDs[moduleID] = path
53 for moduleID in moduleIDs.keys():
54 print moduleID
55 print " ",moduleIDs[moduleID]
/dports/www/limesurvey/limesurvey/framework/gii/generators/module/
H A DModuleCode.php5 public $moduleID; variable in ModuleCode
25 if(Yii::app()->hasModule($this->moduleID))
26 …fully. You may '.CHtml::link('try it now', Yii::app()->createUrl($this->moduleID), array('target'=…
36 '{$this->moduleID}',
87 return ucfirst($this->moduleID).'Module';
92 return Yii::app()->modulePath.DIRECTORY_SEPARATOR.$this->moduleID;
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/generators/module/
H A DModuleCode.php5 public $moduleID; variable in ModuleCode
25 if(Yii::app()->hasModule($this->moduleID))
26 …fully. You may '.CHtml::link('try it now', Yii::app()->createUrl($this->moduleID), array('target'=…
36 '{$this->moduleID}',
84 return ucfirst($this->moduleID).'Module';
89 return Yii::app()->modulePath.DIRECTORY_SEPARATOR.$this->moduleID;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.util/src/org/eclipse/equinox/internal/util/ref/
H A DLog.java179 public void error(int moduleID, int msgID, String msg, Throwable t, boolean synch) { in error() argument
269 public void info(int moduleID, int msgID, String msg, boolean synch) { in info() argument
318 debug(moduleID, msgID, msg, t, synch, false, false, true); in debug()
338 debug(moduleID, msgID, msg, t, synch, measurement, false, true); in debug()
361 debug(moduleID, msgID, msg, t, synch, measurement, display, true); in debug()
392 message = buildDebugString(moduleID, msgID, msg, "DEBUG " + bundleId + " "); in debug()
402 message = buildDebugString(moduleID, msgID, msg, "DEBUG " + bundleId + " "); in debug()
606 private String getModuleName(int moduleID) { in getModuleName() argument
607 return (String) map.get(-moduleID); in getModuleName()
632 String module = getModuleName(moduleID); in buildDebugString()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/cleartablelock/
H A Dcleartablelockthread.cpp91 fStatus->moduleID() << "..." << std::endl; in executeRollback()
117 std::cout << "No response from PM" << fStatus->moduleID() << std::endl; in executeRollback()
131 fStatus->moduleID() << std::endl; in executeRollback()
134 fStatus->moduleID() << "; " << rollbackErrMsg << std::endl; in executeRollback()
165 fStatus->moduleID() << "..." << std::endl; in executeFileCleanup()
186 std::cout << "No response from PM" << fStatus->moduleID() << std::endl; in executeFileCleanup()
200 fStatus->moduleID() << std::endl; in executeFileCleanup()
203 fStatus->moduleID() << "; " << fileDeleteErrMsg << std::endl; in executeFileCleanup()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/cleartablelock/
H A Dcleartablelockthread.cpp91 fStatus->moduleID() << "..." << std::endl; in executeRollback()
117 std::cout << "No response from PM" << fStatus->moduleID() << std::endl; in executeRollback()
131 fStatus->moduleID() << std::endl; in executeRollback()
134 fStatus->moduleID() << "; " << rollbackErrMsg << std::endl; in executeRollback()
165 fStatus->moduleID() << "..." << std::endl; in executeFileCleanup()
186 std::cout << "No response from PM" << fStatus->moduleID() << std::endl; in executeFileCleanup()
200 fStatus->moduleID() << std::endl; in executeFileCleanup()
203 fStatus->moduleID() << "; " << fileDeleteErrMsg << std::endl; in executeFileCleanup()

1234567891011