Home
last modified time | relevance | path

Searched refs:group (Results 401 – 425 of 769) sorted by path

1...<<11121314151617181920>>...31

/plugin/evesso/
H A Dhelper.php143 foreach ($this->getGroup($name) as $group) {
144 $validGroups[] = $prefix.$group;
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.bak13 $conf['tpl']['dokubrick']['sidebar_content'] = 'toc,main,user,group,namespace,index';
H A Dmysql.conf.php.example64 * %{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 …]
H A Dwordblock.conf2716 https?:\/\/([^\/]*\.)?fisting-group-sex\.aroundworld\.in\.ua
2840 https?:\/\/([^\/]*\.)?free-group-lesbian-preview-sex-video\.medved\.odessa\.ua
4178 https?:\/\/([^\/]*\.)?lesbian-group-masturbation\.travel-ag\.uzhgorod\.ua
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt79 …ognized, too. Please note that these only make sense in a homogenous user group like a corporate […
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt79 Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
/plugin/farmer/css/
H A Dchosen.less13 /* @group Base */
47 .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
55 .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
62 /* @group Single Chosen */
159 /* @group Results */
202 .chosen-container .chosen-results li.group-result {
207 .chosen-container .chosen-results li.group-option {
216 /* @group Mult
[all...]
/plugin/farmer/script/
H A Djquery.chosen.js32 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/farmsync/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_farmsync
/plugin/farmsync/script/
H A Djquery.chosen.js32 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/fblogin/files/
H A Dfacebook.class.php251 function cleanGroup($group){ argument
253 return cleanID(str_replace(':',$conf['sepchar'],$group));
/plugin/fckg/action/
H A Dedit.php535 foreach($user_groups as $group) {
536 if (strcasecmp('guest', $group) == 0) {
/plugin/feedaggregator/
H A D.travis.yml13 script: cd _test && phpunit --stderr --group plugin_feedaggregator
/plugin/feedback/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_feedback
/plugin/fetchmedia/
H A D.travis.yml15 script: cd _test && phpunit --stderr --group plugin_fetchmedia
/plugin/fetchmedia/_test/
H A DfindMediaLinks.test.php61 …gnized, too. Please note that these only make sense in a homogeneous user group like a corporate […
65 …gnized, too. Please note that these only make sense in a homogeneous user group like a corporate […
/plugin/filelist/
H A D.travis.yml
/plugin/filelisting/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_filelisting
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst4 If you want to define your own annotations you just have to group them in a namespace and register …
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php247 new Usergroup('one group'),
248 new Usergroup('another group')
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md129 * `(…)` to group multiple declarations;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml18 group: edge
22 group: edge
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php176 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 …]
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/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php106 $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 …]

1...<<11121314151617181920>>...31