/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
H A D | Group.php | 106 $group[] = $exception1 128 $group[] = $exception2 148 $group = new SUT('foo'), 168 $group = new SUT('foo'), 188 $group = new SUT('foo'), 211 $group = new SUT('foo'), 238 $group = new SUT('foo'), 274 $group = new SUT('foo'), 288 $group = new SUT('foo'), 340 $group = new SUT('foo'), [all …]
|
/plugin/bootswrapper/exe/help/ |
H A D | list-group.txt | 5 <code html><list-group> 15 <list-group> 21 </list-group> 33 <list-group> 37 </list-group> 49 <list-group> 53 </list-group> 65 <list-group> 69 </list-group> 79 <list-group> [all …]
|
/plugin/tagfilter/script/select2/ |
H A D | select2-bootstrap.css | 29 .control-group.warning .select2-container .select2-choice, 30 .control-group.warning .select2-container .select2-choices, 31 .control-group.warning .select2-container-active .select2-choice, 32 .control-group.warning .select2-container-active .select2-choices, 33 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice, 34 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices, 35 .control-group.warning .select2-container-multi.select2-container-active .select2-choices { 39 .control-group.warning .select2-container .select2-choice div { 44 .control-group.error .select2-container .select2-choice, 45 .control-group [all...] |
/plugin/freechat/phpfreechat/src/ |
H A D | pfccontainer.class.php | 565 if (isset($this->_cache[$group]['value']) && 569 $this->_cache[$group]['timestamp'][] = time(); 603 isset($this->_cache[$group]['value'])) 606 $ret = $this->_cache[$group]; 680 function incMeta($group, $subgroup, $leaf) argument 687 if (isset($this->_cache[$group]['value']) && 691 $this->_cache[$group]['timestamp'][] = time(); 718 if ($group == null) 721 unset($this->_cache[$group]); 724 if (isset($this->_cache[$group]['value'])) [all …]
|
/plugin/findologicxmlexport/vendor/hoa/exception/ |
H A D | Group.php | 176 foreach ($this->_group as $group) { 177 if (isset($group[$index])) { 193 foreach ($this->_group as $group) { 194 if (isset($group[$index])) { 195 return $group[$index]; 215 $group = $this->_group->top(); 219 $group[] = $exception; 221 $group[$index] = $exception; 235 foreach ($this->_group as $group) { 236 if (isset($group[$index])) { [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/ |
H A D | GroupTestSuite.php | 31 foreach ($groups as $group) { 32 $groupSuites[$group] = new PHPUnit_Framework_TestSuite($name . ' - ' . $group); 33 $this->addTest($groupSuites[$group]); 48 foreach ($groups as $group) { 50 if ($group == $testGroup) { 51 $groupSuites[$group]->addTest($test);
|
/plugin/pureldap/classes/ |
H A D | GroupHierarchyCache.php | 21 /** @var array List of group DNs and their parent and children */ 42 * Use a file system cached version of the group hierarchy 67 * Load all group information from AD 73 $filter = Filters::equal('objectCategory', 'group'); 104 * @param string $group 108 protected function getHierarchy($group, $type, &$data) argument 110 if (empty($this->groupHierarchy[$group][$type])) return; 112 $parents = $this->groupHierarchy[$group][$type]; 121 * Get all parents of a group 123 * @param string $group 126 getParents($group) global() argument 139 getChildren($group) global() argument [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/ |
H A D | simple_xml_element.test | 6 Hello '{{ images.image.0.group }}'! 7 {{ images.image.0.group.attributes.myattr }} 10 - {{ image.group }} 13 … => new \SimpleXMLElement('<images><image><group myattr="example">foo</group></image><image><group…
|
/plugin/virtualgroup/ |
H A D | admin.php | 33 $this->addGroupUsers($INPUT->str('group'), $INPUT->str('users')); 37 $this->deleteGroup($INPUT->str('group')); 41 $this->editGroupUsers($INPUT->str('group'), $INPUT->str('users')); 47 $INPUT->remove('group'); 59 // load group data if requested 61 $INPUT->set('group', $auth->cleanGroup($INPUT->str('loadgroup'))); 83 static fn($group) => $auth->cleanGroup($group), 93 * Add users to a group 95 * @param string $group grou 85 editgroup($group) global() argument 135 delgroup($group) global() argument 185 addgroup($group) global() argument [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | ResourceGroupReference.php | 25 public $group; variable in Google\\Service\\Compute\\ResourceGroupReference 30 public function setGroup($group) argument 32 $this->group = $group; 39 return $this->group;
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/ |
H A D | GroupsExclusionStrategy.php | 32 foreach ($groups as $group) { 33 if (is_array($group)) { 42 foreach ($groups as $group) { 43 $this->groups[$group] = true; 74 foreach ($property->groups as $group) { 75 if (isset($this->groups[$group])) { 85 foreach ($property->groups as $group) { 86 if (in_array($group, $groups)) {
|
/plugin/webcomponent/_test/data/pages/ |
H A D | dropdown.txt | 4 …are a dropdown list for the [[navbar|navbar]] that must be placed inside a [[group|group]] element. 14 <group> 17 [[dokuwiki:webcomponent:group|group]] 20 </group>
|
H A D | group.txt | 5 ''group'' implements the ''navbar-nav'' element that is used in a [[navbar|navbar]] to group elemen… 7 This is used mostly if you want a group of element at the right and an other at the left 13 The first group will be at the left and the search form at the right 17 <group class="mr-auto"> 23 </group>
|
/plugin/freechat/phpfreechat/src/containers/ |
H A D | mysql.class.php | 156 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument 165 … ".$c->container_cfg_mysql_table." WHERE `server`='$server' AND `group`='$group' AND `subgroup`='$… 187 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument 202 if ($group != NULL) 204 $sql_where .= " AND `group`='$group'"; 251 function incMeta($group, $subgroup, $leaf) argument 260 … ".$c->container_cfg_mysql_table." WHERE `server`='$server' AND `group`='$group' AND `subgroup`='$… 266 …group`, `subgroup`, `leaf`, `leafvalue`, `timestamp`) VALUES('$server', '$group', '$subgroup', '$l… 285 function rmMeta($group, $subgroup = null, $leaf = null) argument 294 if($group != NULL) [all …]
|
H A D | oracle.class.php | 167 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument 178 …OM ".$c->container_cfg_oracle_table." WHERE server='$server' AND groupg='$group' AND subgroup='$su… 180 …erver, groupg, subgroup, leaf, leafvalue, timestampg) VALUES('$server', '$group', '$subgroup', '$l… 222 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument 237 if ($group != NULL) 239 $sql_where .= " AND groupg='$group'"; 298 function incMeta($group, $subgroup, $leaf) argument 308 …OM ".$c->container_cfg_oracle_table." WHERE server='$server' AND groupg='$group' AND subgroup='$su… 357 function rmMeta($group, $subgroup = null, $leaf = null) argument 366 if($group != NULL) [all …]
|
/plugin/farmsync/script/ |
H A D | jquery.chosen.js | 32 SelectParser.prototype.add_group = function(group) { argument 37 group: true, 38 label: this.escapeExpression(group.label), 39 title: group.title ? group.title : void 0, 41 disabled: group.disabled, 42 classes: group.className 44 _ref = group.childNodes; 48 _results.push(this.add_option(option, group_position, group.disabled));
|
/plugin/farmer/script/ |
H A D | jquery.chosen.js | 32 SelectParser.prototype.add_group = function(group) { argument 37 group: true, 38 label: this.escapeExpression(group.label), 39 title: group.title ? group.title : void 0, 41 disabled: group.disabled, 42 classes: group.className 44 _ref = group.childNodes; 48 _results.push(this.add_option(option, group_position, group.disabled)); 175 return "<b class='group 271 result_add_group(group) global() argument [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
H A D | MembershipAdjacencyList.php | 28 public $group; variable in Google\\Service\\CloudIdentity\\MembershipAdjacencyList 47 public function setGroup($group) argument 49 $this->group = $group; 56 return $this->group;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/ |
H A D | ConfigManagementGroupVersionKind.php | 25 public $group; variable in Google\\Service\\GKEHub\\ConfigManagementGroupVersionKind 38 public function setGroup($group) argument 40 $this->group = $group; 47 return $this->group;
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/ |
H A D | bootstrap.min.css | 5 …group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3…
|
/plugin/mikioplugin/ |
H A D | script.js | 237 var group = jQuery(this).closest('.mikiop-carousel'); 238 if (group) { 239 var items = jQuery(group).find('.mikiop-carousel-indicator'); 254 if (jQuery(group).hasClass('mikiop-transition-fade')) { 255 var target = jQuery(group).find('.mikiop-carousel-item:nth-child(' + (item + 1) + ')'); 258 jQuery(group).find('.mikiop-carousel-item:nth-child(' + (active + 1) + ')').fadeOut(function () { 263 jQuery(group).find('.mikiop-carousel-indicator:nth-child(' + (item + 1) + ')').addClass('mikiop-active'); 264 jQuery(group).find('.mikiop-carousel-indicator:nth-child(' + (active + 1) + ')').removeClass('mikiop-active'); 265 } else if (jQuery(group).hasClass('mikiop-transition-slide')) { 266 var target = jQuery(group) [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
H A D | AuditRefs.php | 30 public $group; variable in Google\\Service\\PagespeedInsights\\AuditRefs 58 public function setGroup($group) argument 60 $this->group = $group; 67 return $this->group;
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | mysql.conf.php.example | 64 * %{dgroup} default group name 91 * member of. The module access the group name as 'group' so a alias 119 * %{group} in FilterGroup group name 152 * %{group} group name 158 * of that group). 162 * %{group} group name 163 * %{gid} id of a group dataset 170 * %{group} group name 230 * group (a user quits membership of that group). 235 * %{group} group name [all …]
|
/plugin/markdownextra/lib/meltdown/js/ |
H A D | jquery.meltdown.js | 115 if (group.length === 0) { 120 outer.append(group); 123 group.append(t.control); 222 group: "h", property in getExamples.examples 233 group: "kitchenSink", property in examples.link 243 group: "kitchenSink", property in examples.img 253 group: "kitchenSink", property in examples.blockquote 264 group: "kitchenSink", property in examples.codeblock 276 group: "kitchenSink", property in examples.code 286 group: "kitchenSink", property in examples.footnote [all …]
|
/plugin/groupmanager/ |
H A D | README | 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 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’ 55 3. Group-admins may assign the group-admin role to other users! 56 4. But: users cannot remove themselves from the group that grants them access to the 57 group admin (including admins) 69 “default” group, which is the first managed group (wg_mygroup_reader in the example). [all …]
|