Home
last modified time | relevance | path

Searched defs:person_id (Results 1 – 25 of 66) sorted by relevance

123

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/Api/
H A DPeople.php30 public function getPerson($person_id, array $parameters = [], array $headers = [])
43 public function getCredits($person_id, array $parameters = [], array $headers = [])
56 public function getMovieCredits($person_id, array $parameters = [], array $headers = [])
72 public function getTvCredits($person_id, array $parameters = [], array $headers = [])
88 public function getCombinedCredits($person_id, array $parameters = [], array $headers = [])
101 public function getImages($person_id, array $parameters = [], array $headers = [])
120 public function getChanges($person_id, array $parameters = [], array $headers = [])
133 public function getExternalIds($person_id, array $parameters = [], array $headers = [])
148 public function getTaggedImages($person_id, array $parameters = [], array $headers = [])
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/xml/lib/Api/
H A DPeople.php30 public function getPerson($person_id, array $parameters = [], array $headers = [])
43 public function getCredits($person_id, array $parameters = [], array $headers = [])
56 public function getMovieCredits($person_id, array $parameters = [], array $headers = [])
72 public function getTvCredits($person_id, array $parameters = [], array $headers = [])
88 public function getCombinedCredits($person_id, array $parameters = [], array $headers = [])
101 public function getImages($person_id, array $parameters = [], array $headers = [])
120 public function getChanges($person_id, array $parameters = [], array $headers = [])
133 public function getExternalIds($person_id, array $parameters = [], array $headers = [])
148 public function getTaggedImages($person_id, array $parameters = [], array $headers = [])
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/t/data/sqlite/
H A Dcreate.sql4 person_id INTEGER PRIMARY KEY AUTOINCREMENT, field
16 "person_id" int references person (person_id), field
H A Dcreate2.sql2 person_id INTEGER PRIMARY KEY, field
15 person_id int, field
H A Dnamed.sql3 "person_id" int field
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/db/bdb/demo/
H A Ddemo2.cpp52 CBDB_FieldInt4 person_id; member
122 void DeletePhoneBookRecord(SPhoneBookDB& dbf, int person_id) in DeletePhoneBookRecord()
172 void PrintPhoneBookRecord(SPhoneBookDB& dbf, int person_id) in PrintPhoneBookRecord()
H A Ddemo3.cpp52 CBDB_FieldInt4 person_id; member
86 CBDB_FieldInt4 person_id; member
216 list<int> person_id; in SearchPhoneBook() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/supervised_user/kids_chrome_management/
H A Dkidschromemanagement_messages.proto30 optional string person_id = 1; field
45 optional string person_id = 1; field
/dports/www/py-pecan/pecan-1.3.3/pecan/scaffolds/rest-api/+package+/controllers/
H A Droot.py13 def __init__(self, person_id): argument
34 def _lookup(self, person_id, *remainder): argument
/dports/www/py-imdbpy/IMDbPY-2021.4.18/bin/
H A Dget_person.py28 person_id = sys.argv[1] variable
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/
H A D__init__.py50 def __init__(self, name, person_id=None, dbstate=None): argument
H A Dtool.py289 def __init__(self, module_name, options_dict, person_id=None): argument
311 def __init__(self, name, person_id=None): argument
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/t/data/mysql/
H A Dcreate.sql2 person_id INTEGER PRIMARY KEY, field
H A Dcreate2.sql2 person_id INTEGER PRIMARY KEY AUTO_INCREMENT, field
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Drebuild.py107 def __init__(self, name,person_id=None): argument
H A Drebuildrefmap.py108 def __init__(self, name,person_id=None): argument
H A Dpopulatesources.py177 def __init__(self, name, person_id=None): argument
H A Drebuildgenderstat.py128 def __init__(self, name, person_id=None): argument
H A Ddateparserdisplaytest.py282 def __init__(self, name, person_id=None): argument
H A Ddumpgenderstats.py128 def __init__(self, name, person_id=None): argument
H A Deventnames.py173 def __init__(self, name, person_id=None): argument
H A Dsortevents.py158 def __init__(self, name, person_id=None, dbstate=None): argument
H A Dchangetypes.py191 def __init__(self, name,person_id=None): argument
H A Drelcalc.py277 def __init__(self, name,person_id=None): argument
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.contacts_sql.inc.php1147 function get_organizations_by_person($person_id, $criteria ='', $action=PHPGW_SQL_RUN_SQL)
1718 function get_name_of_person_id($person_id)
2209 …function edit_org_person_relation($org_id='', $person_id='', $data=array(), $action=PHPGW_SQL_RETU…
2783 function delete_org_person_relation($org_id, $person_id, $action=PHPGW_SQL_RUN_SQL)
3036 function get_cats_by_person($person_id)
3235 function _get_categories($person_id, $data, $action=PHPGW_SQL_RUN_SQL)
3285 function has_preferred_org($person_id)
3332 function exist_org_person_relation($org_id, $person_id)
3359 function are_users($person_id, $data='')
3384 function get_orgs_by_person($person_id)
[all …]

123