Home
last modified time | relevance | path

Searched refs:prefId (Results 1 – 24 of 24) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/
H A DPropertyMapAdapter.java65 protected final void firePropertyChange(String prefId) { in firePropertyChange() argument
67 queuedEvents.add(prefId); in firePropertyChange()
72 listeners.firePropertyChange(prefId); in firePropertyChange()
H A DPropertyListenerList.java36 public void firePropertyChange(String prefId) { in firePropertyChange() argument
47 delta = new String[] { prefId }; in firePropertyChange()
51 delta[0] = prefId; in firePropertyChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DActionSetDescriptor.java164 String prefId = INITIALLY_HIDDEN_PREF_ID_PREFIX + getId(); in isInitiallyVisible() local
165 if (prefs.getBoolean(prefId)) { in isInitiallyVisible()
183 String prefId = INITIALLY_HIDDEN_PREF_ID_PREFIX + getId(); in setInitiallyVisible() local
184 prefs.setValue(prefId, !newValue); in setInitiallyVisible()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/internal/
H A DElemStack.cpp287 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addGlobalPrefix() local
300 fGlobalNamespaces->fMap[fGlobalNamespaces->fMapCount].fPrefId = prefId; in addGlobalPrefix()
301 if ((prefId == fGlobalPoolId) && (uriId == fEmptyNamespaceId)) in addGlobalPrefix()
320 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addPrefix() local
333 curRow->fMap[curRow->fMapCount].fPrefId = prefId; in addPrefix()
334 if ((prefId == fGlobalPoolId) && (uriId == fEmptyNamespaceId)) in addPrefix()
726 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addPrefix() local
739 fMap[curRow->fTopPrefix + 1].fPrefId = prefId; in addPrefix()
740 if ((prefId == fGlobalPoolId) && (uriId == fEmptyNamespaceId)) in addPrefix()
H A DElemStack.hpp197 const XMLCh* getPrefixForId(unsigned int prefId) const;
553 inline const XMLCh* ElemStack::getPrefixForId(unsigned int prefId) const in getPrefixForId()
555 return fPrefixPool.getValueForId(prefId); in getPrefixForId()
H A DXMLScanner.hpp276 const XMLCh* getPrefixForId(unsigned int prefId) const;
1144 inline const XMLCh* XMLScanner::getPrefixForId(unsigned int prefId) const in getPrefixForId()
1146 return fElemStack.getPrefixForId(prefId); in getPrefixForId()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/internal/
H A DElemStack.cpp287 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addGlobalPrefix() local
300 fGlobalNamespaces->fMap[fGlobalNamespaces->fMapCount].fPrefId = prefId; in addGlobalPrefix()
301 if ((prefId == fGlobalPoolId) && (uriId == fEmptyNamespaceId)) in addGlobalPrefix()
320 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addPrefix() local
333 curRow->fMap[curRow->fMapCount].fPrefId = prefId; in addPrefix()
334 if ((prefId == fGlobalPoolId) && (uriId == fEmptyNamespaceId)) in addPrefix()
726 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addPrefix() local
739 fMap[curRow->fTopPrefix + 1].fPrefId = prefId; in addPrefix()
740 if ((prefId == fGlobalPoolId) && (uriId == fEmptyNamespaceId)) in addPrefix()
H A DElemStack.hpp197 const XMLCh* getPrefixForId(unsigned int prefId) const;
553 inline const XMLCh* ElemStack::getPrefixForId(unsigned int prefId) const in getPrefixForId()
555 return fPrefixPool.getValueForId(prefId); in getPrefixForId()
H A DXMLScanner.hpp275 const XMLCh* getPrefixForId(unsigned int prefId) const;
1133 inline const XMLCh* XMLScanner::getPrefixForId(unsigned int prefId) const in getPrefixForId()
1135 return fElemStack.getPrefixForId(prefId); in getPrefixForId()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DNamespaceScope.cpp164 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addPrefix() local
169 if (curRow->fMap[mapIndex].fPrefId == prefId) in addPrefix()
186 curRow->fMap[curRow->fMapCount].fPrefId = prefId; in addPrefix()
H A DXSDDOMParser.cpp120 unsigned int prefId = namespaceContext->elementAt(j)->fPrefId; in startAnnotation() local
122 if (!fURIs->containsElement(prefId)) { in startAnnotation()
124 const XMLCh* prefix = fScanner->getPrefixForId(prefId); in startAnnotation()
140 fURIs->addElement(prefId); in startAnnotation()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DNamespaceScope.cpp164 const unsigned int prefId = fPrefixPool.addOrFind(prefixToAdd); in addPrefix() local
169 if (curRow->fMap[mapIndex].fPrefId == prefId) in addPrefix()
186 curRow->fMap[curRow->fMapCount].fPrefId = prefId; in addPrefix()
H A DXSDDOMParser.cpp120 unsigned int prefId = namespaceContext->elementAt(j)->fPrefId; in startAnnotation() local
122 if (!fURIs->containsElement(prefId)) { in startAnnotation()
124 const XMLCh* prefix = fScanner->getPrefixForId(prefId); in startAnnotation()
140 fURIs->addElement(prefId); in startAnnotation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/
H A DViewPaneRenderingMgr.java282 String prefId = id.toString(); in getPrefId() local
283 return prefId; in getPrefId()
316 private void loadPersistedRenderings(String prefId) { in loadPersistedRenderings() argument
317 …rm.getPreferencesService().getString(DebugUIPlugin.getUniqueIdentifier(), prefId, "", //$NON-NLS-1$ in loadPersistedRenderings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
H A DManageSyncSettingsTest.java623 String prefId = uiDataType.getValue(); in getDataTypes() local
624 dataTypes.put(modelType, (CheckBoxPreference) fragment.findPreference(prefId)); in getDataTypes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/
H A DWorkbenchActionBuilder.java809 String prefId = "useSeparator." + menu.getId() + "." + groupId; //$NON-NLS-1$ //$NON-NLS-2$ in addSeparatorOrGroupMarker() local
811 .getPreferenceStore().getBoolean(prefId); in addSeparatorOrGroupMarker()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/
H A DWorkbenchActionBuilder.java832 String prefId = "useSeparator." + menu.getId( ) + "." + groupId; //$NON-NLS-1$ //$NON-NLS-2$ in addSeparatorOrGroupMarker() local
834 .getPreferenceStore( ).getBoolean( prefId ); in addSeparatorOrGroupMarker()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/customizableui/
H A DCustomizableUI.jsm285 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
286 Services.prefs.setBoolPref(prefId, true);
297 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
300 shouldAdd = !Services.prefs.getBoolPref(prefId);
318 Services.prefs.setBoolPref(prefId, true);
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/customizableui/
H A DCustomizableUI.jsm339 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
340 Services.prefs.setBoolPref(prefId, true);
351 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
354 shouldAdd = !Services.prefs.getBoolPref(prefId);
372 Services.prefs.setBoolPref(prefId, true);
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/customizableui/
H A DCustomizableUI.jsm327 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
328 Services.prefs.setBoolPref(prefId, true);
339 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
342 shouldAdd = !Services.prefs.getBoolPref(prefId);
360 Services.prefs.setBoolPref(prefId, true);
/dports/www/firefox/firefox-99.0/browser/components/customizableui/
H A DCustomizableUI.jsm341 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
342 Services.prefs.setBoolPref(prefId, true);
353 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
356 shouldAdd = !Services.prefs.getBoolPref(prefId);
374 Services.prefs.setBoolPref(prefId, true);
/dports/www/firefox-esr/firefox-91.8.0/browser/components/customizableui/
H A DCustomizableUI.jsm353 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
354 Services.prefs.setBoolPref(prefId, true);
365 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
368 shouldAdd = !Services.prefs.getBoolPref(prefId);
386 Services.prefs.setBoolPref(prefId, true);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/customizableui/
H A DCustomizableUI.jsm327 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
328 Services.prefs.setBoolPref(prefId, true);
339 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
342 shouldAdd = !Services.prefs.getBoolPref(prefId);
360 Services.prefs.setBoolPref(prefId, true);
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/customizableui/
H A DCustomizableUI.jsm353 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
354 Services.prefs.setBoolPref(prefId, true);
365 let prefId = "browser.toolbarbuttons.introduced." + widget.id;
368 shouldAdd = !Services.prefs.getBoolPref(prefId);
386 Services.prefs.setBoolPref(prefId, true);