SYMBOL INDEX (350 symbols across 127 files) FILE: demo/electron/index.js function createMainWnd (line 5) | function createMainWnd() { FILE: examples/macOs/advanced/pinDialog.js class PinDialog (line 4) | class PinDialog extends Component { method constructor (line 5) | constructor() { method render (line 21) | render() { method renderIcon (line 62) | renderIcon() { FILE: examples/macOs/components/box.js method render (line 5) | render() { FILE: examples/macOs/components/button.js method render (line 5) | render() { FILE: examples/macOs/components/checkbox.js method render (line 5) | render() { FILE: examples/macOs/components/dialog.js method render (line 5) | render() { method renderIcon (line 19) | renderIcon() { FILE: examples/macOs/components/label.js method render (line 5) | render() { FILE: examples/macOs/components/link.js method render (line 5) | render() { FILE: examples/macOs/components/listView.js method constructor (line 14) | constructor() { method render (line 19) | render() { method renderSectionHeader (line 43) | renderSectionHeader(title) { method renderItem (line 51) | renderItem(title, info) { FILE: examples/macOs/components/pin.js method render (line 5) | render() { FILE: examples/macOs/components/progressCircle.js method render (line 5) | render() { FILE: examples/macOs/components/radio.js method render (line 5) | render() { FILE: examples/macOs/components/searchField.js method render (line 7) | render() { FILE: examples/macOs/components/segmentedControl.js method constructor (line 5) | constructor() { method render (line 10) | render() { method renderItems (line 18) | renderItems() { method renderItem (line 26) | renderItem(key, title, content) { FILE: examples/macOs/components/text.js method render (line 5) | render() { FILE: examples/macOs/components/textArea.js method render (line 7) | render() { FILE: examples/macOs/components/textInput.js method render (line 7) | render() { FILE: examples/macOs/components/titleBar.js method constructor (line 5) | constructor() { method render (line 10) | render() { FILE: examples/macOs/components/toolbar.js method render (line 5) | render() { FILE: examples/macOs/components/toolbarNav.js method constructor (line 23) | constructor() { method render (line 28) | render() { FILE: examples/macOs/components/view.js method render (line 5) | render() { FILE: examples/macOs/components/window.js method render (line 5) | render() { FILE: examples/windows/components/button.js method render (line 9) | render() { FILE: examples/windows/components/checkbox.js method render (line 10) | render() { FILE: examples/windows/components/label.js method render (line 5) | render() { FILE: examples/windows/components/masterDetailsView.js method render (line 16) | render() { method renderItem (line 26) | renderItem(master, details) { FILE: examples/windows/components/navPane.js method constructor (line 10) | constructor() { method render (line 17) | render() { method renderItem (line 27) | renderItem(title, content) { method renderIcon (line 44) | renderIcon(name) { FILE: examples/windows/components/progressCircle.js method render (line 9) | render() { FILE: examples/windows/components/radio.js method render (line 10) | render() { FILE: examples/windows/components/text.js method render (line 10) | render() { FILE: examples/windows/components/textArea.js method render (line 12) | render() { FILE: examples/windows/components/textInput.js method render (line 12) | render() { FILE: examples/windows/components/titleBar.js method constructor (line 10) | constructor(props) { method render (line 19) | render() { FILE: examples/windows/components/view.js method render (line 10) | render() { FILE: examples/windows/components/window.js method render (line 10) | render() { FILE: playground/examplesLoader.js function scanDir (line 4) | function scanDir(dir) { FILE: playground/playground.js class Playground (line 25) | class Playground extends React.Component { method constructor (line 30) | constructor() { method loadState (line 40) | loadState(mounted = true) { method persistState (line 48) | persistState() { method getChildContext (line 52) | getChildContext() { method componentDidUpdate (line 58) | componentDidUpdate() { method render (line 76) | render() { FILE: playground/ui/examples/examples.js class Examples (line 44) | class Examples extends React.Component { method constructor (line 54) | constructor(props, ...args) { method render (line 67) | render() { method renderItem (line 75) | renderItem(item, path = '', subtitle = false) { FILE: playground/ui/sidebar/logo.js class Logo (line 3) | class Logo extends React.Component { method render (line 4) | render() { FILE: playground/ui/sidebar/sidebar.js class Sidebar (line 18) | class Sidebar extends React.Component { method constructor (line 19) | constructor(...args) { method render (line 43) | render() { method renderExamples (line 110) | renderExamples() { FILE: src/Box/macOs/index.js class Box (line 13) | @Dimension() method render (line 34) | render() { FILE: src/Button/macOs/index.js class Button (line 11) | @WindowFocus() method componentDidMount (line 30) | componentDidMount() { method componentWillUnmount (line 36) | componentWillUnmount() { method render (line 48) | render() { FILE: src/Button/windows/index.js class Button (line 10) | @Hidden() method render (line 27) | render() { FILE: src/Checkbox/macOs/Checkmark.js class Checkmark (line 6) | @Radium method render (line 18) | render() { FILE: src/Checkbox/macOs/index.js class Checkbox (line 11) | @ValueRef() method constructor (line 22) | constructor(props) { method componentWillReceiveProps (line 30) | componentWillReceiveProps(nextProps) { method componentDidUpdate (line 36) | componentDidUpdate() { method render (line 49) | render() { FILE: src/Checkbox/windows/index.js class Checkbox (line 10) | @ValueRef() method constructor (line 29) | constructor(props) { method render (line 43) | render() { FILE: src/Dialog/macOs/index.js class Dialog (line 11) | @Margin({ method isLast (line 28) | isLast(...next) { method render (line 36) | render() { method renderIcon (line 62) | renderIcon(icon) { method renderTitle (line 73) | renderTitle(title, isLast) { method renderMessage (line 85) | renderMessage(message, isLast) { method renderChildren (line 92) | renderChildren(children, isLast) { method renderButtons (line 103) | renderButtons(buttons) { FILE: src/Link/macOs/index.js class Link (line 20) | @Margin() method render (line 41) | render() { FILE: src/ListView/macOs/Footer/index.js class Footer (line 7) | @Background({ background: '#f0f0f0' }) method render (line 17) | render() { FILE: src/ListView/macOs/Header/index.js class Header (line 7) | @Background({ background: '#f0f0f0' }) method render (line 17) | render() { FILE: src/ListView/macOs/Row/index.js class Row (line 11) | @Background() method render (line 32) | render() { FILE: src/ListView/macOs/Section/Header/index.js class Header (line 16) | class Header extends Component { method render (line 39) | render() { FILE: src/ListView/macOs/Section/index.js class Section (line 6) | class Section extends Component { method render (line 15) | render() { FILE: src/ListView/macOs/Separator/index.js class Separator (line 9) | @Dimension() method render (line 26) | render() { FILE: src/ListView/macOs/index.js class ListView (line 12) | @Background() method mapChildren (line 26) | mapChildren(children) { method render (line 51) | render() { FILE: src/MasterDetailsView/windows/Details/index.js class Details (line 16) | @ColorContext() method getChildContext (line 33) | getChildContext() { method render (line 39) | render() { FILE: src/MasterDetailsView/windows/Item/index.js function applyChildenClasses (line 17) | function applyChildenClasses() { class Item (line 47) | @applyChildenClasses() method constructor (line 57) | constructor(props, context, updater) { method render (line 64) | render() { FILE: src/MasterDetailsView/windows/Master/index.js class Master (line 62) | @ColorContext() method render (line 87) | render() { FILE: src/MasterDetailsView/windows/Pane.js class Pane (line 19) | @ThemeContext() method render (line 25) | render() { FILE: src/MasterDetailsView/windows/index.js function applyChildenClasses (line 32) | function applyChildenClasses() { class MasterDetailsView (line 52) | @applyChildenClasses() method constructor (line 74) | constructor(props, context, updater) { method getChildContext (line 82) | getChildContext() { method select (line 88) | select(index) { method filterChildren (line 92) | filterChildren(children) { method render (line 119) | render() { method renderMasters (line 135) | renderMasters() { method renderDetail (line 147) | renderDetail() { FILE: src/NavPane/windows/Item/Content/index.js class Content (line 9) | @Padding() method render (line 22) | render() { FILE: src/NavPane/windows/Item/Title/index.js class Title (line 47) | @Radium method render (line 54) | render() { FILE: src/NavPane/windows/Item/index.js class Item (line 16) | @Padding() method constructor (line 46) | constructor() { method componentWillReceiveProps (line 53) | componentWillReceiveProps(nextProps) { method render (line 59) | render() { FILE: src/NavPane/windows/Pane/Button/index.js class Button (line 15) | @ColorContext() method render (line 28) | render() { FILE: src/NavPane/windows/Pane/Item/index.js class Item (line 9) | @ColorContext() method render (line 27) | render() { FILE: src/NavPane/windows/Pane/index.js class Pane (line 7) | class Pane extends Component { method constructor (line 36) | constructor(props, ...args) { method render (line 49) | render() { method renderItems (line 78) | renderItems() { FILE: src/NavPane/windows/index.js function applyChildenClasses (line 14) | function applyChildenClasses() { class NavPane (line 32) | @applyChildenClasses() method render (line 56) | render() { method renderContent (line 72) | renderContent() { FILE: src/Pin/macOs/index.js class Pin (line 8) | @Hidden() method constructor (line 20) | constructor(props, ...args) { method componentDidMount (line 29) | componentDidMount() { method render (line 109) | render() { FILE: src/ProgressCircle/macOs/index.js class ProgressCircle (line 7) | class ProgressCircle extends Component { method componentDidMount (line 15) | componentDidMount() { method componentWillUnmount (line 24) | componentWillUnmount() { method render (line 28) | render() { FILE: src/ProgressCircle/macOs/progressCircleAnimation.js function animate (line 7) | function animate(elements) { function animateStep (line 15) | function animateStep(elements) { function findStep (line 26) | function findStep(index) { function startAnimation (line 34) | function startAnimation(...elements) { function stopAnimation (line 42) | function stopAnimation(animation) { FILE: src/ProgressCircle/windows/index.js class ProgressCircle (line 8) | @ColorContext() method componentDidMount (line 21) | componentDidMount() { method componentWillUnmount (line 32) | componentWillUnmount() { method render (line 36) | render() { FILE: src/ProgressCircle/windows/progressCircleAnimation.js function rotateCircle (line 21) | function rotateCircle(circles) { function startAnimation (line 55) | function startAnimation(...elements) { function stopAnimation (line 65) | function stopAnimation(animation) { FILE: src/Radio/macOs/Circle.js class Circle (line 6) | @Radium method render (line 18) | render() { FILE: src/Radio/macOs/index.js class Radio (line 11) | @ValueRef() method constructor (line 22) | constructor(props) { method componentDidMount (line 30) | componentDidMount() { method componentWillUnmount (line 34) | componentWillUnmount() { method componentWillReceiveProps (line 38) | componentWillReceiveProps(nextProps) { method componentDidUpdate (line 44) | componentDidUpdate() { method render (line 63) | render() { FILE: src/Radio/windows/index.js class Radio (line 19) | @ValueRef() method constructor (line 38) | constructor(props) { method componentDidMount (line 45) | componentDidMount() { method componentWillUnmount (line 49) | componentWillUnmount() { method render (line 66) | render() { FILE: src/SearchField/macOs/cancelAnimation.js function animateCancelIcon (line 12) | function animateCancelIcon(timestamp, element) { FILE: src/SearchField/macOs/index.js class SearchInput (line 10) | @ValueRef() method constructor (line 21) | constructor() { method searchIcon (line 28) | get searchIcon() { method cancelIcon (line 34) | get cancelIcon() { method componentDidUpdate (line 92) | componentDidUpdate(prevProps, prevState) { method render (line 98) | render() { FILE: src/SegmentedControl/macOs/Item/index.js class Item (line 4) | class Item extends Component { method render (line 11) | render() { FILE: src/SegmentedControl/macOs/Tabs/Tab.js class Tab (line 7) | @WindowFocus() method render (line 19) | render() { FILE: src/SegmentedControl/macOs/Tabs/index.js class Tabs (line 5) | class Tabs extends Component { method select (line 6) | select(item) { method unselect (line 10) | unselect(item) { method render (line 14) | render() { method renderTabs (line 72) | renderTabs(tabs) { FILE: src/SegmentedControl/macOs/index.js function applyItem (line 12) | function applyItem() { class SegmentedControl (line 30) | @applyItem() method select (line 42) | select(item) { method unselect (line 46) | unselect(item) { method render (line 50) | render() { method renderItem (line 70) | renderItem() { FILE: src/Text/macOs/index.js class Text (line 13) | @Background() method render (line 39) | render() { FILE: src/Text/windows/index.js class Text (line 13) | @Margin() method render (line 37) | render() { FILE: src/TextArea/macOs/centerPlaceholderAnimation.js function moveLabel (line 15) | function moveLabel(timestamp, label, start, current, end, cb) { function animateLabel (line 36) | function animateLabel(label, start, end) { function pullLeft (line 44) | function pullLeft(input, label) { function pushCenter (line 55) | function pushCenter(input, label) { FILE: src/TextArea/macOs/index.js class TextAreaOSX (line 25) | @ValueRef() method constructor (line 62) | constructor() { method componentDidMount (line 71) | componentDidMount() { method componentWillUnmount (line 91) | componentWillUnmount() { method blur (line 152) | blur() { method focus (line 161) | focus() { method render (line 166) | render() { FILE: src/TextArea/windows/index.js class TextArea (line 23) | @ValueRef() method placeholderStyle (line 47) | get placeholderStyle() { method blur (line 57) | blur() { method focus (line 66) | focus() { method render (line 71) | render() { FILE: src/TextInput/macOs/centerPlaceholderAnimation.js function moveLabel (line 15) | function moveLabel(timestamp, label, start, current, end, cb) { function animateLabel (line 36) | function animateLabel(label, start, end) { function pullLeft (line 44) | function pullLeft(input, label) { function pushCenter (line 55) | function pushCenter(input, label) { FILE: src/TextInput/macOs/index.js class TextFieldOSX (line 25) | @ValueRef() method constructor (line 61) | constructor() { method componentDidMount (line 70) | componentDidMount() { method componentWillUnmount (line 90) | componentWillUnmount() { method blur (line 151) | blur() { method focus (line 160) | focus() { method render (line 165) | render() { FILE: src/TextInput/windows/index.js class TextInput (line 23) | @ValueRef() method placeholderStyle (line 48) | get placeholderStyle() { method blur (line 58) | blur() { method focus (line 67) | focus() { method render (line 72) | render() { FILE: src/TitleBar/macOs/Controls/Close.js class Close (line 7) | @WindowFocus() method render (line 16) | render() { FILE: src/TitleBar/macOs/Controls/Minimize.js class Minimize (line 7) | @WindowFocus() method render (line 16) | render() { FILE: src/TitleBar/macOs/Controls/Resize.js class Resize (line 7) | @WindowFocus() method componentDidMount (line 17) | componentDidMount() { method render (line 30) | render() { FILE: src/TitleBar/macOs/Controls/index.js class Controls (line 21) | class Controls extends Component { method constructor (line 35) | constructor() { method render (line 42) | render() { FILE: src/TitleBar/macOs/index.js class TitleBar (line 8) | @Dimension({ width: '100%' }) method getChildContext (line 32) | getChildContext() { method componentDidMount (line 38) | componentDidMount() { method componentWillUnmount (line 43) | componentWillUnmount() { method componentDidUpdate (line 47) | componentDidUpdate() { method render (line 71) | render() { FILE: src/TitleBar/windows/Controls/Close.js class Close (line 38) | @WindowFocus() method render (line 46) | render() { FILE: src/TitleBar/windows/Controls/Maximize.js class Maximize (line 50) | @WindowFocus() method render (line 59) | render() { FILE: src/TitleBar/windows/Controls/Minimize.js class Minimize (line 50) | @WindowFocus() method render (line 58) | render() { FILE: src/TitleBar/windows/Controls/index.js class Controls (line 17) | class Controls extends Component { method render (line 25) | render() { FILE: src/TitleBar/windows/index.js class TitleBar (line 17) | @Background((nextProps, prevProps, background) => ({ method getChildContext (line 47) | getChildContext() { method render (line 53) | render() { FILE: src/Toolbar/macOs/Nav/Item/index.js class Item (line 28) | class Item extends Component { method render (line 36) | render() { FILE: src/Toolbar/macOs/Nav/index.js class Nav (line 13) | @Dimension({ height: '54px' }) method render (line 20) | render() { FILE: src/Toolbar/macOs/index.js class Toolbar (line 17) | @Alignment() method getChildContext (line 29) | getChildContext() { method render (line 35) | render() { FILE: src/ValueRef.js function ValueRef (line 4) | function ValueRef(ComposedComponent) { FILE: src/View/macOs/index.js class View (line 16) | @Width() method render (line 40) | render() { FILE: src/View/windows/index.js class View (line 18) | @Width() method render (line 44) | render() { FILE: src/Window/macOs/index.js class Window (line 19) | @WindowFocus() method filterChildren (line 33) | filterChildren() { method render (line 48) | render() { FILE: src/Window/windows/index.js class Window (line 25) | @WindowFocus() method filterChildren (line 47) | filterChildren() { method render (line 62) | render() { FILE: src/animation/bezierEasing.js function A (line 23) | function A(aA1, aA2) { function B (line 26) | function B(aA1, aA2) { function C (line 29) | function C(aA1) { function calcBezier (line 34) | function calcBezier(aT, aA1, aA2) { function getSlope (line 39) | function getSlope(aT, aA1, aA2) { function binarySubdivide (line 43) | function binarySubdivide(aX, aA, aB, mX1, mX2) { function newtonRaphsonIterate (line 57) | function newtonRaphsonIterate(aX, aGuessT, mX1, mX2) { function BezierEasing (line 70) | function BezierEasing(points, b, c, d) { FILE: src/color.js function colorLuminance (line 1) | function colorLuminance(hex, lum) { function hexToRgb (line 20) | function hexToRgb(hex) { function transparentize (line 37) | function transparentize(color, amount) { function darkenColor (line 42) | function darkenColor(color, percent) { function ligthenColor (line 46) | function ligthenColor(color) { function convertColor (line 50) | function convertColor(color) { function isDarkColor (line 84) | function isDarkColor(color) { FILE: src/monitor.js function windowFocus (line 12) | function windowFocus() { function windowBlur (line 16) | function windowBlur() { function windowIsFocused (line 20) | function windowIsFocused() { FILE: src/os.js constant MACOS (line 1) | const MACOS = 'macOs'; constant WINDOWS (line 2) | const WINDOWS = 'windows'; function os (line 4) | function os() { FILE: src/placeholderStyle.js function generateUniqueId (line 4) | function generateUniqueId() { function mapRules (line 9) | function mapRules(selector, style) { method constructor (line 41) | constructor() { method render (line 46) | render() { FILE: src/style/alignment.js function removeAlignmentProps (line 11) | function removeAlignmentProps(props) { function mapAlignmentStyle (line 15) | function mapAlignmentStyle(key, value, props) { FILE: src/style/background/macOs.js function removeBackgroundProps (line 8) | function removeBackgroundProps(props) { FILE: src/style/background/windows.js function removeBackgroundProps (line 15) | function removeBackgroundProps(props) { class BackgroundElement (line 21) | @ColorContext(true) method render (line 26) | render () { class BackgroundComponent (line 43) | @ColorContext(true) method render (line 47) | render() { FILE: src/style/color/windows.js function ColorContext (line 15) | function ColorContext(preserveProperty = false) { FILE: src/style/dimension.js function removeDimensionProps (line 9) | function removeDimensionProps(props) { function mapDimensionStyle (line 13) | function mapDimensionStyle(key, value) { FILE: src/style/fontSize.js function removeFontSizeProps (line 8) | function removeFontSizeProps(props) { function mapFontSizeStyle (line 12) | function mapFontSizeStyle(key, value) { function mapFontSizeStyles (line 16) | function mapFontSizeStyles(styles) { FILE: src/style/hidden.js function removeHiddenProps (line 8) | function removeHiddenProps(props) { function mapHiddenStyle (line 12) | function mapHiddenStyle(key, value) { FILE: src/style/margin.js function removeMarginProps (line 12) | function removeMarginProps(props) { function mapMarginStyle (line 16) | function mapMarginStyle(key, value) { FILE: src/style/padding.js function removePaddingProps (line 12) | function removePaddingProps(props) { function removeDuplicatePaddingProps (line 16) | function removeDuplicatePaddingProps(styles, props) { function mapPaddingStyle (line 33) | function mapPaddingStyle(key, value) { FILE: src/style/textAlign.js function removeTextAlignProps (line 10) | function removeTextAlignProps(props) { function mapTextAlignStyle (line 14) | function mapTextAlignStyle(key, value) { FILE: src/style/theme/windows.js function ThemeContext (line 15) | function ThemeContext() { FILE: src/style/width.js function removeWidthProps (line 8) | function removeWidthProps(props) { function mapWidthStyle (line 12) | function mapWidthStyle(key, value) { function mapWidthStyles (line 16) | function mapWidthStyles(styles) { FILE: src/styleHelper.js function parseDimension (line 3) | function parseDimension(value) { function applyDefaultProps (line 12) | function applyDefaultProps(props, context, defaultProps) { function hasProps (line 36) | function hasProps(props, proptypes) { function extractProps (line 49) | function extractProps(props, proptypes) { function mapStyle (line 66) | function mapStyle(prevStyles, nextStyles, defaultStyles, styleCallback, ... function styleHelper (line 91) | function styleHelper(options, propTypes, mapStyleCallback, mapStylesCall... FILE: src/utils/mapStyles.js function mapStyles (line 1) | function mapStyles(styles, map) { FILE: src/windowFocus.js function WindowFocus (line 4) | function WindowFocus(options, ComposedComponent) {