Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Merge requests
!51
"README.md" did not exist on "3101c2c0d941c484733adb54429545cedf608349"
Code style
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Code style
github/fork/BaranekD/codeStyle
into
master
Overview
1
Commits
4
Pipelines
0
Changes
63
Merged
Pavel Břoušek
requested to merge
github/fork/BaranekD/codeStyle
into
master
6 years ago
Overview
1
Commits
4
Pipelines
0
Changes
63
Expand
Created by: BaranekD
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8e692e92
4 commits,
2 years ago
63 files
+
5137
−
4297
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
63
Search (e.g. *.vue) (Ctrl+P)
config-templates/module_discopower.php
+
36
−
36
Options
<?php
/*
/*
*
* Configuration for the DiscoPower module.
*/
$config
=
array
(
$config
=
array
(
// Which tab should be set as default. 0 is the first tab
'defaulttab'
=>
0
,
/*
* List a set of tags (Tabs) that should be listed in a specific order.
* All other available tabs will be listed after the ones specified below.
*/
'taborder'
=>
array
(
'social, misc'
),
/*
* the 'tab' parameter allows you to limit the tabs to a specific list. (excluding unlisted tags)
*
* 'tabs' => array('norway', 'finland'),
*/
/*
* If you want to change the scoring algorithm to a more google suggest like one
* (filters by start of words) uncomment this ...
*/
'score'
=>
'suggest'
,
// Which tab should be set as default. 0 is the first tab
'defaulttab'
=>
0
,
/*
* The domain to use for common domain cookie support.
* This must be a parent domain of the domain hosting the discovery service.
*
* If this is NULL (the default), common domain cookie support will be disabled.
*/
'cdc.domain'
=>
NULL
,
/*
* List a set of tags (Tabs) that should be listed in a specific order.
* All other available tabs will be listed after the ones specified below.
*/
'taborder'
=>
array
(
'social, misc'
),
/*
* the 'tab' parameter allows you to limit the tabs to a specific list. (excluding unlisted tags)
*
* 'tabs' => array('norway', 'finland'),
*/
/*
* The lifetime of the common domain cookie, in seconds.
*
* If this is NULL (the default), the common domain cookie will be deleted when the browser closes.
*
* Example: 'cdc.lifetime' => 180*24*60*60, // 180 days
*/
'cdc.lifetime'
=>
NULL
,
/*
* If you want to change the scoring algorithm to a more google suggest like one
* (filters by start of words) uncomment this ...
*/
'score'
=>
'suggest'
,
/*
* The domain to use for common domain cookie support.
* This must be a parent domain of the domain hosting the discovery service.
*
* If this is NULL (the default), common domain cookie support will be disabled.
*/
'cdc.domain'
=>
null
,
/*
* The lifetime of the common domain cookie, in seconds.
*
* If this is NULL (the default), the common domain cookie will be deleted when the browser closes.
*
* Example: 'cdc.lifetime' => 180*24*60*60, // 180 days
*/
'cdc.lifetime'
=>
null
,
);
Loading