Home
last modified time | relevance | path

Searched refs:prefixId (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/matomo/piwik/core/Tracker/
H A DPageUrl.php317 * @param integer $prefixId
320 public static function reconstructNormalizedUrl($url, $prefixId) argument
324 if ($prefixId !== null && isset($map[$prefixId])) {
325 $fullUrl = $map[$prefixId] . $url;
393 'prefixId' => $id
398 return array('url' => $url, 'prefixId' => null);
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A DQualifiedName.cpp39 m_prefix = name.prefixId(); in QualifiedName()
60 m_prefix = name.prefixId(); in operator =()
70 …return (m_prefix == other.prefixId() && m_localName == other.localNameId() && m_namespace == other… in operator ==()
81 …return *this == other || (m_localName == other.localNameId() && (m_prefix == other.prefixId() || m… in matches()
H A DQualifiedName.h60 inline PrefixName prefixId() const in prefixId() function
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/indexed_search/Classes/ViewHelpers/
H A DPageBrowsingViewHelper.php35 protected static $prefixId = 'tx_indexedsearch'; variable in TYPO3\\CMS\\IndexedSearch\\ViewHelpers\\PageBrowsingViewHelper
132 …$onclick = 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId . '_pointer')…
134 …$onclick .= 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId . '_freeInde…
136 …$onclick .= 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId) . ').submit…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/indexed_search/Classes/ViewHelpers/
H A DPageBrowsingViewHelper.php45 protected static $prefixId = 'tx_indexedsearch'; variable in TYPO3\\CMS\\IndexedSearch\\ViewHelpers\\PageBrowsingViewHelper
135 …$onclick = 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId . '_pointer')…
137 …$onclick .= 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId . '_freeInde…
139 …$onclick .= 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId) . ').submit…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/indexed_search/Classes/ViewHelpers/
H A DPageBrowsingViewHelper.php35 protected static $prefixId = 'tx_indexedsearch'; variable in TYPO3\\CMS\\IndexedSearch\\ViewHelpers\\PageBrowsingViewHelper
132 …$onclick = 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId . '_pointer')…
134 …$onclick .= 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId . '_freeInde…
136 …$onclick .= 'document.getElementById(' . GeneralUtility::quoteJSvalue(self::$prefixId) . ').submit…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/felogin/Classes/Controller/
H A DFrontendLoginController.php46 public $prefixId = 'tx_felogin_pi1'; variable in TYPO3\\CMS\\Felogin\\Controller\\FrontendLoginController
229 $postData = GeneralUtility::_POST($this->prefixId);
360 $postData = GeneralUtility::_POST($this->prefixId);
423 [$this->prefixId . '[redirectReferrer]' => 'off']
430 $this->prefixId . '[user]' => $user['uid'],
431 $this->prefixId . '[forgothash]' => $piHash
482 $this->prefixId . '[user]' => $user['uid'],
483 $this->prefixId . '[forgothash]' => $randHash
543 $markerArray['###PREFIXID###'] = $this->prefixId;
652 $markerArray['###PREFIXID###'] = $this->prefixId;
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/internal/
H A DElemStack.cpp354 …unsigned int prefixId = (!prefixToMap || !*prefixToMap)?fGlobalPoolId : fPrefixPool.getId(prefixTo… in mapPrefixToURI() local
355 if (prefixId == 0) in mapPrefixToURI()
364 else if (prefixId == fXMLPoolId) in mapPrefixToURI()
366 else if (prefixId == fXMLNSPoolId) in mapPrefixToURI()
381 if (curRow->fMap[mapIndex].fPrefId == prefixId) in mapPrefixToURI()
390 if (fGlobalNamespaces->fMap[mapIndex].fPrefId == prefixId) in mapPrefixToURI()
760 unsigned int prefixId = fPrefixPool.getId(prefixToMap); in mapPrefixToURI() local
761 if (!prefixId) in mapPrefixToURI()
771 if (prefixId == fXMLPoolId) in mapPrefixToURI()
773 else if (prefixId == fXMLNSPoolId) in mapPrefixToURI()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/internal/
H A DElemStack.cpp354 …unsigned int prefixId = (!prefixToMap || !*prefixToMap)?fGlobalPoolId : fPrefixPool.getId(prefixTo… in mapPrefixToURI() local
355 if (prefixId == 0) in mapPrefixToURI()
364 else if (prefixId == fXMLPoolId) in mapPrefixToURI()
366 else if (prefixId == fXMLNSPoolId) in mapPrefixToURI()
381 if (curRow->fMap[mapIndex].fPrefId == prefixId) in mapPrefixToURI()
390 if (fGlobalNamespaces->fMap[mapIndex].fPrefId == prefixId) in mapPrefixToURI()
760 unsigned int prefixId = fPrefixPool.getId(prefixToMap); in mapPrefixToURI() local
761 if (!prefixId) in mapPrefixToURI()
771 if (prefixId == fXMLPoolId) in mapPrefixToURI()
773 else if (prefixId == fXMLNSPoolId) in mapPrefixToURI()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Classes/Controller/
H A DFrontendLoginController.php49 public $prefixId = 'tx_felogin_pi1'; variable in TYPO3\\CMS\\Felogin\\Controller\\FrontendLoginController
258 $postData = GeneralUtility::_POST($this->prefixId);
324 $markerArray['###FORGOT_EMAIL###'] = $this->prefixId . '[forgot_email]';
385 $postData = GeneralUtility::_POST($this->prefixId);
474 $this->prefixId . '[user]' => $user['uid'],
475 $this->prefixId . '[forgothash]' => $piHash
526 $this->prefixId . '[user]' => $user['uid'],
527 $this->prefixId . '[forgothash]' => $randHash
596 $markerArray['###PREFIXID###'] = $this->prefixId;
729 $markerArray['###PREFIXID###'] = $this->prefixId;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DPrefixArray.java47 private int prefixId; field in PrefixArray.PrefixEntry
105 _prefixMap[index].prefixId = 0; in initializeEntries()
126 _prefixMap[index].prefixId = 1; in initializeEntries()
366 p.prefixId = prefixIndex; in pushScopeWithPrefixEntry()
397 if (current.prefixId == prefixIndex) { in popScopeWithPrefixEntry()
405 if (current.prefixId == prefixIndex) { in popScopeWithPrefixEntry()
421 final NamespaceEntry ne = _inScopeNamespaces[pe.prefixId]; in getNamespaceFromPrefix()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DPrefixArray.java47 private int prefixId; field in PrefixArray.PrefixEntry
105 _prefixMap[index].prefixId = 0; in initializeEntries()
126 _prefixMap[index].prefixId = 1; in initializeEntries()
366 p.prefixId = prefixIndex; in pushScopeWithPrefixEntry()
397 if (current.prefixId == prefixIndex) { in popScopeWithPrefixEntry()
405 if (current.prefixId == prefixIndex) { in popScopeWithPrefixEntry()
421 final NamespaceEntry ne = _inScopeNamespaces[pe.prefixId]; in getNamespaceFromPrefix()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DNamespaceScope.cpp200 unsigned int prefixId = fPrefixPool.getId(prefixToMap); in getNamespaceForPrefix() local
202 if (!prefixId){ in getNamespaceForPrefix()
222 if (curRow->fMap[mapIndex].fPrefId == prefixId) in getNamespaceForPrefix()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DNamespaceScope.cpp200 unsigned int prefixId = fPrefixPool.getId(prefixToMap); in getNamespaceForPrefix() local
202 if (!prefixId){ in getNamespaceForPrefix()
222 if (curRow->fMap[mapIndex].fPrefId == prefixId) in getNamespaceForPrefix()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Plugin/
H A DAbstractPlugin.php55 public $prefixId; variable in TYPO3\\CMS\\Frontend\\Plugin\\AbstractPlugin
251 if ($this->prefixId) {
252 $this->piVars = GeneralUtility::_GPmerged($this->prefixId);
422 return $this->pi_linkTP($str, [$this->prefixId => $overrulePIvars], $cache, $altPageId);
457 if ($this->prefixId) {
461 … $str = $this->pi_linkTP($str, [$this->prefixId => $overrulePIvars], $cache, $altPageId);
798 return str_replace('_', '-', $this->prefixId) . ($this->prefixId ? '-' : '') . $class;
833 $content = '<div class="' . str_replace('_', '-', $this->prefixId) . '">
843 BEGIN: Content of extension "' . $this->extKey . '", plugin "' . $this->prefixId . '"
847 <!-- END: Content of extension "' . $this->extKey . '", plugin "' . $this->prefixId . '" -->
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Plugin/
H A DAbstractPlugin.php55 public $prefixId; variable in TYPO3\\CMS\\Frontend\\Plugin\\AbstractPlugin
234 if ($this->prefixId) {
235 $this->piVars = GeneralUtility::_GPmerged($this->prefixId);
408 return $this->pi_linkTP($str, [$this->prefixId => $overrulePIvars], $cache, $altPageId);
444 if ($this->prefixId) {
448 … $str = $this->pi_linkTP($str, [$this->prefixId => $overrulePIvars], $cache, $altPageId);
788 return str_replace('_', '-', $this->prefixId) . ($this->prefixId ? '-' : '') . $class;
823 $content = '<div class="' . str_replace('_', '-', $this->prefixId) . '">
833 BEGIN: Content of extension "' . $this->extKey . '", plugin "' . $this->prefixId . '"
837 <!-- END: Content of extension "' . $this->extKey . '", plugin "' . $this->prefixId . '" -->
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Plugin/
H A DAbstractPlugin.php60 public $prefixId; variable in TYPO3\\CMS\\Frontend\\Plugin\\AbstractPlugin
240 if ($this->prefixId) {
241 $this->piVars = GeneralUtility::_GPmerged($this->prefixId);
425 return $this->pi_linkTP($str, [$this->prefixId => $overrulePIvars], $cache, $altPageId);
461 if ($this->prefixId) {
465 … $str = $this->pi_linkTP($str, [$this->prefixId => $overrulePIvars], $cache, $altPageId);
814 return str_replace('_', '-', $this->prefixId) . ($this->prefixId ? '-' : '') . $class;
849 $content = '<div class="' . str_replace('_', '-', $this->prefixId) . '">
859 BEGIN: Content of extension "' . $this->extKey . '", plugin "' . $this->prefixId . '"
863 <!-- END: Content of extension "' . $this->extKey . '", plugin "' . $this->prefixId . '" -->
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/resourceeditor/
H A Dresourcenode.cpp302 PrefixFolderLang prefixId(prefix, QString(), lang); in addInternalNodes() local
303 if (!folderNodes.contains(prefixId)) { in addInternalNodes()
305 folderNodes.insert(prefixId, fn.get()); in addInternalNodes()
308 auto currentPrefixNode = static_cast<ResourceFolderNode*>(folderNodes[prefixId]); in addInternalNodes()
354 PrefixFolderLang thisPrefixId = prefixId; in addInternalNodes()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/rsaauth/Classes/
H A DRsaAuthService.php48 public $prefixId = 'tx_rsaauth_sv1'; variable in TYPO3\\CMS\\Rsaauth\\RsaAuthService
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Service/
H A DAbstractService.php113 protected $prefixId = ''; variable in TYPO3\\CMS\\Core\\Service\\AbstractService
356 $absFile = $this->tempFile($this->prefixId);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Service/
H A DAbstractService.php112 protected $prefixId = ''; variable in TYPO3\\CMS\\Core\\Service\\AbstractService
368 $absFile = $this->tempFile($this->prefixId);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Service/
H A DAbstractService.php116 protected $prefixId = ''; variable in TYPO3\\CMS\\Core\\Service\\AbstractService
358 $absFile = $this->tempFile($this->prefixId);
/dports/games/scorched3d/scorched/src/common/common/
H A DStatsLoggerDatabase.cpp463 const char *prefixId = player2Result.getValue("prefixid"); in combinePlayers() local
465 if (prefixId && seriesId) in combinePlayers()
471 player1, prefixId, seriesId); in combinePlayers()
478 prefixId, seriesId); in combinePlayers()
512 player1, prefixId, seriesId)); in combinePlayers()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/timers/
H A DPVRTimerType.cpp234 int prefixId = (m_iAttributes & PVR_TIMER_TYPE_IS_REMINDER) in InitDescription() local
238 …m_strDescription = StringUtils::Format(g_localizeStrings.Get(prefixId).c_str(), m_strDescription.c… in InitDescription()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Crypto/PasswordHashing/
H A DSaltedPasswordService.php35 public $prefixId = 'tx_saltedpasswords_sv1'; variable in TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\SaltedPasswordService

12