Home
last modified time | relevance | path

Searched refs:KEY_ELEMENT_NAME (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/script/
H A Ddp_scriptbackenddb.cxx30 #define KEY_ELEMENT_NAME "script" macro
58 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/script/
H A Ddp_scriptbackenddb.cxx35 #define KEY_ELEMENT_NAME "script" macro
65 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/fetch/
H A DCOPYFetchTasksFactory.java58 String element = (String) entryInfos.get(KEY_ELEMENT_NAME); in generateRetrieveElementCall()
84 filePath = filePath.append((String) entryInfos.get(KEY_ELEMENT_NAME)).append(file); in generateRetrieveFilesCall()
99 …tring message = NLS.bind(Messages.error_incorrectDirectoryEntry, entryInfos.get(KEY_ELEMENT_NAME)); in parseMapFileEntry()
H A DCVSFetchTaskFactory.java75 String element = (String) entryInfos.get(KEY_ELEMENT_NAME); in generateRetrieveElementCall()
142 filePath = new Path((String) entryInfos.get(KEY_ELEMENT_NAME)).append(file); in generateRetrieveFilesCall()
177 …tring message = NLS.bind(Messages.error_incorrectDirectoryEntry, entryInfos.get(KEY_ELEMENT_NAME)); in parseMapFileEntry()
214 String projectName = (String) entryInfos.get(KEY_ELEMENT_NAME); in addProjectReference()
H A DP2IUFetchFactory.java213 …throwException(NLS.bind(Messages.error_incorrectDirectoryEntry, entryInfos.get(KEY_ELEMENT_NAME)),… in parseMapFileEntry()
228 …(NLS.bind(Messages.error_directoryEntryRequiresIdAndRepo, entryInfos.get(KEY_ELEMENT_NAME)), null); in parseMapFileEntry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/package/
H A Ddp_extbackenddb.cxx37 #define KEY_ELEMENT_NAME "extension" macro
67 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/package/
H A Ddp_extbackenddb.cxx33 #define KEY_ELEMENT_NAME "extension" macro
61 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/help/
H A Ddp_helpbackenddb.cxx33 #define KEY_ELEMENT_NAME "help" macro
61 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.cxx38 #define KEY_ELEMENT_NAME "component" macro
68 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/help/
H A Ddp_helpbackenddb.cxx38 #define KEY_ELEMENT_NAME "help" macro
68 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.cxx33 #define KEY_ELEMENT_NAME "component" macro
61 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.cxx38 #define KEY_ELEMENT_NAME "configuration" macro
68 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.cxx34 #define KEY_ELEMENT_NAME "configuration" macro
62 return KEY_ELEMENT_NAME; in getKeyElementName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/
H A DFetchScriptGenerator.java128 …scriptName = FETCH_FILE_PREFIX + mapInfos.get(IFetchFactory.KEY_ELEMENT_NAME) + ".xml"; //$NON-NLS… in generate()
217 if (!mapInfos.get(IFetchFactory.KEY_ELEMENT_NAME).equals(IPDEBuildConstants.CONTAINER_FEATURE)) in generateFetchTarget()
228 if (mapInfos.get(IFetchFactory.KEY_ELEMENT_NAME).equals(IPDEBuildConstants.CONTAINER_FEATURE)) in generateFetchElementTarget()
242 …retrieveFeature((String) mapInfos.get(IFetchFactory.KEY_ELEMENT_NAME), (String) mapInfos.get(IFetc… in generateFetchPluginsTarget()
268 entryInfos.put(IFetchFactory.KEY_ELEMENT_NAME, currentElement); in processMapFileEntry()
304 entryInfos.put(IFetchFactory.KEY_ELEMENT_NAME, currentElement); in processMapFileEntry()
363 String elementToFetch = (String) mapFileEntry.get(IFetchFactory.KEY_ELEMENT_NAME); in generateFetchEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/build/
H A DIFetchFactory.java52 public static final String KEY_ELEMENT_NAME = "element"; //$NON-NLS-1$ field
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Tools/
H A DMacOS.pm26 KEY_ELEMENT_NAME => 'key', constant
242 if ($elem->getName() eq KEY_ELEMENT_NAME) {