Home
last modified time | relevance | path

Searched refs:group (Results 26 – 50 of 769) sorted by relevance

12345678910>>...31

/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css65 #minimap__plugin .panel > .list-group, #minimap__plugin .panel > .panel-collapse > .list-group {
69 #minimap__plugin .list-group {
77 #minimap__plugin .panel-heading + .list-group .list-group-item:first-child {
81 #minimap__plugin .panel > .list-group .list-group-item,
82 #minimap__plugin .panel > .panel-collapse > .list-group .list-group-item {
89 #minimap__plugin .list-group
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DStatusDetails.php28 public $group; variable in Google\\Service\\CloudRun\\StatusDetails
63 public function setGroup($group) argument
65 $this->group = $group;
72 return $this->group;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js209 width: ratio ? group.width * ratio : group.width,
210 height: ratio ? group.height * ratio : group.height,
361 group: [],
401 var group = new fabric.Group( cfg.group );
1034 group = _this.gatherElements( group, cfg, images );
1069 group = _this.gatherElements( group, cfg, images );
1072 groups[ group.legend.type ]( group );
1411 group.offset.x += offset.width - group.legend.width;
1434 fabric.parseSVGDocument( group.svg, ( function( group ) { argument
1508 if ( group.patterns && group.patterns[ PID ] ) {
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css11 --context-menu-group-entry-border-color: var(--color-grey-225-10-75);
12 --context-menu-group-entry-disabled-color: var(--color-grey-225-10-75);
98 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry {
108 .dmn-decision-table-container .context-menu-group .context-menu-group-entry:hover {
109 background-color: var(--context-menu-group-entry-hover-background-color);
112 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry.disabled {
114 color: var(--context-menu-group-entry-disabled-color);
117 …cision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-menu-g…
124 …cision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-menu-g…
128 .dmn-decision-table-container .context-menu-group:not(:last-child)::after {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGroupRelation.php30 public $group; variable in Google\\Service\\CloudIdentity\\GroupRelation
61 public function setGroup($group) argument
63 $this->group = $group;
70 return $this->group;
/plugin/minimap/
H A Dstyle.css70 #minimap__plugin .panel > .list-group, #minimap__plugin .panel > .panel-collapse > .list-group {
74 #minimap__plugin .list-group {
82 #minimap__plugin .panel-heading + .list-group .list-group-item:first-child {
86 #minimap__plugin .panel > .list-group .list-group-item,
87 #minimap__plugin .panel > .panel-collapse > .list-group .list-group-item {
94 #minimap__plugin .list-group-item {
132 #minimap__plugin .list-group-item.active,
133 #minimap__plugin .list-group-item.active:focus,
134 #minimap__plugin .list-group-item.active:hover {
141 #minimap__plugin .list-group-item.active {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DListGroupsResponse.php33 public function setGroup($group) argument
35 $this->group = $group;
42 return $this->group;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php475 $group = $property->group;
477 if (!isset($propertiesByGroup[$group])) {
478 $propertiesByGroup[$group] = [];
481 $propertiesByGroup[$group][] = $property;
486 foreach ($propertiesByGroup as $group => $properties) {
487 if (!empty($group)) {
489 $writer->writeAttribute('name', strtolower($group));
509 if (!empty($group)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php484 $group = $property->group;
486 if (!isset($propertiesByGroup[$group])) {
487 $propertiesByGroup[$group] = [];
490 $propertiesByGroup[$group][] = $property;
496 foreach ($propertiesByGroup as $group => $properties) {
498 if (!empty($group)) {
501 $writer->writeAttribute('name', strtolower($group));
524 if (!empty($group)) {
/plugin/vbsso/
H A Dadmin.php136 foreach ($roles as $group) {
137 $groups[$group] = $group;
156 foreach ($groups as $group) {
158 … ($vbsso_usergroups_assoc && $vbsso_usergroups_assoc->$gid == $group) ? 'selected="selected"'
161 array($group, $select, $group));
/plugin/groupmgr/
H A DREADME4 _groupmgr_ is a simple group manager plugin for dokuwiki. It allows easy
5 modification of group membership by non-admins. Configured properly, it
23 Members of group 'posters' can be managed by group 'moderators'
27 and members of the group 'admin'
34 3. Users cannot remove themselves from the group that grants them access
35 to the group manager (including admins)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DGroupOrSegment.php30 public function setGroup(SchemaGroup $group) argument
32 $this->group = $group;
39 return $this->group;
/plugin/evesso/
H A Dauth.php220 foreach($sinfo['grps'] as $group) {
223 || $this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)
224 || $this->startsWith($group, "eve-") //Old Prefix
226 $idx = array_search($group, $sinfo['grps']);
266 foreach($groups as $group) {
267 if($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)
270 || $this->startsWith($group, "eve-") //Old Prefix
455 public function cleanServiceGroup($group) { argument
456 return strtolower($this->cleanGroup($group));
459 public function cleanGroup($group) { argument
[all …]
H A Daction.php211 foreach ($USERINFO['grps'] as $group) {
212 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
213 $corp = $this->replaceFirst($group, helper_plugin_evesso::CORPORATION_PREFIX);
215 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
218 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
219 $faction = $this->replaceFirst($group, helper_plugin_evesso::FACTION_PREFIX);
238 foreach ($USERINFO['grps'] as $group) {
239 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
242 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
245 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php147 $group['read'] = (($mode & 00040) ? 'r' : '-');
148 $group['write'] = (($mode & 00020) ? 'w' : '-');
149 $group['execute'] = (($mode & 00010) ? 'x' : '-');
156 if ($mode & 0x400) $group['execute'] = ($group['execute'] == 'x') ? 's' : 'S';
161 $s .= sprintf('%1s%1s%1s', $group['read'], $group['write'], $group['execute']);
/plugin/autogroup/
H A Daction.php115 foreach ($this->_group_cfg as $group=>$lines){
123 $in[] = $group;
124 if (!in_array($group,$newgrps)){
125 $newgrps[] = $group;
131 $out[] = $group;
132 if (in_array($group,$newgrps)){
133 array_splice($newgrps, array_keys($newgrps, $group)[0] , 1);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
H A DProjectsLocationsGroups.php39 * @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];
175 * @param string $group Required. The name of the Group.
180 …public function removeGroupMigration($group, RemoveGroupMigrationRequest $postBody, $optParams = [… argument
182 $params = ['group' => $group, 'postBody' => $postBody];
/plugin/autogallery/
H A Dauth.php193 * @param string $group
254 * @param string $group groupname
257 public function cleanGroup($group) { argument
258 return $group;
/plugin/authsqlite/
H A Dauth.php186 * @param string $group name of the group
190 protected function _addUserToGroup($user, $group, $force = false) { argument
194 $gid = $this->_getGroupID($group);
197 $sql = str_replace('%{group}', addslashes($group), $this->conf['addGroup']);
200 $gid = $this->_getGroupID($group);
213 $sql = str_replace('%{group}', addslashes($group), $sql);
221 $sql = str_replace('%{group}', addslashes($group), $sql);
262 $group = '';
266 foreach($grps as $group) {
267 $gid = $this->_addUserToGroup($user, $group, true);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackend.php41 public $group; variable in Google\\Service\\Compute\\Backend
130 public function setGroup($group) argument
132 $this->group = $group;
139 return $this->group;
/plugin/bez/tpl/
H A Dthreads.php28 <?php $group = "@$name" ?> variable
29 <option <?php if ($tpl->value('original_poster') == $group) echo 'selected' ?>
30 value="<?php echo $group ?>"><?php echo $group ?></option>
75 <?php $group = "@$name" ?> variable
76 <option <?php if ($tpl->value('coordinator') === $group) echo 'selected' ?>
77 value="<?php echo $group ?>"><?php echo $group ?></option>
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php99 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
105 $dir = $dir_base.'/'.$group.'/'.$subgroup;
131 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
141 $dir = $dir_base.'/'.$group;
189 function incMeta($group, $subgroup, $leaf) argument
195 $dir = $dir_base.'/'.$group.'/'.$subgroup;
242 function rmMeta($group, $subgroup = null, $leaf = null) argument
248 if ($group == NULL)
254 $dir .= '/'.$group;
/plugin/iptrust2/
H A DREADME.md10group ```@publicaccess```. If a namespace has ```read```-rights for this group, it can be **public…
12 …@ALL``` group as well, which means: for public access there have to be ```read```-rights in both t…
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md29 to exceptions handler and group of exceptions (with transactions).
133 to add more exceptions in the group with the following methods:
147 // A group of exceptions.
149 $group['first'] = new Hoa\Exception\Exception('First reason');
152 // Can nest another group.
156 echo $group->raise(true);
185 $group[] = new Hoa\Exception\Exception('Always present.');
187 $group->beginTransaction();
189 $group[] = new Hoa\Exception\Exception('Might be present.');
192 $group->commitTransaction();
[all …]
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.css

12345678910>>...31