Home
last modified time | relevance | path

Searched refs:workphone (Results 1 – 25 of 84) sorted by relevance

1234

/dports/sysutils/py-salt/salt-3004.1/tests/pytests/functional/states/
H A Dtest_user.py201 workphone="١٢٣٤",
211 workphone="١٢٣٤",
229 workphone = homephone = 1234567890
234 workphone=workphone,
246 assert user_info["workphone"] == str(workphone)
258 fullname = roomnumber = workphone = homephone = ""
263 workphone=workphone,
275 assert user_info["workphone"] == workphone
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Duser.py65 workphone="", argument
192 workphone = salt.utils.data.decode(workphone)
194 if lusr["workphone"] != workphone:
195 change["workphone"] = workphone
252 workphone=None, argument
502 if workphone is not None:
503 workphone = salt.utils.data.decode(workphone)
522 for gecos_field in [fullname, roomnumber, workphone]:
584 workphone,
753 workphone,
[all …]
/dports/finance/sql-ledger/sql-ledger/sql/
H A DPg-upgrade-2.9.7-2.9.8.sql16 …id int primary key DEFAULT nextval('id'), login text, name varchar(64), workphone varchar(20), wor… field
17workphone, workfax, workmobile, homephone, startdate, enddate, notes, sales, email, ssn, employeen…
H A DPg-upgrade-2.3.4-2.3.5.sql118 workphone varchar(20), field
132workphone,homephone,startdate,enddate,notes,role,sales,email,sin,iban,bic,managerid) select id,log…
H A DPg-upgrade-2.9.0-2.9.1.sql26 …id int default nextval('id') primary key, login text, name varchar(64), workphone varchar(20), wor… field
27workphone, workfax, workmobile, homephone, startdate, enddate, notes, role, sales, email, ssn, man…
H A DPg-upgrade-2.3.0-2.3.1.sql366 workphone varchar(20), field
378 …r1,addr2,addr3,addr4,workphone,homephone,startdate,enddate,notes,role,sales) select id,login,name,…
H A DPg-upgrade-1.8.4-1.8.5.sql15 workphone varchar(20), field
H A DOracle-upgrade-1.8.4-1.8.5.sql20 workphone VARCHAR2(20), field
H A DDB2-tables.sql331 workphone VARCHAR(20),
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dsolaris_user.py109 workphone="", argument
162 if workphone:
163 chworkphone(name, workphone)
363 def chworkphone(name, workphone): argument
373 return _update_gecos(name, "workphone", workphone)
H A Dpw_user.py135 workphone="",
179 "workphone": workphone,
381 def chworkphone(name, workphone):
391 return _update_gecos(name, "workphone", workphone)
H A Duseradd.py140 workphone="", argument
314 if workphone:
315 chworkphone(name, workphone, root=root)
628 def chworkphone(name, workphone, root=None): argument
647 return _update_gecos(name, "workphone", workphone, root=root)
/dports/mail/abook/abook-0.6.1/
H A Dsample.abookrc41 # phone, workphone, fax, mobile,
50 view PHONE = phone, workphone, pager, mobile, fax
80 # * the first of the 'phone', 'workphone' or 'mobile' fields
83 set index_format=" {name:25} {phone:-12|workphone|mobile} {anniversary}"
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Dusermod.c168 const char *fullname = NULL, *roomnumber = NULL, *workphone = NULL; in nslcd_usermod() local
190 case NSLCD_USERMOD_WORKPHONE: workphone = value; break; in nslcd_usermod()
206 if (workphone != NULL) in nslcd_usermod()
207 log_log(LOG_DEBUG, "nslcd_usermod(workphone=\"%s\")", workphone); in nslcd_usermod()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Dusermod.c168 const char *fullname = NULL, *roomnumber = NULL, *workphone = NULL; in nslcd_usermod() local
190 case NSLCD_USERMOD_WORKPHONE: workphone = value; break; in nslcd_usermod()
206 if (workphone != NULL) in nslcd_usermod()
207 log_log(LOG_DEBUG, "nslcd_usermod(workphone=\"%s\")", workphone); in nslcd_usermod()
/dports/finance/ledgersmb12/ledgersmb/sql/legacy/
H A DPg-upgrade-2.3.4-2.3.5.sql118 workphone varchar(20), field
132workphone,homephone,startdate,enddate,notes,role,sales,email,sin,iban,bic,managerid) select id,log…
H A DPg-upgrade-2.3.0-2.3.1.sql360 workphone varchar(20), field
372 …r1,addr2,addr3,addr4,workphone,homephone,startdate,enddate,notes,role,sales) select id,login,name,…
H A DPg-upgrade-1.8.4-1.8.5.sql15 workphone varchar(20), field
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/autotests/testfiles/v2/contacts/
H A Dphonenumbers.vcf7 TEL;TYPE=WORK:+4930-workphone
H A Dbug238996.vcf17 TEL;TYPE=WORK:+4930-workphone
H A Dphonenumbers.vcf.mime44 <number>+4930-workphone</number>
H A Dcomplex.vcf67 TEL;TYPE=WORK:+4930-workphone
H A Dbug238996.vcf.mime59 <number>+4930-workphone</number>
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/autotests/testfiles/v3/contacts/
H A Dcomplex.vcf68 TEL;TYPE=WORK:+4930-workphone
/dports/finance/ledgersmb12/ledgersmb/LedgerSMB/
H A DHR.pm162 $form->{zipcode}, $form->{country}, $form->{workphone},

1234