Home
last modified time | relevance | path

Searched refs:group (Results 476 – 500 of 769) sorted by relevance

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

/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js1218 var listProjects = mxUtils.bind(this, function(group, callback) argument
1221 …var req = new mxXmlRequest(this.baseUrl + '/groups/' + group.id + '/projects?per_page=100', null, …
1225 callback(group, JSON.parse(req.getText()));
1329 listProjects(groups[i], (mxUtils.bind(this, function(group, projects) argument
1346 org = group.full_path;
/plugin/gitlabproject/
H A DREADME.md31 **NAMESPACE** is the namespace of your project, typically the name of the user or group in which th…
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Ddefault-style.xml.bak32 <add as="group" extend="defaultVertex">
H A Dbasic-style.xml.bak41 <add as="group" extend="defaultVertex">
/plugin/tagging/less/
H A Deditable.less10 .editableform .control-group {
/plugin/stlviewer/stlviewer/
H A DProjector.js490 var group = groups[ g ];
492 for ( var i = group.start, l = group.start + group.count; i < l; i += 3 ) {
/plugin/tline/
H A DREADME.txt55 http://groups.google.com/group/simile-widgets/
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp67 ( ::bracket_:: expression() ::_bracket:: #group )
/plugin/eventline/
H A DREADME55 http://groups.google.com/group/simile-widgets/
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso27 valid username and password from Lasso admin for a group with file tags
/plugin/issuelinks/services/
H A DGitLab.service.php195 return array_map(function ($group) {
196 return $group['full_path'];
/plugin/mediasyntax/
H A Dhelper.php601 $group = $INFO['userinfo']['grps'][0];
606 '@GROUP@' => cleanID($group),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php382 foreach ($membership as $group) {
384 $groupNode = $this->server->tree->getNodeForPath($group);
386 $listItem = Uri\split($group)[0] . '/';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php367 foreach ($membership as $group) {
369 $groupNode = $this->server->tree->getNodeForPath($group);
371 $listItem = Uri\split($group)[0] . '/';
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js4690 { nlevels: 3, group: 2, bits: 5, C: 1.33333333333, D: 0.50000000000 },
4691 { nlevels: 5, group: 3, bits: 7, C: 1.60000000000, D: 0.50000000000 },
4692 { nlevels: 7, group: 0, bits: 3, C: 1.14285714286, D: 0.25000000000 },
4693 { nlevels: 9, group: 4, bits: 10, C: 1.77777777777, D: 0.50000000000 },
4694 { nlevels: 15, group: 0, bits: 4, C: 1.06666666666, D: 0.12500000000 },
4695 { nlevels: 31, group: 0, bits: 5, C: 1.03225806452, D: 0.06250000000 },
4696 { nlevels: 63, group: 0, bits: 6, C: 1.01587301587, D: 0.03125000000 },
4697 { nlevels: 127, group: 0, bits: 7, C: 1.00787401575, D: 0.01562500000 },
4698 { nlevels: 255, group: 0, bits: 8, C: 1.00392156863, D: 0.00781250000 },
4706 { nlevels: 65535, group: 0, bits: 16, C: 1.00001525902, D: 0.00003051758 }
[all …]
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css71 .group {
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp68 ( ::bracket_:: expression() ::_bracket:: #group )
/plugin/authplaincas/
H A Dauth.php661 function cleanGroup($group) { argument
662 return $group;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1group:[]},a||{}),h=new fabric.Line([b.x1,b.y1,b.x2,b.y2],{stroke:b.color,strokeWidth:b.width,strok…
/plugin/redproject/
H A Dstyle.css166 background: url('images/group.png') no-repeat 0% 50%;
/plugin/newpagetemplate/
H A Dhelper.php78 $group = $this->getConf('web_group');
/plugin/xcom/lang/en/
H A Dfunctions.txt121 ^Description|Add an ACL rule. Use ''@groupname'' instead of ''user'' to add an ACL rule for a group|
127 …given scope and user. Use ''@groupname'' instead of ''user'' to delete the ACL rules for the group|
/plugin/authshibboleth/
H A DREADME.md25 * different group sources
/plugin/fckg/action/
H A Dedit.php535 foreach($user_groups as $group) {
536 if (strcasecmp('guest', $group) == 0) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php147 * Clear the visitor object to visit another selector group
268 * @param Ast\Selector\Group $group
272 public function visitEnterSelectorSequenceGroup(Ast\Selector\Group $group): bool { argument
277 get_class($group)

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