Lines Matching refs:directions
1418 directions: ["to", "bottom"], property
1439 result.directions = tempResult.value.split(/\s+/)
1787 let directions = []
1792 directions.push(checkDirection(value))
1799 directions.push('horizon')
1801 directions.push('vertical')
1809 if (directions.length === 2 && directions[0] === directions[1]) {
1929 let directions = []
1933 directions.push(checkDirection(value))
1939 directions.push('horizon')
1941 directions.push('vertical')
1949 if (directions.length != 2 || directions.length === 2 &&
1950 (directions[0] === 'vertical' || directions[1] === 'horizon')) {