Skip to content

0.0.0-alpha.3

Added 1 file:
Sources/Utils/

Deleted 329 files:
Sources/array/AdvanceArrayModifier.swift
Sources/array/AdvanceArrayParser.swift
Sources/array/ArrayAsserter.swift
Sources/array/ArrayExtension.swift
Sources/array/ArrayModifier.swift
Sources/array/ArrayParser.swift
Sources/dictionary/DictionaryExtensions.swift
Sources/dictionary/DictionaryModifier.swift
Sources/dictionary/DictionaryParser.swift
Sources/file/FileAsserter.swift
Sources/file/FileModifier.swift
Sources/file/FileParser.swift
Sources/file/FileUtils.swift
Sources/file/filewatcher/FileWatcher.swift
Sources/file/filewatcher/FileWatcherEvent.swift
Sources/file/path/FilePathParser.swift
Sources/geom/arc/AngleArc.swift
Sources/geom/arc/Arc.swift
Sources/geom/arc/IArc.swift
Sources/geom/arc/display/DisplayArcUtils.swift
Sources/geom/color/cg/CGColorExtensions.swift
Sources/geom/color/cg/CGColorParser.swift
Sources/geom/color/cg/ColorParser.swift
Sources/geom/color/ns/NSColorExtensions.swift
Sources/geom/color/ns/NSColorParser.swift
Sources/geom/color/types/CMYK.swift
Sources/geom/color/types/ColorTypes.swift
Sources/geom/color/types/Colors.swift
Sources/geom/color/types/HLS.swift
Sources/geom/color/types/HSB.swift
Sources/geom/color/types/HSV.swift
Sources/geom/color/types/RGB.swift
Sources/geom/color/types/RGBA.swift
Sources/geom/color/utils/AdvanceHexParser.swift
Sources/geom/color/utils/CMYKParser.swift
Sources/geom/color/utils/ColorAsserter.swift
Sources/geom/color/utils/HLSParser.swift
Sources/geom/color/utils/HSBParser.swift
Sources/geom/color/utils/HSVParser.swift
Sources/geom/color/utils/HexModifier.swift
Sources/geom/color/utils/HexParser.swift
Sources/geom/color/utils/RGBAParser.swift
Sources/geom/color/utils/RGBParser.swift
Sources/geom/context/Graphic.swift
Sources/geom/context/Graphics.swift
Sources/geom/context/IGraphic.swift
Sources/geom/context/Shape.swift
Sources/geom/context/gradient/GraphicsGradient.swift
Sources/geom/context/gradient/IGraphicsGradient.swift
Sources/geom/context/gradient/LinearGraphicsGradient.swift
Sources/geom/context/gradient/RadialGraphicsGradient.swift
Sources/geom/context/shadow/DropShadow.swift
Sources/geom/context/shadow/NSShadowExtensions.swift
Sources/geom/context/utils/CGContextModifier.swift
Sources/geom/context/utils/GraphicsModifier.swift
Sources/geom/gradient/Gradient.swift
Sources/geom/gradient/IGradient.swift
Sources/geom/gradient/LinearGradient.swift
Sources/geom/gradient/RadialGradient.swift
Sources/geom/gradient/types/Gradients.swift
Sources/geom/gradient/utils/GradientBoxUtils.swift
Sources/geom/gradient/utils/GradientUtils.swift
Sources/geom/gradient/utils/RadialGradientUtils.swift
Sources/geom/graphic/BaseGraphic.swift
Sources/geom/graphic/abstract/AbstractGraphic.swift
Sources/geom/graphic/abstract/AbstractGraphicDecoratable.swift
Sources/geom/graphic/abstract/PositionalGraphic.swift
Sources/geom/graphic/abstract/SizeableGraphic.swift
Sources/geom/graphic/concrete/SVGAsset.swift
Sources/geom/graphic/concrete/appearance/DropShadowDecorator.swift
Sources/geom/graphic/concrete/appearance/GradientGraphic.swift
Sources/geom/graphic/concrete/form/EllipseGraphic.swift
Sources/geom/graphic/concrete/form/LineGraphic.swift
Sources/geom/graphic/concrete/form/PathGraphic.swift
Sources/geom/graphic/concrete/form/PolyLineGraphic.swift
Sources/geom/graphic/concrete/form/RectGraphic.swift
Sources/geom/graphic/concrete/form/RoundRectGraphic.swift
Sources/geom/graphic/decorator/AssetDecorator.swift
Sources/geom/graphic/decorator/GraphicDecoratable.swift
Sources/geom/graphic/decorator/IGraphicDecoratable.swift
Sources/geom/graphic/decorator/PositionalDecorator.swift
Sources/geom/graphic/decorator/SizeableDecorator.swift
Sources/geom/line/Line.swift
Sources/geom/line/utils/LineAsserter.swift
Sources/geom/path/IPath.swift
Sources/geom/path/Path.swift
Sources/geom/path/cg/CGPathExtensions.swift
Sources/geom/path/cg/CGPathModifier.swift
Sources/geom/path/cg/CGPathParser.swift
Sources/geom/path/cg/CGPathUtils.swift
Sources/geom/path/ns/NSBezierPathParser.swift
Sources/geom/path/utils/command/PathCommand.swift
Sources/geom/point/CGPointAsserter.swift
Sources/geom/point/CGPointExtensions.swift
Sources/geom/point/CGPointModifier.swift
Sources/geom/point/CGPointParser.swift
Sources/geom/rect/RectGraphicUtils.swift
Sources/geom/rect/cg/CGRectAsserter.swift
Sources/geom/rect/cg/CGRectExtensions.swift
Sources/geom/rect/cg/CGRectModifier.swift
Sources/geom/rect/cg/CGRectParser.swift
Sources/geom/size/CGSizeExtensions.swift
Sources/geom/style/GraphicStyle.swift
Sources/geom/style/IGraphicStyle.swift
Sources/geom/style/fill/FillStyle.swift
Sources/geom/style/fill/GradientFillStyle.swift
Sources/geom/style/fill/IFileStyle.swift
Sources/geom/style/fill/IGradientFillStyle.swift
Sources/geom/style/fill/utils/FillStyleParser.swift
Sources/geom/style/line/GradientLineStyle.swift
Sources/geom/style/line/IGradientLineStyle.swift
Sources/geom/style/line/ILineStyle.swift
Sources/geom/style/line/LineStyle.swift
Sources/geom/style/line/utils/LineStyleParser.swift
Sources/geom/svg/ISVGContainer.swift
Sources/geom/svg/ISVGElement.swift
Sources/geom/svg/ISVGView.swift
Sources/geom/svg/SVG.swift
Sources/geom/svg/SVGContainer.swift
Sources/geom/svg/SVGElement.swift
Sources/geom/svg/SVGGroup.swift
Sources/geom/svg/SVGView.swift
Sources/geom/svg/graphic/ISVGGraphic.swift
Sources/geom/svg/graphic/SVGCircle.swift
Sources/geom/svg/graphic/SVGEllipse.swift
Sources/geom/svg/graphic/SVGGraphic.swift
Sources/geom/svg/graphic/SVGPolygon.swift
Sources/geom/svg/graphic/SVGRect.swift
Sources/geom/svg/graphic/utils/SVGAsserter.swift
Sources/geom/svg/graphic/utils/SVGCircleModifier.swift
Sources/geom/svg/graphic/utils/SVGEllipseModifier.swift
Sources/geom/svg/graphic/utils/SVGGraphicModifier.swift
Sources/geom/svg/graphic/utils/SVGRectModifier.swift
Sources/geom/svg/path/ISVGPolyLine.swift
Sources/geom/svg/path/SVGArc.swift
Sources/geom/svg/path/SVGLine.swift
Sources/geom/svg/path/SVGPath.swift
Sources/geom/svg/path/SVGPolyLine.swift
Sources/geom/svg/path/command/SVGPathCommand.swift
Sources/geom/svg/path/command/utils/SVGCommandParser.swift
Sources/geom/svg/path/pathdata/SVGPathData.swift
Sources/geom/svg/path/pathdata/utils/SVGPathDataParser.swift
Sources/geom/svg/path/utils/SVGLineModifier.swift
Sources/geom/svg/path/utils/SVGPathModifier.swift
Sources/geom/svg/path/utils/SVGPathParser.swift
Sources/geom/svg/path/utils/SVGPathUtils.swift
Sources/geom/svg/style/SVGStyle.swift
Sources/geom/svg/style/gradient/ISVGGradient.swift
Sources/geom/svg/style/gradient/SVGGradient.swift
Sources/geom/svg/style/gradient/SVGLinearGradient.swift
Sources/geom/svg/style/gradient/SVGRadialGradient.swift
Sources/geom/svg/style/gradient/utils/SVGGradientModifier.swift
Sources/geom/svg/style/gradient/utils/SVGGradientParser.swift
Sources/geom/svg/style/utils/SVGFillStyleUtils.swift
Sources/geom/svg/style/utils/SVGLineStyleUtils.swift
Sources/geom/svg/style/utils/SVGStyleModifier.swift
Sources/geom/svg/style/utils/SVGStyleParser.swift
Sources/geom/svg/style/utils/SVGStyleUtils.swift
Sources/geom/svg/utils/SVGConstants.swift
Sources/geom/svg/utils/SVGContainerModifier.swift
Sources/geom/svg/utils/SVGModifier.swift
Sources/geom/svg/utils/SVGParser.swift
Sources/geom/svg/utils/SVGPropertyParser.swift
Sources/geom/svg/utils/SVGUtils.swift
Sources/geom/transform/CGAffineTransformExtensions.swift
Sources/geom/transform/CGAffineTransformModifier.swift
Sources/geom/transform/CGAffineTransformParser.swift
Sources/math/algebra/Algebra.swift
Sources/math/number/NumberAsserter.swift
Sources/math/number/NumberParser.swift
Sources/math/number/cgfloat/CGFloatAsserter.swift
Sources/math/number/cgfloat/CGFloatExtension.swift
Sources/math/number/cgfloat/CGFloatModifier.swift
Sources/math/number/cgfloat/CGFloatParser.swift
Sources/math/number/cgfloat/range/CGFloatRangeAsserter.swift
Sources/math/number/cgfloat/range/CGFloatRangeParser.swift
Sources/math/number/double/DoubleExtension.swift
Sources/math/number/float/FloatExtensions.swift
Sources/math/number/int/IntExtension.swift
Sources/math/number/int/IntParser.swift
Sources/math/number/uint/UIntExtension.swift
Sources/math/number/uint/UIntParser.swift
Sources/math/trig/Trig.swift
Sources/math/trig/TrigAsserter.swift
Sources/math/trig/TrigConverter.swift
Sources/math/trig/TrigParser.swift
Sources/math/trig/TrigUtils.swift
Sources/math/trig/triangle/TriangleMath.swift
Sources/misc/animation/AnimEvent.swift
Sources/misc/animation/Animation.swift
Sources/misc/animation/Animator.swift
Sources/misc/animation/BaseAnimation.swift
Sources/misc/animation/Easing.swift
Sources/misc/animation/IAnimatable.swift
Sources/misc/animation/LoopingAnimator.swift
Sources/misc/animation/easing/Back.swift
Sources/misc/animation/easing/Bounce.swift
Sources/misc/animation/easing/Circ.swift
Sources/misc/animation/easing/Cubic.swift
Sources/misc/animation/easing/Elastic.swift
Sources/misc/animation/easing/Expo.swift
Sources/misc/animation/easing/Linear.swift
Sources/misc/animation/easing/Quad.swift
Sources/misc/animation/easing/Quart.swift
Sources/misc/animation/easing/Quint.swift
Sources/misc/animation/easing/Sine.swift
Sources/misc/animation/movers/Friction.swift
Sources/misc/animation/movers/Mover.swift
Sources/misc/animation/movers/RubberBand.swift
Sources/misc/application/AppExtension.swift
Sources/misc/border/Border.swift
Sources/misc/class/ClassAsserter.swift
Sources/misc/class/ClassParser.swift
Sources/misc/class/reflection/Reflectable.swift
Sources/misc/class/reflection/Reflectables.swift
Sources/misc/class/reflection/Reflection.swift
Sources/misc/class/reflection/UnWrapUtils.swift
Sources/misc/class/reflection/UnWrappable.swift
Sources/misc/class/reflection/UnWrappables.swift
Sources/misc/clipboard/ClipboardAsserter.swift
Sources/misc/clipboard/ClipboardModifier.swift
Sources/misc/clipboard/ClipboardParser.swift
Sources/misc/data/dataprovider/DataProvider.swift
Sources/misc/data/dataprovider/event/DataProviderEvent.swift
Sources/misc/data/dataprovider/utils/DataProviderModifier.swift
Sources/misc/data/dataprovider/utils/DataProviderParser.swift
Sources/misc/data/node/Node.swift
Sources/misc/data/node/events/NodeEvent.swift
Sources/misc/data/node/utils/NodeParser.swift
Sources/misc/date/DateAsserter.swift
Sources/misc/date/DateExtension.swift
Sources/misc/date/DateModifier.swift
Sources/misc/date/DateParser.swift
Sources/misc/date/timer/SimpleTimer.swift
Sources/misc/event/Event.swift
Sources/misc/event/EventSender.swift
Sources/misc/event/IEventSender.swift
Sources/misc/event/MouseEvent.swift
Sources/misc/event/NSEventExtensions.swift
Sources/misc/fillet/utils/FilletParser.swift
Sources/misc/layout/alignment/Align.swift
Sources/misc/layout/alignment/Alignment.swift
Sources/misc/layout/margin/Margin.swift
Sources/misc/layout/menu/NSMenuItemExtensions.swift
Sources/misc/layout/offset/OffsetType.swift
Sources/misc/layout/padding/Padding.swift
Sources/misc/layout/primitives/PrimitiveCirc.swift
Sources/misc/layout/primitives/fillet/Fillet.swift
Sources/misc/layout/protocols/IClosable.swift
Sources/misc/layout/protocols/IPositional.swift
Sources/misc/layout/protocols/ISizeable.swift
Sources/misc/layout/utils/ClosableModifier.swift
Sources/misc/layout/utils/ILayout.swift
Sources/misc/layout/utils/LayoutUtils.swift
Sources/misc/layout/utils/PositionalModifier.swift
Sources/misc/layout/utils/Resizer.swift
Sources/misc/layout/window/Win.swift
Sources/misc/layout/window/WinAsserter.swift
Sources/misc/layout/window/WinExtensions.swift
Sources/misc/layout/window/WinModifier.swift
Sources/misc/layout/window/WinParser.swift
Sources/misc/menu/MenuExtensions.swift
Sources/misc/menu/MenuUtils.swift
Sources/misc/network/NetworkAsserter.swift
Sources/misc/network/NetworkParser.swift
Sources/misc/range/RangeAsserter.swift
Sources/misc/range/RangeExtensions.swift
Sources/misc/range/RangeParser.swift
Sources/misc/shell/ShellUtils.swift
Sources/misc/shell/git/Git.swift
Sources/misc/shell/git/GitAsserter.swift
Sources/misc/shell/git/GitModifier.swift
Sources/misc/shell/git/GitParser.swift
Sources/misc/shell/git/GitUtils.swift
Sources/misc/shell/git/log/GitLogParser.swift
Sources/misc/shell/git/utils/GitDateUtils.swift
Sources/misc/shell/keychain/KeyChainModifier.swift
Sources/misc/shell/keychain/KeyChainParser.swift
Sources/misc/shell/sqlite/SQLiteAsserter.swift
Sources/misc/shell/sqlite/SQLiteModifier.swift
Sources/misc/shell/sqlite/SQLiteParser.swift
Sources/misc/shell/sqlite/SQLiteUtils.swift
Sources/misc/sys/cpu/Threading.swift
Sources/misc/view/DEPRECATED/IInteractiveView.swift
Sources/misc/view/FlippedView.swift
Sources/misc/view/InteractiveView2.swift
Sources/misc/view/utils/AdvanceNSViewModifier.swift
Sources/misc/view/utils/AdvanceNSViewParser.swift
Sources/misc/view/utils/InteractiveViewExtensions.swift
Sources/misc/view/utils/InteractiveViewUtils.swift
Sources/misc/view/utils/NSViewAsserter.swift
Sources/misc/view/utils/NSViewExtensions.swift
Sources/misc/view/utils/NSViewModifier.swift
Sources/misc/view/utils/NSViewParser.swift
Sources/misc/view/utils/depth/DepthModifier.swift
Sources/misc/view/utils/mouse/MouseUtils.swift
Sources/misc/view/utils/touch/GestureHUD.swift
Sources/misc/view/utils/touch/GestureUtils.swift
Sources/misc/view/utils/touch/NSTouchExtensions.swift
Sources/string/StringAsserter.swift
Sources/string/StringEncoder.swift
Sources/string/StringExtensions.swift
Sources/string/StringModifier.swift
Sources/string/StringParser.swift
Sources/string/character/CharacterAsserter.swift
Sources/string/character/CharacterModifier.swift
Sources/string/character/CharacterParser.swift
Sources/string/range/StringRangeParser.swift
Sources/string/regexp/RegExp.swift
Sources/string/regexp/utils/RegExpAsserter.swift
Sources/string/regexp/utils/RegExpHelp.swift
Sources/string/regexp/utils/RegExpMatch.swift
Sources/string/regexp/utils/RegExpModifier.swift
Sources/string/regexp/utils/RegExpParser.swift
Sources/string/regexp/utils/RegExpPattern.swift
Sources/text/TextField.swift
Sources/text/events/TextFieldEvent.swift
Sources/text/utils/NSTextExtension.swift
Sources/text/utils/TextFieldConstants.swift
Sources/text/utils/TextFieldModifier.swift
Sources/text/utils/TextFieldParser.swift
Sources/text/utils/TextFormat.swift
Sources/text/utils/TextFormatConstants.swift
Sources/xml/XMLAsserter.swift
Sources/xml/XMLConstants.swift
Sources/xml/XMLExtensions.swift
Sources/xml/XMLModifier.swift
Sources/xml/XMLParser.swift
Sources/xml/XMLUtils.swift
Assets 2