Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ lowercase
Function
lowercase
tools/ngui/static/js/lib/angular.js:20–20 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
18
* @returns {string} Lowercased string.
19
*/
20
var
lowercase =
function
(string){
return
isString(string) ? string.toLowerCase() : string;};
21
22
23
/**
Callers
11
angular.js
File · 0.85
toBoolean
Function · 0.85
startingTag
Function · 0.85
getFirstAnchor
Function · 0.85
$LocationProvider
Function · 0.85
readNumber
Function · 0.85
$SnifferProvider
Function · 0.85
parseHeaders
Function · 0.85
headersGetter
Function · 0.85
$http
Function · 0.85
createHttpBackend
Function · 0.85
Calls
1
isString
Function · 0.85
Tested by
no test coverage detected