Home
last modified time | relevance | path

Searched refs:User (Results 26 – 50 of 257) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DUsersListResponse.php23 protected $itemsType = User::class;
35 * @param User[]
42 * @return User[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DComment.php27 protected $authorType = User::class;
81 * @param User
83 public function setAuthor(User $author)
88 * @return User
H A DRevision.php38 protected $lastModifyingUserType = User::class;
134 * @param User
136 public function setLastModifyingUser(User $lastModifyingUser)
141 * @return User
H A DAbout.php65 protected $userType = User::class;
237 * @param User
239 public function setUser(User $user)
244 * @return User
H A DUser.php20 class User extends \Google\Model class
134 class_alias(User::class, 'Google_Service_Drive_User');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUsers.php42 protected $usersType = User::class;
102 * @param User[]
109 * @return User[]
/plugin/struct/meta/
H A DUserColumn.php5 use dokuwiki\plugin\struct\types\User; alias
21 * @param User $type
24 public function __construct($sort, User $type, $table = '')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DDeprecatedEvent.php58 protected $userType = User::class;
216 * @param User
218 public function setUser(User $user)
223 * @return User
H A DMessage.php53 protected $senderType = User::class;
207 * @param User
209 public function setSender(User $sender)
214 * @return User
H A DUser.php20 class User extends \Google\Model class
116 class_alias(User::class, 'Google_Service_HangoutsChat_User');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DComment.php25 protected $mentionedUsersType = User::class;
47 * @param User[]
54 * @return User[]
H A DUser.php20 class User extends \Google\Model class
74 class_alias(User::class, 'Google_Service_DriveActivity_User');
/plugin/sqlcomp/
H A Dsyntax.php382 private function _sqlaccess($Server,$User,$Pass,$Database,$Query,$Opts){ argument
398 private function _postgresql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
400 …if(!$connection = pg_connect("host=".$Server." dbname=".$Database." user=".$User." password=".$Pas…
411 private function _mysql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
412 if(!$connection = mysqli_connect($Server, $User, $Pass) or false)
433 private function _mssql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
435 if(!$dbhandle = mssql_connect($Server, $User, $Pass))
455 private function _oracle($Server,$User,$Pass,$Database,$Query,$Opts){ argument
456 if(!$connection = oci_connect($User, $Pass, $Server) or false)
479 private function _sqlcsv($Server,$User,$Pass,$Database,$Query,$Opts){ argument
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DCollection.php25 * @return User
29 return new User($this->principalBackend, $principalInfo);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DCollection.php25 * @return User
29 return new User($this->principalBackend, $principalInfo);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DUser.php20 class User extends \Google\Model class
44 class_alias(User::class, 'Google_Service_AndroidManagement_User');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DUser.php20 class User extends \Google\Model class
44 class_alias(User::class, 'Google_Service_Keep_User');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DUser.php20 class User extends \Google\Model class
62 class_alias(User::class, 'Google_Service_AlertCenter_User');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DUser.php20 class User extends \Google\Model class
62 class_alias(User::class, 'Google_Service_AnalyticsReporting_User');
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst132 For example if you have a User that has a manager and friends::
136 class User
156 $john = new User(
158 new User(
160 new User('The boss'),
162 new User('John Manager friend 1'),
166 new User(
168 new User('John friend 1 manager')
170 new User(
172 new User('John friend 2 manager')
[all …]
/plugin/userimportextended/
H A Dplugin.info.txt5 name User import extended
6 desc Extended CSV import with passwords and default values, based on User Manager
/plugin/ipban/lang/de/
H A Dintro.txt2 Dieses Plugin erlaubt es Ihnen bestimmte User aufgrund ihrer IP-Adresse zu sperren. User die von ei…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DUser.php20 class User extends \Google\Collection class
115 class_alias(User::class, 'Google_Service_DisplayVideo_User');
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DUser.php20 class User extends \Google\Model class
134 class_alias(User::class, 'Google_Service_AndroidEnterprise_User');

1234567891011