/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, 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, 54 .control-group.error .select2-container .select2-choice div { 59 .control-group.info .select2-container .select2-choice, 60 .control-group.info .select2-container .select2-choices, 69 .control-group.info .select2-container .select2-choice div { 74 .control-group.success .select2-container .select2-choice, [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/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/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/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/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/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/virtualgroup/ |
H A D | admin.php | 85 function editgroup($group) { argument 110 $this->users[$user][] = $group; 120 $this->data['group'] = $group; 135 function delgroup($group) { argument 138 if (!$this->groups[$group]) { 143 foreach ($this->groups[$group] as $user) { 185 function addgroup($group) { argument 188 if (empty($group)) { 308 foreach ($groups as $group => $users) { 310 $groups[$group]=$users; [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;
|
H A D | GroupRelation.php | 30 public $group; variable in Google\\Service\\CloudIdentity\\GroupRelation 61 public function setGroup($group) argument 63 $this->group = $group; 70 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/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));
|
/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/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/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/ |
H A D | StatusDetails.php | 28 public $group; variable in Google\\Service\\CloudRun\\StatusDetails 63 public function setGroup($group) argument 65 $this->group = $group; 72 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 | 189 var group = jQuery(this).closest('.mikiop-carousel'); 190 if (group) { 191 var items = jQuery(group).find('.mikiop-carousel-indicator'); 206 if (jQuery(group).hasClass('mikiop-transition-fade')) { 207 … var target = jQuery(group).find('.mikiop-carousel-item:nth-child(' + (item + 1) + ')'); 217 } else if (jQuery(group).hasClass('mikiop-transition-slide')) { 218 … var target = jQuery(group).find('.mikiop-carousel-item:nth-child(' + (item + 1) + ')'); 254 var group = jQuery(parent).closest('.mikiop-tab-group'); 255 if (group) { 256 var items = jQuery(group).find('.mikiop-tab-item'); [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 …]
|