├── app ├── js │ ├── index.js │ ├── angular │ │ ├── .npmignore │ │ ├── node_modules │ │ │ └── jsdom │ │ │ │ ├── node_modules │ │ │ │ ├── cssstyle │ │ │ │ │ ├── .npmignore │ │ │ │ │ └── lib │ │ │ │ │ │ ├── properties │ │ │ │ │ │ ├── cue.js │ │ │ │ │ │ ├── src.js │ │ │ │ │ │ ├── fill.js │ │ │ │ │ │ ├── mask.js │ │ │ │ │ │ ├── page.js │ │ │ │ │ │ ├── size.js │ │ │ │ │ │ ├── zoom.js │ │ │ │ │ │ ├── cssFloat.js │ │ │ │ │ │ ├── cursor.js │ │ │ │ │ │ ├── filter.js │ │ │ │ │ │ ├── margin.js │ │ │ │ │ │ ├── marker.js │ │ │ │ │ │ ├── marks.js │ │ │ │ │ │ ├── pause.js │ │ │ │ │ │ ├── pitch.js │ │ │ │ │ │ ├── quotes.js │ │ │ │ │ │ ├── resize.js │ │ │ │ │ │ ├── speak.js │ │ │ │ │ │ ├── stress.js │ │ │ │ │ │ ├── stroke.js │ │ │ │ │ │ ├── volume.js │ │ │ │ │ │ ├── widows.js │ │ │ │ │ │ ├── content.js │ │ │ │ │ │ ├── display.js │ │ │ │ │ │ ├── kerning.js │ │ │ │ │ │ ├── orphans.js │ │ │ │ │ │ ├── outline.js │ │ │ │ │ │ ├── overflow.js │ │ │ │ │ │ ├── padding.js │ │ │ │ │ │ ├── position.js │ │ │ │ │ │ ├── richness.js │ │ │ │ │ │ ├── zIndex.js │ │ │ │ │ │ ├── boxShadow.js │ │ │ │ │ │ ├── boxSizing.js │ │ │ │ │ │ ├── cueAfter.js │ │ │ │ │ │ ├── cueBefore.js │ │ │ │ │ │ ├── direction.js │ │ │ │ │ │ ├── elevation.js │ │ │ │ │ │ ├── fillRule.js │ │ │ │ │ │ ├── listStyle.js │ │ │ │ │ │ ├── marginTop.js │ │ │ │ │ │ ├── markerEnd.js │ │ │ │ │ │ ├── markerMid.js │ │ │ │ │ │ ├── maxHeight.js │ │ │ │ │ │ ├── maxWidth.js │ │ │ │ │ │ ├── minHeight.js │ │ │ │ │ │ ├── minWidth.js │ │ │ │ │ │ ├── overflowX.js │ │ │ │ │ │ ├── overflowY.js │ │ │ │ │ │ ├── textAlign.js │ │ │ │ │ │ ├── wordBreak.js │ │ │ │ │ │ ├── wordWrap.js │ │ │ │ │ │ ├── emptyCells.js │ │ │ │ │ │ ├── marginLeft.js │ │ │ │ │ │ ├── paddingTop.js │ │ │ │ │ │ ├── pauseAfter.js │ │ │ │ │ │ ├── pitchRange.js │ │ │ │ │ │ ├── playDuring.js │ │ │ │ │ │ ├── speechRate.js │ │ │ │ │ │ ├── textAnchor.js │ │ │ │ │ │ ├── textIndent.js │ │ │ │ │ │ ├── textShadow.js │ │ │ │ │ │ ├── visibility.js │ │ │ │ │ │ ├── voiceFamily.js │ │ │ │ │ │ ├── webkitMask.js │ │ │ │ │ │ ├── webkitWrap.js │ │ │ │ │ │ ├── whiteSpace.js │ │ │ │ │ │ ├── borderImage.js │ │ │ │ │ │ ├── borderRadius.js │ │ │ │ │ │ ├── captionSide.js │ │ │ │ │ │ ├── colorProfile.js │ │ │ │ │ │ ├── counterReset.js │ │ │ │ │ │ ├── fillOpacity.js │ │ │ │ │ │ ├── floodOpacity.js │ │ │ │ │ │ ├── fontStretch.js │ │ │ │ │ │ ├── marginBottom.js │ │ │ │ │ │ ├── marginRight.js │ │ │ │ │ │ ├── markerOffset.js │ │ │ │ │ │ ├── markerStart.js │ │ │ │ │ │ ├── outlineStyle.js │ │ │ │ │ │ ├── outlineWidth.js │ │ │ │ │ │ ├── paddingLeft.js │ │ │ │ │ │ ├── paddingRight.js │ │ │ │ │ │ ├── pauseBefore.js │ │ │ │ │ │ ├── speakHeader.js │ │ │ │ │ │ ├── speakNumeral.js │ │ │ │ │ │ ├── stopOpacity.js │ │ │ │ │ │ ├── strokeWidth.js │ │ │ │ │ │ ├── tableLayout.js │ │ │ │ │ │ ├── textOverflow.js │ │ │ │ │ │ ├── textOverline.js │ │ │ │ │ │ ├── unicodeBidi.js │ │ │ │ │ │ ├── unicodeRange.js │ │ │ │ │ │ ├── vectorEffect.js │ │ │ │ │ │ ├── wordSpacing.js │ │ │ │ │ │ ├── writingMode.js │ │ │ │ │ │ ├── backgroundClip.js │ │ │ │ │ │ ├── backgroundSize.js │ │ │ │ │ │ ├── baselineShift.js │ │ │ │ │ │ ├── colorRendering.js │ │ │ │ │ │ ├── imageRendering.js │ │ │ │ │ │ ├── letterSpacing.js │ │ │ │ │ │ ├── listStyleType.js │ │ │ │ │ │ ├── outlineOffset.js │ │ │ │ │ │ ├── paddingBottom.js │ │ │ │ │ │ ├── pointerEvents.js │ │ │ │ │ │ ├── shapeRendering.js │ │ │ │ │ │ ├── strokeLinecap.js │ │ │ │ │ │ ├── strokeLinejoin.js │ │ │ │ │ │ ├── strokeOpacity.js │ │ │ │ │ │ ├── textDecoration.js │ │ │ │ │ │ ├── textRendering.js │ │ │ │ │ │ ├── textTransform.js │ │ │ │ │ │ ├── textUnderline.js │ │ │ │ │ │ ├── verticalAlign.js │ │ │ │ │ │ ├── webkitColumns.js │ │ │ │ │ │ ├── webkitFilter.js │ │ │ │ │ │ ├── webkitHyphens.js │ │ │ │ │ │ ├── webkitLocale.js │ │ │ │ │ │ ├── webkitMarquee.js │ │ │ │ │ │ ├── fontSizeAdjust.js │ │ │ │ │ │ ├── listStyleImage.js │ │ │ │ │ │ ├── pageBreakAfter.js │ │ │ │ │ │ ├── pageBreakBefore.js │ │ │ │ │ │ ├── pageBreakInside.js │ │ │ │ │ │ ├── strokeDasharray.js │ │ │ │ │ │ ├── textLineThrough.js │ │ │ │ │ │ ├── webkitAnimation.js │ │ │ │ │ │ ├── webkitBoxAlign.js │ │ │ │ │ │ ├── webkitBoxFlex.js │ │ │ │ │ │ ├── webkitBoxLines.js │ │ │ │ │ │ ├── webkitBoxPack.js │ │ │ │ │ │ ├── webkitFlexFlow.js │ │ │ │ │ │ ├── webkitFlexPack.js │ │ │ │ │ │ ├── webkitFlexWrap.js │ │ │ │ │ │ ├── webkitFlowFrom.js │ │ │ │ │ │ ├── webkitFlowInto.js │ │ │ │ │ │ ├── webkitHighlight.js │ │ │ │ │ │ ├── webkitLineGrid.js │ │ │ │ │ │ ├── webkitLineSnap.js │ │ │ │ │ │ ├── webkitMaskClip.js │ │ │ │ │ │ ├── webkitMaskSize.js │ │ │ │ │ │ ├── webkitNbspMode.js │ │ │ │ │ │ ├── webkitTransform.js │ │ │ │ │ │ ├── webkitUserDrag.js │ │ │ │ │ │ ├── webkitWrapFlow.js │ │ │ │ │ │ ├── alignmentBaseline.js │ │ │ │ │ │ ├── backgroundOrigin.js │ │ │ │ │ │ ├── borderImageSlice.js │ │ │ │ │ │ ├── borderImageWidth.js │ │ │ │ │ │ ├── counterIncrement.js │ │ │ │ │ │ ├── dominantBaseline.js │ │ │ │ │ │ ├── enableBackground.js │ │ │ │ │ │ ├── speakPunctuation.js │ │ │ │ │ │ ├── strokeDashoffset.js │ │ │ │ │ │ ├── strokeMiterlimit.js │ │ │ │ │ │ ├── textOverlineMode.js │ │ │ │ │ │ ├── webkitAppearance.js │ │ │ │ │ │ ├── webkitBorderEnd.js │ │ │ │ │ │ ├── webkitBorderFit.js │ │ │ │ │ │ ├── webkitBoxOrient.js │ │ │ │ │ │ ├── webkitBoxReflect.js │ │ │ │ │ │ ├── webkitBoxShadow.js │ │ │ │ │ │ ├── webkitColumnAxis.js │ │ │ │ │ │ ├── webkitColumnGap.js │ │ │ │ │ │ ├── webkitColumnRule.js │ │ │ │ │ │ ├── webkitColumnSpan.js │ │ │ │ │ │ ├── webkitFlexAlign.js │ │ │ │ │ │ ├── webkitFlexOrder.js │ │ │ │ │ │ ├── webkitLineAlign.js │ │ │ │ │ │ ├── webkitLineBreak.js │ │ │ │ │ │ ├── webkitLineClamp.js │ │ │ │ │ │ ├── webkitMarginEnd.js │ │ │ │ │ │ ├── webkitMaskImage.js │ │ │ │ │ │ ├── webkitMaskOrigin.js │ │ │ │ │ │ ├── webkitMaskRepeat.js │ │ │ │ │ │ ├── webkitPaddingEnd.js │ │ │ │ │ │ ├── webkitSvgShadow.js │ │ │ │ │ │ ├── webkitTextStroke.js │ │ │ │ │ │ ├── webkitTransition.js │ │ │ │ │ │ ├── webkitUserModify.js │ │ │ │ │ │ ├── webkitUserSelect.js │ │ │ │ │ │ ├── webkitWrapMargin.js │ │ │ │ │ │ ├── backgroundRepeatX.js │ │ │ │ │ │ ├── backgroundRepeatY.js │ │ │ │ │ │ ├── borderImageOutset.js │ │ │ │ │ │ ├── borderImageRepeat.js │ │ │ │ │ │ ├── borderImageSource.js │ │ │ │ │ │ ├── colorInterpolation.js │ │ │ │ │ │ ├── listStylePosition.js │ │ │ │ │ │ ├── textOverlineStyle.js │ │ │ │ │ │ ├── textOverlineWidth.js │ │ │ │ │ │ ├── textUnderlineMode.js │ │ │ │ │ │ ├── textUnderlineStyle.js │ │ │ │ │ │ ├── textUnderlineWidth.js │ │ │ │ │ │ ├── webkitAspectRatio.js │ │ │ │ │ │ ├── webkitBorderAfter.js │ │ │ │ │ │ ├── webkitBorderImage.js │ │ │ │ │ │ ├── webkitBorderStart.js │ │ │ │ │ │ ├── webkitColumnCount.js │ │ │ │ │ │ ├── webkitColumnWidth.js │ │ │ │ │ │ ├── webkitFontKerning.js │ │ │ │ │ │ ├── webkitMarginAfter.js │ │ │ │ │ │ ├── webkitMarginStart.js │ │ │ │ │ │ ├── webkitMaskRepeatX.js │ │ │ │ │ │ ├── webkitMaskRepeatY.js │ │ │ │ │ │ ├── webkitPerspective.js │ │ │ │ │ │ ├── webkitRtlOrdering.js │ │ │ │ │ │ ├── webkitTextCombine.js │ │ │ │ │ │ ├── webkitWrapPadding.js │ │ │ │ │ │ ├── webkitWrapThrough.js │ │ │ │ │ │ ├── webkitWritingMode.js │ │ │ │ │ │ ├── backgroundPositionX.js │ │ │ │ │ │ ├── backgroundPositionY.js │ │ │ │ │ │ ├── borderTopLeftRadius.js │ │ │ │ │ │ ├── textLineThroughMode.js │ │ │ │ │ │ ├── webkitAnimationName.js │ │ │ │ │ │ ├── webkitBorderBefore.js │ │ │ │ │ │ ├── webkitBorderRadius.js │ │ │ │ │ │ ├── webkitBoxDirection.js │ │ │ │ │ │ ├── webkitBoxFlexGroup.js │ │ │ │ │ │ ├── webkitFlexDirection.js │ │ │ │ │ │ ├── webkitFlexLinePack.js │ │ │ │ │ │ ├── webkitFontSmoothing.js │ │ │ │ │ │ ├── webkitLogicalHeight.js │ │ │ │ │ │ ├── webkitLogicalWidth.js │ │ │ │ │ │ ├── webkitMarginBefore.js │ │ │ │ │ │ ├── webkitMarqueeSpeed.js │ │ │ │ │ │ ├── webkitMarqueeStyle.js │ │ │ │ │ │ ├── webkitMaskBoxImage.js │ │ │ │ │ │ ├── webkitMaskComposite.js │ │ │ │ │ │ ├── webkitMaskPosition.js │ │ │ │ │ │ ├── webkitPaddingAfter.js │ │ │ │ │ │ ├── webkitPaddingBefore.js │ │ │ │ │ │ ├── webkitPaddingStart.js │ │ │ │ │ │ ├── webkitTextEmphasis.js │ │ │ │ │ │ ├── webkitTextSecurity.js │ │ │ │ │ │ ├── borderTopRightRadius.js │ │ │ │ │ │ ├── textLineThroughStyle.js │ │ │ │ │ │ ├── textLineThroughWidth.js │ │ │ │ │ │ ├── webkitAnimationDelay.js │ │ │ │ │ │ ├── webkitBackgroundClip.js │ │ │ │ │ │ ├── webkitBackgroundSize.js │ │ │ │ │ │ ├── webkitBorderEndStyle.js │ │ │ │ │ │ ├── webkitBorderEndWidth.js │ │ │ │ │ │ ├── webkitColorCorrection.js │ │ │ │ │ │ ├── webkitFlexItemAlign.js │ │ │ │ │ │ ├── webkitFontSizeDelta.js │ │ │ │ │ │ ├── webkitLineBoxContain.js │ │ │ │ │ │ ├── webkitMarginCollapse.js │ │ │ │ │ │ ├── webkitMaskAttachment.js │ │ │ │ │ │ ├── webkitMaskPositionX.js │ │ │ │ │ │ ├── webkitMaskPositionY.js │ │ │ │ │ │ ├── webkitRegionOverflow.js │ │ │ │ │ │ ├── webkitTextOrientation.js │ │ │ │ │ │ ├── webkitTextSizeAdjust.js │ │ │ │ │ │ ├── webkitTransformOrigin.js │ │ │ │ │ │ ├── webkitTransformStyle.js │ │ │ │ │ │ ├── webkitTransitionDelay.js │ │ │ │ │ │ ├── borderBottomLeftRadius.js │ │ │ │ │ │ ├── webkitBackgroundOrigin.js │ │ │ │ │ │ ├── webkitBorderAfterStyle.js │ │ │ │ │ │ ├── webkitBorderAfterWidth.js │ │ │ │ │ │ ├── webkitBorderStartStyle.js │ │ │ │ │ │ ├── webkitBorderStartWidth.js │ │ │ │ │ │ ├── webkitBoxOrdinalGroup.js │ │ │ │ │ │ ├── webkitColumnBreakAfter.js │ │ │ │ │ │ ├── webkitColumnRuleStyle.js │ │ │ │ │ │ ├── webkitColumnRuleWidth.js │ │ │ │ │ │ ├── webkitMarqueeDirection.js │ │ │ │ │ │ ├── webkitMarqueeIncrement.js │ │ │ │ │ │ ├── webkitMaxLogicalHeight.js │ │ │ │ │ │ ├── webkitMaxLogicalWidth.js │ │ │ │ │ │ ├── webkitMinLogicalHeight.js │ │ │ │ │ │ ├── webkitMinLogicalWidth.js │ │ │ │ │ │ ├── webkitPrintColorAdjust.js │ │ │ │ │ │ ├── webkitRegionBreakAfter.js │ │ │ │ │ │ ├── webkitTextStrokeWidth.js │ │ │ │ │ │ ├── webkitTransformOriginX.js │ │ │ │ │ │ ├── webkitTransformOriginY.js │ │ │ │ │ │ ├── webkitTransformOriginZ.js │ │ │ │ │ │ ├── webkitWrapShapeInside.js │ │ │ │ │ │ ├── webkitWrapShapeOutside.js │ │ │ │ │ │ ├── borderBottomRightRadius.js │ │ │ │ │ │ ├── colorInterpolationFilters.js │ │ │ │ │ │ ├── glyphOrientationVertical.js │ │ │ │ │ │ ├── webkitAnimationDirection.js │ │ │ │ │ │ ├── webkitAnimationDuration.js │ │ │ │ │ │ ├── webkitAnimationFillMode.js │ │ │ │ │ │ ├── webkitBackfaceVisibility.js │ │ │ │ │ │ ├── webkitBorderBeforeStyle.js │ │ │ │ │ │ ├── webkitBorderBeforeWidth.js │ │ │ │ │ │ ├── webkitColumnBreakBefore.js │ │ │ │ │ │ ├── webkitColumnBreakInside.js │ │ │ │ │ │ ├── webkitHyphenateCharacter.js │ │ │ │ │ │ ├── webkitMarginTopCollapse.js │ │ │ │ │ │ ├── webkitMarqueeRepetition.js │ │ │ │ │ │ ├── webkitMaskBoxImageSlice.js │ │ │ │ │ │ ├── webkitMaskBoxImageWidth.js │ │ │ │ │ │ ├── webkitOverflowScrolling.js │ │ │ │ │ │ ├── webkitPerspectiveOrigin.js │ │ │ │ │ │ ├── webkitRegionBreakBefore.js │ │ │ │ │ │ ├── webkitRegionBreakInside.js │ │ │ │ │ │ ├── webkitTextEmphasisStyle.js │ │ │ │ │ │ ├── webkitTransitionDuration.js │ │ │ │ │ │ ├── webkitTransitionProperty.js │ │ │ │ │ │ ├── glyphOrientationHorizontal.js │ │ │ │ │ │ ├── webkitAnimationPlayState.js │ │ │ │ │ │ ├── webkitBackgroundComposite.js │ │ │ │ │ │ ├── webkitFontFeatureSettings.js │ │ │ │ │ │ ├── webkitHyphenateLimitAfter.js │ │ │ │ │ │ ├── webkitHyphenateLimitLines.js │ │ │ │ │ │ ├── webkitMarginAfterCollapse.js │ │ │ │ │ │ ├── webkitMaskBoxImageOutset.js │ │ │ │ │ │ ├── webkitMaskBoxImageRepeat.js │ │ │ │ │ │ ├── webkitMaskBoxImageSource.js │ │ │ │ │ │ ├── webkitPerspectiveOriginX.js │ │ │ │ │ │ ├── webkitPerspectiveOriginY.js │ │ │ │ │ │ ├── color.js │ │ │ │ │ │ ├── webkitBorderVerticalSpacing.js │ │ │ │ │ │ ├── webkitFontVariantLigatures.js │ │ │ │ │ │ ├── webkitHyphenateLimitBefore.js │ │ │ │ │ │ ├── webkitMarginBeforeCollapse.js │ │ │ │ │ │ ├── webkitMarginBottomCollapse.js │ │ │ │ │ │ ├── webkitTextEmphasisPosition.js │ │ │ │ │ │ ├── opacity.js │ │ │ │ │ │ ├── webkitAnimationIterationCount.js │ │ │ │ │ │ ├── webkitAnimationTimingFunction.js │ │ │ │ │ │ ├── webkitBorderHorizontalSpacing.js │ │ │ │ │ │ ├── webkitTextDecorationsInEffect.js │ │ │ │ │ │ └── webkitTransitionTimingFunction.js │ │ │ │ │ │ └── css3-properties │ │ │ │ │ │ ├── borderImage.js │ │ │ │ │ │ ├── borderImageSlice.js │ │ │ │ │ │ ├── borderImageWidth.js │ │ │ │ │ │ ├── borderImageOutset.js │ │ │ │ │ │ ├── borderImageRepeat.js │ │ │ │ │ │ └── borderImageSource.js │ │ │ │ ├── contextify │ │ │ │ │ ├── build │ │ │ │ │ │ ├── Release │ │ │ │ │ │ │ ├── linker.lock │ │ │ │ │ │ │ ├── contextify.node │ │ │ │ │ │ │ ├── obj.target │ │ │ │ │ │ │ │ └── contextify │ │ │ │ │ │ │ │ │ └── src │ │ │ │ │ │ │ │ │ └── contextify.o │ │ │ │ │ │ │ └── .deps │ │ │ │ │ │ │ │ └── Release │ │ │ │ │ │ │ │ └── contextify.node.d │ │ │ │ │ │ └── binding.Makefile │ │ │ │ │ ├── node_modules │ │ │ │ │ │ └── nan │ │ │ │ │ │ │ └── include_dirs.js │ │ │ │ │ ├── .npmignore │ │ │ │ │ └── binding.gyp │ │ │ │ ├── xmlhttprequest │ │ │ │ │ ├── tests │ │ │ │ │ │ └── testdata.txt │ │ │ │ │ └── autotest.watchr │ │ │ │ ├── cssom │ │ │ │ │ ├── .npmignore │ │ │ │ │ ├── .gitmodules │ │ │ │ │ └── lib │ │ │ │ │ │ └── StyleSheet.js │ │ │ │ └── htmlparser2 │ │ │ │ │ ├── node_modules │ │ │ │ │ ├── entities │ │ │ │ │ │ ├── test │ │ │ │ │ │ │ └── mocha.opts │ │ │ │ │ │ ├── maps │ │ │ │ │ │ │ ├── xml.json │ │ │ │ │ │ │ └── decode.json │ │ │ │ │ │ └── .travis.yml │ │ │ │ │ ├── domutils │ │ │ │ │ │ ├── readme.md │ │ │ │ │ │ └── test │ │ │ │ │ │ │ ├── fixture.js │ │ │ │ │ │ │ └── utils.js │ │ │ │ │ ├── domelementtype │ │ │ │ │ │ └── readme.md │ │ │ │ │ ├── readable-stream │ │ │ │ │ │ ├── node_modules │ │ │ │ │ │ │ ├── string_decoder │ │ │ │ │ │ │ │ └── .npmignore │ │ │ │ │ │ │ ├── inherits │ │ │ │ │ │ │ │ └── inherits.js │ │ │ │ │ │ │ ├── core-util-is │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ └── isarray │ │ │ │ │ │ │ │ └── index.js │ │ │ │ │ │ ├── .npmignore │ │ │ │ │ │ ├── duplex.js │ │ │ │ │ │ ├── writable.js │ │ │ │ │ │ ├── passthrough.js │ │ │ │ │ │ └── transform.js │ │ │ │ │ └── domhandler │ │ │ │ │ │ ├── .travis.yml │ │ │ │ │ │ └── test │ │ │ │ │ │ └── cases │ │ │ │ │ │ ├── 12-text_only.json │ │ │ │ │ │ ├── 18-enforce_empty_tags.json │ │ │ │ │ │ └── 10-singular_attribute.json │ │ │ │ │ ├── .gitattributes │ │ │ │ │ ├── test │ │ │ │ │ ├── Documents │ │ │ │ │ │ └── Basic.html │ │ │ │ │ ├── 01-events.js │ │ │ │ │ └── Events │ │ │ │ │ │ ├── 25-empty_tag_name.json │ │ │ │ │ │ ├── 28-cdata_in_html.json │ │ │ │ │ │ ├── 31-comment_false-ending.json │ │ │ │ │ │ ├── 06-leading-lt.json │ │ │ │ │ │ ├── 15-lt-whitespace.json │ │ │ │ │ │ ├── 23-legacy_entity_fail.json │ │ │ │ │ │ ├── 17-numeric_entities.json │ │ │ │ │ │ ├── 18-legacy_entities.json │ │ │ │ │ │ └── 19-named_entities.json │ │ │ │ │ └── .travis.yml │ │ │ │ └── lib │ │ │ │ └── jsdom │ │ │ │ ├── level2 │ │ │ │ └── index.js │ │ │ │ └── level3 │ │ │ │ ├── html.js │ │ │ │ └── index.js │ │ ├── full.js │ │ ├── index.js │ │ ├── min.js │ │ └── index-browserify.js │ ├── docxtemplater │ │ ├── vendor │ │ │ ├── jszip2.0 │ │ │ │ ├── .jshintignore │ │ │ │ ├── .npmignore │ │ │ │ ├── test │ │ │ │ │ ├── ref │ │ │ │ │ │ ├── all.zip │ │ │ │ │ │ ├── image.zip │ │ │ │ │ │ ├── store.zip │ │ │ │ │ │ ├── text.zip │ │ │ │ │ │ ├── utf8.zip │ │ │ │ │ │ ├── zip64.zip │ │ │ │ │ │ ├── all.7zip.zip │ │ │ │ │ │ ├── deflate.zip │ │ │ │ │ │ ├── folder.zip │ │ │ │ │ │ ├── nested.zip │ │ │ │ │ │ ├── backslash.zip │ │ │ │ │ │ ├── encrypted.zip │ │ │ │ │ │ ├── subfolder.zip │ │ │ │ │ │ ├── all.windows.zip │ │ │ │ │ │ ├── invalid │ │ │ │ │ │ │ ├── crc32.zip │ │ │ │ │ │ │ ├── bad_offset.zip │ │ │ │ │ │ │ └── compression.zip │ │ │ │ │ │ ├── nested_zip64.zip │ │ │ │ │ │ ├── utf8_in_name.zip │ │ │ │ │ │ ├── archive_comment.zip │ │ │ │ │ │ ├── data_descriptor.zip │ │ │ │ │ │ ├── extra_attributes.zip │ │ │ │ │ │ ├── slashes_and_izarc.zip │ │ │ │ │ │ ├── winrar_utf8_in_name.zip │ │ │ │ │ │ ├── nested_data_descriptor.zip │ │ │ │ │ │ └── complex_files │ │ │ │ │ │ │ ├── AntarcticaTemps.ods │ │ │ │ │ │ │ ├── AntarcticaTemps.xlsx │ │ │ │ │ │ │ ├── Outlook2007_Calendar.xps │ │ │ │ │ │ │ └── Franz Kafka - The Metamorphosis.epub │ │ │ │ │ ├── smile.gif │ │ │ │ │ └── node.js │ │ │ │ ├── examples │ │ │ │ │ └── style.css │ │ │ │ ├── lib │ │ │ │ │ ├── defaults.js │ │ │ │ │ ├── nodeBuffer.js │ │ │ │ │ ├── signature.js │ │ │ │ │ └── compressions.js │ │ │ │ ├── .jshintrc │ │ │ │ └── component.json │ │ │ └── downloadify │ │ │ │ ├── images │ │ │ │ └── download.png │ │ │ │ └── media │ │ │ │ └── downloadify.swf │ │ ├── node_modules │ │ │ ├── angular-expressions │ │ │ │ ├── .jshintignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── .jshintrc │ │ │ │ └── .npmignore │ │ │ └── xmldom │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── component.json │ │ │ │ └── __package__.js │ │ ├── success.mp3 │ │ ├── cli │ │ │ ├── tagExample.docx │ │ │ ├── bin │ │ │ │ └── docxgen.js │ │ │ └── config.json │ │ ├── test │ │ │ └── spec │ │ │ │ └── some.png │ │ └── .travis.yml │ ├── angular-ui-router │ │ ├── config │ │ │ └── jsdoc.js │ │ ├── ngdoc_assets │ │ │ └── StateGoExamples.png │ │ ├── sample │ │ │ └── app │ │ │ │ └── contacts │ │ │ │ ├── contacts.detail.item.html │ │ │ │ ├── contacts.detail.item.edit.html │ │ │ │ └── contacts.list.html │ │ ├── .npmignore │ │ ├── test │ │ │ └── templateFactorySpec.js │ │ ├── .travis.yml │ │ └── component.json │ └── angular-resource │ │ └── bower.json ├── package.json └── css │ └── main.css └── generator_temp_QAForm_v4.docx /app/js/index.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/js/angular/.npmignore: -------------------------------------------------------------------------------- 1 | .idea 2 | 3 | npm-debug.log 4 | node_modules 5 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/.jshintignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | test 3 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/build/Release/linker.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/angular-expressions/.jshintignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /app/js/angular/full.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./custom')(__dirname + '/lib/angular.js'); 2 | -------------------------------------------------------------------------------- /app/js/angular/index.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./custom')(__dirname + '/lib/angular.js'); 2 | -------------------------------------------------------------------------------- /app/js/angular/min.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./custom')(__dirname + '/lib/angular.min.js'); 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/xmlhttprequest/tests/testdata.txt: -------------------------------------------------------------------------------- 1 | Hello World 2 | -------------------------------------------------------------------------------- /app/js/angular/index-browserify.js: -------------------------------------------------------------------------------- 1 | require('./lib/angular.js'); 2 | 3 | module.exports = angular; 4 | -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/xmldom/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | t 3 | travis.yml 4 | .project 5 | changelog 6 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/.npmignore: -------------------------------------------------------------------------------- 1 | *~ 2 | node_modules 3 | sauce_connect.log 4 | .c9revisions -------------------------------------------------------------------------------- /generator_temp_QAForm_v4.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/generator_temp_QAForm_v4.docx -------------------------------------------------------------------------------- /app/js/docxtemplater/success.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/success.mp3 -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssom/.npmignore: -------------------------------------------------------------------------------- 1 | docs/ 2 | src/ 3 | test/ 4 | spec/ 5 | Jakefile.js 6 | README.mdown 7 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/entities/test/mocha.opts: -------------------------------------------------------------------------------- 1 | --check-leaks 2 | --reporter spec 3 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/domutils/readme.md: -------------------------------------------------------------------------------- 1 | utilities for working with htmlparser2's dom 2 | -------------------------------------------------------------------------------- /app/js/docxtemplater/cli/tagExample.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/cli/tagExample.docx -------------------------------------------------------------------------------- /app/js/docxtemplater/test/spec/some.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/test/spec/some.png -------------------------------------------------------------------------------- /app/js/angular-ui-router/config/jsdoc.js: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": [ "plugins/markdown" ], 3 | "markdown": { 4 | "parser": "gfm" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text eol=lf -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/domelementtype/readme.md: -------------------------------------------------------------------------------- 1 | all the types of nodes in htmlparser2's dom 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/.npmignore: -------------------------------------------------------------------------------- 1 | build 2 | test 3 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/node_modules/nan/include_dirs.js: -------------------------------------------------------------------------------- 1 | console.log(require('path').relative('.', __dirname)); 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/entities/maps/xml.json: -------------------------------------------------------------------------------- 1 | {"amp":"&","apos":"'","gt":">","lt":"<","quot":"\""} 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/.npmignore: -------------------------------------------------------------------------------- 1 | build/ 2 | test/ 3 | examples/ 4 | fs.js 5 | zlib.js -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/duplex.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_duplex.js") 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/writable.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_writable.js") 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/passthrough.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_passthrough.js") 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/transform.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_transform.js") 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Documents/Basic.html: -------------------------------------------------------------------------------- 1 | The TitleHello world -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.10 4 | - 0.11 5 | 6 | script: npm run coveralls 7 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/node_modules/inherits/inherits.js: -------------------------------------------------------------------------------- 1 | module.exports = require('util').inherits 2 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/all.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/all.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/smile.gif -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/angular-expressions/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10" 4 | - "0.11" 5 | 6 | script: 7 | - npm test 8 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/image.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/image.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/store.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/store.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/text.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/text.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/utf8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/utf8.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/zip64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/zip64.zip -------------------------------------------------------------------------------- /app/js/angular-ui-router/ngdoc_assets/StateGoExamples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/angular-ui-router/ngdoc_assets/StateGoExamples.png -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/domhandler/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.4 4 | - 0.6 5 | - 0.8 6 | - 0.9 7 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/all.7zip.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/all.7zip.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/deflate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/deflate.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/folder.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/folder.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/nested.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/nested.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/downloadify/images/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/downloadify/images/download.png -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/backslash.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/backslash.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/encrypted.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/encrypted.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/subfolder.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/subfolder.zip -------------------------------------------------------------------------------- /app/js/angular-ui-router/sample/app/contacts/contacts.detail.item.html: -------------------------------------------------------------------------------- 1 |
2 |

