Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ccb0977b
Commit
ccb0977b
authored
Sep 14, 2009
by
Dries
Browse files
- Patch
#572942
by cwgordon7: proper comment wrapping.
parent
0b7962ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/bootstrap.inc
View file @
ccb0977b
...
...
@@ -164,21 +164,20 @@
define
(
'LANGUAGE_NEGOTIATION_NONE'
,
0
);
/**
* Path based negotiation with fallback to default language
*
if no defined path
prefix identified.
* Path based negotiation with fallback to default language
if no defined path
* prefix identified.
*/
define
(
'LANGUAGE_NEGOTIATION_PATH_DEFAULT'
,
1
);
/**
* Path based negotiation with fallback to user preferences
* and browser language detection if no defined path prefix
* identified.
* Path based negotiation with fallback to user preferences and browser
* language detection if no defined path prefix identified.
*/
define
(
'LANGUAGE_NEGOTIATION_PATH'
,
2
);
/**
* Domain based negotiation with fallback to default language
*
if no language
identified by domain.
* Domain based negotiation with fallback to default language
if no language
* identified by domain.
*/
define
(
'LANGUAGE_NEGOTIATION_DOMAIN'
,
3
);
...
...
@@ -229,9 +228,8 @@
/**
* Start the timer with the specified name. If you start and stop
* the same timer multiple times, the measured intervals will be
* accumulated.
* Start the timer with the specified name. If you start and stop the same
* timer multiple times, the measured intervals will be accumulated.
*
* @param name
* The name of the timer.
...
...
@@ -271,9 +269,8 @@ function timer_read($name) {
* @param name
* The name of the timer.
* @return
* A timer array. The array contains the number of times the
* timer has been started and stopped (count) and the accumulated
* timer value in ms (time).
* A timer array. The array contains the number of times the timer has been
* started and stopped (count) and the accumulated timer value in ms (time).
*/
function
timer_stop
(
$name
)
{
global
$timers
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment