Home
last modified time | relevance | path

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

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

/plugin/ireadit/action/
H A Dmigration.php248 $group = substr($split, 1);
249 $groups[] = $group;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php23 * Clear the visitor object to visit another selector group
41 * @param Ast\Selector\Group $group
44 public function visitEnterSelectorGroup(Ast\Selector\Group $group): bool { argument
49 get_class($group)
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte205 bind:group={imagemodeselected} />
211 bind:group={imagemodeselected} />
224 bind:group={imagemodeselected} />
/plugin/webdav/vendor/sabre/xml/
H A DREADME.md20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/icalevents/vendor/sabre/xml/
H A DREADME.md20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/disableactionsbygroup/
H A DREADME3 Prevent actions by user group
/plugin/davcal/vendor/sabre/xml/
H A DREADME.md20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css103 /* @group CONTROLS */
188 /* @group progress bar */
228 /* @group volume controls */
295 /* @group current time and duration */
332 /* @group playlist */
459 /* @group TOGGLES */
533 /* @group NO SOLUTION error feedback */
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss109 /* @group CONTROLS */
208 /* @group progress bar */
252 /* @group volume controls */
327 /* @group current time and duration */
369 /* @group playlist */
512 /* @group TOGGLES */
605 /* @group NO SOLUTION error feedback */
/plugin/authyubikey/
H A Dauth.php.org119 * The new user will be added to the default group by this
144 // set default group if no groups specified
309 * @param string $group
312 public function cleanGroup($group) {
314 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php256 $this->function->chgrp = function ($path, $group) use (&$_path, &$_group) {
258 $_group = $group;
263 $group = 'root',
266 ->when($result = $wrapper->stream_metadata('foo', $grp, $group))
272 ->string($group)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md19 …here is a test class with `@group` and provider throwing exception in it, tests are run with `--ex…
157 * Fixed [#2435](https://github.com/sebastianbergmann/phpunit/issues/2435): Empty `@group` annotatio…
164 * Fixed [#2427](https://github.com/sebastianbergmann/phpunit/issues/2427): TestDox group configurat…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php333 function auth_cleanGroup($group) { argument
334 return $group;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php334 function auth_cleanGroup($group) { argument
335 return $group;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php225 foreach ($groups as $group) {
226 if (!isset($this->groups[$group])) {
227 $this->groups[$group] = [$test];
229 $this->groups[$group][] = $test;
/plugin/permissioninfo/
H A DREADME.md14 * Doesn't show anything when no user- or group specific rule was set (standard DokuWiki installatio…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/
H A DOrganizationsAssets.php48 public function group($parent, GroupAssetsRequest $postBody, $optParams = []) function in Google\\Service\\SecurityCommandCenter\\Resource\\OrganizationsAssets
/plugin/diagrams/script/
H A Dprosemirror.js16 group: "inline",
/plugin/tag/
H A Dhelper.php562 // FIXME or delete, is unreliable because just first entry of group array is used, regardless the order of groups..
564 $group = cleanID($USERINFO['grps'][0]);
567 $group = '';
571 $group = '';
577 '@GROUP@' => $group,
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst15 <group>foo</group>
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc112 group : 'anchor',
120 group : 'anchor',
128 group : 'link',
136 group : 'link',
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc112 group : 'anchor',
120 group : 'anchor',
128 group : 'link',
136 group : 'link',
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …nect|downto|else|elsif|end|entity|exit|file|for|function|generate|generic|group|guarded|if|impure|…
/plugin/datatemplate/
H A Dstyle.css27 form.filterform_plugin div.group {
/plugin/groupmail/
H A Dsyntax.php117 foreach ($vals as $group) {
118 if (!in_array($group, $this->recipient_groups)){
119 $this->_set_error("acl_togroup", array($group, $field), 'acl');

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