Home
last modified time | relevance | path

Searched refs:users (Results 226 – 250 of 904) sorted by last modified time

12345678910>>...37

/plugin/dokucrypt2/
H A DCOPYING14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/avbarchart/
H A DCOPYING14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/avtaskbox/
H A DCOPYING14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/yourip/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md80 * LibXMLException now inherits from ParseException, so it's easy for users to
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php30 protected $users; variable in Sabre\\CalDAV\\Xml\\Property\\Invite
64 * @param array $users
66 function __construct(array $users, array $organizer = null) { argument
68 $this->users = $users;
80 return $this->users;
125 foreach ($this->users as $user) {
191 $users = [];
245 $users[] = $user;
249 return new self($users);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php23 protected $users = []; variable in Sabre\\DAV\\Auth\\Backend\\File
58 $this->users[$realm . ':' . $username] = $A1;
73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
/plugin/davcal/
H A DprincipalBackendDokuwiki.php13 $users = $auth->retrieveUsers();
15 foreach($users as $user => $info)
/plugin/pot/
H A DLICENSE15 software--to make sure the software is free for all its users. This
109 a warranty) and that users may redistribute the program under
/plugin/spreadout/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example12 * Right Context Menu configuration for all users:
29 * Right Context Menu configuration for admin users:
39 * Right Context Menu configuration for authenticated users:
42 //override or add here the menu entries for authenticated users, see for examples above
55 * Insert your custom functions (available for all users) at the bottom of this file.
/plugin/indexmenu/
H A DCOPYING14 software--to make sure the software is free for all its users. This
109 a warranty) and that users may redistribute the program under
/plugin/actionrenderer/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DBACKERS.md3 …hpseclib&utm_medium=referral&utm_campaign=readme) and by contributions by users like you. Thank yo…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php89 'path' => 'books/v1/users/{userId}/bookshelves/{shelf}',
108 'path' => 'books/v1/users/{userId}/bookshelves',
132 'path' => 'books/v1/users/{userId}/bookshelves/{shelf}/volumes',
H A DTasks.php70 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
80 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
90 'path' => 'tasks/v1/users/@me/lists',
94 'path' => 'tasks/v1/users/@me/lists',
107 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
117 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
H A DAndroidEnterprise.php55 public $users; variable in Google\\Service\\AndroidEnterprise
101 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}',
141 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices',
404 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements',
1215 'users',
1219 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}',
1249 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}',
1279 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users',
1289 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users',
1304 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/deviceAccess',
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md1001 "description":"Provides access to Zendesk views, groups, tickets, ticket fields, and users",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDisk.php154 public $users; variable in Google\\Service\\Compute\\Disk
639 public function setUsers($users) argument
641 $this->users = $users;
648 return $this->users;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md147 …* Added ElasticsearchHandler to send records via the official ES library. Elastica users should no…
214 * Added InsightOpsHandler to migrate users of the LogEntriesHandler
385 * Added $host to HipChatHandler for users of private instances
479 * Added support for sending messages to multiple users at once with the PushoverHandler
H A DUPGRADE.md43 now for the AMQP extension users. Only PHPAmqpLib uses it if provided.
54 - Context/extra prefix has been removed in favor of letting users configure the exact key being sent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccount.php261 public function setUsers($users) argument
263 $this->users = $users;
270 return $this->users;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DDownloadAccountResponse.php65 public function setUsers($users) argument
67 $this->users = $users;
74 return $this->users;
/plugin/authgooglesheets/
H A Dhelper.php25 protected $users = []; variable in helper_plugin_authgooglesheets
56 $users = $this->getUsers();
57 return $users[$user] ?? false;
110 ksort($this->users);
156 $this->users = $this->getUsers();
195 * @param array $users
198 public function delete($users) argument
200 if (empty($users)) return false;
207 $users = array_reverse($users);
208 foreach ($users as $user) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DListClientUsersResponse.php47 public function setUsers($users) argument
49 $this->users = $users;
56 return $this->users;

12345678910>>...37