Home
last modified time | relevance | path

Searched refs:hiddenPart (Results 1 – 8 of 8) 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/part/
H A DPageBookView.java145 private IWorkbenchPart hiddenPart; field in PageBookView
691 hiddenPart = null; in partActivated()
745 if (part == hiddenPart) { in partClosed()
746 hiddenPart = null; in partClosed()
1068 hiddenPart = part; in partHidden()
1096 if (part == null || part != hiddenPart) { in partVisible()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/
H A Dmessagein.cpp440 const std::string hiddenPart = std::string(stringBeg2, in readRawString() local
442 if (hiddenPart.length() > 0) in readRawString()
444 DEBUGLOG2("readString2: " + hiddenPart, mPos, dstr); in readRawString()
445 return str.append("|").append(hiddenPart); in readRawString()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Utility/
H A DGeneralUtility.php365 $hiddenPart = '';
368 $hiddenPart .= '0000:';
372 $stageOneAddress = $hiddenPart . $chunks[1];
374 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Utility/
H A DGeneralUtility.php404 $hiddenPart = '';
407 $hiddenPart .= '0000:';
411 $stageOneAddress = $hiddenPart . $chunks[1];
413 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/
H A DGeneralUtility.php451 $hiddenPart = '';
454 $hiddenPart .= '0000:';
458 $stageOneAddress = $hiddenPart . $chunks[1];
460 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];
/dports/www/moodle310/moodle/lib/typo3/
H A Dclass.t3lib_div.php608 $hiddenPart = '';
611 $hiddenPart .= '0000:';
616 $stageOneAddress = $hiddenPart . $chunks[1];
618 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];
/dports/www/moodle311/moodle/lib/typo3/
H A Dclass.t3lib_div.php608 $hiddenPart = '';
611 $hiddenPart .= '0000:';
616 $stageOneAddress = $hiddenPart . $chunks[1];
618 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];
/dports/www/moodle39/moodle/lib/typo3/
H A Dclass.t3lib_div.php608 $hiddenPart = '';
611 $hiddenPart .= '0000:';
616 $stageOneAddress = $hiddenPart . $chunks[1];
618 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];