Home
last modified time | relevance | path

Searched refs:displayId (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DDisplay.php29 public $displayId; variable in Google\\Service\\AndroidManagement\\Display
68 public function setDisplayId($displayId) argument
70 $this->displayId = $displayId;
77 return $this->displayId;
/plugin/database/
H A Ddatabase.php896 var $displayId; variable in Table
923 $this->displayId = $p_id;
967 $this->displayId = 0;
1710 … $this->output($this->button('insertAction',getMyLang('btn_cre_cre') ,false, $tab->displayId));
1715 $this->output($this->button('listall',getMyLang('btn_back') ,true, $tab->displayId));
1778 $this->output($this->button('listall',getMyLang('btn_back') ,true, $tableObj->displayId));
1831 $tableObj->displayId,$p_recordObj->id));
1836 $this->output($this->button('listall',getMyLang('btn_back') ,true, $tableObj->displayId));
1862 $this->output($this->button('insertForm',$prompt,true, $tab->displayId));
1865 … $this->output($this->button('admin',getMyLang('btn_adm_tab_str'),true, $tab->displayId));
[all …]