Home
last modified time | relevance | path

Searched +full:- +full:- +full:group (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/plugin/ifauthex/_test/
Dgeneral.test.php8 * @group plugin_ifauthex
9 * @group plugins
19 'user-name',
23 '@group',
24 '!@group',
25 '!(!@group && !@group && !@group)',
26 '!(!@group && !user && @group) || !(@group || user || @group)',
27 '!(!@group && @group || !user) && (!user || user && @group)',
28 '!(!@group && user) && !(!@group || @group || user)',
29 '!(!@group || !user && !user) || !(user || @group || !@group)',
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
DGroup.php11 * Copyright © 2007-2017, Hoa community. All rights reserved.
39 use Hoa\Exception\Group as SUT;
43 * Class \Hoa\Exception\Test\Unit\Group.
45 * Test suite of the group class.
47 * @copyright Copyright © 2007-2017 Hoa community
50 class Group extends Test\Unit\Suite class
55 ->when($result = new SUT('foo'))
56 ->then
57 ->object($result)
58 ->isInstanceOf('Hoa\Exception\Exception')
[all …]
/plugin/tagfilter/script/select2/
Dselect2-bootstrap.css1 .form-control .select2-choice {
3 border-radius: 2px;
6 .form-control .select2-choice .select2-arrow {
7 border-radius: 0 2px 2px 0;
10 .form-control.select2-container {
15 .form-control.select2-container.select2-dropdown-open {
16 border-color: #5897FB;
17 border-radius: 3px 3px 0 0;
20 .form-control .select2-container.select2-dropdown-open .select2-choices {
21 border-radius: 3px 3px 0 0;
[all …]
/plugin/bootswrapper/exe/help/
Dlist-group.txt1 ====== List Group ======
5 <code html><list-group>
11 </list-group></code>
15 <list-group>
21 </list-group>
25 <code html><list-group>
29 </list-group></code>
33 <list-group>
37 </list-group>
41 <code html><list-group>
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
DMembers.php9 * http://www.apache.org/licenses/LICENSE-2.0
29 * $members = $adminService->members;
35 * Removes a member from a group. (members.delete)
37 * @param string $groupKey Identifies the group in the API request. The value
38 * can be the group's email address, group alias, or the unique group ID.
39 * @param string $memberKey Identifies the group member in the API request. A
40 * group member can be a user or another group. The value can be the member's
41 * (group or user) primary email address, alias, or unique ID.
48 return $this->call('delete', [$params]);
51 * Retrieves a group member's properties. (members.get)
[all …]
DGroups.php9 * http://www.apache.org/licenses/LICENSE-2.0
20 use Google\Service\Directory\Group; alias
28 * $groups = $adminService->groups;
34 * Deletes a group. (groups.delete)
36 * @param string $groupKey Identifies the group in the API request. The value
37 * can be the group's email address, group alias, or the unique group ID.
44 return $this->call('delete', [$params]);
47 * Retrieves a group's properties. (groups.get)
49 * @param string $groupKey Identifies the group in the API request. The value
50 * can be the group's email address, group alias, or the unique group ID.
[all …]
/plugin/datatables/assets/datatables.net-buttons/css/
Dbuttons.foundation.min.css1-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg)…
Dbuttons.foundation.css1 @keyframes dtb-spinner {
6 @-o-keyframes dtb-spinner {
8 -o-transform: rotate(360deg);
12 @-ms-keyframes dtb-spinner {
14 -ms-transform: rotate(360deg);
18 @-webkit-keyframes dtb-spinner {
20 -webkit-transform: rotate(360deg);
24 @-moz-keyframes dtb-spinner {
26 -moz-transform: rotate(360deg);
34 div.dt-buttons {
[all …]
/plugin/zwidoku/files/
H A Ddoku.css1 @charset "UTF-8";
15 * Argon Design System - v 1.2.0
18 * Product Page: https://www.creative-tim.com/product/argon-design-system
19 * Copyright 2020 Creative Tim (http://www.creative-tim.com)
21 Coded by www.creative-tim.com
30 * Copyright 2011-2020 The Bootstrap Authors
31 * Copyright 2011-2020 Twitter, Inc.
35 --blue: #5e72e4;
36 --indigo: #5603ad;
37 --purple: #8965e0;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
DInventorySourceGroups.php9 * http://www.apache.org/licenses/LICENSE-2.0
29 * $inventorySourceGroups = $displayvideoService->inventorySourceGroups;
35 * Creates a new inventory source group. Returns the newly created inventory
36 * source group if successful. (inventorySourceGroups.create)
42 * inventory source group. The parent partner will not have access to this
43 * group.
45 * source group. Only this partner will have write access to this group. Only
46 * advertisers to which this group is explicitly shared will have read access to
47 * this group.
54 return $this->call('create', [$params], InventorySourceGroup::class);
[all …]
/plugin/virtualgroup/
Dadmin.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
19 $this->virtualGroups = new VirtualGroups();
30 if ($INPUT->has('addusergroups')) {
31 $this->addUserGroups($INPUT->str('user'), $INPUT->str('groups'));
32 } elseif ($INPUT->has('addgroupusers')) {
33 $this->addGroupUsers($INPUT->str('group'), $INPUT->str('users'));
34 } elseif ($INPUT->has('deleteuser')) {
35 $this->deleteUser($INPUT->str('user'));
36 } elseif ($INPUT->has('deletegroup')) {
37 $this->deleteGroup($INPUT->str('group'));
[all …]
DVirtualGroups.php18 $config = $this->loadConfig();
31 $config = $this->loadConfig();
36 * Get all users in a group
38 * @param string $group
41 public function getGroupUsers($group) argument
43 $config = $this->loadConfig();
46 if (in_array($group, $groups)) {
55 * Get the configuration by group
57 * @return array [group => [user1, user2, ...], ...]
61 $config = $this->loadConfig();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/Resource/
DProjectsGroups.php9 * http://www.apache.org/licenses/LICENSE-2.0
20 use Google\Service\Monitoring\Group; alias
29 * $groups = $monitoringService->groups;
35 * Creates a new group. (groups.create)
39 * the group. The format is: projects/[PROJECT_ID_OR_NUMBER]
40 * @param Group $postBody
44 * the group.
45 * @return Group
47 public function create($name, Group $postBody, $optParams = [])
51 return $this->call('create', [$params], Group::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
DProjectsLocationsGroups.php9 * http://www.apache.org/licenses/LICENSE-2.0
21 use Google\Service\VMMigrationService\Group; alias
31 * $groups = $vmmigrationService->groups;
37 * Adds a MigratingVm to a Group. (groups.addGroupMigration)
39 * @param string $group Required. The full path name of the Group to add to.
44 public function addGroupMigration($group, AddGroupMigrationRequest $postBody, $optParams = []) argument
46 $params = ['group' => $group, 'postBody' => $postBody];
48 return $this->call('addGroupMigration', [$params], Operation::class);
51 * Creates a new Group in a given project and location. (groups.create)
53 * @param string $parent Required. The Group's parent.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/Resource/
DGroupsMemberships.php9 * http://www.apache.org/licenses/LICENSE-2.0
35 * $memberships = $cloudidentityService->memberships;
41 * Check a potential member for membership in a group. **Note:** This feature is
45 * will be returned. A member has membership to a group as long as there is a
46 * single viewable transitive membership between the group and the member. The
48 * between the member and group. (memberships.checkTransitiveMembership)
51 * name](https://cloud.google.com/apis/design/resource_names) of the group to
52 * check the transitive membership in. Format: `groups/{group}`, where `group`
53 * is the unique id assigned to the Group to which the Membership belongs to.
67 …return $this->call('checkTransitiveMembership', [$params], CheckTransitiveMembershipResponse::clas…
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-boxed-expression-controls.css1 .dmn-boxed-expression-container {
2 --context-menu-background-color: var(--color-white);
3 --context-menu-border-color: var(--color-grey-225-10-75);
4 --context-menu-color: var(--color-grey-225-10-15);
5 --context-menu-box-shadow-color: var(--color-black-opacity-10);
6 --context-menu-group-entry-border-color: var(--color-grey-225-10-75);
7 --context-menu-group-entry-disabled-color: var(--color-grey-225-10-75);
8 --context-menu-group-entry-hover-background-color: var(--color-grey-225-10-95);
9 --edit-button-color: var(--color-grey-225-10-15);
10 --edit-button-background-color: var(--color-grey-225-10-97);
[all …]
/plugin/groupmanager/
DREADME5 not been updated since 2010. It actually even never left the devel-zone, but the idea is
8 GROUPMGR already allowed easy modification of group membership by non-admins.
9 This greatly simplified management of collaborative projects by group-admins.
13 Groupmanager may also enable group-admins to add and delete users independently from a
21 ------------
29 Groups to manage separated by commas; the first group in the list will be the default group.
38 Members of group ‘ wg_mygroup_reader ‘ can be managed by group ‘ wg_mygroup_admin ‘
44 …reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’ and members of the group ‘admin’
48 -------
55 3. Group-admins may assign the group-admin role to other users!
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/
DGroup.php11 * Copyright © 2007-2017, Hoa community. All rights reserved.
40 * Class \Hoa\Exception\Group.
42 * This is an exception that contains a group of exceptions.
44 * @copyright Copyright © 2007-2017 Hoa community
47 class Group extends Exception implements \ArrayAccess, \IteratorAggregate, \Countable class
73 $this->_group = new \SplStack();
74 $this->beginTransaction();
101 $exception->raise($previous)
111 * @return \Hoa\Exception\Group
115 $this->_group->push(new \ArrayObject());
[all …]
DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
5 ---
8 …<a href="https://travis-ci.org/hoaproject/exception"><img src="https://img.shields.io/travis/hoapr…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/excepti…
21 [![Help on IRC](https://img.shields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freeno…
22 [![Help on Gitter](https://img.shields.io/badge/help-gitter-ff0066.svg)](https://gitter.im/hoaproje…
23 …umentation](https://img.shields.io/badge/documentation-hack_book-ff0066.svg)](https://central.hoa-
24 [![Board](https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject…
29 to exceptions handler and group of exceptions (with transactions).
31 [Learn more](https://central.hoa-project.net/Documentation/Library/Exception).
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
Dbootstrap.min.css3 * Copyright 2011-2016 Twitter, Inc.
5-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a…
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php21 /** @var array List of group DNs and their parent and children */
32 $this->ldap = $ldap;
35 $this->groupHierarchy = $this->getCachedGroupList();
37 $this->groupHierarchy = $this->getGroupList();
42 * Use a file system cached version of the group hierarchy
52 $cachename = getcachename('grouphierarchy', '.pureldap-gch');
56 if ($cachetime && (time() - $cachetime) < $conf['auth_security_timeout']) {
61 $groups = $this->getGroupList();
67 * Load all group information from AD
73 $filter = Filters::equal('objectCategory', 'group');
[all …]
/plugin/publist/bib2tpl/
Dbibtex_converter.php56 * group => (none|firstauthor|entrytype|$field)
86 * - only => array([$field => $regexp], ...)
87 * - group => (none|year|firstauthor|entrytype|$field)
88 * - order_groups => (asc|desc)
89 * - sort_by => (DATE|$field)
90 * - order => (asc|desc)
91 * - lang => any string as long as proper lang/$s.php exists
99 $this->options = array(
101 'group' => 'year',
108 // lame replacement for non-constant default parameter
[all …]
/plugin/publistf/bib2tpl/
Dbibtex_converter.php4 * Edited by Hans-Nikolai Viessmann, 2016
43 * @author Hans-Nikolai Viessmann <hv15@hw.ac.uk>
58 * group => (none|firstauthor|entrytype|$field)
63 * key => string (exposed in template at global-scope)
96 * - only => array([$field => $regexp], ...)
97 * - group => (none|year|firstauthor|entrytype|$field)
98 * - order_groups => (asc|desc)
99 * - sort_by => (DATE|$field)
100 * - order => (asc|desc)
101 * - lang => any string as long as proper lang/$s.php exists
[all …]
/plugin/freechat/phpfreechat/src/
Dpfccontainer.class.php20 * Boston, MA 02110-1301 USA
51 $this->_usememorycache = $usememorycache;
57 $this->_container = new $container_classname();
61 if ($this->_container)
62 return $this->_container->getDefaultConfig();
68 if ($this->_container)
69 return $this->_container->init($c);
91 $this->setMeta("nickid-to-metadata", $nickid, 'nick', $nick);
92 $this->setMeta("metadata-to-nickid", 'nick', $this->encode($nick), $nickid);
94 $this->setMeta("nickid-to-channelid", $nickid, $this->encode($chan));
[all …]
/plugin/publistx/bib2tpl/
Dbibtex_converter.php56 * group => (none|firstauthor|entrytype|$field)
93 * - only => array([$field => $regexp], ...)
94 * - group => (none|year|firstauthor|entrytype|$field)
95 * - order_groups => (asc|desc)
96 * - sort_by => (DATE|$field)
97 * - order => (asc|desc)
98 * - lang => any string as long as proper lang/$s.php exists
106 $this->options = array(
108 'group' => 'year',
115 // lame replacement for non-constant default parameter
[all …]

12345678910>>...42