| /plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
| D | Group.php | 90 ->given($group = new SUT('foo'), $line = __LINE__) 91 ->when($result = $group->raise()) 105 $group = new SUT('foo'), $fooLine = __LINE__, 106 $group[] = $exception1 108 ->when($result = $group->raise()) 126 $group = new SUT('foo'), $fooLine = __LINE__, 127 $group[] = $exception1, 128 $group[] = $exception2 130 ->when($result = $group->raise()) 148 $group = new SUT('foo'), [all …]
|
| /plugin/tagfilter/script/select2/ |
| 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.error .select2-container .select2-choices, [all …]
|
| /plugin/bootswrapper/exe/help/ |
| D | list-group.txt | 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> 45 </list-group></code> [all …]
|
| /plugin/freechat/phpfreechat/src/ |
| D | pfccontainer.class.php | 558 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument 560 $ret = $this->_container->setMeta($group, $subgroup, $leaf, $leafvalue); 565 if (isset($this->_cache[$group]['value']) && 566 !in_array($subgroup, $this->_cache[$group]['value'])) 568 $this->_cache[$group]['value'][] = $subgroup; 569 $this->_cache[$group]['timestamp'][] = time(); 571 if (isset($this->_cache[$group]['childs'][$subgroup]['value']) && 572 !in_array($leaf, $this->_cache[$group]['childs'][$subgroup]['value'])) 574 $this->_cache[$group]['childs'][$subgroup]['value'][] = $leaf; 575 $this->_cache[$group]['childs'][$subgroup]['timestamp'][] = time(); [all …]
|
| /plugin/virtualgroup/ |
| D | VirtualGroups.php | 38 * @param string $group 41 public function getGroupUsers($group) argument 46 if (in_array($group, $groups)) { 64 foreach ($usergroups as $group) { 65 if (!isset($groups[$group])) { 66 $groups[$group] = []; 68 $groups[$group][] = $user; 127 * @param string $group 130 public function removeGroup($group) argument 134 if (($key = array_search($group, $groups)) !== false) { [all …]
|
| D | admin.php | 83 static fn($group) => $auth->cleanGroup($group), 95 * @param string $group group name 99 protected function addGroupUsers($group, $users) argument 104 $group = $auth->cleanGroup($group); 110 if ($group && $users) { 111 $this->virtualGroups->addUsersToGroup($group, $users); 136 * @param string $group group name 139 protected function deleteGroup($group) argument 144 $group = $auth->cleanGroup($group); 146 if ($group) { [all …]
|
| /plugin/datatables/assets/datatables.net-buttons/css/ |
| D | buttons.foundation.min.css | 1 …group.fixed{position:fixed;display:block;top:50%;left:50%;margin-left:-75px;border-radius:5px;back…
|
| D | buttons.foundation.css | 170 div.dt-buttons.button-group.fixed { 180 div.dt-buttons.button-group.fixed.two-column { 183 div.dt-buttons.button-group.fixed.three-column { 186 div.dt-buttons.button-group.fixed.four-column { 189 div.dt-buttons.button-group.fixed.columns { 193 div.dt-buttons.button-group.fixed.columns { 198 div.dt-buttons.button-group.fixed.columns { 203 div.dt-buttons.button-group.fixed.columns { 207 div.dt-buttons.button-group.fixed > :last-child { 211 ….dt-buttons.button-group.two-column > :last-child, div.dt-buttons.button-group.three-column > :las… [all …]
|
| /plugin/zwidoku/files/ |
| H A D | doku.css | 2301 .form-group, .doku_form .no { 2575 .form-inline .form-group, .form-inline .doku_form .no, .doku_form .form-inline .no { 2593 .form-inline .input-group, .form-inline .doku_form .no, .doku_form .form-inline .no, 3490 …group-lg > .btn, #dw__login .btn-group-lg > button, .btn-group-lg > .qq-upload-button, .search-res… 3497 …group-sm > .btn, #dw__login .btn-group-sm > button, .btn-group-sm > .qq-upload-button, .search-res… 3797 .btn-group, 3798 .btn-group-vertical { 3804 …group > .btn, #dw__login .btn-group > button, .btn-group > .qq-upload-button, .search-results-form… 3805 .btn-group-vertical > .btn, 3806 #dw__login .btn-group-vertical > button, [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/exception/ |
| 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/ |
| 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 | 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]; 123 * @param string $group 126 public function getParents($group) argument 129 $this->getHierarchy($group, 'parents', $parents); 136 * @param string $group 139 public function getChildren($group) argument 142 $this->getHierarchy($group, 'children', $children);
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/ |
| D | dmn-js-boxed-expression-controls.css | 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); 61 .dmn-boxed-expression-container .context-menu .context-menu-group .context-menu-group-entry { 71 .dmn-boxed-expression-container .context-menu-group .context-menu-group-entry:hover { 72 background-color: var(--context-menu-group-entry-hover-background-color); 75 .dmn-boxed-expression-container .context-menu .context-menu-group .context-menu-group-entry.disable… 77 color: var(--context-menu-group-entry-disabled-color); 80 …d-expression-container .context-menu .context-menu-group .context-menu-group-entry .context-menu-g… 87 …d-expression-container .context-menu .context-menu-group .context-menu-group-entry .context-menu-g… [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/ |
| 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/findologicxmlexport/vendor/jms/serializer/src/Exclusion/ |
| 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/ |
| 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>
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| 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/freechat/phpfreechat/src/containers/ |
| 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`='$… 166 …group`, `subgroup`, `leaf`, `leafvalue`, `timestamp`) VALUES('$server', '$group', '$subgroup', '$l… 167 …lue)."', `timestamp`='".time()."' 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… [all …]
|
| 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… 184 …Y HH24:MI:SS TZR') as date))*86400)) WHERE server='$server' AND groupg='$group' AND subgroup='$su… 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… 320 …erver, groupg, subgroup, leaf, leafvalue, timestampg) VALUES('$server', '$group', '$subgroup', '$l… [all …]
|
| /plugin/farmsync/script/ |
| D | jquery.chosen.js | 32 SelectParser.prototype.add_group = function(group) { argument 37 group: true, property 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, property 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/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
| 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/ |
| 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/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/ |
| 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/doi/Resolver/ |
| H A D | IsbnIsbnDeResolver.php | 57 * @param int $group 60 protected function extract($regex, $html, $group = 1) argument 63 return html_entity_decode($m[$group]); 73 * @param int $group 76 protected function extractAll($regex, $html, $group = 1) argument 79 $all = $m[$group];
|