{{item.type}}

3 |
{{item.value}}
4 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/downloadify/media/downloadify.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/downloadify/media/downloadify.swf -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/all.windows.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/all.windows.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/invalid/crc32.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/invalid/crc32.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/nested_zip64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/nested_zip64.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/utf8_in_name.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/utf8_in_name.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/archive_comment.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/archive_comment.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/data_descriptor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/data_descriptor.zip -------------------------------------------------------------------------------- /app/js/angular-ui-router/.npmignore: -------------------------------------------------------------------------------- 1 | # master only 2 | build 3 | site 4 | 5 | # common 6 | node_modules 7 | bower_components 8 | .DS_Store 9 | *~ 10 | 11 | # webstorm files 12 | .idea 13 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/extra_attributes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/extra_attributes.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/invalid/bad_offset.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/invalid/bad_offset.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/slashes_and_izarc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/slashes_and_izarc.zip -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/entities/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | - "0.10" 5 | - 0.11 6 | 7 | script: npm run coveralls 8 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/README.md: -------------------------------------------------------------------------------- 1 | # core-util-is 2 | 3 | The `util.is*` functions introduced in Node v0.12. 4 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/invalid/compression.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/invalid/compression.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/winrar_utf8_in_name.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/winrar_utf8_in_name.zip -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/examples/style.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: sans-serif; 3 | } 4 | 5 | .error { 6 | color : red; 7 | } 8 | 9 | .warning { 10 | color : orange; 11 | } 12 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/lib/defaults.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | exports.base64 = false; 3 | exports.binary = false; 4 | exports.dir = false; 5 | exports.date = null; 6 | exports.compression = null; 7 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/nested_data_descriptor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/nested_data_descriptor.zip -------------------------------------------------------------------------------- /app/js/angular-ui-router/sample/app/contacts/contacts.detail.item.edit.html: -------------------------------------------------------------------------------- 1 |
2 |

