Home
last modified time | relevance | path

Searched refs:BASE_ELT (Results 1 – 8 of 8) sorted by relevance

/dports/mail/horde-imp/imp-6.2.27/lib/
H A DFtree.php62 const BASE_ELT = "base\0"; define in IMP_Ftree
143 return $this[self::BASE_ELT]->subscribed;
166 $this->_parent[self::BASE_ELT] = array();
175 $ob = $this->_accounts[self::BASE_ELT] = $access_folders
254 $this->expand($this->_parent[self::BASE_ELT], true);
455 $this->setAttribute('subscribed', self::BASE_ELT, true);
648 return $this->_accounts[self::BASE_ELT];
681 if ($id == self::BASE_ELT) {
691 return $this[self::BASE_ELT];
1026 $elt_parent = $this[self::BASE_ELT];
[all …]
H A DMailbox.php259 ($this->_mbox == IMP_Ftree::BASE_ELT) ? '' : $this->_mbox
/dports/mail/horde-imp/imp-6.2.27/lib/Ftree/
H A DAccount.php46 public function __construct($id = IMP_Ftree::BASE_ELT)
H A DElement.php108 return ($this->_id == IMP_Ftree::BASE_ELT);
/dports/mail/horde-imp/imp-6.2.27/lib/Ftree/Prefs/
H A DPoll.php87 $this->_ftree->sortList($plist, $this->_ftree[IMP_Ftree::BASE_ELT]);
/dports/mail/horde-imp/imp-6.2.27/lib/Ftree/Account/
H A DImap.php37 …tor']->getInstance('IMP_Factory_Imap')->create($this->_id == IMP_Ftree::BASE_ELT ? null : $this->_…
/dports/mail/horde-imp/imp-6.2.27/lib/Basic/
H A DFolders.php148 ? IMP_Mailbox::get(IMP_Ftree::BASE_ELT)
/dports/mail/horde-imp/imp-6.2.27/lib/Ajax/Application/Handler/
H A DDynamic.php78 : IMP_Mailbox::get(IMP_Ftree::BASE_ELT);
164 : IMP_Mailbox::get(IMP_Ftree::BASE_ELT);