Home
last modified time | relevance | path

Searched refs:getAllNames (Results 1 – 25 of 70) sorted by relevance

123

/dports/net/smm++/smm/sources/rsc/
H A DTNVContainer.tcl35 method getAllNames {} {
56 foreach name [getAllNames] { rem $name }
59 if { [llength [getAllNames]] == 0 } {
66 if { [llength [getAllNames]] != 0 } {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DFamily.php380 public function getAllNames(): array function in Fisharebest\\Webtrees\\Family
382 if ($this->getAllNames === null) {
386 … $husb_names = array_filter($this->husb->getAllNames(), static function (array $x): bool {
404 … $wife_names = array_filter($this->wife->getAllNames(), static function (array $x): bool {
424 $this->getAllNames[] = [
438 $this->getAllNames[] = [
449 return $this->getAllNames;
H A DGedcomRecord.php90 protected $getAllNames; variable in Fisharebest\\Webtrees\\GedcomRecord
390 public function getAllNames(): array function in Fisharebest\\Webtrees\\GedcomRecord
392 if ($this->getAllNames === null) {
393 $this->getAllNames = [];
398 if ($this->getAllNames === []) {
406 return $this->getAllNames;
458 $all_names = $this->getAllNames();
505 $tmp = $this->getAllNames();
521 $tmp = $this->getAllNames();
534 $all_names = $this->getAllNames();
[all …]
H A DHeader.php73 $this->getAllNames[] = [
H A DSubmission.php93 $this->getAllNames[] = [
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Census/
H A DCensusColumnFullName.php52 $names = $individual->getAllNames();
60 foreach ($spouse->getAllNames() as $spouse_name) {
H A DCensusColumnSurname.php35 foreach ($individual->getAllNames() as $name) {
H A DCensusColumnGivenNames.php35 foreach ($individual->getAllNames() as $name) {
H A DCensusColumnSurnameGivenNames.php35 foreach ($individual->getAllNames() as $name) {
H A DCensusColumnGivenNameInitial.php35 foreach ($individual->getAllNames() as $name) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Census/
H A DAbstractCensusColumn.php132 $names = $individual->getAllNames();
143 foreach ($spouse->getAllNames() as $spouse_name) {
H A DCensusColumnSurname.php39 foreach ($individual->getAllNames() as $name) {
H A DCensusColumnGivenNames.php39 foreach ($individual->getAllNames() as $name) {
H A DCensusColumnGivenNameInitial.php39 foreach ($individual->getAllNames() as $name) {
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DFamily.php361 public function getAllNames() function in Fisharebest\\Webtrees\\Family
367 $husb_names = array_filter($this->husb->getAllNames(), function (array $x) {
385 $wife_names = array_filter($this->wife->getAllNames(), function (array $x) {
H A DGedcomRecord.php624 public function getAllNames() function in Fisharebest\\Webtrees\\GedcomRecord
670 if (count($this->getAllNames()) > 1) {
671 foreach ($this->getAllNames() as $n => $name) {
694 $all_names = $this->getAllNames();
764 $tmp = $this->getAllNames();
780 $tmp = $this->getAllNames();
793 $all_names = $this->getAllNames();
/dports/lang/bsh/beanshell-2.1.0/src/bsh/
H A DNameSource.java46 public String [] getAllNames(); in getAllNames() method
/dports/science/axom/axom-0.6.1/src/axom/inlet/
H A DInlet.hpp80 m_unexpectedNames = m_reader->getAllNames(); in Inlet()
99 m_unexpectedNames = m_reader->getAllNames(); in Inlet()
/dports/net/smm++/smm/sources/mudding/
H A DTTabManager.tcl26 method getAllNames {} {
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/include/dcmtk/oflog/spi/
H A Dobjreg.h60 OFVector<log4cplus::tstring> getAllNames() const;
/dports/devel/log4cplus/log4cplus-1.1.2/include/log4cplus/spi/
H A Dobjectregistry.h59 std::vector<log4cplus::tstring> getAllNames() const;
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/core/scanner/
H A DCategory.java65 public static String[] getAllNames() { in getAllNames() method in Category
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DScriptingToolRegistry.h72 QStringList getAllNames() const;
H A DScriptingToolRegistry.cpp79 QStringList ScriptingToolRegistry::getAllNames() const { in getAllNames() function in U2::ScriptingToolRegistry
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/
H A Ddatatype.h60 static QStringList getAllNames();

123