{{item.type}}

3 |
4 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/build/binding.Makefile: -------------------------------------------------------------------------------- 1 | # This file is generated by gyp; do not edit. 2 | 3 | export builddir_name ?= build/./. 4 | .PHONY: all 5 | all: 6 | $(MAKE) contextify 7 | -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/xmldom/LICENSE: -------------------------------------------------------------------------------- 1 | You can choose any one of those: 2 | 3 | The MIT License (MIT): 4 | 5 | link:http://opensource.org/licenses/MIT 6 | 7 | LGPL: 8 | http://www.gnu.org/licenses/lgpl.html 9 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/AntarcticaTemps.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/AntarcticaTemps.ods -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/AntarcticaTemps.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/AntarcticaTemps.xlsx -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/Outlook2007_Calendar.xps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/Outlook2007_Calendar.xps -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/build/Release/contextify.node: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/angular/node_modules/jsdom/node_modules/contextify/build/Release/contextify.node -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/angular-expressions/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "browser": true, 3 | "node": true, 4 | "expr": true, 5 | "globals": ["describe", "it", "before", "after", "beforeEach", "afterEach"] 6 | } 7 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/.npmignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | .lock-wscript 3 | node_modules 4 | build 5 | *.swp 6 | *.swo 7 | TODO 8 | Makefile.gyp 9 | *.Makefile 10 | *.target.gyp.mk 11 | gyp-mac-tool 12 | out 13 | -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/xmldom/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "xmldom", 3 | "version": "0.1.15", 4 | "main": "dom-parser.js", 5 | "ignore": [ 6 | "**/.*", 7 | "node_modules", 8 | "components" 9 | ] 10 | } 11 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/lib/nodeBuffer.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | module.exports = function(data, encoding){ 3 | return new Buffer(data, encoding); 4 | }; 5 | module.exports.test = function(b){ 6 | return Buffer.isBuffer(b); 7 | }; -------------------------------------------------------------------------------- /app/js/angular-resource/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "angular-resource", 3 | "version": "1.2.24-build.407+sha.7e239f9", 4 | "main": "./angular-resource.js", 5 | "dependencies": { 6 | "angular": "1.2.24-build.407+sha.7e239f9" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /app/js/angular-ui-router/sample/app/contacts/contacts.list.html: -------------------------------------------------------------------------------- 1 |

