Home
last modified time | relevance | path

Searched refs:group (Results 451 – 475 of 769) sorted by relevance

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

/plugin/superacl/
H A Dstyle.css55 background: transparent url(pix/group.png) 0px 1px no-repeat;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py137 if (m.group(1) >= 522):
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md51 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/advanced/lang/en/config/
H A Dacl.txt10 * A group or user name. Groupnames are marked by a leading ''@'' character.
/plugin/combo/.travis/
H A D.travis.yml47 - cd _test && ./phpunit.phar --stderr --group plugin_combo --verbose --debug --bootstrap ../lib/plugins/combo/_test/bootstrap.php
/plugin/btable2/
H A DREADME.md45 - colongroups (if colon found in name - use it as group)
/plugin/api/
H A DREADME.md11 All requests are made with the `public` permissions (ie [@ALL group](https://www.dokuwiki.org/acl))
/plugin/strata/
H A Dmanual.txt99 group {
126 **Grouping**: By adding a ''group'' block zero or more variables can be grouped. This means that all results that have the same value for the grouped variable will be merged, and the ungrouped variables will contain multiple values. You can name one variable per line. If the ''group'' is empty //all// results will be merged into a single result.
336 The query result blocks are: [[#sorting|sort]], [[#grouping|group]], [[#variable projection|fields]] and [[#Considering Fields|consider]].
354 group {
358 Grouping allows you to collapse multiple results into a single result. All results that have the same value for all variables mentioned in the group block will be merged into a single result. Any variable in the merged result that is not mentioned in the group block will contain multiple values.
446 Here, we use a block ''%%Relation%%'' to set different properties for the column named ''%%Relation%%'' (this name is specified in the ''%%fields%%'' group). Thus, all columns are sortable and have text-based filters, except the column ''%%Relation%%'', which is not sortable and has a select-based filter.
505 group {
529 group {
[all...]
/plugin/zip/pear/File/
H A DArchive.php40 function File_Archive_cleanCache($file, $group) argument
50 $group = $file[1];
53 return substr($group, 0, 11) == 'FileArchive' &&
/plugin/refnotes/
H A Drendering.php536 switch ($reference->getAttribute('group')) {
558 $group = $reference->getAttribute('group');
559 return !empty($group) && in_array($group, array('open', 'hold', 'close')) &&
560 in_array($this->getStyle('reference-group'), array(',', 's'));
567 $style = $this->getStyle('reference-group');
1215 switch ($reference->getAttribute('group')) {
1225 switch ($reference->getAttribute('group')) {
/plugin/authhttp/
H A DREADME109 - specialusers: The login names of users to be put in the special group. You
111 - specialgroup: The name of the special group.
134 trustExternal() which eg. does not support group memberships if used on
/plugin/include/
H A Dhelper.php882 // Take first group if possible
884 $group = $USERINFO['grps'][0];
886 $group = 'ALL';
923 '@GROUP@' => cleanID($group),
/plugin/tagfilter/script/select2/
H A Dselect2.js516 var group, attr;
519 group = {};
521 if (datum.hasOwnProperty(attr)) group[attr]=datum[attr];
523 group.children=[];
524 $(datum.children).each2(function(i, childDatum) { process(childDatum, group.children); });
525 if (group.children.length || query.matcher(t, text(group), datum)) {
526 collection.push(group);
959 var group;
965 group
[all...]
/plugin/icalevents/vendor/sabre/vobject/
H A DREADME.md48 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md45 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/webdav/vendor/sabre/vobject/
H A DREADME.md48 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md45 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md45 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/editx/
H A Daction.php90 foreach($groups as $group){
91 if(in_array('@'.$group,$allowed)) return true;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php68 $this->assertEquals('GROUP1', $email1[0]->group);
72 $this->assertEquals(null, $email3[0]->group);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php69 $this->assertEquals('GROUP1', $email1[0]->group);
73 $this->assertEquals(null, $email3[0]->group);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php69 $this->assertEquals('GROUP1', $email1[0]->group);
73 $this->assertEquals(null, $email3[0]->group);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php69 $this->assertEquals('GROUP1', $email1[0]->group);
73 $this->assertEquals(null, $email3[0]->group);
/plugin/database2/
H A Ddatabase2.php3626 $group = trim( substr( $name, 6 ) );
3627 if ( ctype_digit( $group ) || ( $group === '' ))
3630 if ( !is_array( $uniques[$group] ) )
3631 $uniques[$group] = array();
3633 $uniques[$group][] = $colName;
3969 foreach ( $uniques as $i => $group )
3970 if ( count( $group ) == 1 )
3973 $col = array_shift( $group );
3981 $group ) . ' )',
4897 $group = trim( strtok( $matches[1], '.' ) );
[all …]
/plugin/authsplit/
H A DREADME99 information matters. Any group membership information returned from the PRIMARY
132 - group memberships will always be modified in the SECONDARY auth plugin only.
149 to the SECONDARY auth plugin since, by design, that is where group membership
157 auth plugin since that is the one that dictates restrictions on group names.
244 group information come from the SECONDARY auth plugin instead.

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