All Contacts

2 | 7 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/index.js: -------------------------------------------------------------------------------- 1 | module.exports = Array.isArray || function (arr) { 2 | return Object.prototype.toString.call(arr) == '[object Array]'; 3 | }; 4 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/Franz Kafka - The Metamorphosis.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/docxtemplater/vendor/jszip2.0/test/ref/complex_files/Franz Kafka - The Metamorphosis.epub -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/lib/jsdom/level2/index.js: -------------------------------------------------------------------------------- 1 | exports.dom = { 2 | level2 : { 3 | core : require("./core").dom.level2.core, 4 | events : require("./events").dom.level2.events, 5 | html : require("./html").dom.level2.html 6 | } 7 | }; -------------------------------------------------------------------------------- /app/js/docxtemplater/cli/bin/docxgen.js: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env node 2 | 3 | var path=require('path'); 4 | /** 5 | * Module dependencies. 6 | */ 7 | require(path.join(__dirname,'/../../js/docxgen.js')); 8 | require(path.join(__dirname,'/../lib/main.js')); 9 | 10 | -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/xmldom/__package__.js: -------------------------------------------------------------------------------- 1 | this.addScript('dom.js',['DOMImplementation','XMLSerializer']); 2 | this.addScript('dom-parser.js',['DOMHandler','DOMParser'], 3 | ['DOMImplementation','XMLReader']); 4 | this.addScript('sax.js','XMLReader'); -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/lib/jsdom/level3/html.js: -------------------------------------------------------------------------------- 1 | var core = require("./core").dom.level3.core, 2 | html = require("../level2/html").dom.level2.html 3 | 4 | exports.dom = { 5 | level3 : { 6 | html : html, 7 | core : core 8 | } 9 | }; 10 | -------------------------------------------------------------------------------- /app/js/docxtemplater/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | 3 | node_js: 4 | - "0.11" 5 | - "0.10" 6 | 7 | before_script: 8 | - "npm install -g npm" 9 | - "npm install -g gulp" 10 | - "npm install -g jasmine-node" 11 | - "gulp allCoffee" 12 | -------------------------------------------------------------------------------- /app/js/docxtemplater/node_modules/angular-expressions/.npmignore: -------------------------------------------------------------------------------- 1 | lib-cov 2 | *.seed 3 | *.log 4 | *.csv 5 | *.dat 6 | *.out 7 | *.pid 8 | *.gz 9 | 10 | pids 11 | logs 12 | results 13 | 14 | examples 15 | node_modules 16 | npm-debug.log 17 | .idea -------------------------------------------------------------------------------- /app/js/angular-ui-router/test/templateFactorySpec.js: -------------------------------------------------------------------------------- 1 | describe('templateFactory', function () { 2 | 3 | beforeEach(module('ui.router.util')); 4 | 5 | it('exists', inject(function ($templateFactory) { 6 | expect($templateFactory).toBeDefined(); 7 | })); 8 | }); 9 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/build/Release/obj.target/contextify/src/contextify.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimmy319/QAFormGenerator/master/app/js/angular/node_modules/jsdom/node_modules/contextify/build/Release/obj.target/contextify/src/contextify.o -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/binding.gyp: -------------------------------------------------------------------------------- 1 | { 2 | 'targets': [ 3 | { 4 | 'target_name': 'contextify', 5 | 'include_dirs': [" text " 4 | ); 5 | 6 | module.exports = makeDom(markup); 7 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/domhandler/test/cases/12-text_only.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Only text", 3 | "options": {}, 4 | "html": "this is the text", 5 | "expected": [ 6 | { 7 | "data": "this is the text", 8 | "type": "text" 9 | } 10 | ] 11 | } -------------------------------------------------------------------------------- /app/js/docxtemplater/cli/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "config.docxFile":"tagExample.docx", 3 | "config.outputFile":"output.docx", 4 | "config.baseNodePath":"../examples/", 5 | "config.qrcode":false, 6 | "first_name":"Edgar", 7 | "last_name":"Gri", 8 | "phone":"045546846", 9 | "description":"Contractor" 10 | } 11 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/25-empty_tag_name.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Empty tag name", 3 | "options": {}, 4 | "html": "< >", 5 | "expected": [ 6 | { 7 | "event": "text", 8 | "data": [ 9 | "< >" 10 | ] 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/28-cdata_in_html.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CDATA in HTML", 3 | "options": {}, 4 | "html": "", 5 | "expected": [ 6 | { "event": "comment", "data": [ "[CDATA[ foo ]]" ] }, 7 | { "event": "commentend", "data": [] } 8 | ] 9 | } -------------------------------------------------------------------------------- /app/js/angular-ui-router/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10.17" 4 | 5 | before_script: 6 | - export DISPLAY=:99.0 7 | - sh -e /etc/init.d/xvfb start 8 | - npm install -g karma 9 | - npm install -g grunt-cli 10 | - ./nodeserver.sh > /dev/null & 11 | 12 | script: 13 | - grunt integrate 14 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssom/.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "spec/vendor/objectDiff"] 2 | path = spec/vendor/objectDiff 3 | url = git://github.com/NV/objectDiff.js.git 4 | [submodule "spec/vendor/jasmine-html-reporter"] 5 | path = spec/vendor/jasmine-html-reporter 6 | url = git://github.com/NV/jasmine-html-reporter.git 7 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/31-comment_false-ending.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Comment false ending", 3 | "options": {}, 4 | "html": "", 5 | "expected": [ 6 | { "event": "comment", "data": [ " a-b-> " ] }, 7 | { "event": "commentend", "data": [] } 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/06-leading-lt.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "leading lt", 3 | "options": { 4 | "handler": {}, 5 | "parser": {} 6 | }, 7 | "html": ">a>", 8 | "expected": [ 9 | { 10 | "event": "text", 11 | "data": [ 12 | ">a>" 13 | ] 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/cue.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('cue', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('cue'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/src.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('src', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('src'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/domutils/test/utils.js: -------------------------------------------------------------------------------- 1 | var htmlparser = require("htmlparser2"); 2 | 3 | exports.makeDom = function(markup) { 4 | var handler = new htmlparser.DomHandler(), 5 | parser = new htmlparser.Parser(handler); 6 | parser.write(markup); 7 | parser.done(); 8 | return handler.dom; 9 | }; 10 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/fill.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('fill', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('fill'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/mask.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('mask', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('mask'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/page.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('page', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('page'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/size.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('size', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('size'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/zoom.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('zoom', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('zoom'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/lib/signature.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | exports.LOCAL_FILE_HEADER = "PK\x03\x04"; 3 | exports.CENTRAL_FILE_HEADER = "PK\x01\x02"; 4 | exports.CENTRAL_DIRECTORY_END = "PK\x05\x06"; 5 | exports.ZIP64_CENTRAL_DIRECTORY_LOCATOR = "PK\x06\x07"; 6 | exports.ZIP64_CENTRAL_DIRECTORY_END = "PK\x06\x06"; 7 | exports.DATA_DESCRIPTOR = "PK\x07\x08"; 8 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/cssFloat.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('float', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('float'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/cursor.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('cursor', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('cursor'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/filter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('filter', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('filter'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/margin.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('margin', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('margin'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/marker.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('marker', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('marker'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/marks.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('marks', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('marks'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pause.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('pause', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('pause'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pitch.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('pitch', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('pitch'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/quotes.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('quotes', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('quotes'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/resize.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('resize', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('resize'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/speak.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('speak', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('speak'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/stress.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stress', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stress'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/stroke.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/volume.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('volume', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('volume'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/widows.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('widows', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('widows'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/content.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('content', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('content'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/display.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('display', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('display'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/kerning.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('kerning', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('kerning'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/orphans.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('orphans', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('orphans'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/outline.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('outline', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('outline'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/overflow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('overflow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('overflow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/padding.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('padding', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('padding'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/position.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('position', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('position'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/richness.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('richness', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('richness'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/zIndex.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('z-index', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('z-index'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/15-lt-whitespace.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "lt followed by whitespace", 3 | "options": { 4 | "handler": {}, 5 | "parser": {} 6 | }, 7 | "html": "a < b", 8 | "expected": [ 9 | { 10 | "event": "text", 11 | "data": [ 12 | "a < b" 13 | ] 14 | } 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/lib/jsdom/level3/index.js: -------------------------------------------------------------------------------- 1 | module.exports.dom = { 2 | level3 : { 3 | core : require("./core").dom.level3.core, 4 | xpath : require("./xpath"), 5 | events : require("./events").dom.level3.events, 6 | html : require("./html").dom.level3.html, 7 | } 8 | }; 9 | 10 | module.exports.dom.ls = require('./ls').dom.level3.ls; 11 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/boxShadow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('box-shadow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('box-shadow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/boxSizing.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('box-sizing', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('box-sizing'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/cueAfter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('cue-after', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('cue-after'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/cueBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('cue-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('cue-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/direction.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('direction', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('direction'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/elevation.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('elevation', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('elevation'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/fillRule.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('fill-rule', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('fill-rule'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/listStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('list-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('list-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/marginTop.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('margin-top', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('margin-top'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/markerEnd.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('marker-end', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('marker-end'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/markerMid.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('marker-mid', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('marker-mid'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/maxHeight.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('max-height', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('max-height'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/maxWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('max-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('max-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/minHeight.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('min-height', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('min-height'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/minWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('min-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('min-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/overflowX.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('overflow-x', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('overflow-x'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/overflowY.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('overflow-y', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('overflow-y'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textAlign.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-align', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-align'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/wordBreak.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('word-break', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('word-break'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/wordWrap.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('word-wrap', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('word-wrap'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/23-legacy_entity_fail.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "legacy entities", 3 | "options": { 4 | "handler": {}, 5 | "parser": {"decodeEntities": true} 6 | }, 7 | "html": "M&M", 8 | "expected": [ 9 | { 10 | "event": "text", 11 | "data": [ 12 | "M&M" 13 | ] 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/emptyCells.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('empty-cells', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('empty-cells'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/marginLeft.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('margin-left', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('margin-left'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/paddingTop.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('padding-top', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('padding-top'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pauseAfter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('pause-after', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('pause-after'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pitchRange.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('pitch-range', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('pitch-range'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/playDuring.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('play-during', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('play-during'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/speechRate.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('speech-rate', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('speech-rate'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textAnchor.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-anchor', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-anchor'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textIndent.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-indent', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-indent'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textShadow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-shadow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-shadow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/visibility.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('visibility', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('visibility'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/voiceFamily.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('voic-family', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('voice-family'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMask.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitWrap.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-wrap', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-wrap'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/whiteSpace.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('white-space', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('white-space'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/entities/maps/decode.json: -------------------------------------------------------------------------------- 1 | {"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376} -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderImage.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderRadius.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-radius', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-radius'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/captionSide.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('caption-side', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('caption-side'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/colorProfile.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('color-profile', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('color-profile'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/counterReset.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('counter-reset', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('counter-reset'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/fillOpacity.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('fill-opacity', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('fill-opacity'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/floodOpacity.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('flood-opacity', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('flood-opacity'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/fontStretch.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('font-stretch', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('font-stretch'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/marginBottom.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('margin-bottom', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('margin-bottom'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/marginRight.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('margin-right', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('margin-right'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/markerOffset.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('marker-offset', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('marker-offset'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/markerStart.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('marker-start', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('marker-start'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/outlineStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('outline-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('outline-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/outlineWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('outline-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('outline-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/paddingLeft.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('padding-left', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('padding-left'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/paddingRight.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('padding-right', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('padding-right'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pauseBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('pause-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('pause-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/speakHeader.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('speak-header', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('speak-header'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/speakNumeral.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('speak-numeral', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('speak-numeral'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/stopOpacity.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stop-opacity', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stop-opacity'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/strokeWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/tableLayout.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('table-layout', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('table-layout'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textOverflow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-overflow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-overflow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textOverline.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-overline', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-overline'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/unicodeBidi.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('unicode-bidi', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('unicode-bidi'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/unicodeRange.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('unicode-range', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('unicode-range'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/vectorEffect.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('vector-effect', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('vector-effect'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/wordSpacing.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('word-spacing', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('word-spacing'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/writingMode.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('writing-mode', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('writing-mode'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/contextify/build/Release/.deps/Release/contextify.node.d: -------------------------------------------------------------------------------- 1 | cmd_Release/contextify.node := ./gyp-mac-tool flock ./Release/linker.lock c++ -shared -Wl,-search_paths_first -mmacosx-version-min=10.5 -arch x86_64 -L./Release -install_name @rpath/contextify.node -o Release/contextify.node Release/obj.target/contextify/src/contextify.o -undefined dynamic_lookup 2 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/css3-properties/borderImage.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/backgroundClip.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('background-clip', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('background-clip'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/backgroundSize.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('background-size', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('background-size'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/baselineShift.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('baseline-shift', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('baseline-shift'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/colorRendering.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('color-rendering', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('color-rendering'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/imageRendering.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('image-rendering', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('image-rendering'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/letterSpacing.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('letter-spacing', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('letter-spacing'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/listStyleType.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('list-style-type', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('list-style-type'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/outlineOffset.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('outline-offset', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('outline-offset'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/paddingBottom.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('padding-bottom', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('padding-bottom'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pointerEvents.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('pointer-events', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('pointer-events'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/shapeRendering.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('shape-rendering', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('shape-rendering'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/strokeLinecap.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke-linecap', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke-linecap'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/strokeLinejoin.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke-linejoin', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke-linejoin'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/strokeOpacity.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke-opacity', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke-opacity'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textDecoration.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-decoration', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-decoration'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textRendering.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-rendering', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-rendering'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textTransform.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-transform', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-transform'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textUnderline.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-underline', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-underline'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/verticalAlign.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('vertical-align', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('vertical-align'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumns.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-columns', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-columns'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFilter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-filter', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-filter'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitHyphens.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-hyphens', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-hyphens'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLocale.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-locale', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-locale'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarquee.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-marquee', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-marquee'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/css/main.css: -------------------------------------------------------------------------------- 1 | .title-txt{ 2 | text-align: center; 3 | } 4 | .func-btn{ 5 | width: 100%; 6 | } 7 | #login-view{ 8 | margin-top: 40px; 9 | } 10 | #login-form .alert.alert-danger{ 11 | margin-bottom: 0; 12 | } 13 | .name-col{ 14 | width: 40%; 15 | } 16 | #holder{ 17 | height: 300px; 18 | border:5px solid #000; 19 | margin: 0 auto; 20 | } 21 | #holder.hover{ 22 | border:5px solid #333; 23 | } -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/fontSizeAdjust.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('font-size-adjust', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('font-size-adjust'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/listStyleImage.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('list-style-image', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('list-style-image'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pageBreakAfter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('page-break-after', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('page-break-after'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pageBreakBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('page-break-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('page-break-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/pageBreakInside.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('page-break-inside', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('page-break-inside'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/strokeDasharray.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke-dasharray', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke-dasharray'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textLineThrough.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-line-through', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-line-through'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAnimation.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-animation', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-animation'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxAlign.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-align', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-align'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxFlex.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-flex', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-flex'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxLines.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-lines', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-lines'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxPack.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-pack', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-pack'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexFlow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-flow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-flow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexPack.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-pack', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-pack'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexWrap.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-wrap', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-wrap'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlowFrom.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flow-from', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flow-from'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlowInto.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flow-into', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flow-into'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitHighlight.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-highlight', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-highlight'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLineGrid.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-line-grid', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-line-grid'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLineSnap.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-line-snap', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-line-snap'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskClip.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-clip', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-clip'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskSize.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-size', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-size'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitNbspMode.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-nbsp-mode', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-nbsp-mode'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTransform.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-transform', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-transform'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitUserDrag.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-user-drag', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-user-drag'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitWrapFlow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-wrap-flow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-wrap-flow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/alignmentBaseline.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('alignment-baseline', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('alignment-baseline'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/backgroundOrigin.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('background-origin', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('background-origin'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderImageSlice.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-slice', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-slice'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderImageWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/counterIncrement.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('counter-increment', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('counter-increment'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/dominantBaseline.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('dominant-baseline', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('dominant-baseline'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/enableBackground.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('enable-background', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('enable-background'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/speakPunctuation.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('speak-punctuation', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('speak-punctuation'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/strokeDashoffset.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke-dashoffset', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke-dashoffset'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/strokeMiterlimit.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('stroke-miterlimit', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('stroke-miterlimit'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textOverlineMode.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-overline-mode', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-overline-mode'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAppearance.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-appearance', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-appearance'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderEnd.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-end', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-end'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderFit.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-fit', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-fit'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxOrient.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-orient', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-orient'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxReflect.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-reflect', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-reflect'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxShadow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-shadow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-shadow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnAxis.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-axis', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-axis'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnGap.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-gap', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-gap'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnRule.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-rule', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-rule'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnSpan.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-span', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-span'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexAlign.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-align', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-align'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexOrder.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-order', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-order'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLineAlign.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-line-align', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-line-align'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLineBreak.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-line-break', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-line-break'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLineClamp.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-line-clamp', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-line-clamp'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginEnd.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-end', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-end'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskImage.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-image', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-image'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskOrigin.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-origin', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-origin'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskRepeat.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-repeat', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-repeat'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPaddingEnd.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-padding-end', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-padding-end'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitSvgShadow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-svg-shadow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-svg-shadow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextStroke.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-stroke', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-stroke'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTransition.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-transition', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-transition'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitUserModify.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-user-modify', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-user-modify'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitUserSelect.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-user-select', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-user-select'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitWrapMargin.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-wrap-margin', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-wrap-margin'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/css3-properties/borderImageSlice.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-slice', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-slice'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/css3-properties/borderImageWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/backgroundRepeatX.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('background-repeat-x', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('background-repeat-x'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/backgroundRepeatY.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('background-repeat-y', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('background-repeat-y'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderImageOutset.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-outset', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-outset'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderImageRepeat.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-repeat', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-repeat'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderImageSource.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-source', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-source'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/colorInterpolation.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('color-interpolation', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('color-interpolation'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/listStylePosition.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('list-style-position', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('list-style-position'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textOverlineStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-overline-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-overline-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textOverlineWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-overline-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-overline-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textUnderlineMode.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-underline-mode', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-underline-mode'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textUnderlineStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-underline-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-underline-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textUnderlineWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-underline-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-underline-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAspectRatio.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-aspect-ratio', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-aspect-ratio'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderAfter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-after', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-after'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderImage.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-image', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-image'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderStart.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-start', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-start'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnCount.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-count', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-count'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFontKerning.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-font-kerning', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-font-kerning'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginAfter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-after', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-after'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginStart.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-start', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-start'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskRepeatX.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-repeat-x', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-repeat-x'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskRepeatY.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-repeat-y', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-repeat-y'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPerspective.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-perspective', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-perspective'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitRtlOrdering.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-rtl-ordering', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-rtl-ordering'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextCombine.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-combine', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-combine'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitWrapPadding.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-wrap-padding', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-wrap-padding'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitWrapThrough.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-wrap-through', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-wrap-through'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitWritingMode.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-writing-mode', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-writing-mode'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssom/lib/StyleSheet.js: -------------------------------------------------------------------------------- 1 | //.CommonJS 2 | var CSSOM = {}; 3 | ///CommonJS 4 | 5 | 6 | /** 7 | * @constructor 8 | * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface 9 | */ 10 | CSSOM.StyleSheet = function StyleSheet() { 11 | this.parentStyleSheet = null; 12 | }; 13 | 14 | 15 | //.CommonJS 16 | exports.StyleSheet = CSSOM.StyleSheet; 17 | ///CommonJS 18 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/css3-properties/borderImageOutset.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-outset', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-outset'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/css3-properties/borderImageRepeat.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-repeat', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-repeat'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/css3-properties/borderImageSource.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-image-source', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-image-source'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/backgroundPositionX.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('background-position-x', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('background-position-x'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/backgroundPositionY.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('background-position-y', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('background-position-y'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderTopLeftRadius.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-top-left-radius', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-top-left-radius'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textLineThroughMode.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-line-through-mode', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-line-through-mode'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAnimationName.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-animation-name', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-animation-name'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderRadius.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-radius', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-radius'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxDirection.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-direction', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-direction'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBoxFlexGroup.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-box-flex-group', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-box-flex-group'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexDirection.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-direction', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-direction'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexLinePack.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-line-pack', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-line-pack'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFontSmoothing.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-font-smoothing', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-font-smoothing'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLogicalHeight.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-logical-height', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-logical-height'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLogicalWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-logical-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-logical-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarqueeSpeed.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-marquee-speed', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-marquee-speed'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarqueeStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-marquee-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-marquee-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskBoxImage.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-box-image', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-box-image'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskComposite.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-composite', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-composite'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskPosition.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-position', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-position'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPaddingAfter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-padding-after', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-padding-after'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPaddingBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-padding-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-padding-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPaddingStart.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-padding-start', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-padding-start'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextEmphasis.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-emphasis', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-emphasis'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextSecurity.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-security', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-security'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderTopRightRadius.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-top-right-radius', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-top-right-radius'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textLineThroughStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-line-through-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-line-through-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/textLineThroughWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('text-line-through-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('text-line-through-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAnimationDelay.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-animation-delay', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-animation-delay'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBackgroundClip.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-background-clip', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-background-clip'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBackgroundSize.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-background-size', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-background-size'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderEndStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-end-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-end-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderEndWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-end-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-end-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColorCorrection.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-color-correction', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-color-correction'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFlexItemAlign.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-flex-item-align', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-flex-item-align'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFontSizeDelta.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-font-size-delta', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-font-size-delta'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitLineBoxContain.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-line-box-contain', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-line-box-contain'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginCollapse.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-collapse', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-collapse'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskAttachment.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-attachment', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-attachment'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskPositionX.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-position-x', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-position-x'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskPositionY.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-position-y', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-position-y'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitRegionOverflow.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-region-overflow', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-region-overflow'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextOrientation.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-orientation', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-orientation'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextSizeAdjust.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-size-adjust', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-size-adjust'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTransformOrigin.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-transform-origin', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-transform-origin'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTransformStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-transform-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-transform-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTransitionDelay.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-transition-delay', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-transition-delay'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/node_modules/domhandler/test/cases/18-enforce_empty_tags.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Enforce empty tags", 3 | "options": {}, 4 | "html": "text", 5 | "expected": [ 6 | { 7 | "type": "tag", 8 | "name": "link", 9 | "attribs": {} 10 | }, 11 | { 12 | "data": "text", 13 | "type": "text" 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/17-numeric_entities.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "numeric entities", 3 | "options": { 4 | "handler": {}, 5 | "parser": {"decodeEntities": true} 6 | }, 7 | "html": "abcdfg&#x;h", 8 | "expected": [ 9 | { 10 | "event": "text", 11 | "data": [ 12 | "abcdfg&#x;h" 13 | ] 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/18-legacy_entities.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "legacy entities", 3 | "options": { 4 | "handler": {}, 5 | "parser": {"decodeEntities": true} 6 | }, 7 | "html": "&elíe&eer;s<er", 8 | "expected": [ 9 | { 10 | "event": "text", 11 | "data": [ 12 | "&el\u00EDe&eer;s", 5 | "expected": [ 6 | { 7 | "type": "tag", 8 | "name": "option", 9 | "attribs": { 10 | "value": "foo", 11 | "selected": "" 12 | } 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderBottomRightRadius.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('border-bottom-right-radius', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('border-bottom-right-radius'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/colorInterpolationFilters.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('color-interpolation-filters', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('color-interpolation-filters'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('glyph-orientation-vertical', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('glyph-orientation-vertical'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAnimationDirection.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-animation-direction', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-animation-direction'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAnimationDuration.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-animation-duration', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-animation-duration'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAnimationFillMode.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-animation-fill-mode', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-animation-fill-mode'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBackfaceVisibility.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-backface-visibility', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-backface-visibility'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderBeforeStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-before-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-before-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderBeforeWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-before-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-before-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnBreakBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-break-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-break-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitColumnBreakInside.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-column-break-inside', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-column-break-inside'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitHyphenateCharacter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-hyphenate-character', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-hyphenate-character'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginTopCollapse.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-top-collapse', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-top-collapse'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarqueeRepetition.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-marquee-repetition', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-marquee-repetition'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSlice.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-box-image-slice', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-box-image-slice'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskBoxImageWidth.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-box-image-width', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-box-image-width'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitOverflowScrolling.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-overflow-scrolling', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-overflow-scrolling'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPerspectiveOrigin.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-perspective-origin', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-perspective-origin'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitRegionBreakBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-region-break-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-region-break-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitRegionBreakInside.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-region-break-inside', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-region-break-inside'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextEmphasisStyle.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-emphasis-style', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-emphasis-style'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTransitionDuration.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-transition-duration', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-transition-duration'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTransitionProperty.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-transition-property', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-transition-property'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular-ui-router/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "angular-ui-router", 3 | "version": "0.2.10", 4 | "description": "State-based routing for AngularJS", 5 | "keywords": [ 6 | "angular", 7 | "states", 8 | "routing" 9 | ], 10 | "main": "release/angular-ui-router.min.js", 11 | "scripts": [ 12 | "release/angular-ui-router.min.js" 13 | ], 14 | "license": "MIT", 15 | "repo": "angular-ui/ui-router" 16 | } -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/glyphOrientationHorizontal.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('glyph-orientation-horizontal', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('glyph-orientation-horizontal'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitAnimationPlayState.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-animation-play-state', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-animation-play-state'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBackgroundComposite.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-background-composite', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-background-composite'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFontFeatureSettings.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-font-feature-settings', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-font-feature-settings'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitHyphenateLimitAfter.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-hyphenate-limit-after', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-hyphenate-limit-after'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitHyphenateLimitLines.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-hyphenate-limit-lines', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-hyphenate-limit-lines'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginAfterCollapse.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-after-collapse', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-after-collapse'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskBoxImageOutset.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-box-image-outset', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-box-image-outset'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskBoxImageRepeat.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-box-image-repeat', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-box-image-repeat'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSource.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-mask-box-image-source', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-mask-box-image-source'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginX.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-perspective-origin-x', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-perspective-origin-x'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginY.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-perspective-origin-y', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-perspective-origin-y'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jszip", 3 | "repo": "Stuk/jszip", 4 | "description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip", 5 | "version": "2.1.1", 6 | "keywords": [ 7 | "zip", 8 | "deflate", 9 | "inflate" 10 | ], 11 | "main": "dist/jszip.js", 12 | "license": "MIT or GPLv3", 13 | "scripts": [ 14 | "dist/jszip.js" 15 | ] 16 | } -------------------------------------------------------------------------------- /app/js/docxtemplater/vendor/jszip2.0/lib/compressions.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | exports.STORE = { 3 | magic: "\x00\x00", 4 | compress: function(content) { 5 | return content; // no compression 6 | }, 7 | uncompress: function(content) { 8 | return content; // no compression 9 | }, 10 | compressInputType: null, 11 | uncompressInputType: null 12 | }; 13 | exports.DEFLATE = require('./flate'); 14 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/color.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | var parseColor = require('../parsers').parseColor; 4 | 5 | module.exports.definition = { 6 | set: function (v) { 7 | this.setProperty('color', parseColor(v)); 8 | }, 9 | get: function () { 10 | return this.getPropertyValue('color'); 11 | }, 12 | enumerable: true, 13 | configurable: true 14 | }; 15 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitBorderVerticalSpacing.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-border-vertical-spacing', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-border-vertical-spacing'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitFontVariantLigatures.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-font-variant-ligatures', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-font-variant-ligatures'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitHyphenateLimitBefore.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-hyphenate-limit-before', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-hyphenate-limit-before'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginBeforeCollapse.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-before-collapse', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-before-collapse'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitMarginBottomCollapse.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-margin-bottom-collapse', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-margin-bottom-collapse'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/cssstyle/lib/properties/webkitTextEmphasisPosition.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports.definition = { 4 | set: function (v) { 5 | this.setProperty('-webkit-text-emphasis-position', v); 6 | }, 7 | get: function () { 8 | return this.getPropertyValue('-webkit-text-emphasis-position'); 9 | }, 10 | enumerable: true, 11 | configurable: true 12 | }; 13 | -------------------------------------------------------------------------------- /app/js/angular/node_modules/jsdom/node_modules/htmlparser2/test/Events/19-named_entities.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "named entities", 3 | "options": { 4 | "handler": {}, 5 | "parser": {"decodeEntities": true} 6 | }, 7 | "html": "&el<er∳foo&bar", 8 | "expected": [ 9 | { 10 | "event": "text", 11 | "data": [ 12 | "&el