├── .bundle
└── config
├── .gitignore
├── Gemfile
├── Gemfile.lock
├── Gruntfile.js
├── LICENSE
├── README.md
├── _config.yml
├── _includes
├── banner.html
├── figure.html
├── footer.html
├── head.html
├── header.html
├── newsletter-form.html
├── note.html
└── pagination.html
├── _layouts
├── default.html
├── home.html
├── page.html
├── post.html
├── timeline.html
└── toc.html
├── _package.json
├── author.md
├── chapter-1.md
├── chapter-2.md
├── chapter-3.md
├── chapter-4.md
├── chapter-5.md
├── css
├── prism.css
└── style.scss
├── favicon.ico
├── feed.xml
├── fonts
├── Merriweather-Black.ttf
├── Merriweather-Bold.ttf
├── Merriweather-BoldItalic.ttf
├── Merriweather-HeavyItalic.ttf
├── Merriweather-Italic.ttf
├── Merriweather-Light.ttf
├── Merriweather-LightItalic.ttf
├── Merriweather-Regular.ttf
├── Oswald-Bold.ttf
├── Oswald-Light.ttf
└── Oswald-Regular.ttf
├── foreword.md
├── images
├── atomic-design.svg
├── book-cover-thumb.png
├── book-cover.png
├── book-cover.svg
├── brad_frost_ffly.png
├── content
│ ├── atomic-design-abstract-concrete.png
│ ├── atomic-design-atoms.png
│ ├── atomic-design-molecules.png
│ ├── atomic-design-organisms.png
│ ├── atomic-design-pages.png
│ ├── atomic-design-process.png
│ ├── atomic-design-templates.png
│ ├── atoms-form-elements.png
│ ├── bootstrap-components.png
│ ├── chemical-equation.png
│ ├── chrome-webpage.png
│ ├── devices.jpg
│ ├── draft-github.png
│ ├── ew-element-collage.jpg
│ ├── ew-style-tile.png
│ ├── food-bank-wireframe.png
│ ├── food-prep.jpg
│ ├── foodbank-20-second.jpg
│ ├── html-periodic-table.png
│ ├── instagram-atomic.png
│ ├── interface-inventory-template.png
│ ├── ish-l.png
│ ├── ish-m.png
│ ├── ish-s.png
│ ├── lego-1.png
│ ├── lego-2.png
│ ├── lego-3.png
│ ├── lego-4.png
│ ├── lonely-planet-code.png
│ ├── makers-users.png
│ ├── material-design-bottom-nav.png
│ ├── material-design-changelog.png
│ ├── modal-blur.png
│ ├── molecule-search-form.png
│ ├── organism-header copy.png
│ ├── organism-header.png
│ ├── organism-timeinc-header.png
│ ├── organisms-headers.png
│ ├── organisms-product-grid.png
│ ├── page-timeinc-homepage.png
│ ├── page.png
│ ├── pattern-addition-flowchart.png
│ ├── pattern-highlight-block.png
│ ├── pattern-lab-annotations-1.png
│ ├── pattern-lab-annotations-2.png
│ ├── pattern-lab-code.png
│ ├── pattern-lab-default.png
│ ├── pattern-lab-file-structure.png
│ ├── pattern-lab-lineage.png
│ ├── pattern-lab-molecule.png
│ ├── periodic-table.png
│ ├── pnc-buttons.png
│ ├── pnc-forms.png
│ ├── pseudo-pattern-admin.jpg
│ ├── pseudo-pattern-normal.jpg
│ ├── rizzo.png
│ ├── russian-nesting-dolls.jpg
│ ├── salesforce-code-example.png
│ ├── sci-fi.jpg
│ ├── spectrum.png
│ ├── starbucks-blocks-3up.png
│ ├── stone-sculptor.jpg
│ ├── style-tiles.jpg
│ ├── styleguide-codeforamerica.png
│ ├── styleguide-draft.png
│ ├── styleguide-economist.png
│ ├── styleguide-github.png
│ ├── styleguide-harmony-2.png
│ ├── styleguide-harmony.png
│ ├── styleguide-material.png
│ ├── styleguide-salesforce-colors.png
│ ├── styleguide-voiceandtone.png
│ ├── styleguide-wvu.png
│ ├── styleguide-yelp.png
│ ├── styleguides-examples.png
│ ├── techcrunch-article-comp.png
│ ├── techcrunch-event-wireframe.png
│ ├── techcrunch-header-complete.png
│ ├── techcrunch-header-element-collage.png
│ ├── techcrunch-header-prototype.png
│ ├── techcrunch-incomplete-template.png
│ ├── techcrunch-wireframe.png
│ ├── template-timeinc-homepage-long.png
│ ├── template-timeinc-homepage.png
│ ├── template.png
│ ├── templates-pages-users-example.png
│ ├── templating-language-bridge.png
│ ├── this-is-the-web-1.png
│ ├── this-is-the-web-2.png
│ ├── this-is-the-web-3.png
│ ├── timeinc-page-directory.png
│ ├── timeinc-template-page.png
│ ├── trash-can.jpg
│ ├── trent-loop.jpg
│ ├── united-buttons.jpg
│ ├── verywell-wireframe.png
│ ├── walmart-carousel.png
│ ├── waterfall-1.png
│ ├── waterfall-2.png
│ ├── waterfall.png
│ ├── wine-car-lot.jpg
│ ├── workflow-system-first-holy-grail.png
│ ├── workflow-system-first.png
│ └── workflow-website-first.png
├── fpo.png
├── icon-atom.svg
└── social-card.jpg
├── index.html
├── js
├── link-headings.js
└── prism.js
├── legal.md
├── outline.md
├── resources-2.md
├── resources.md
├── signup.md
├── styleguide.md
├── table-of-contents.md
├── testimonials.md
├── thanks.md
├── timeline.md
└── vendor
└── bundle
└── ruby
└── 2.5.0
├── bin
├── jekyll
├── kramdown
├── listen
├── rougify
└── safe_yaml
├── cache
├── addressable-2.5.2.gem
├── colorator-1.1.0.gem
├── concurrent-ruby-1.0.5.gem
├── em-websocket-0.5.1.gem
├── eventmachine-1.2.7.gem
├── ffi-1.9.25.gem
├── forwardable-extended-2.6.0.gem
├── http_parser.rb-0.6.0.gem
├── i18n-0.9.5.gem
├── jekyll-4.0.0.gem
├── jekyll-sass-converter-2.0.1.gem
├── jekyll-watch-2.1.2.gem
├── kramdown-2.1.0.gem
├── kramdown-parser-gfm-1.1.0.gem
├── liquid-4.0.0.gem
├── listen-3.1.5.gem
├── mercenary-0.3.6.gem
├── pathutil-0.16.1.gem
├── public_suffix-2.0.5.gem
├── rb-fsevent-0.10.3.gem
├── rb-inotify-0.9.10.gem
├── rouge-3.14.0.gem
├── ruby_dep-1.5.0.gem
├── safe_yaml-1.0.4.gem
├── sassc-2.2.1.gem
├── terminal-table-1.8.0.gem
└── unicode-display_width-1.4.0.gem
├── extensions
└── x86_64-darwin-16
│ └── 2.5.0
│ ├── eventmachine-1.2.7
│ ├── fastfilereaderext.bundle
│ ├── gem.build_complete
│ ├── gem_make.out
│ ├── mkmf.log
│ └── rubyeventmachine.bundle
│ ├── ffi-1.9.25
│ ├── ffi_c.bundle
│ ├── gem.build_complete
│ ├── gem_make.out
│ └── mkmf.log
│ ├── http_parser.rb-0.6.0
│ ├── gem.build_complete
│ ├── gem_make.out
│ └── ruby_http_parser.bundle
│ └── sassc-2.2.1
│ ├── gem.build_complete
│ ├── gem_make.out
│ └── sassc
│ └── libsass.bundle
├── gems
├── addressable-2.5.2
│ ├── CHANGELOG.md
│ ├── Gemfile
│ ├── LICENSE.txt
│ ├── README.md
│ ├── Rakefile
│ ├── data
│ │ └── unicode.data
│ ├── lib
│ │ ├── addressable.rb
│ │ └── addressable
│ │ │ ├── idna.rb
│ │ │ ├── idna
│ │ │ ├── native.rb
│ │ │ └── pure.rb
│ │ │ ├── template.rb
│ │ │ ├── uri.rb
│ │ │ └── version.rb
│ ├── spec
│ │ ├── addressable
│ │ │ ├── idna_spec.rb
│ │ │ ├── net_http_compat_spec.rb
│ │ │ ├── rack_mount_compat_spec.rb
│ │ │ ├── security_spec.rb
│ │ │ ├── template_spec.rb
│ │ │ └── uri_spec.rb
│ │ └── spec_helper.rb
│ └── tasks
│ │ ├── clobber.rake
│ │ ├── gem.rake
│ │ ├── git.rake
│ │ ├── metrics.rake
│ │ ├── rspec.rake
│ │ └── yard.rake
├── colorator-1.1.0
│ ├── Gemfile
│ ├── History.markdown
│ ├── LICENSE
│ ├── README.markdown
│ ├── Rakefile
│ ├── colorator.gemspec
│ └── lib
│ │ ├── colorator.rb
│ │ └── colorator
│ │ └── core_ext.rb
├── concurrent-ruby-1.0.5
│ ├── CHANGELOG.md
│ ├── LICENSE.txt
│ ├── README.md
│ └── lib
│ │ ├── concurrent.rb
│ │ └── concurrent
│ │ ├── agent.rb
│ │ ├── array.rb
│ │ ├── async.rb
│ │ ├── atom.rb
│ │ ├── atomic
│ │ ├── abstract_thread_local_var.rb
│ │ ├── atomic_boolean.rb
│ │ ├── atomic_fixnum.rb
│ │ ├── atomic_reference.rb
│ │ ├── count_down_latch.rb
│ │ ├── cyclic_barrier.rb
│ │ ├── event.rb
│ │ ├── java_count_down_latch.rb
│ │ ├── java_thread_local_var.rb
│ │ ├── mutex_atomic_boolean.rb
│ │ ├── mutex_atomic_fixnum.rb
│ │ ├── mutex_count_down_latch.rb
│ │ ├── mutex_semaphore.rb
│ │ ├── read_write_lock.rb
│ │ ├── reentrant_read_write_lock.rb
│ │ ├── ruby_thread_local_var.rb
│ │ ├── semaphore.rb
│ │ └── thread_local_var.rb
│ │ ├── atomic_reference
│ │ ├── concurrent_update_error.rb
│ │ ├── direct_update.rb
│ │ ├── jruby+truffle.rb
│ │ ├── jruby.rb
│ │ ├── mutex_atomic.rb
│ │ ├── numeric_cas_wrapper.rb
│ │ ├── rbx.rb
│ │ └── ruby.rb
│ │ ├── atomics.rb
│ │ ├── collection
│ │ ├── copy_on_notify_observer_set.rb
│ │ ├── copy_on_write_observer_set.rb
│ │ ├── java_non_concurrent_priority_queue.rb
│ │ ├── map
│ │ │ ├── atomic_reference_map_backend.rb
│ │ │ ├── mri_map_backend.rb
│ │ │ ├── non_concurrent_map_backend.rb
│ │ │ └── synchronized_map_backend.rb
│ │ ├── non_concurrent_priority_queue.rb
│ │ └── ruby_non_concurrent_priority_queue.rb
│ │ ├── concern
│ │ ├── deprecation.rb
│ │ ├── dereferenceable.rb
│ │ ├── logging.rb
│ │ ├── obligation.rb
│ │ └── observable.rb
│ │ ├── configuration.rb
│ │ ├── constants.rb
│ │ ├── dataflow.rb
│ │ ├── delay.rb
│ │ ├── edge.rb
│ │ ├── errors.rb
│ │ ├── exchanger.rb
│ │ ├── executor
│ │ ├── abstract_executor_service.rb
│ │ ├── cached_thread_pool.rb
│ │ ├── executor_service.rb
│ │ ├── fixed_thread_pool.rb
│ │ ├── immediate_executor.rb
│ │ ├── indirect_immediate_executor.rb
│ │ ├── java_executor_service.rb
│ │ ├── java_single_thread_executor.rb
│ │ ├── java_thread_pool_executor.rb
│ │ ├── ruby_executor_service.rb
│ │ ├── ruby_single_thread_executor.rb
│ │ ├── ruby_thread_pool_executor.rb
│ │ ├── safe_task_executor.rb
│ │ ├── serial_executor_service.rb
│ │ ├── serialized_execution.rb
│ │ ├── serialized_execution_delegator.rb
│ │ ├── simple_executor_service.rb
│ │ ├── single_thread_executor.rb
│ │ ├── thread_pool_executor.rb
│ │ └── timer_set.rb
│ │ ├── executors.rb
│ │ ├── future.rb
│ │ ├── hash.rb
│ │ ├── immutable_struct.rb
│ │ ├── ivar.rb
│ │ ├── lazy_register.rb
│ │ ├── map.rb
│ │ ├── maybe.rb
│ │ ├── mutable_struct.rb
│ │ ├── mvar.rb
│ │ ├── options.rb
│ │ ├── promise.rb
│ │ ├── scheduled_task.rb
│ │ ├── settable_struct.rb
│ │ ├── synchronization.rb
│ │ ├── synchronization
│ │ ├── abstract_lockable_object.rb
│ │ ├── abstract_object.rb
│ │ ├── abstract_struct.rb
│ │ ├── condition.rb
│ │ ├── jruby_lockable_object.rb
│ │ ├── jruby_object.rb
│ │ ├── lock.rb
│ │ ├── lockable_object.rb
│ │ ├── mri_lockable_object.rb
│ │ ├── mri_object.rb
│ │ ├── object.rb
│ │ ├── rbx_lockable_object.rb
│ │ ├── rbx_object.rb
│ │ ├── truffle_lockable_object.rb
│ │ ├── truffle_object.rb
│ │ └── volatile.rb
│ │ ├── thread_safe
│ │ ├── synchronized_delegator.rb
│ │ ├── util.rb
│ │ └── util
│ │ │ ├── adder.rb
│ │ │ ├── array_hash_rbx.rb
│ │ │ ├── cheap_lockable.rb
│ │ │ ├── power_of_two_tuple.rb
│ │ │ ├── striped64.rb
│ │ │ ├── volatile.rb
│ │ │ └── xor_shift_random.rb
│ │ ├── timer_task.rb
│ │ ├── tuple.rb
│ │ ├── tvar.rb
│ │ ├── utility
│ │ ├── at_exit.rb
│ │ ├── engine.rb
│ │ ├── monotonic_time.rb
│ │ ├── native_extension_loader.rb
│ │ ├── native_integer.rb
│ │ └── processor_counter.rb
│ │ └── version.rb
├── em-websocket-0.5.1
│ ├── .gitignore
│ ├── CHANGELOG.rdoc
│ ├── Gemfile
│ ├── README.md
│ ├── Rakefile
│ ├── examples
│ │ ├── echo.rb
│ │ ├── multicast.rb
│ │ ├── ping.rb
│ │ └── test.html
│ ├── lib
│ │ ├── em-websocket.rb
│ │ └── em-websocket
│ │ │ ├── close03.rb
│ │ │ ├── close05.rb
│ │ │ ├── close06.rb
│ │ │ ├── close75.rb
│ │ │ ├── connection.rb
│ │ │ ├── debugger.rb
│ │ │ ├── framing03.rb
│ │ │ ├── framing04.rb
│ │ │ ├── framing05.rb
│ │ │ ├── framing07.rb
│ │ │ ├── framing76.rb
│ │ │ ├── handler.rb
│ │ │ ├── handler03.rb
│ │ │ ├── handler05.rb
│ │ │ ├── handler06.rb
│ │ │ ├── handler07.rb
│ │ │ ├── handler08.rb
│ │ │ ├── handler13.rb
│ │ │ ├── handler75.rb
│ │ │ ├── handler76.rb
│ │ │ ├── handshake.rb
│ │ │ ├── handshake04.rb
│ │ │ ├── handshake75.rb
│ │ │ ├── handshake76.rb
│ │ │ ├── masking04.rb
│ │ │ ├── message_processor_03.rb
│ │ │ ├── message_processor_06.rb
│ │ │ ├── version.rb
│ │ │ └── websocket.rb
│ └── spec
│ │ ├── helper.rb
│ │ ├── integration
│ │ ├── common_spec.rb
│ │ ├── draft03_spec.rb
│ │ ├── draft05_spec.rb
│ │ ├── draft06_spec.rb
│ │ ├── draft13_spec.rb
│ │ ├── draft75_spec.rb
│ │ ├── draft76_spec.rb
│ │ ├── gte_03_examples.rb
│ │ └── shared_examples.rb
│ │ └── unit
│ │ ├── framing_spec.rb
│ │ ├── handshake_spec.rb
│ │ └── masking_spec.rb
├── eventmachine-1.2.7
│ ├── CHANGELOG.md
│ ├── GNU
│ ├── LICENSE
│ ├── README.md
│ ├── docs
│ │ ├── DocumentationGuidesIndex.md
│ │ ├── GettingStarted.md
│ │ └── old
│ │ │ ├── ChangeLog
│ │ │ ├── DEFERRABLES
│ │ │ ├── EPOLL
│ │ │ ├── INSTALL
│ │ │ ├── KEYBOARD
│ │ │ ├── LEGAL
│ │ │ ├── LIGHTWEIGHT_CONCURRENCY
│ │ │ ├── PURE_RUBY
│ │ │ ├── RELEASE_NOTES
│ │ │ ├── SMTP
│ │ │ ├── SPAWNED_PROCESSES
│ │ │ └── TODO
│ ├── examples
│ │ ├── guides
│ │ │ └── getting_started
│ │ │ │ ├── 01_eventmachine_echo_server.rb
│ │ │ │ ├── 02_eventmachine_echo_server_that_recognizes_exit_command.rb
│ │ │ │ ├── 03_simple_chat_server.rb
│ │ │ │ ├── 04_simple_chat_server_step_one.rb
│ │ │ │ ├── 05_simple_chat_server_step_two.rb
│ │ │ │ ├── 06_simple_chat_server_step_three.rb
│ │ │ │ ├── 07_simple_chat_server_step_four.rb
│ │ │ │ └── 08_simple_chat_server_step_five.rb
│ │ └── old
│ │ │ ├── ex_channel.rb
│ │ │ ├── ex_queue.rb
│ │ │ ├── ex_tick_loop_array.rb
│ │ │ ├── ex_tick_loop_counter.rb
│ │ │ └── helper.rb
│ ├── ext
│ │ ├── .sitearchdir.time
│ │ ├── Makefile
│ │ ├── binder.cpp
│ │ ├── binder.h
│ │ ├── binder.o
│ │ ├── cmain.cpp
│ │ ├── cmain.o
│ │ ├── ed.cpp
│ │ ├── ed.h
│ │ ├── ed.o
│ │ ├── em.cpp
│ │ ├── em.h
│ │ ├── em.o
│ │ ├── eventmachine.h
│ │ ├── extconf.rb
│ │ ├── fastfilereader
│ │ │ ├── .sitearchdir.time
│ │ │ ├── Makefile
│ │ │ ├── extconf.rb
│ │ │ ├── fastfilereaderext.bundle
│ │ │ ├── mapper.cpp
│ │ │ ├── mapper.h
│ │ │ ├── mapper.o
│ │ │ ├── rubymain.cpp
│ │ │ └── rubymain.o
│ │ ├── kb.cpp
│ │ ├── kb.o
│ │ ├── page.cpp
│ │ ├── page.h
│ │ ├── page.o
│ │ ├── pipe.cpp
│ │ ├── pipe.o
│ │ ├── project.h
│ │ ├── rubyeventmachine.bundle
│ │ ├── rubymain.cpp
│ │ ├── rubymain.o
│ │ ├── ssl.cpp
│ │ ├── ssl.h
│ │ └── ssl.o
│ ├── java
│ │ ├── .classpath
│ │ ├── .project
│ │ └── src
│ │ │ └── com
│ │ │ └── rubyeventmachine
│ │ │ ├── EmReactor.java
│ │ │ ├── EmReactorException.java
│ │ │ ├── EventableChannel.java
│ │ │ ├── EventableDatagramChannel.java
│ │ │ └── EventableSocketChannel.java
│ ├── lib
│ │ ├── em
│ │ │ ├── buftok.rb
│ │ │ ├── callback.rb
│ │ │ ├── channel.rb
│ │ │ ├── completion.rb
│ │ │ ├── connection.rb
│ │ │ ├── deferrable.rb
│ │ │ ├── deferrable
│ │ │ │ └── pool.rb
│ │ │ ├── file_watch.rb
│ │ │ ├── future.rb
│ │ │ ├── iterator.rb
│ │ │ ├── messages.rb
│ │ │ ├── pool.rb
│ │ │ ├── process_watch.rb
│ │ │ ├── processes.rb
│ │ │ ├── protocols.rb
│ │ │ ├── protocols
│ │ │ │ ├── header_and_content.rb
│ │ │ │ ├── httpclient.rb
│ │ │ │ ├── httpclient2.rb
│ │ │ │ ├── line_and_text.rb
│ │ │ │ ├── line_protocol.rb
│ │ │ │ ├── linetext2.rb
│ │ │ │ ├── memcache.rb
│ │ │ │ ├── object_protocol.rb
│ │ │ │ ├── postgres3.rb
│ │ │ │ ├── saslauth.rb
│ │ │ │ ├── smtpclient.rb
│ │ │ │ ├── smtpserver.rb
│ │ │ │ ├── socks4.rb
│ │ │ │ ├── stomp.rb
│ │ │ │ └── tcptest.rb
│ │ │ ├── pure_ruby.rb
│ │ │ ├── queue.rb
│ │ │ ├── resolver.rb
│ │ │ ├── spawnable.rb
│ │ │ ├── streamer.rb
│ │ │ ├── threaded_resource.rb
│ │ │ ├── tick_loop.rb
│ │ │ ├── timers.rb
│ │ │ └── version.rb
│ │ ├── eventmachine.rb
│ │ ├── fastfilereaderext.bundle
│ │ ├── jeventmachine.rb
│ │ └── rubyeventmachine.bundle
│ ├── rakelib
│ │ ├── package.rake
│ │ ├── test.rake
│ │ └── test_pure.rake
│ └── tests
│ │ ├── client.crt
│ │ ├── client.key
│ │ ├── dhparam.pem
│ │ ├── em_test_helper.rb
│ │ ├── test_attach.rb
│ │ ├── test_basic.rb
│ │ ├── test_channel.rb
│ │ ├── test_completion.rb
│ │ ├── test_connection_count.rb
│ │ ├── test_connection_write.rb
│ │ ├── test_defer.rb
│ │ ├── test_deferrable.rb
│ │ ├── test_epoll.rb
│ │ ├── test_error_handler.rb
│ │ ├── test_exc.rb
│ │ ├── test_file_watch.rb
│ │ ├── test_fork.rb
│ │ ├── test_futures.rb
│ │ ├── test_handler_check.rb
│ │ ├── test_hc.rb
│ │ ├── test_httpclient.rb
│ │ ├── test_httpclient2.rb
│ │ ├── test_idle_connection.rb
│ │ ├── test_inactivity_timeout.rb
│ │ ├── test_ipv4.rb
│ │ ├── test_ipv6.rb
│ │ ├── test_iterator.rb
│ │ ├── test_kb.rb
│ │ ├── test_line_protocol.rb
│ │ ├── test_ltp.rb
│ │ ├── test_ltp2.rb
│ │ ├── test_many_fds.rb
│ │ ├── test_next_tick.rb
│ │ ├── test_object_protocol.rb
│ │ ├── test_pause.rb
│ │ ├── test_pending_connect_timeout.rb
│ │ ├── test_pool.rb
│ │ ├── test_process_watch.rb
│ │ ├── test_processes.rb
│ │ ├── test_proxy_connection.rb
│ │ ├── test_pure.rb
│ │ ├── test_queue.rb
│ │ ├── test_resolver.rb
│ │ ├── test_running.rb
│ │ ├── test_sasl.rb
│ │ ├── test_send_file.rb
│ │ ├── test_servers.rb
│ │ ├── test_shutdown_hooks.rb
│ │ ├── test_smtpclient.rb
│ │ ├── test_smtpserver.rb
│ │ ├── test_sock_opt.rb
│ │ ├── test_spawn.rb
│ │ ├── test_ssl_args.rb
│ │ ├── test_ssl_dhparam.rb
│ │ ├── test_ssl_ecdh_curve.rb
│ │ ├── test_ssl_extensions.rb
│ │ ├── test_ssl_methods.rb
│ │ ├── test_ssl_protocols.rb
│ │ ├── test_ssl_verify.rb
│ │ ├── test_stomp.rb
│ │ ├── test_system.rb
│ │ ├── test_threaded_resource.rb
│ │ ├── test_tick_loop.rb
│ │ ├── test_timers.rb
│ │ ├── test_ud.rb
│ │ └── test_unbind_reason.rb
├── ffi-1.9.25
│ ├── .gitignore
│ ├── .gitmodules
│ ├── .travis.yml
│ ├── .yardopts
│ ├── CHANGELOG.md
│ ├── COPYING
│ ├── Gemfile
│ ├── LICENSE
│ ├── LICENSE.SPECS
│ ├── README.md
│ ├── Rakefile
│ ├── appveyor.yml
│ ├── ext
│ │ └── ffi_c
│ │ │ ├── .sitearchdir.time
│ │ │ ├── AbstractMemory.c
│ │ │ ├── AbstractMemory.h
│ │ │ ├── ArrayType.c
│ │ │ ├── ArrayType.h
│ │ │ ├── Buffer.c
│ │ │ ├── Call.c
│ │ │ ├── Call.h
│ │ │ ├── ClosurePool.c
│ │ │ ├── ClosurePool.h
│ │ │ ├── DataConverter.c
│ │ │ ├── DynamicLibrary.c
│ │ │ ├── DynamicLibrary.h
│ │ │ ├── Function.c
│ │ │ ├── Function.h
│ │ │ ├── FunctionInfo.c
│ │ │ ├── LastError.c
│ │ │ ├── LastError.h
│ │ │ ├── LongDouble.c
│ │ │ ├── LongDouble.h
│ │ │ ├── Makefile
│ │ │ ├── MappedType.c
│ │ │ ├── MappedType.h
│ │ │ ├── MemoryPointer.c
│ │ │ ├── MemoryPointer.h
│ │ │ ├── MethodHandle.c
│ │ │ ├── MethodHandle.h
│ │ │ ├── Platform.c
│ │ │ ├── Platform.h
│ │ │ ├── Pointer.c
│ │ │ ├── Pointer.h
│ │ │ ├── Struct.c
│ │ │ ├── Struct.h
│ │ │ ├── StructByReference.c
│ │ │ ├── StructByReference.h
│ │ │ ├── StructByValue.c
│ │ │ ├── StructByValue.h
│ │ │ ├── StructLayout.c
│ │ │ ├── Thread.c
│ │ │ ├── Thread.h
│ │ │ ├── Type.c
│ │ │ ├── Type.h
│ │ │ ├── Types.c
│ │ │ ├── Types.h
│ │ │ ├── Variadic.c
│ │ │ ├── compat.h
│ │ │ ├── extconf.h
│ │ │ ├── extconf.rb
│ │ │ ├── ffi.c
│ │ │ ├── ffi_c.bundle
│ │ │ ├── libffi-x86_64-darwin16
│ │ │ ├── .libs
│ │ │ │ ├── libffi.7.dylib
│ │ │ │ ├── libffi.dylib
│ │ │ │ ├── libffi.la
│ │ │ │ ├── libffi.lai
│ │ │ │ └── libffi_convenience.la
│ │ │ ├── Makefile
│ │ │ ├── config.log
│ │ │ ├── config.status
│ │ │ ├── fficonfig.h
│ │ │ ├── include
│ │ │ │ ├── Makefile
│ │ │ │ ├── ffi.h
│ │ │ │ └── ffitarget.h
│ │ │ ├── libffi.la
│ │ │ ├── libffi.pc
│ │ │ ├── libffi_convenience.la
│ │ │ ├── libtool
│ │ │ ├── local.exp
│ │ │ ├── man
│ │ │ │ └── Makefile
│ │ │ ├── src
│ │ │ │ ├── .deps
│ │ │ │ │ └── .dirstamp
│ │ │ │ ├── .dirstamp
│ │ │ │ ├── closures.lo
│ │ │ │ ├── java_raw_api.lo
│ │ │ │ ├── prep_cif.lo
│ │ │ │ ├── raw_api.lo
│ │ │ │ ├── types.lo
│ │ │ │ └── x86
│ │ │ │ │ ├── .deps
│ │ │ │ │ └── .dirstamp
│ │ │ │ │ ├── .dirstamp
│ │ │ │ │ ├── ffi64.lo
│ │ │ │ │ ├── ffiw64.lo
│ │ │ │ │ ├── unix64.lo
│ │ │ │ │ └── win64.lo
│ │ │ ├── stamp-h1
│ │ │ └── testsuite
│ │ │ │ └── Makefile
│ │ │ ├── libffi.bsd.mk
│ │ │ ├── libffi.darwin.mk
│ │ │ ├── libffi.gnu.mk
│ │ │ ├── libffi.mk
│ │ │ ├── libffi.vc.mk
│ │ │ ├── libffi.vc64.mk
│ │ │ ├── libffi
│ │ │ ├── .appveyor.yml
│ │ │ ├── .github
│ │ │ │ └── issue_template.md
│ │ │ ├── .gitignore
│ │ │ ├── .travis.yml
│ │ │ ├── .travis
│ │ │ │ ├── ar-lib
│ │ │ │ ├── build.sh
│ │ │ │ ├── compile
│ │ │ │ ├── install.sh
│ │ │ │ ├── moxie-sim.exp
│ │ │ │ └── site.exp
│ │ │ ├── ChangeLog.libffi
│ │ │ ├── ChangeLog.libffi-3.1
│ │ │ ├── ChangeLog.libgcj
│ │ │ ├── ChangeLog.v1
│ │ │ ├── LICENSE
│ │ │ ├── LICENSE-BUILDTOOLS
│ │ │ ├── Makefile.am
│ │ │ ├── README.md
│ │ │ ├── acinclude.m4
│ │ │ ├── autogen.sh
│ │ │ ├── config.guess
│ │ │ ├── config.sub
│ │ │ ├── configure.ac
│ │ │ ├── configure.host
│ │ │ ├── generate-darwin-source-and-headers.py
│ │ │ ├── include
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── ffi.h.in
│ │ │ │ ├── ffi_cfi.h
│ │ │ │ └── ffi_common.h
│ │ │ ├── libffi.map.in
│ │ │ ├── libffi.pc.in
│ │ │ ├── libffi.xcodeproj
│ │ │ │ └── project.pbxproj
│ │ │ ├── libtool-version
│ │ │ ├── m4
│ │ │ │ ├── asmcfi.m4
│ │ │ │ ├── ax_append_flag.m4
│ │ │ │ ├── ax_cc_maxopt.m4
│ │ │ │ ├── ax_cflags_warn_all.m4
│ │ │ │ ├── ax_check_compile_flag.m4
│ │ │ │ ├── ax_compiler_vendor.m4
│ │ │ │ ├── ax_configure_args.m4
│ │ │ │ ├── ax_enable_builddir.m4
│ │ │ │ ├── ax_gcc_archflag.m4
│ │ │ │ ├── ax_gcc_x86_cpuid.m4
│ │ │ │ └── ax_require_defined.m4
│ │ │ ├── man
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── ffi.3
│ │ │ │ ├── ffi_call.3
│ │ │ │ ├── ffi_prep_cif.3
│ │ │ │ └── ffi_prep_cif_var.3
│ │ │ ├── msvcc.sh
│ │ │ ├── src
│ │ │ │ ├── aarch64
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── internal.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── alpha
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── internal.h
│ │ │ │ │ └── osf.S
│ │ │ │ ├── arc
│ │ │ │ │ ├── arcompact.S
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ └── ffitarget.h
│ │ │ │ ├── arm
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── internal.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── avr32
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── bfin
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── closures.c
│ │ │ │ ├── cris
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── debug.c
│ │ │ │ ├── dlmalloc.c
│ │ │ │ ├── frv
│ │ │ │ │ ├── eabi.S
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ └── ffitarget.h
│ │ │ │ ├── ia64
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── ia64_flags.h
│ │ │ │ │ └── unix.S
│ │ │ │ ├── java_raw_api.c
│ │ │ │ ├── m32r
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── m68k
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── m88k
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── obsd.S
│ │ │ │ ├── metag
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── microblaze
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── mips
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── n32.S
│ │ │ │ │ └── o32.S
│ │ │ │ ├── moxie
│ │ │ │ │ ├── eabi.S
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ └── ffitarget.h
│ │ │ │ ├── nios2
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── or1k
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── pa
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── hpux32.S
│ │ │ │ │ └── linux.S
│ │ │ │ ├── powerpc
│ │ │ │ │ ├── aix.S
│ │ │ │ │ ├── aix_closure.S
│ │ │ │ │ ├── asm.h
│ │ │ │ │ ├── darwin.S
│ │ │ │ │ ├── darwin_closure.S
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffi_darwin.c
│ │ │ │ │ ├── ffi_linux64.c
│ │ │ │ │ ├── ffi_powerpc.h
│ │ │ │ │ ├── ffi_sysv.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── linux64.S
│ │ │ │ │ ├── linux64_closure.S
│ │ │ │ │ ├── ppc_closure.S
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── prep_cif.c
│ │ │ │ ├── raw_api.c
│ │ │ │ ├── riscv
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── s390
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── internal.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── sh
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── sh64
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── sparc
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffi64.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── internal.h
│ │ │ │ │ ├── v8.S
│ │ │ │ │ └── v9.S
│ │ │ │ ├── tile
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── tile.S
│ │ │ │ ├── types.c
│ │ │ │ ├── vax
│ │ │ │ │ ├── elfbsd.S
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ └── ffitarget.h
│ │ │ │ ├── x86
│ │ │ │ │ ├── asmnames.h
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffi64.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── ffiw64.c
│ │ │ │ │ ├── internal.h
│ │ │ │ │ ├── internal64.h
│ │ │ │ │ ├── sysv.S
│ │ │ │ │ ├── unix64.S
│ │ │ │ │ ├── win64.S
│ │ │ │ │ └── win64_intel.S
│ │ │ │ └── xtensa
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ ├── stamp-h.in
│ │ │ └── testsuite
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── config
│ │ │ │ └── default.exp
│ │ │ │ ├── lib
│ │ │ │ ├── libffi.exp
│ │ │ │ ├── target-libpath.exp
│ │ │ │ └── wrapper.exp
│ │ │ │ ├── libffi.bhaible
│ │ │ │ ├── Makefile
│ │ │ │ ├── README
│ │ │ │ ├── alignof.h
│ │ │ │ ├── bhaible.exp
│ │ │ │ ├── test-call.c
│ │ │ │ ├── test-callback.c
│ │ │ │ └── testcases.c
│ │ │ │ ├── libffi.call
│ │ │ │ ├── align_mixed.c
│ │ │ │ ├── align_stdcall.c
│ │ │ │ ├── call.exp
│ │ │ │ ├── closure_fn0.c
│ │ │ │ ├── closure_fn1.c
│ │ │ │ ├── closure_fn2.c
│ │ │ │ ├── closure_fn3.c
│ │ │ │ ├── closure_fn4.c
│ │ │ │ ├── closure_fn5.c
│ │ │ │ ├── closure_fn6.c
│ │ │ │ ├── closure_loc_fn0.c
│ │ │ │ ├── closure_simple.c
│ │ │ │ ├── cls_12byte.c
│ │ │ │ ├── cls_16byte.c
│ │ │ │ ├── cls_18byte.c
│ │ │ │ ├── cls_19byte.c
│ │ │ │ ├── cls_1_1byte.c
│ │ │ │ ├── cls_20byte.c
│ │ │ │ ├── cls_20byte1.c
│ │ │ │ ├── cls_24byte.c
│ │ │ │ ├── cls_2byte.c
│ │ │ │ ├── cls_3_1byte.c
│ │ │ │ ├── cls_3byte1.c
│ │ │ │ ├── cls_3byte2.c
│ │ │ │ ├── cls_3float.c
│ │ │ │ ├── cls_4_1byte.c
│ │ │ │ ├── cls_4byte.c
│ │ │ │ ├── cls_5_1_byte.c
│ │ │ │ ├── cls_5byte.c
│ │ │ │ ├── cls_64byte.c
│ │ │ │ ├── cls_6_1_byte.c
│ │ │ │ ├── cls_6byte.c
│ │ │ │ ├── cls_7_1_byte.c
│ │ │ │ ├── cls_7byte.c
│ │ │ │ ├── cls_8byte.c
│ │ │ │ ├── cls_9byte1.c
│ │ │ │ ├── cls_9byte2.c
│ │ │ │ ├── cls_align_double.c
│ │ │ │ ├── cls_align_float.c
│ │ │ │ ├── cls_align_longdouble.c
│ │ │ │ ├── cls_align_longdouble_split.c
│ │ │ │ ├── cls_align_longdouble_split2.c
│ │ │ │ ├── cls_align_pointer.c
│ │ │ │ ├── cls_align_sint16.c
│ │ │ │ ├── cls_align_sint32.c
│ │ │ │ ├── cls_align_sint64.c
│ │ │ │ ├── cls_align_uint16.c
│ │ │ │ ├── cls_align_uint32.c
│ │ │ │ ├── cls_align_uint64.c
│ │ │ │ ├── cls_dbls_struct.c
│ │ │ │ ├── cls_double.c
│ │ │ │ ├── cls_double_va.c
│ │ │ │ ├── cls_float.c
│ │ │ │ ├── cls_longdouble.c
│ │ │ │ ├── cls_longdouble_va.c
│ │ │ │ ├── cls_many_mixed_args.c
│ │ │ │ ├── cls_many_mixed_float_double.c
│ │ │ │ ├── cls_multi_schar.c
│ │ │ │ ├── cls_multi_sshort.c
│ │ │ │ ├── cls_multi_sshortchar.c
│ │ │ │ ├── cls_multi_uchar.c
│ │ │ │ ├── cls_multi_ushort.c
│ │ │ │ ├── cls_multi_ushortchar.c
│ │ │ │ ├── cls_pointer.c
│ │ │ │ ├── cls_pointer_stack.c
│ │ │ │ ├── cls_schar.c
│ │ │ │ ├── cls_sint.c
│ │ │ │ ├── cls_sshort.c
│ │ │ │ ├── cls_struct_va1.c
│ │ │ │ ├── cls_uchar.c
│ │ │ │ ├── cls_uchar_va.c
│ │ │ │ ├── cls_uint.c
│ │ │ │ ├── cls_uint_va.c
│ │ │ │ ├── cls_ulong_va.c
│ │ │ │ ├── cls_ulonglong.c
│ │ │ │ ├── cls_ushort.c
│ │ │ │ ├── cls_ushort_va.c
│ │ │ │ ├── err_bad_abi.c
│ │ │ │ ├── err_bad_typedef.c
│ │ │ │ ├── ffitest.h
│ │ │ │ ├── float.c
│ │ │ │ ├── float1.c
│ │ │ │ ├── float2.c
│ │ │ │ ├── float3.c
│ │ │ │ ├── float4.c
│ │ │ │ ├── float_va.c
│ │ │ │ ├── huge_struct.c
│ │ │ │ ├── many.c
│ │ │ │ ├── many2.c
│ │ │ │ ├── many_double.c
│ │ │ │ ├── many_mixed.c
│ │ │ │ ├── negint.c
│ │ │ │ ├── nested_struct.c
│ │ │ │ ├── nested_struct1.c
│ │ │ │ ├── nested_struct10.c
│ │ │ │ ├── nested_struct11.c
│ │ │ │ ├── nested_struct2.c
│ │ │ │ ├── nested_struct3.c
│ │ │ │ ├── nested_struct4.c
│ │ │ │ ├── nested_struct5.c
│ │ │ │ ├── nested_struct6.c
│ │ │ │ ├── nested_struct7.c
│ │ │ │ ├── nested_struct8.c
│ │ │ │ ├── nested_struct9.c
│ │ │ │ ├── offsets.c
│ │ │ │ ├── pr1172638.c
│ │ │ │ ├── problem1.c
│ │ │ │ ├── promotion.c
│ │ │ │ ├── pyobjc-tc.c
│ │ │ │ ├── return_dbl.c
│ │ │ │ ├── return_dbl1.c
│ │ │ │ ├── return_dbl2.c
│ │ │ │ ├── return_fl.c
│ │ │ │ ├── return_fl1.c
│ │ │ │ ├── return_fl2.c
│ │ │ │ ├── return_fl3.c
│ │ │ │ ├── return_ldl.c
│ │ │ │ ├── return_ll.c
│ │ │ │ ├── return_ll1.c
│ │ │ │ ├── return_sc.c
│ │ │ │ ├── return_sl.c
│ │ │ │ ├── return_uc.c
│ │ │ │ ├── return_ul.c
│ │ │ │ ├── stret_large.c
│ │ │ │ ├── stret_large2.c
│ │ │ │ ├── stret_medium.c
│ │ │ │ ├── stret_medium2.c
│ │ │ │ ├── strlen.c
│ │ │ │ ├── strlen2.c
│ │ │ │ ├── strlen3.c
│ │ │ │ ├── strlen4.c
│ │ │ │ ├── struct1.c
│ │ │ │ ├── struct10.c
│ │ │ │ ├── struct2.c
│ │ │ │ ├── struct3.c
│ │ │ │ ├── struct4.c
│ │ │ │ ├── struct5.c
│ │ │ │ ├── struct6.c
│ │ │ │ ├── struct7.c
│ │ │ │ ├── struct8.c
│ │ │ │ ├── struct9.c
│ │ │ │ ├── testclosure.c
│ │ │ │ ├── uninitialized.c
│ │ │ │ ├── unwindtest.cc
│ │ │ │ ├── unwindtest_ffi_call.cc
│ │ │ │ ├── va_1.c
│ │ │ │ ├── va_struct1.c
│ │ │ │ ├── va_struct2.c
│ │ │ │ └── va_struct3.c
│ │ │ │ ├── libffi.complex
│ │ │ │ ├── cls_align_complex.inc
│ │ │ │ ├── cls_align_complex_double.c
│ │ │ │ ├── cls_align_complex_float.c
│ │ │ │ ├── cls_align_complex_longdouble.c
│ │ │ │ ├── cls_complex.inc
│ │ │ │ ├── cls_complex_double.c
│ │ │ │ ├── cls_complex_float.c
│ │ │ │ ├── cls_complex_longdouble.c
│ │ │ │ ├── cls_complex_struct.inc
│ │ │ │ ├── cls_complex_struct_double.c
│ │ │ │ ├── cls_complex_struct_float.c
│ │ │ │ ├── cls_complex_struct_longdouble.c
│ │ │ │ ├── cls_complex_va.inc
│ │ │ │ ├── cls_complex_va_double.c
│ │ │ │ ├── cls_complex_va_float.c
│ │ │ │ ├── cls_complex_va_longdouble.c
│ │ │ │ ├── complex.exp
│ │ │ │ ├── complex.inc
│ │ │ │ ├── complex_defs_double.inc
│ │ │ │ ├── complex_defs_float.inc
│ │ │ │ ├── complex_defs_longdouble.inc
│ │ │ │ ├── complex_double.c
│ │ │ │ ├── complex_float.c
│ │ │ │ ├── complex_int.c
│ │ │ │ ├── complex_longdouble.c
│ │ │ │ ├── ffitest.h
│ │ │ │ ├── many_complex.inc
│ │ │ │ ├── many_complex_double.c
│ │ │ │ ├── many_complex_float.c
│ │ │ │ ├── many_complex_longdouble.c
│ │ │ │ ├── return_complex.inc
│ │ │ │ ├── return_complex1.inc
│ │ │ │ ├── return_complex1_double.c
│ │ │ │ ├── return_complex1_float.c
│ │ │ │ ├── return_complex1_longdouble.c
│ │ │ │ ├── return_complex2.inc
│ │ │ │ ├── return_complex2_double.c
│ │ │ │ ├── return_complex2_float.c
│ │ │ │ ├── return_complex2_longdouble.c
│ │ │ │ ├── return_complex_double.c
│ │ │ │ ├── return_complex_float.c
│ │ │ │ └── return_complex_longdouble.c
│ │ │ │ └── libffi.go
│ │ │ │ ├── aa-direct.c
│ │ │ │ ├── closure1.c
│ │ │ │ ├── ffitest.h
│ │ │ │ ├── go.exp
│ │ │ │ └── static-chain.h
│ │ │ ├── rbffi.h
│ │ │ ├── rbffi_endian.h
│ │ │ └── win32
│ │ │ ├── stdbool.h
│ │ │ └── stdint.h
│ ├── ffi.gemspec
│ ├── lib
│ │ ├── ffi.rb
│ │ └── ffi
│ │ │ ├── autopointer.rb
│ │ │ ├── buffer.rb
│ │ │ ├── callback.rb
│ │ │ ├── enum.rb
│ │ │ ├── errno.rb
│ │ │ ├── ffi.rb
│ │ │ ├── io.rb
│ │ │ ├── library.rb
│ │ │ ├── managedstruct.rb
│ │ │ ├── memorypointer.rb
│ │ │ ├── platform.rb
│ │ │ ├── platform
│ │ │ ├── aarch64-linux
│ │ │ │ └── types.conf
│ │ │ ├── arm-linux
│ │ │ │ └── types.conf
│ │ │ ├── i386-cygwin
│ │ │ │ └── types.conf
│ │ │ ├── i386-darwin
│ │ │ │ └── types.conf
│ │ │ ├── i386-freebsd
│ │ │ │ └── types.conf
│ │ │ ├── i386-gnu
│ │ │ │ └── types.conf
│ │ │ ├── i386-linux
│ │ │ │ └── types.conf
│ │ │ ├── i386-netbsd
│ │ │ │ └── types.conf
│ │ │ ├── i386-openbsd
│ │ │ │ └── types.conf
│ │ │ ├── i386-solaris
│ │ │ │ └── types.conf
│ │ │ ├── i386-windows
│ │ │ │ └── types.conf
│ │ │ ├── ia64-linux
│ │ │ │ └── types.conf
│ │ │ ├── mips-linux
│ │ │ │ └── types.conf
│ │ │ ├── mips64-linux
│ │ │ │ └── types.conf
│ │ │ ├── mips64el-linux
│ │ │ │ └── types.conf
│ │ │ ├── mipsel-linux
│ │ │ │ └── types.conf
│ │ │ ├── mipsisa32r6-linux
│ │ │ │ └── types.conf
│ │ │ ├── mipsisa32r6el-linux
│ │ │ │ └── types.conf
│ │ │ ├── mipsisa64r6-linux
│ │ │ │ └── types.conf
│ │ │ ├── mipsisa64r6el-linux
│ │ │ │ └── types.conf
│ │ │ ├── powerpc-aix
│ │ │ │ └── types.conf
│ │ │ ├── powerpc-darwin
│ │ │ │ └── types.conf
│ │ │ ├── powerpc-linux
│ │ │ │ └── types.conf
│ │ │ ├── powerpc64-linux
│ │ │ │ └── types.conf
│ │ │ ├── s390-linux
│ │ │ │ └── types.conf
│ │ │ ├── s390x-linux
│ │ │ │ └── types.conf
│ │ │ ├── sparc-linux
│ │ │ │ └── types.conf
│ │ │ ├── sparc-solaris
│ │ │ │ └── types.conf
│ │ │ ├── sparc64-linux
│ │ │ │ └── types.conf
│ │ │ ├── sparcv9-solaris
│ │ │ │ └── types.conf
│ │ │ ├── x86_64-cygwin
│ │ │ │ └── types.conf
│ │ │ ├── x86_64-darwin
│ │ │ │ └── types.conf
│ │ │ ├── x86_64-freebsd
│ │ │ │ └── types.conf
│ │ │ ├── x86_64-linux
│ │ │ │ └── types.conf
│ │ │ ├── x86_64-netbsd
│ │ │ │ └── types.conf
│ │ │ ├── x86_64-openbsd
│ │ │ │ └── types.conf
│ │ │ ├── x86_64-solaris
│ │ │ │ └── types.conf
│ │ │ └── x86_64-windows
│ │ │ │ └── types.conf
│ │ │ ├── pointer.rb
│ │ │ ├── struct.rb
│ │ │ ├── struct_layout_builder.rb
│ │ │ ├── tools
│ │ │ ├── const_generator.rb
│ │ │ ├── generator.rb
│ │ │ ├── generator_task.rb
│ │ │ ├── struct_generator.rb
│ │ │ └── types_generator.rb
│ │ │ ├── types.rb
│ │ │ ├── union.rb
│ │ │ ├── variadic.rb
│ │ │ └── version.rb
│ └── samples
│ │ ├── getlogin.rb
│ │ ├── getpid.rb
│ │ ├── gettimeofday.rb
│ │ ├── hello.rb
│ │ ├── inotify.rb
│ │ ├── pty.rb
│ │ ├── qsort.rb
│ │ └── sample_helper.rb
├── forwardable-extended-2.6.0
│ ├── Gemfile
│ ├── LICENSE
│ ├── Rakefile
│ └── lib
│ │ └── forwardable
│ │ ├── extended.rb
│ │ └── extended
│ │ └── version.rb
├── http_parser.rb-0.6.0
│ ├── .gitignore
│ ├── .gitmodules
│ ├── Gemfile
│ ├── Gemfile.lock
│ ├── LICENSE-MIT
│ ├── README.md
│ ├── Rakefile
│ ├── bench
│ │ ├── standalone.rb
│ │ └── thin.rb
│ ├── ext
│ │ └── ruby_http_parser
│ │ │ ├── .gitignore
│ │ │ ├── .sitearchdir.time
│ │ │ ├── RubyHttpParserService.java
│ │ │ ├── ext_help.h
│ │ │ ├── extconf.rb
│ │ │ ├── org
│ │ │ └── ruby_http_parser
│ │ │ │ └── RubyHttpParser.java
│ │ │ ├── ruby_http_parser.c
│ │ │ └── vendor
│ │ │ ├── .gitkeep
│ │ │ ├── http-parser-java
│ │ │ ├── AUTHORS
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── TODO
│ │ │ ├── build.xml
│ │ │ ├── http_parser.c
│ │ │ ├── http_parser.gyp
│ │ │ ├── http_parser.h
│ │ │ ├── src
│ │ │ │ ├── Http-parser.java.iml
│ │ │ │ ├── impl
│ │ │ │ │ └── http_parser
│ │ │ │ │ │ ├── FieldData.java
│ │ │ │ │ │ ├── HTTPCallback.java
│ │ │ │ │ │ ├── HTTPDataCallback.java
│ │ │ │ │ │ ├── HTTPErrorCallback.java
│ │ │ │ │ │ ├── HTTPException.java
│ │ │ │ │ │ ├── HTTPMethod.java
│ │ │ │ │ │ ├── HTTPParser.java
│ │ │ │ │ │ ├── HTTPParserUrl.java
│ │ │ │ │ │ ├── ParserSettings.java
│ │ │ │ │ │ ├── ParserType.java
│ │ │ │ │ │ ├── Util.java
│ │ │ │ │ │ └── lolevel
│ │ │ │ │ │ ├── HTTPCallback.java
│ │ │ │ │ │ ├── HTTPDataCallback.java
│ │ │ │ │ │ ├── HTTPErrorCallback.java
│ │ │ │ │ │ ├── HTTPParser.java
│ │ │ │ │ │ └── ParserSettings.java
│ │ │ │ └── test
│ │ │ │ │ └── http_parser
│ │ │ │ │ └── lolevel
│ │ │ │ │ ├── Message.java
│ │ │ │ │ ├── ParseUrl.java
│ │ │ │ │ ├── Requests.java
│ │ │ │ │ ├── Responses.java
│ │ │ │ │ ├── Test.java
│ │ │ │ │ ├── TestHeaderOverflowError.java
│ │ │ │ │ ├── TestLoaderNG.java
│ │ │ │ │ ├── TestNoOverflowLongBody.java
│ │ │ │ │ ├── UnitTest.java
│ │ │ │ │ ├── Upgrade.java
│ │ │ │ │ ├── Url.java
│ │ │ │ │ ├── Util.java
│ │ │ │ │ └── WrongContentLength.java
│ │ │ ├── test.c
│ │ │ ├── tests.dumped
│ │ │ ├── tests.utf8
│ │ │ └── tools
│ │ │ │ ├── byte_constants.rb
│ │ │ │ ├── const_char.rb
│ │ │ │ ├── lowcase.rb
│ │ │ │ └── parse_tests.rb
│ │ │ └── http-parser
│ │ │ ├── AUTHORS
│ │ │ ├── CONTRIBUTIONS
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── http_parser.c
│ │ │ ├── http_parser.gyp
│ │ │ ├── http_parser.h
│ │ │ └── test.c
│ ├── http_parser.rb.gemspec
│ ├── lib
│ │ ├── http
│ │ │ └── parser.rb
│ │ └── http_parser.rb
│ ├── spec
│ │ ├── parser_spec.rb
│ │ ├── spec_helper.rb
│ │ └── support
│ │ │ ├── requests.json
│ │ │ └── responses.json
│ └── tasks
│ │ ├── compile.rake
│ │ ├── fixtures.rake
│ │ ├── spec.rake
│ │ └── submodules.rake
├── i18n-0.9.5
│ ├── MIT-LICENSE
│ ├── README.md
│ ├── gemfiles
│ │ ├── Gemfile.rails-3.2.x
│ │ ├── Gemfile.rails-4.0.x
│ │ ├── Gemfile.rails-4.1.x
│ │ ├── Gemfile.rails-4.2.x
│ │ ├── Gemfile.rails-5.0.x
│ │ ├── Gemfile.rails-5.1.x
│ │ └── Gemfile.rails-master
│ ├── lib
│ │ ├── i18n.rb
│ │ └── i18n
│ │ │ ├── backend.rb
│ │ │ ├── backend
│ │ │ ├── base.rb
│ │ │ ├── cache.rb
│ │ │ ├── cascade.rb
│ │ │ ├── chain.rb
│ │ │ ├── fallbacks.rb
│ │ │ ├── flatten.rb
│ │ │ ├── gettext.rb
│ │ │ ├── interpolation_compiler.rb
│ │ │ ├── key_value.rb
│ │ │ ├── memoize.rb
│ │ │ ├── metadata.rb
│ │ │ ├── pluralization.rb
│ │ │ ├── simple.rb
│ │ │ └── transliterator.rb
│ │ │ ├── config.rb
│ │ │ ├── core_ext
│ │ │ ├── hash.rb
│ │ │ ├── kernel
│ │ │ │ └── suppress_warnings.rb
│ │ │ └── string
│ │ │ │ └── interpolate.rb
│ │ │ ├── exceptions.rb
│ │ │ ├── gettext.rb
│ │ │ ├── gettext
│ │ │ ├── helpers.rb
│ │ │ └── po_parser.rb
│ │ │ ├── interpolate
│ │ │ └── ruby.rb
│ │ │ ├── locale.rb
│ │ │ ├── locale
│ │ │ ├── fallbacks.rb
│ │ │ ├── tag.rb
│ │ │ └── tag
│ │ │ │ ├── parents.rb
│ │ │ │ ├── rfc4646.rb
│ │ │ │ └── simple.rb
│ │ │ ├── middleware.rb
│ │ │ ├── tests.rb
│ │ │ ├── tests
│ │ │ ├── basics.rb
│ │ │ ├── defaults.rb
│ │ │ ├── interpolation.rb
│ │ │ ├── link.rb
│ │ │ ├── localization.rb
│ │ │ ├── localization
│ │ │ │ ├── date.rb
│ │ │ │ ├── date_time.rb
│ │ │ │ ├── procs.rb
│ │ │ │ └── time.rb
│ │ │ ├── lookup.rb
│ │ │ ├── pluralization.rb
│ │ │ └── procs.rb
│ │ │ └── version.rb
│ └── test
│ │ ├── api
│ │ ├── all_features_test.rb
│ │ ├── cascade_test.rb
│ │ ├── chain_test.rb
│ │ ├── fallbacks_test.rb
│ │ ├── key_value_test.rb
│ │ ├── memoize_test.rb
│ │ ├── override_test.rb
│ │ ├── pluralization_test.rb
│ │ └── simple_test.rb
│ │ ├── backend
│ │ ├── cache_test.rb
│ │ ├── cascade_test.rb
│ │ ├── chain_test.rb
│ │ ├── exceptions_test.rb
│ │ ├── fallbacks_test.rb
│ │ ├── interpolation_compiler_test.rb
│ │ ├── key_value_test.rb
│ │ ├── memoize_test.rb
│ │ ├── metadata_test.rb
│ │ ├── pluralization_test.rb
│ │ ├── simple_test.rb
│ │ └── transliterator_test.rb
│ │ ├── core_ext
│ │ └── hash_test.rb
│ │ ├── gettext
│ │ ├── api_test.rb
│ │ └── backend_test.rb
│ │ ├── i18n
│ │ ├── exceptions_test.rb
│ │ ├── gettext_plural_keys_test.rb
│ │ ├── interpolate_test.rb
│ │ ├── load_path_test.rb
│ │ └── middleware_test.rb
│ │ ├── i18n_test.rb
│ │ ├── locale
│ │ ├── fallbacks_test.rb
│ │ └── tag
│ │ │ ├── rfc4646_test.rb
│ │ │ └── simple_test.rb
│ │ ├── run_all.rb
│ │ ├── test_data
│ │ └── locales
│ │ │ ├── de.po
│ │ │ ├── en.rb
│ │ │ ├── en.yml
│ │ │ ├── invalid
│ │ │ ├── empty.yml
│ │ │ └── syntax.yml
│ │ │ └── plurals.rb
│ │ └── test_helper.rb
├── jekyll-4.0.0
│ ├── .rubocop.yml
│ ├── LICENSE
│ ├── README.markdown
│ ├── exe
│ │ └── jekyll
│ ├── lib
│ │ ├── blank_template
│ │ │ ├── _config.yml
│ │ │ ├── _layouts
│ │ │ │ └── default.html
│ │ │ ├── _sass
│ │ │ │ └── main.scss
│ │ │ ├── assets
│ │ │ │ └── css
│ │ │ │ │ └── main.scss
│ │ │ └── index.md
│ │ ├── jekyll.rb
│ │ ├── jekyll
│ │ │ ├── cache.rb
│ │ │ ├── cleaner.rb
│ │ │ ├── collection.rb
│ │ │ ├── command.rb
│ │ │ ├── commands
│ │ │ │ ├── build.rb
│ │ │ │ ├── clean.rb
│ │ │ │ ├── doctor.rb
│ │ │ │ ├── help.rb
│ │ │ │ ├── new.rb
│ │ │ │ ├── new_theme.rb
│ │ │ │ ├── serve.rb
│ │ │ │ └── serve
│ │ │ │ │ ├── live_reload_reactor.rb
│ │ │ │ │ ├── livereload_assets
│ │ │ │ │ └── livereload.js
│ │ │ │ │ ├── servlet.rb
│ │ │ │ │ └── websockets.rb
│ │ │ ├── configuration.rb
│ │ │ ├── converter.rb
│ │ │ ├── converters
│ │ │ │ ├── identity.rb
│ │ │ │ ├── markdown.rb
│ │ │ │ ├── markdown
│ │ │ │ │ └── kramdown_parser.rb
│ │ │ │ └── smartypants.rb
│ │ │ ├── convertible.rb
│ │ │ ├── deprecator.rb
│ │ │ ├── document.rb
│ │ │ ├── drops
│ │ │ │ ├── collection_drop.rb
│ │ │ │ ├── document_drop.rb
│ │ │ │ ├── drop.rb
│ │ │ │ ├── excerpt_drop.rb
│ │ │ │ ├── jekyll_drop.rb
│ │ │ │ ├── site_drop.rb
│ │ │ │ ├── static_file_drop.rb
│ │ │ │ ├── unified_payload_drop.rb
│ │ │ │ └── url_drop.rb
│ │ │ ├── entry_filter.rb
│ │ │ ├── errors.rb
│ │ │ ├── excerpt.rb
│ │ │ ├── external.rb
│ │ │ ├── filters.rb
│ │ │ ├── filters
│ │ │ │ ├── date_filters.rb
│ │ │ │ ├── grouping_filters.rb
│ │ │ │ └── url_filters.rb
│ │ │ ├── frontmatter_defaults.rb
│ │ │ ├── generator.rb
│ │ │ ├── hooks.rb
│ │ │ ├── layout.rb
│ │ │ ├── liquid_extensions.rb
│ │ │ ├── liquid_renderer.rb
│ │ │ ├── liquid_renderer
│ │ │ │ ├── file.rb
│ │ │ │ └── table.rb
│ │ │ ├── log_adapter.rb
│ │ │ ├── mime.types
│ │ │ ├── page.rb
│ │ │ ├── page_without_a_file.rb
│ │ │ ├── path_manager.rb
│ │ │ ├── plugin.rb
│ │ │ ├── plugin_manager.rb
│ │ │ ├── publisher.rb
│ │ │ ├── reader.rb
│ │ │ ├── readers
│ │ │ │ ├── collection_reader.rb
│ │ │ │ ├── data_reader.rb
│ │ │ │ ├── layout_reader.rb
│ │ │ │ ├── page_reader.rb
│ │ │ │ ├── post_reader.rb
│ │ │ │ ├── static_file_reader.rb
│ │ │ │ └── theme_assets_reader.rb
│ │ │ ├── regenerator.rb
│ │ │ ├── related_posts.rb
│ │ │ ├── renderer.rb
│ │ │ ├── site.rb
│ │ │ ├── static_file.rb
│ │ │ ├── stevenson.rb
│ │ │ ├── tags
│ │ │ │ ├── highlight.rb
│ │ │ │ ├── include.rb
│ │ │ │ ├── link.rb
│ │ │ │ └── post_url.rb
│ │ │ ├── theme.rb
│ │ │ ├── theme_builder.rb
│ │ │ ├── url.rb
│ │ │ ├── utils.rb
│ │ │ ├── utils
│ │ │ │ ├── ansi.rb
│ │ │ │ ├── exec.rb
│ │ │ │ ├── internet.rb
│ │ │ │ ├── platforms.rb
│ │ │ │ ├── thread_event.rb
│ │ │ │ └── win_tz.rb
│ │ │ └── version.rb
│ │ ├── site_template
│ │ │ ├── .gitignore
│ │ │ ├── 404.html
│ │ │ ├── _config.yml
│ │ │ ├── _posts
│ │ │ │ └── 0000-00-00-welcome-to-jekyll.markdown.erb
│ │ │ ├── about.markdown
│ │ │ └── index.markdown
│ │ └── theme_template
│ │ │ ├── CODE_OF_CONDUCT.md.erb
│ │ │ ├── Gemfile
│ │ │ ├── LICENSE.txt.erb
│ │ │ ├── README.md.erb
│ │ │ ├── _layouts
│ │ │ ├── default.html
│ │ │ ├── page.html
│ │ │ └── post.html
│ │ │ ├── example
│ │ │ ├── _config.yml.erb
│ │ │ ├── _post.md
│ │ │ ├── index.html
│ │ │ └── style.scss
│ │ │ ├── gitignore.erb
│ │ │ └── theme.gemspec.erb
│ └── rubocop
│ │ ├── jekyll.rb
│ │ └── jekyll
│ │ ├── assert_equal_literal_actual.rb
│ │ ├── no_p_allowed.rb
│ │ └── no_puts_allowed.rb
├── jekyll-sass-converter-2.0.1
│ └── lib
│ │ ├── jekyll-sass-converter.rb
│ │ ├── jekyll-sass-converter
│ │ └── version.rb
│ │ └── jekyll
│ │ ├── converters
│ │ ├── sass.rb
│ │ └── scss.rb
│ │ └── source_map_page.rb
├── jekyll-watch-2.1.2
│ └── lib
│ │ ├── jekyll-watch.rb
│ │ ├── jekyll-watch
│ │ └── version.rb
│ │ └── jekyll
│ │ ├── commands
│ │ └── watch.rb
│ │ └── watcher.rb
├── kramdown-2.1.0
│ ├── AUTHORS
│ ├── CONTRIBUTERS
│ ├── COPYING
│ ├── README.md
│ ├── VERSION
│ ├── bin
│ │ └── kramdown
│ ├── data
│ │ └── kramdown
│ │ │ ├── document.html
│ │ │ └── document.latex
│ ├── lib
│ │ ├── kramdown.rb
│ │ └── kramdown
│ │ │ ├── converter.rb
│ │ │ ├── converter
│ │ │ ├── base.rb
│ │ │ ├── hash_ast.rb
│ │ │ ├── html.rb
│ │ │ ├── kramdown.rb
│ │ │ ├── latex.rb
│ │ │ ├── man.rb
│ │ │ ├── math_engine
│ │ │ │ └── mathjax.rb
│ │ │ ├── remove_html_tags.rb
│ │ │ ├── syntax_highlighter.rb
│ │ │ ├── syntax_highlighter
│ │ │ │ ├── minted.rb
│ │ │ │ └── rouge.rb
│ │ │ └── toc.rb
│ │ │ ├── document.rb
│ │ │ ├── element.rb
│ │ │ ├── error.rb
│ │ │ ├── options.rb
│ │ │ ├── parser.rb
│ │ │ ├── parser
│ │ │ ├── base.rb
│ │ │ ├── html.rb
│ │ │ ├── kramdown.rb
│ │ │ ├── kramdown
│ │ │ │ ├── abbreviation.rb
│ │ │ │ ├── autolink.rb
│ │ │ │ ├── blank_line.rb
│ │ │ │ ├── block_boundary.rb
│ │ │ │ ├── blockquote.rb
│ │ │ │ ├── codeblock.rb
│ │ │ │ ├── codespan.rb
│ │ │ │ ├── emphasis.rb
│ │ │ │ ├── eob.rb
│ │ │ │ ├── escaped_chars.rb
│ │ │ │ ├── extensions.rb
│ │ │ │ ├── footnote.rb
│ │ │ │ ├── header.rb
│ │ │ │ ├── horizontal_rule.rb
│ │ │ │ ├── html.rb
│ │ │ │ ├── html_entity.rb
│ │ │ │ ├── line_break.rb
│ │ │ │ ├── link.rb
│ │ │ │ ├── list.rb
│ │ │ │ ├── math.rb
│ │ │ │ ├── paragraph.rb
│ │ │ │ ├── smart_quotes.rb
│ │ │ │ ├── table.rb
│ │ │ │ └── typographic_symbol.rb
│ │ │ └── markdown.rb
│ │ │ ├── utils.rb
│ │ │ ├── utils
│ │ │ ├── configurable.rb
│ │ │ ├── entities.rb
│ │ │ ├── html.rb
│ │ │ ├── lru_cache.rb
│ │ │ ├── string_scanner.rb
│ │ │ └── unidecoder.rb
│ │ │ └── version.rb
│ ├── man
│ │ └── man1
│ │ │ └── kramdown.1
│ └── test
│ │ ├── run_tests.rb
│ │ ├── test_files.rb
│ │ ├── test_location.rb
│ │ ├── test_string_scanner_kramdown.rb
│ │ └── testcases
│ │ ├── block
│ │ ├── 01_blank_line
│ │ │ ├── spaces.html
│ │ │ ├── spaces.text
│ │ │ ├── tabs.html
│ │ │ └── tabs.text
│ │ ├── 02_eob
│ │ │ ├── beginning.html
│ │ │ ├── beginning.text
│ │ │ ├── end.html
│ │ │ ├── end.text
│ │ │ ├── middle.html
│ │ │ └── middle.text
│ │ ├── 03_paragraph
│ │ │ ├── indented.html
│ │ │ ├── indented.html.gfm
│ │ │ ├── indented.text
│ │ │ ├── line_break_last_line.html
│ │ │ ├── line_break_last_line.text
│ │ │ ├── no_newline_at_end.html
│ │ │ ├── no_newline_at_end.text
│ │ │ ├── one_para.html
│ │ │ ├── one_para.text
│ │ │ ├── standalone_image.html
│ │ │ ├── standalone_image.text
│ │ │ ├── two_para.html
│ │ │ ├── two_para.text
│ │ │ ├── with_html_to_native.html
│ │ │ ├── with_html_to_native.options
│ │ │ └── with_html_to_native.text
│ │ ├── 04_header
│ │ │ ├── atx_header.html
│ │ │ ├── atx_header.text
│ │ │ ├── atx_header_no_newline_at_end.html
│ │ │ ├── atx_header_no_newline_at_end.text
│ │ │ ├── header_type_offset.html
│ │ │ ├── header_type_offset.kramdown
│ │ │ ├── header_type_offset.latex
│ │ │ ├── header_type_offset.options
│ │ │ ├── header_type_offset.text
│ │ │ ├── setext_header.html
│ │ │ ├── setext_header.text
│ │ │ ├── setext_header_no_newline_at_end.html
│ │ │ ├── setext_header_no_newline_at_end.text
│ │ │ ├── with_auto_id_prefix.html
│ │ │ ├── with_auto_id_prefix.options
│ │ │ ├── with_auto_id_prefix.text
│ │ │ ├── with_auto_id_stripping.html
│ │ │ ├── with_auto_id_stripping.options
│ │ │ ├── with_auto_id_stripping.text
│ │ │ ├── with_auto_ids.html
│ │ │ ├── with_auto_ids.options
│ │ │ └── with_auto_ids.text
│ │ ├── 05_blockquote
│ │ │ ├── indented.html
│ │ │ ├── indented.text
│ │ │ ├── lazy.html
│ │ │ ├── lazy.text
│ │ │ ├── nested.html
│ │ │ ├── nested.text
│ │ │ ├── no_newline_at_end.html
│ │ │ ├── no_newline_at_end.text
│ │ │ ├── very_long_line.html
│ │ │ ├── very_long_line.text
│ │ │ ├── with_code_blocks.html
│ │ │ └── with_code_blocks.text
│ │ ├── 06_codeblock
│ │ │ ├── disable-highlighting.html
│ │ │ ├── disable-highlighting.options
│ │ │ ├── disable-highlighting.text
│ │ │ ├── error.html
│ │ │ ├── error.text
│ │ │ ├── guess_lang_css_class.html
│ │ │ ├── guess_lang_css_class.options
│ │ │ ├── guess_lang_css_class.text
│ │ │ ├── highlighting-minted-with-opts.latex
│ │ │ ├── highlighting-minted-with-opts.options
│ │ │ ├── highlighting-minted-with-opts.text
│ │ │ ├── highlighting-minted.latex
│ │ │ ├── highlighting-minted.options
│ │ │ ├── highlighting-minted.text
│ │ │ ├── highlighting-opts.html
│ │ │ ├── highlighting-opts.options
│ │ │ ├── highlighting-opts.text
│ │ │ ├── highlighting.html
│ │ │ ├── highlighting.options
│ │ │ ├── highlighting.text
│ │ │ ├── issue_gh45.html
│ │ │ ├── issue_gh45.test
│ │ │ ├── lazy.html
│ │ │ ├── lazy.text
│ │ │ ├── no_newline_at_end.html
│ │ │ ├── no_newline_at_end.text
│ │ │ ├── no_newline_at_end_1.html
│ │ │ ├── no_newline_at_end_1.text
│ │ │ ├── normal.html
│ │ │ ├── normal.text
│ │ │ ├── rouge
│ │ │ │ ├── disabled.html
│ │ │ │ ├── disabled.options
│ │ │ │ ├── disabled.text
│ │ │ │ ├── multiple.html
│ │ │ │ ├── multiple.options
│ │ │ │ ├── multiple.text
│ │ │ │ ├── simple.html
│ │ │ │ ├── simple.options
│ │ │ │ └── simple.text
│ │ │ ├── tilde_syntax.html
│ │ │ ├── tilde_syntax.text
│ │ │ ├── whitespace.html
│ │ │ ├── whitespace.text
│ │ │ ├── with_blank_line.html
│ │ │ ├── with_blank_line.text
│ │ │ ├── with_eob_marker.html
│ │ │ ├── with_eob_marker.text
│ │ │ ├── with_ial.html
│ │ │ ├── with_ial.text
│ │ │ ├── with_lang_in_fenced_block.html
│ │ │ ├── with_lang_in_fenced_block.options
│ │ │ ├── with_lang_in_fenced_block.text
│ │ │ ├── with_lang_in_fenced_block_any_char.html
│ │ │ ├── with_lang_in_fenced_block_any_char.options
│ │ │ ├── with_lang_in_fenced_block_any_char.text
│ │ │ ├── with_lang_in_fenced_block_name_with_dash.html
│ │ │ ├── with_lang_in_fenced_block_name_with_dash.options
│ │ │ └── with_lang_in_fenced_block_name_with_dash.text
│ │ ├── 07_horizontal_rule
│ │ │ ├── error.html
│ │ │ ├── error.text
│ │ │ ├── normal.html
│ │ │ ├── normal.text
│ │ │ ├── sepspaces.html
│ │ │ ├── sepspaces.text
│ │ │ ├── septabs.html
│ │ │ └── septabs.text
│ │ ├── 08_list
│ │ │ ├── brackets_in_item.latex
│ │ │ ├── brackets_in_item.text
│ │ │ ├── escaping.html
│ │ │ ├── escaping.text
│ │ │ ├── item_ial.html
│ │ │ ├── item_ial.text
│ │ │ ├── lazy.html
│ │ │ ├── lazy.text
│ │ │ ├── lazy_and_nested.html
│ │ │ ├── lazy_and_nested.text
│ │ │ ├── list_and_hr.html
│ │ │ ├── list_and_hr.text
│ │ │ ├── list_and_others.html
│ │ │ ├── list_and_others.text
│ │ │ ├── mixed.html
│ │ │ ├── mixed.text
│ │ │ ├── nested.html
│ │ │ ├── nested.text
│ │ │ ├── other_first_element.html
│ │ │ ├── other_first_element.text
│ │ │ ├── simple_ol.html
│ │ │ ├── simple_ol.text
│ │ │ ├── simple_ul.html
│ │ │ ├── simple_ul.text
│ │ │ ├── single_item.html
│ │ │ ├── single_item.text
│ │ │ ├── special_cases.html
│ │ │ └── special_cases.text
│ │ ├── 09_html
│ │ │ ├── comment.html
│ │ │ ├── comment.text
│ │ │ ├── content_model
│ │ │ │ ├── deflists.html
│ │ │ │ ├── deflists.options
│ │ │ │ ├── deflists.text
│ │ │ │ ├── tables.html
│ │ │ │ ├── tables.options
│ │ │ │ └── tables.text
│ │ │ ├── html5_attributes.html
│ │ │ ├── html5_attributes.text
│ │ │ ├── html_after_block.html
│ │ │ ├── html_after_block.text
│ │ │ ├── html_and_codeblocks.html
│ │ │ ├── html_and_codeblocks.options
│ │ │ ├── html_and_codeblocks.text
│ │ │ ├── html_and_headers.html
│ │ │ ├── html_and_headers.text
│ │ │ ├── html_to_native
│ │ │ │ ├── code.html
│ │ │ │ ├── code.text
│ │ │ │ ├── comment.html
│ │ │ │ ├── comment.text
│ │ │ │ ├── emphasis.html
│ │ │ │ ├── emphasis.text
│ │ │ │ ├── entity.html
│ │ │ │ ├── entity.text
│ │ │ │ ├── header.html
│ │ │ │ ├── header.options
│ │ │ │ ├── header.text
│ │ │ │ ├── list_dl.html
│ │ │ │ ├── list_dl.text
│ │ │ │ ├── list_ol.html
│ │ │ │ ├── list_ol.text
│ │ │ │ ├── list_ul.html
│ │ │ │ ├── list_ul.text
│ │ │ │ ├── options
│ │ │ │ ├── paragraph.html
│ │ │ │ ├── paragraph.text
│ │ │ │ ├── table_normal.html
│ │ │ │ ├── table_normal.text
│ │ │ │ ├── table_simple.html
│ │ │ │ ├── table_simple.text
│ │ │ │ ├── typography.html
│ │ │ │ └── typography.text
│ │ │ ├── invalid_html_1.html
│ │ │ ├── invalid_html_1.text
│ │ │ ├── invalid_html_2.html
│ │ │ ├── invalid_html_2.text
│ │ │ ├── markdown_attr.html
│ │ │ ├── markdown_attr.text
│ │ │ ├── not_parsed.html
│ │ │ ├── not_parsed.text
│ │ │ ├── parse_as_raw.html
│ │ │ ├── parse_as_raw.htmlinput
│ │ │ ├── parse_as_raw.options
│ │ │ ├── parse_as_raw.text
│ │ │ ├── parse_as_span.html
│ │ │ ├── parse_as_span.htmlinput
│ │ │ ├── parse_as_span.options
│ │ │ ├── parse_as_span.text
│ │ │ ├── parse_block_html.html
│ │ │ ├── parse_block_html.options
│ │ │ ├── parse_block_html.text
│ │ │ ├── processing_instruction.html
│ │ │ ├── processing_instruction.text
│ │ │ ├── simple.html
│ │ │ ├── simple.options
│ │ │ ├── simple.text
│ │ │ ├── textarea.html
│ │ │ ├── textarea.text
│ │ │ ├── xml.html
│ │ │ └── xml.text
│ │ ├── 10_ald
│ │ │ ├── simple.html
│ │ │ └── simple.text
│ │ ├── 11_ial
│ │ │ ├── auto_id_and_ial.html
│ │ │ ├── auto_id_and_ial.options
│ │ │ ├── auto_id_and_ial.text
│ │ │ ├── nested.html
│ │ │ ├── nested.text
│ │ │ ├── simple.html
│ │ │ └── simple.text
│ │ ├── 12_extension
│ │ │ ├── comment.html
│ │ │ ├── comment.text
│ │ │ ├── ignored.html
│ │ │ ├── ignored.text
│ │ │ ├── nomarkdown.html
│ │ │ ├── nomarkdown.kramdown
│ │ │ ├── nomarkdown.latex
│ │ │ ├── nomarkdown.text
│ │ │ ├── options.html
│ │ │ ├── options.text
│ │ │ ├── options2.html
│ │ │ ├── options2.text
│ │ │ ├── options3.html
│ │ │ └── options3.text
│ │ ├── 13_definition_list
│ │ │ ├── auto_ids.html
│ │ │ ├── auto_ids.text
│ │ │ ├── definition_at_beginning.html
│ │ │ ├── definition_at_beginning.text
│ │ │ ├── deflist_ial.html
│ │ │ ├── deflist_ial.text
│ │ │ ├── item_ial.html
│ │ │ ├── item_ial.text
│ │ │ ├── multiple_terms.html
│ │ │ ├── multiple_terms.text
│ │ │ ├── no_def_list.html
│ │ │ ├── no_def_list.text
│ │ │ ├── para_wrapping.html
│ │ │ ├── para_wrapping.text
│ │ │ ├── separated_by_eob.html
│ │ │ ├── separated_by_eob.text
│ │ │ ├── simple.html
│ │ │ ├── simple.text
│ │ │ ├── styled_terms.html
│ │ │ ├── styled_terms.text
│ │ │ ├── too_much_space.html
│ │ │ ├── too_much_space.text
│ │ │ ├── with_blocks.html
│ │ │ └── with_blocks.text
│ │ ├── 14_table
│ │ │ ├── empty_tag_in_cell.html
│ │ │ ├── empty_tag_in_cell.options
│ │ │ ├── empty_tag_in_cell.text
│ │ │ ├── errors.html
│ │ │ ├── errors.text
│ │ │ ├── escaping.html
│ │ │ ├── escaping.text
│ │ │ ├── footer.html
│ │ │ ├── footer.text
│ │ │ ├── header.html
│ │ │ ├── header.text
│ │ │ ├── no_table.html
│ │ │ ├── no_table.text
│ │ │ ├── simple.html
│ │ │ ├── simple.text
│ │ │ ├── table_with_footnote.html
│ │ │ ├── table_with_footnote.latex
│ │ │ └── table_with_footnote.text
│ │ ├── 15_math
│ │ │ ├── gh_128.html
│ │ │ ├── gh_128.text
│ │ │ ├── mathjax_preview.html
│ │ │ ├── mathjax_preview.options
│ │ │ ├── mathjax_preview.text
│ │ │ ├── mathjax_preview_as_code.html
│ │ │ ├── mathjax_preview_as_code.options
│ │ │ ├── mathjax_preview_as_code.text
│ │ │ ├── mathjax_preview_simple.html
│ │ │ ├── mathjax_preview_simple.options
│ │ │ ├── mathjax_preview_simple.text
│ │ │ ├── no_engine.html
│ │ │ ├── no_engine.options
│ │ │ ├── no_engine.text
│ │ │ ├── normal.html
│ │ │ └── normal.text
│ │ └── 16_toc
│ │ │ ├── no_toc.html
│ │ │ ├── no_toc.text
│ │ │ ├── toc_exclude.html
│ │ │ ├── toc_exclude.options
│ │ │ ├── toc_exclude.text
│ │ │ ├── toc_levels.html
│ │ │ ├── toc_levels.options
│ │ │ ├── toc_levels.text
│ │ │ ├── toc_with_footnotes.html
│ │ │ ├── toc_with_footnotes.options
│ │ │ ├── toc_with_footnotes.text
│ │ │ ├── toc_with_links.html
│ │ │ ├── toc_with_links.options
│ │ │ └── toc_with_links.text
│ │ ├── encoding.html
│ │ ├── encoding.text
│ │ ├── man
│ │ ├── example.man
│ │ ├── example.text
│ │ ├── heading-name-dash-description.man
│ │ ├── heading-name-dash-description.text
│ │ ├── heading-name-description.man
│ │ ├── heading-name-description.text
│ │ ├── heading-name-section-description.man
│ │ ├── heading-name-section-description.text
│ │ ├── heading-name-section.man
│ │ ├── heading-name-section.text
│ │ ├── heading-name.man
│ │ ├── heading-name.text
│ │ ├── sections.man
│ │ ├── sections.text
│ │ ├── text-escaping.man
│ │ └── text-escaping.text
│ │ └── span
│ │ ├── 01_link
│ │ ├── empty.html
│ │ ├── empty.text
│ │ ├── empty_title.htmlinput
│ │ ├── empty_title.text
│ │ ├── image_in_a.html
│ │ ├── image_in_a.text
│ │ ├── imagelinks.html
│ │ ├── imagelinks.text
│ │ ├── inline.html
│ │ ├── inline.text
│ │ ├── latex_escaping.latex
│ │ ├── latex_escaping.text
│ │ ├── link_defs.html
│ │ ├── link_defs.text
│ │ ├── link_defs_with_ial.html
│ │ ├── link_defs_with_ial.text
│ │ ├── links_with_angle_brackets.html
│ │ ├── links_with_angle_brackets.text
│ │ ├── reference.html
│ │ ├── reference.options
│ │ └── reference.text
│ │ ├── 02_emphasis
│ │ ├── empty.html
│ │ ├── empty.text
│ │ ├── errors.html
│ │ ├── errors.text
│ │ ├── nesting.html
│ │ ├── nesting.text
│ │ ├── normal.html
│ │ ├── normal.options
│ │ └── normal.text
│ │ ├── 03_codespan
│ │ ├── empty.html
│ │ ├── empty.text
│ │ ├── errors.html
│ │ ├── errors.text
│ │ ├── highlighting-minted.latex
│ │ ├── highlighting-minted.options
│ │ ├── highlighting-minted.text
│ │ ├── highlighting.html
│ │ ├── highlighting.text
│ │ ├── normal-css-class.html
│ │ ├── normal-css-class.options
│ │ ├── normal-css-class.text
│ │ ├── normal.html
│ │ ├── normal.text
│ │ └── rouge
│ │ │ ├── disabled.html
│ │ │ ├── disabled.options
│ │ │ ├── disabled.text
│ │ │ ├── simple.html
│ │ │ ├── simple.options
│ │ │ └── simple.text
│ │ ├── 04_footnote
│ │ ├── backlink_inline.html
│ │ ├── backlink_inline.options
│ │ ├── backlink_inline.text
│ │ ├── backlink_text.html
│ │ ├── backlink_text.options
│ │ ├── backlink_text.text
│ │ ├── definitions.html
│ │ ├── definitions.latex
│ │ ├── definitions.text
│ │ ├── footnote_nr.html
│ │ ├── footnote_nr.latex
│ │ ├── footnote_nr.options
│ │ ├── footnote_nr.text
│ │ ├── footnote_prefix.html
│ │ ├── footnote_prefix.options
│ │ ├── footnote_prefix.text
│ │ ├── inside_footnote.html
│ │ ├── inside_footnote.text
│ │ ├── markers.html
│ │ ├── markers.latex
│ │ ├── markers.options
│ │ ├── markers.text
│ │ ├── placement.html
│ │ ├── placement.options
│ │ ├── placement.text
│ │ ├── regexp_problem.html
│ │ ├── regexp_problem.options
│ │ ├── regexp_problem.text
│ │ ├── without_backlink.html
│ │ ├── without_backlink.options
│ │ └── without_backlink.text
│ │ ├── 05_html
│ │ ├── across_lines.html
│ │ ├── across_lines.text
│ │ ├── button.html
│ │ ├── button.text
│ │ ├── invalid.html
│ │ ├── invalid.text
│ │ ├── link_with_mailto.html
│ │ ├── link_with_mailto.text
│ │ ├── mark_element.html
│ │ ├── mark_element.text
│ │ ├── markdown_attr.html
│ │ ├── markdown_attr.text
│ │ ├── normal.html
│ │ ├── normal.text
│ │ ├── raw_span_elements.html
│ │ ├── raw_span_elements.text
│ │ ├── xml.html
│ │ └── xml.text
│ │ ├── abbreviations
│ │ ├── abbrev.html
│ │ ├── abbrev.text
│ │ ├── abbrev_defs.html
│ │ ├── abbrev_defs.text
│ │ ├── in_footnote.html
│ │ └── in_footnote.text
│ │ ├── autolinks
│ │ ├── url_links.html
│ │ └── url_links.text
│ │ ├── escaped_chars
│ │ ├── normal.html
│ │ └── normal.text
│ │ ├── extension
│ │ ├── comment.html
│ │ ├── comment.text
│ │ ├── ignored.html
│ │ ├── ignored.text
│ │ ├── nomarkdown.html
│ │ ├── nomarkdown.text
│ │ ├── options.html
│ │ └── options.text
│ │ ├── ial
│ │ ├── simple.html
│ │ └── simple.text
│ │ ├── line_breaks
│ │ ├── normal.html
│ │ ├── normal.latex
│ │ └── normal.text
│ │ ├── math
│ │ ├── no_engine.html
│ │ ├── no_engine.options
│ │ ├── no_engine.text
│ │ ├── normal.html
│ │ └── normal.text
│ │ └── text_substitutions
│ │ ├── entities.html
│ │ ├── entities.options
│ │ ├── entities.text
│ │ ├── entities_as_char.html
│ │ ├── entities_as_char.options
│ │ ├── entities_as_char.text
│ │ ├── entities_as_input.html
│ │ ├── entities_as_input.options
│ │ ├── entities_as_input.text
│ │ ├── entities_numeric.html
│ │ ├── entities_numeric.options
│ │ ├── entities_numeric.text
│ │ ├── entities_symbolic.html
│ │ ├── entities_symbolic.options
│ │ ├── entities_symbolic.text
│ │ ├── greaterthan.html
│ │ ├── greaterthan.text
│ │ ├── lowerthan.html
│ │ ├── lowerthan.text
│ │ ├── typography.html
│ │ ├── typography.options
│ │ ├── typography.text
│ │ ├── typography_subst.html
│ │ ├── typography_subst.latex
│ │ ├── typography_subst.options
│ │ └── typography_subst.text
├── kramdown-parser-gfm-1.1.0
│ ├── CONTRIBUTERS
│ ├── COPYING
│ ├── VERSION
│ ├── lib
│ │ ├── kramdown-parser-gfm.rb
│ │ └── kramdown
│ │ │ └── parser
│ │ │ ├── gfm.rb
│ │ │ └── gfm
│ │ │ └── options.rb
│ └── test
│ │ ├── test_files.rb
│ │ └── testcases
│ │ ├── atx_header.html
│ │ ├── atx_header.text
│ │ ├── backticks_syntax.html
│ │ ├── backticks_syntax.options
│ │ ├── backticks_syntax.text
│ │ ├── codeblock_fenced.html
│ │ ├── codeblock_fenced.options
│ │ ├── codeblock_fenced.text
│ │ ├── hard_line_breaks.html
│ │ ├── hard_line_breaks.text
│ │ ├── hard_line_breaks_off.html
│ │ ├── hard_line_breaks_off.options
│ │ ├── hard_line_breaks_off.text
│ │ ├── header_ids.html
│ │ ├── header_ids.options
│ │ ├── header_ids.text
│ │ ├── header_ids_with_prefix.html
│ │ ├── header_ids_with_prefix.options
│ │ ├── header_ids_with_prefix.text
│ │ ├── no_typographic.html
│ │ ├── no_typographic.options
│ │ ├── no_typographic.text
│ │ ├── paragraph_end-disabled.html
│ │ ├── paragraph_end-disabled.options
│ │ ├── paragraph_end-disabled.text
│ │ ├── paragraph_end.html
│ │ ├── paragraph_end.text
│ │ ├── strikethrough.html
│ │ ├── strikethrough.text
│ │ ├── task_list.html
│ │ ├── task_list.text
│ │ ├── two_para_hard_line_breaks.html
│ │ └── two_para_hard_line_breaks.text
├── liquid-4.0.0
│ ├── History.md
│ ├── LICENSE
│ ├── README.md
│ ├── lib
│ │ ├── liquid.rb
│ │ └── liquid
│ │ │ ├── block.rb
│ │ │ ├── block_body.rb
│ │ │ ├── condition.rb
│ │ │ ├── context.rb
│ │ │ ├── document.rb
│ │ │ ├── drop.rb
│ │ │ ├── errors.rb
│ │ │ ├── expression.rb
│ │ │ ├── extensions.rb
│ │ │ ├── file_system.rb
│ │ │ ├── forloop_drop.rb
│ │ │ ├── i18n.rb
│ │ │ ├── interrupts.rb
│ │ │ ├── lexer.rb
│ │ │ ├── locales
│ │ │ └── en.yml
│ │ │ ├── parse_context.rb
│ │ │ ├── parser.rb
│ │ │ ├── parser_switching.rb
│ │ │ ├── profiler.rb
│ │ │ ├── profiler
│ │ │ └── hooks.rb
│ │ │ ├── range_lookup.rb
│ │ │ ├── resource_limits.rb
│ │ │ ├── standardfilters.rb
│ │ │ ├── strainer.rb
│ │ │ ├── tablerowloop_drop.rb
│ │ │ ├── tag.rb
│ │ │ ├── tags
│ │ │ ├── assign.rb
│ │ │ ├── break.rb
│ │ │ ├── capture.rb
│ │ │ ├── case.rb
│ │ │ ├── comment.rb
│ │ │ ├── continue.rb
│ │ │ ├── cycle.rb
│ │ │ ├── decrement.rb
│ │ │ ├── for.rb
│ │ │ ├── if.rb
│ │ │ ├── ifchanged.rb
│ │ │ ├── include.rb
│ │ │ ├── increment.rb
│ │ │ ├── raw.rb
│ │ │ ├── table_row.rb
│ │ │ └── unless.rb
│ │ │ ├── template.rb
│ │ │ ├── tokenizer.rb
│ │ │ ├── utils.rb
│ │ │ ├── variable.rb
│ │ │ ├── variable_lookup.rb
│ │ │ └── version.rb
│ └── test
│ │ ├── fixtures
│ │ └── en_locale.yml
│ │ ├── integration
│ │ ├── assign_test.rb
│ │ ├── blank_test.rb
│ │ ├── capture_test.rb
│ │ ├── context_test.rb
│ │ ├── document_test.rb
│ │ ├── drop_test.rb
│ │ ├── error_handling_test.rb
│ │ ├── filter_test.rb
│ │ ├── hash_ordering_test.rb
│ │ ├── output_test.rb
│ │ ├── parsing_quirks_test.rb
│ │ ├── render_profiling_test.rb
│ │ ├── security_test.rb
│ │ ├── standard_filter_test.rb
│ │ ├── tags
│ │ │ ├── break_tag_test.rb
│ │ │ ├── continue_tag_test.rb
│ │ │ ├── for_tag_test.rb
│ │ │ ├── if_else_tag_test.rb
│ │ │ ├── include_tag_test.rb
│ │ │ ├── increment_tag_test.rb
│ │ │ ├── raw_tag_test.rb
│ │ │ ├── standard_tag_test.rb
│ │ │ ├── statements_test.rb
│ │ │ ├── table_row_test.rb
│ │ │ └── unless_else_tag_test.rb
│ │ ├── template_test.rb
│ │ ├── trim_mode_test.rb
│ │ └── variable_test.rb
│ │ ├── test_helper.rb
│ │ └── unit
│ │ ├── block_unit_test.rb
│ │ ├── condition_unit_test.rb
│ │ ├── context_unit_test.rb
│ │ ├── file_system_unit_test.rb
│ │ ├── i18n_unit_test.rb
│ │ ├── lexer_unit_test.rb
│ │ ├── parser_unit_test.rb
│ │ ├── regexp_unit_test.rb
│ │ ├── strainer_unit_test.rb
│ │ ├── tag_unit_test.rb
│ │ ├── tags
│ │ ├── case_tag_unit_test.rb
│ │ ├── for_tag_unit_test.rb
│ │ └── if_tag_unit_test.rb
│ │ ├── template_unit_test.rb
│ │ ├── tokenizer_unit_test.rb
│ │ └── variable_unit_test.rb
├── listen-3.1.5
│ ├── CHANGELOG.md
│ ├── CONTRIBUTING.md
│ ├── LICENSE.txt
│ ├── README.md
│ ├── bin
│ │ └── listen
│ └── lib
│ │ ├── listen.rb
│ │ └── listen
│ │ ├── adapter.rb
│ │ ├── adapter
│ │ ├── base.rb
│ │ ├── bsd.rb
│ │ ├── config.rb
│ │ ├── darwin.rb
│ │ ├── linux.rb
│ │ ├── polling.rb
│ │ └── windows.rb
│ │ ├── backend.rb
│ │ ├── change.rb
│ │ ├── cli.rb
│ │ ├── directory.rb
│ │ ├── event
│ │ ├── config.rb
│ │ ├── loop.rb
│ │ ├── processor.rb
│ │ └── queue.rb
│ │ ├── file.rb
│ │ ├── fsm.rb
│ │ ├── internals
│ │ └── thread_pool.rb
│ │ ├── listener.rb
│ │ ├── listener
│ │ └── config.rb
│ │ ├── logger.rb
│ │ ├── options.rb
│ │ ├── queue_optimizer.rb
│ │ ├── record.rb
│ │ ├── record
│ │ ├── entry.rb
│ │ └── symlink_detector.rb
│ │ ├── silencer.rb
│ │ ├── silencer
│ │ └── controller.rb
│ │ └── version.rb
├── mercenary-0.3.6
│ ├── .gitignore
│ ├── .rspec
│ ├── .travis.yml
│ ├── Gemfile
│ ├── History.markdown
│ ├── LICENSE.txt
│ ├── README.md
│ ├── Rakefile
│ ├── examples
│ │ ├── help_dialogue.rb
│ │ ├── logging.rb
│ │ └── trace.rb
│ ├── lib
│ │ ├── mercenary.rb
│ │ └── mercenary
│ │ │ ├── command.rb
│ │ │ ├── option.rb
│ │ │ ├── presenter.rb
│ │ │ ├── program.rb
│ │ │ └── version.rb
│ ├── mercenary.gemspec
│ ├── script
│ │ ├── bootstrap
│ │ ├── cibuild
│ │ ├── console
│ │ └── examples
│ └── spec
│ │ ├── command_spec.rb
│ │ ├── option_spec.rb
│ │ ├── presenter_spec.rb
│ │ ├── program_spec.rb
│ │ └── spec_helper.rb
├── pathutil-0.16.1
│ ├── Gemfile
│ ├── LICENSE
│ ├── Rakefile
│ └── lib
│ │ ├── pathutil.rb
│ │ └── pathutil
│ │ ├── helpers.rb
│ │ └── version.rb
├── public_suffix-2.0.5
│ ├── .gitignore
│ ├── .rubocop.yml
│ ├── .rubocop_defaults.yml
│ ├── .ruby-gemset
│ ├── .travis.yml
│ ├── .yardopts
│ ├── 2.0-Upgrade.md
│ ├── CHANGELOG.md
│ ├── Gemfile
│ ├── LICENSE.txt
│ ├── README.md
│ ├── Rakefile
│ ├── data
│ │ └── list.txt
│ ├── lib
│ │ ├── public_suffix.rb
│ │ └── public_suffix
│ │ │ ├── domain.rb
│ │ │ ├── errors.rb
│ │ │ ├── list.rb
│ │ │ ├── rule.rb
│ │ │ └── version.rb
│ ├── public_suffix.gemspec
│ └── test
│ │ ├── acceptance_test.rb
│ │ ├── benchmark_helper.rb
│ │ ├── execution_profiler.rb
│ │ ├── initialization_profiler.rb
│ │ ├── performance_benchmark.rb
│ │ ├── psl_test.rb
│ │ ├── test_helper.rb
│ │ ├── tests.txt
│ │ └── unit
│ │ ├── domain_test.rb
│ │ ├── errors_test.rb
│ │ ├── list_test.rb
│ │ ├── public_suffix_test.rb
│ │ └── rule_test.rb
├── rb-fsevent-0.10.3
│ ├── .gitignore
│ ├── Gemfile
│ ├── Guardfile
│ ├── LICENSE.txt
│ ├── README.md
│ ├── Rakefile
│ ├── bin
│ │ └── fsevent_watch
│ ├── ext
│ │ ├── LICENSE
│ │ ├── fsevent_watch
│ │ │ ├── FSEventsFix.c
│ │ │ ├── FSEventsFix.h
│ │ │ ├── TSICTString.c
│ │ │ ├── TSICTString.h
│ │ │ ├── cli.c
│ │ │ ├── cli.h
│ │ │ ├── common.h
│ │ │ ├── compat.c
│ │ │ ├── compat.h
│ │ │ ├── defines.h
│ │ │ ├── main.c
│ │ │ ├── signal_handlers.c
│ │ │ └── signal_handlers.h
│ │ └── rakefile.rb
│ ├── lib
│ │ ├── otnetstring.rb
│ │ ├── rb-fsevent.rb
│ │ └── rb-fsevent
│ │ │ ├── fsevent.rb
│ │ │ └── version.rb
│ └── rb-fsevent.gemspec
├── rb-inotify-0.9.10
│ ├── .gitignore
│ ├── .travis.yml
│ ├── .yardopts
│ ├── Gemfile
│ ├── README.md
│ ├── Rakefile
│ ├── lib
│ │ ├── rb-inotify.rb
│ │ └── rb-inotify
│ │ │ ├── errors.rb
│ │ │ ├── event.rb
│ │ │ ├── native.rb
│ │ │ ├── native
│ │ │ └── flags.rb
│ │ │ ├── notifier.rb
│ │ │ ├── version.rb
│ │ │ └── watcher.rb
│ ├── rb-inotify.gemspec
│ └── spec
│ │ ├── rb-inotify
│ │ └── errors_spec.rb
│ │ ├── rb-inotify_spec.rb
│ │ └── spec_helper.rb
├── rouge-3.14.0
│ ├── Gemfile
│ ├── LICENSE
│ ├── bin
│ │ └── rougify
│ ├── lib
│ │ ├── rouge.rb
│ │ └── rouge
│ │ │ ├── cli.rb
│ │ │ ├── demos
│ │ │ ├── abap
│ │ │ ├── actionscript
│ │ │ ├── ada
│ │ │ ├── apache
│ │ │ ├── apex
│ │ │ ├── apiblueprint
│ │ │ ├── applescript
│ │ │ ├── armasm
│ │ │ ├── awk
│ │ │ ├── batchfile
│ │ │ ├── bbcbasic
│ │ │ ├── biml
│ │ │ ├── bpf
│ │ │ ├── brainfuck
│ │ │ ├── bsl
│ │ │ ├── c
│ │ │ ├── ceylon
│ │ │ ├── cfscript
│ │ │ ├── clean
│ │ │ ├── clojure
│ │ │ ├── cmake
│ │ │ ├── cmhg
│ │ │ ├── coffeescript
│ │ │ ├── common_lisp
│ │ │ ├── conf
│ │ │ ├── console
│ │ │ ├── coq
│ │ │ ├── cpp
│ │ │ ├── crystal
│ │ │ ├── csharp
│ │ │ ├── css
│ │ │ ├── csvs
│ │ │ ├── cuda
│ │ │ ├── cython
│ │ │ ├── d
│ │ │ ├── dart
│ │ │ ├── diff
│ │ │ ├── digdag
│ │ │ ├── docker
│ │ │ ├── dot
│ │ │ ├── eex
│ │ │ ├── eiffel
│ │ │ ├── elixir
│ │ │ ├── elm
│ │ │ ├── epp
│ │ │ ├── erb
│ │ │ ├── erlang
│ │ │ ├── escape
│ │ │ ├── factor
│ │ │ ├── fortran
│ │ │ ├── fsharp
│ │ │ ├── gdscript
│ │ │ ├── gherkin
│ │ │ ├── glsl
│ │ │ ├── go
│ │ │ ├── gradle
│ │ │ ├── graphql
│ │ │ ├── groovy
│ │ │ ├── hack
│ │ │ ├── haml
│ │ │ ├── handlebars
│ │ │ ├── haskell
│ │ │ ├── haxe
│ │ │ ├── hcl
│ │ │ ├── hocon
│ │ │ ├── hql
│ │ │ ├── html
│ │ │ ├── http
│ │ │ ├── hylang
│ │ │ ├── idlang
│ │ │ ├── igorpro
│ │ │ ├── ini
│ │ │ ├── io
│ │ │ ├── irb
│ │ │ ├── irb_output
│ │ │ ├── java
│ │ │ ├── javascript
│ │ │ ├── jinja
│ │ │ ├── jsl
│ │ │ ├── json
│ │ │ ├── json-doc
│ │ │ ├── jsonnet
│ │ │ ├── jsp
│ │ │ ├── jsx
│ │ │ ├── julia
│ │ │ ├── kotlin
│ │ │ ├── lasso
│ │ │ ├── liquid
│ │ │ ├── literate_coffeescript
│ │ │ ├── literate_haskell
│ │ │ ├── llvm
│ │ │ ├── lua
│ │ │ ├── lustre
│ │ │ ├── lutin
│ │ │ ├── m68k
│ │ │ ├── magik
│ │ │ ├── make
│ │ │ ├── markdown
│ │ │ ├── mason
│ │ │ ├── mathematica
│ │ │ ├── matlab
│ │ │ ├── minizinc
│ │ │ ├── moonscript
│ │ │ ├── mosel
│ │ │ ├── msgtrans
│ │ │ ├── mxml
│ │ │ ├── nasm
│ │ │ ├── nesasm
│ │ │ ├── nginx
│ │ │ ├── nim
│ │ │ ├── nix
│ │ │ ├── objective_c
│ │ │ ├── ocaml
│ │ │ ├── openedge
│ │ │ ├── opentype_feature_file
│ │ │ ├── pascal
│ │ │ ├── perl
│ │ │ ├── php
│ │ │ ├── plaintext
│ │ │ ├── plist
│ │ │ ├── pony
│ │ │ ├── powershell
│ │ │ ├── praat
│ │ │ ├── prolog
│ │ │ ├── prometheus
│ │ │ ├── properties
│ │ │ ├── protobuf
│ │ │ ├── puppet
│ │ │ ├── python
│ │ │ ├── q
│ │ │ ├── qml
│ │ │ ├── r
│ │ │ ├── racket
│ │ │ ├── reasonml
│ │ │ ├── robot_framework
│ │ │ ├── ruby
│ │ │ ├── rust
│ │ │ ├── sas
│ │ │ ├── sass
│ │ │ ├── scala
│ │ │ ├── scheme
│ │ │ ├── scss
│ │ │ ├── sed
│ │ │ ├── shell
│ │ │ ├── sieve
│ │ │ ├── slice
│ │ │ ├── slim
│ │ │ ├── smalltalk
│ │ │ ├── smarty
│ │ │ ├── sml
│ │ │ ├── sparql
│ │ │ ├── sqf
│ │ │ ├── sql
│ │ │ ├── supercollider
│ │ │ ├── swift
│ │ │ ├── tap
│ │ │ ├── tcl
│ │ │ ├── terraform
│ │ │ ├── tex
│ │ │ ├── toml
│ │ │ ├── tsx
│ │ │ ├── ttcn3
│ │ │ ├── tulip
│ │ │ ├── turtle
│ │ │ ├── twig
│ │ │ ├── typescript
│ │ │ ├── vala
│ │ │ ├── vb
│ │ │ ├── verilog
│ │ │ ├── vhdl
│ │ │ ├── viml
│ │ │ ├── vue
│ │ │ ├── wollok
│ │ │ ├── xml
│ │ │ ├── xojo
│ │ │ ├── xpath
│ │ │ ├── xquery
│ │ │ └── yaml
│ │ │ ├── formatter.rb
│ │ │ ├── formatters
│ │ │ ├── html.rb
│ │ │ ├── html_inline.rb
│ │ │ ├── html_legacy.rb
│ │ │ ├── html_line_table.rb
│ │ │ ├── html_linewise.rb
│ │ │ ├── html_pygments.rb
│ │ │ ├── html_table.rb
│ │ │ ├── null.rb
│ │ │ ├── terminal256.rb
│ │ │ └── tex.rb
│ │ │ ├── guesser.rb
│ │ │ ├── guessers
│ │ │ ├── disambiguation.rb
│ │ │ ├── filename.rb
│ │ │ ├── glob_mapping.rb
│ │ │ ├── mimetype.rb
│ │ │ ├── modeline.rb
│ │ │ ├── source.rb
│ │ │ └── util.rb
│ │ │ ├── lexer.rb
│ │ │ ├── lexers
│ │ │ ├── abap.rb
│ │ │ ├── actionscript.rb
│ │ │ ├── ada.rb
│ │ │ ├── apache.rb
│ │ │ ├── apache
│ │ │ │ └── keywords.yml
│ │ │ ├── apex.rb
│ │ │ ├── apiblueprint.rb
│ │ │ ├── apple_script.rb
│ │ │ ├── armasm.rb
│ │ │ ├── awk.rb
│ │ │ ├── batchfile.rb
│ │ │ ├── bbcbasic.rb
│ │ │ ├── biml.rb
│ │ │ ├── bpf.rb
│ │ │ ├── brainfuck.rb
│ │ │ ├── bsl.rb
│ │ │ ├── c.rb
│ │ │ ├── ceylon.rb
│ │ │ ├── cfscript.rb
│ │ │ ├── clean.rb
│ │ │ ├── clojure.rb
│ │ │ ├── cmake.rb
│ │ │ ├── cmhg.rb
│ │ │ ├── coffeescript.rb
│ │ │ ├── common_lisp.rb
│ │ │ ├── conf.rb
│ │ │ ├── console.rb
│ │ │ ├── coq.rb
│ │ │ ├── cpp.rb
│ │ │ ├── crystal.rb
│ │ │ ├── csharp.rb
│ │ │ ├── css.rb
│ │ │ ├── csvs.rb
│ │ │ ├── cuda.rb
│ │ │ ├── cython.rb
│ │ │ ├── d.rb
│ │ │ ├── dart.rb
│ │ │ ├── diff.rb
│ │ │ ├── digdag.rb
│ │ │ ├── docker.rb
│ │ │ ├── dot.rb
│ │ │ ├── eex.rb
│ │ │ ├── eiffel.rb
│ │ │ ├── elixir.rb
│ │ │ ├── elm.rb
│ │ │ ├── epp.rb
│ │ │ ├── erb.rb
│ │ │ ├── erlang.rb
│ │ │ ├── escape.rb
│ │ │ ├── factor.rb
│ │ │ ├── fortran.rb
│ │ │ ├── fsharp.rb
│ │ │ ├── gdscript.rb
│ │ │ ├── gherkin.rb
│ │ │ ├── gherkin
│ │ │ │ └── keywords.rb
│ │ │ ├── glsl.rb
│ │ │ ├── go.rb
│ │ │ ├── gradle.rb
│ │ │ ├── graphql.rb
│ │ │ ├── groovy.rb
│ │ │ ├── hack.rb
│ │ │ ├── haml.rb
│ │ │ ├── handlebars.rb
│ │ │ ├── haskell.rb
│ │ │ ├── haxe.rb
│ │ │ ├── hcl.rb
│ │ │ ├── hocon.rb
│ │ │ ├── hql.rb
│ │ │ ├── html.rb
│ │ │ ├── http.rb
│ │ │ ├── hylang.rb
│ │ │ ├── idlang.rb
│ │ │ ├── igorpro.rb
│ │ │ ├── ini.rb
│ │ │ ├── io.rb
│ │ │ ├── irb.rb
│ │ │ ├── java.rb
│ │ │ ├── javascript.rb
│ │ │ ├── jinja.rb
│ │ │ ├── jsl.rb
│ │ │ ├── json.rb
│ │ │ ├── json_doc.rb
│ │ │ ├── jsonnet.rb
│ │ │ ├── jsp.rb
│ │ │ ├── jsx.rb
│ │ │ ├── julia.rb
│ │ │ ├── kotlin.rb
│ │ │ ├── lasso.rb
│ │ │ ├── lasso
│ │ │ │ └── keywords.yml
│ │ │ ├── liquid.rb
│ │ │ ├── literate_coffeescript.rb
│ │ │ ├── literate_haskell.rb
│ │ │ ├── llvm.rb
│ │ │ ├── lua.rb
│ │ │ ├── lua
│ │ │ │ └── builtins.rb
│ │ │ ├── lustre.rb
│ │ │ ├── lutin.rb
│ │ │ ├── m68k.rb
│ │ │ ├── magik.rb
│ │ │ ├── make.rb
│ │ │ ├── markdown.rb
│ │ │ ├── mason.rb
│ │ │ ├── mathematica.rb
│ │ │ ├── mathematica
│ │ │ │ └── builtins.rb
│ │ │ ├── matlab.rb
│ │ │ ├── matlab
│ │ │ │ └── builtins.yml
│ │ │ ├── minizinc.rb
│ │ │ ├── moonscript.rb
│ │ │ ├── mosel.rb
│ │ │ ├── msgtrans.rb
│ │ │ ├── mxml.rb
│ │ │ ├── nasm.rb
│ │ │ ├── nesasm.rb
│ │ │ ├── nginx.rb
│ │ │ ├── nim.rb
│ │ │ ├── nix.rb
│ │ │ ├── objective_c.rb
│ │ │ ├── ocaml.rb
│ │ │ ├── ocaml
│ │ │ │ └── common.rb
│ │ │ ├── openedge.rb
│ │ │ ├── opentype_feature_file.rb
│ │ │ ├── pascal.rb
│ │ │ ├── perl.rb
│ │ │ ├── php.rb
│ │ │ ├── php
│ │ │ │ └── builtins.rb
│ │ │ ├── plain_text.rb
│ │ │ ├── plist.rb
│ │ │ ├── pony.rb
│ │ │ ├── powershell.rb
│ │ │ ├── praat.rb
│ │ │ ├── prolog.rb
│ │ │ ├── prometheus.rb
│ │ │ ├── properties.rb
│ │ │ ├── protobuf.rb
│ │ │ ├── puppet.rb
│ │ │ ├── python.rb
│ │ │ ├── q.rb
│ │ │ ├── qml.rb
│ │ │ ├── r.rb
│ │ │ ├── racket.rb
│ │ │ ├── reasonml.rb
│ │ │ ├── robot_framework.rb
│ │ │ ├── ruby.rb
│ │ │ ├── rust.rb
│ │ │ ├── sas.rb
│ │ │ ├── sass.rb
│ │ │ ├── sass
│ │ │ │ └── common.rb
│ │ │ ├── scala.rb
│ │ │ ├── scheme.rb
│ │ │ ├── scss.rb
│ │ │ ├── sed.rb
│ │ │ ├── shell.rb
│ │ │ ├── sieve.rb
│ │ │ ├── slice.rb
│ │ │ ├── slim.rb
│ │ │ ├── smalltalk.rb
│ │ │ ├── smarty.rb
│ │ │ ├── sml.rb
│ │ │ ├── sparql.rb
│ │ │ ├── sqf.rb
│ │ │ ├── sqf
│ │ │ │ └── commands.rb
│ │ │ ├── sql.rb
│ │ │ ├── supercollider.rb
│ │ │ ├── swift.rb
│ │ │ ├── tap.rb
│ │ │ ├── tcl.rb
│ │ │ ├── terraform.rb
│ │ │ ├── tex.rb
│ │ │ ├── toml.rb
│ │ │ ├── tsx.rb
│ │ │ ├── ttcn3.rb
│ │ │ ├── tulip.rb
│ │ │ ├── turtle.rb
│ │ │ ├── twig.rb
│ │ │ ├── typescript.rb
│ │ │ ├── typescript
│ │ │ │ └── common.rb
│ │ │ ├── vala.rb
│ │ │ ├── vb.rb
│ │ │ ├── verilog.rb
│ │ │ ├── vhdl.rb
│ │ │ ├── viml.rb
│ │ │ ├── viml
│ │ │ │ └── keywords.rb
│ │ │ ├── vue.rb
│ │ │ ├── wollok.rb
│ │ │ ├── xml.rb
│ │ │ ├── xojo.rb
│ │ │ ├── xpath.rb
│ │ │ ├── xquery.rb
│ │ │ └── yaml.rb
│ │ │ ├── plugins
│ │ │ └── redcarpet.rb
│ │ │ ├── regex_lexer.rb
│ │ │ ├── template_lexer.rb
│ │ │ ├── tex_theme_renderer.rb
│ │ │ ├── text_analyzer.rb
│ │ │ ├── theme.rb
│ │ │ ├── themes
│ │ │ ├── base16.rb
│ │ │ ├── bw.rb
│ │ │ ├── colorful.rb
│ │ │ ├── github.rb
│ │ │ ├── gruvbox.rb
│ │ │ ├── igor_pro.rb
│ │ │ ├── magritte.rb
│ │ │ ├── molokai.rb
│ │ │ ├── monokai.rb
│ │ │ ├── monokai_sublime.rb
│ │ │ ├── pastie.rb
│ │ │ ├── thankful_eyes.rb
│ │ │ └── tulip.rb
│ │ │ ├── token.rb
│ │ │ ├── util.rb
│ │ │ └── version.rb
│ └── rouge.gemspec
├── ruby_dep-1.5.0
│ ├── .gitignore
│ ├── .rspec
│ ├── .rubocop.yml
│ ├── .travis.yml
│ ├── LICENSE.txt
│ ├── README.md
│ └── lib
│ │ ├── ruby_dep.rb
│ │ └── ruby_dep
│ │ ├── logger.rb
│ │ ├── quiet.rb
│ │ ├── ruby_version.rb
│ │ ├── travis.rb
│ │ ├── travis
│ │ └── ruby_version.rb
│ │ ├── version.rb
│ │ └── warning.rb
├── safe_yaml-1.0.4
│ ├── .gitignore
│ ├── .travis.yml
│ ├── CHANGES.md
│ ├── Gemfile
│ ├── LICENSE.txt
│ ├── README.md
│ ├── Rakefile
│ ├── bin
│ │ └── safe_yaml
│ ├── bundle_install_all_ruby_versions.sh
│ ├── lib
│ │ ├── safe_yaml.rb
│ │ └── safe_yaml
│ │ │ ├── deep.rb
│ │ │ ├── libyaml_checker.rb
│ │ │ ├── load.rb
│ │ │ ├── parse
│ │ │ ├── date.rb
│ │ │ ├── hexadecimal.rb
│ │ │ └── sexagesimal.rb
│ │ │ ├── psych_handler.rb
│ │ │ ├── psych_resolver.rb
│ │ │ ├── resolver.rb
│ │ │ ├── safe_to_ruby_visitor.rb
│ │ │ ├── syck_hack.rb
│ │ │ ├── syck_node_monkeypatch.rb
│ │ │ ├── syck_resolver.rb
│ │ │ ├── transform.rb
│ │ │ ├── transform
│ │ │ ├── to_boolean.rb
│ │ │ ├── to_date.rb
│ │ │ ├── to_float.rb
│ │ │ ├── to_integer.rb
│ │ │ ├── to_nil.rb
│ │ │ ├── to_symbol.rb
│ │ │ └── transformation_map.rb
│ │ │ └── version.rb
│ ├── run_specs_all_ruby_versions.sh
│ ├── safe_yaml.gemspec
│ └── spec
│ │ ├── exploit.1.9.2.yaml
│ │ ├── exploit.1.9.3.yaml
│ │ ├── issue48.txt
│ │ ├── issue49.yml
│ │ ├── libyaml_checker_spec.rb
│ │ ├── psych_resolver_spec.rb
│ │ ├── resolver_specs.rb
│ │ ├── safe_yaml_spec.rb
│ │ ├── spec_helper.rb
│ │ ├── support
│ │ └── exploitable_back_door.rb
│ │ ├── syck_resolver_spec.rb
│ │ ├── transform
│ │ ├── base64_spec.rb
│ │ ├── to_date_spec.rb
│ │ ├── to_float_spec.rb
│ │ ├── to_integer_spec.rb
│ │ └── to_symbol_spec.rb
│ │ └── yaml_spec.rb
├── sassc-2.2.1
│ ├── .gitignore
│ ├── .gitmodules
│ ├── .travis.yml
│ ├── CHANGELOG.md
│ ├── CODE_OF_CONDUCT.md
│ ├── Gemfile
│ ├── LICENSE.txt
│ ├── README.md
│ ├── Rakefile
│ ├── ext
│ │ ├── .sitearchdir.-.sassc.time
│ │ ├── depend
│ │ ├── extconf.rb
│ │ └── libsass
│ │ │ ├── VERSION
│ │ │ ├── contrib
│ │ │ └── plugin.cpp
│ │ │ ├── include
│ │ │ ├── sass.h
│ │ │ ├── sass
│ │ │ │ ├── base.h
│ │ │ │ ├── context.h
│ │ │ │ ├── functions.h
│ │ │ │ ├── values.h
│ │ │ │ └── version.h
│ │ │ └── sass2scss.h
│ │ │ └── src
│ │ │ ├── ast.cpp
│ │ │ ├── ast.hpp
│ │ │ ├── ast2c.cpp
│ │ │ ├── ast2c.hpp
│ │ │ ├── ast_def_macros.hpp
│ │ │ ├── ast_fwd_decl.cpp
│ │ │ ├── ast_fwd_decl.hpp
│ │ │ ├── ast_sel_cmp.cpp
│ │ │ ├── ast_sel_unify.cpp
│ │ │ ├── ast_selectors.cpp
│ │ │ ├── ast_selectors.hpp
│ │ │ ├── ast_supports.cpp
│ │ │ ├── ast_supports.hpp
│ │ │ ├── ast_values.cpp
│ │ │ ├── ast_values.hpp
│ │ │ ├── b64
│ │ │ ├── cencode.h
│ │ │ └── encode.h
│ │ │ ├── backtrace.cpp
│ │ │ ├── backtrace.hpp
│ │ │ ├── base64vlq.cpp
│ │ │ ├── base64vlq.hpp
│ │ │ ├── bind.cpp
│ │ │ ├── bind.hpp
│ │ │ ├── c2ast.cpp
│ │ │ ├── c2ast.hpp
│ │ │ ├── c99func.c
│ │ │ ├── cencode.c
│ │ │ ├── check_nesting.cpp
│ │ │ ├── check_nesting.hpp
│ │ │ ├── color_maps.cpp
│ │ │ ├── color_maps.hpp
│ │ │ ├── constants.cpp
│ │ │ ├── constants.hpp
│ │ │ ├── context.cpp
│ │ │ ├── context.hpp
│ │ │ ├── cssize.cpp
│ │ │ ├── cssize.hpp
│ │ │ ├── debug.hpp
│ │ │ ├── debugger.hpp
│ │ │ ├── emitter.cpp
│ │ │ ├── emitter.hpp
│ │ │ ├── environment.cpp
│ │ │ ├── environment.hpp
│ │ │ ├── error_handling.cpp
│ │ │ ├── error_handling.hpp
│ │ │ ├── eval.cpp
│ │ │ ├── eval.hpp
│ │ │ ├── expand.cpp
│ │ │ ├── expand.hpp
│ │ │ ├── extend.cpp
│ │ │ ├── extend.hpp
│ │ │ ├── file.cpp
│ │ │ ├── file.hpp
│ │ │ ├── fn_colors.cpp
│ │ │ ├── fn_colors.hpp
│ │ │ ├── fn_lists.cpp
│ │ │ ├── fn_lists.hpp
│ │ │ ├── fn_maps.cpp
│ │ │ ├── fn_maps.hpp
│ │ │ ├── fn_miscs.cpp
│ │ │ ├── fn_miscs.hpp
│ │ │ ├── fn_numbers.cpp
│ │ │ ├── fn_numbers.hpp
│ │ │ ├── fn_selectors.cpp
│ │ │ ├── fn_selectors.hpp
│ │ │ ├── fn_strings.cpp
│ │ │ ├── fn_strings.hpp
│ │ │ ├── fn_utils.cpp
│ │ │ ├── fn_utils.hpp
│ │ │ ├── inspect.cpp
│ │ │ ├── inspect.hpp
│ │ │ ├── json.cpp
│ │ │ ├── json.hpp
│ │ │ ├── kwd_arg_macros.hpp
│ │ │ ├── lexer.cpp
│ │ │ ├── lexer.hpp
│ │ │ ├── listize.cpp
│ │ │ ├── listize.hpp
│ │ │ ├── mapping.hpp
│ │ │ ├── memory
│ │ │ ├── SharedPtr.cpp
│ │ │ └── SharedPtr.hpp
│ │ │ ├── node.cpp
│ │ │ ├── node.hpp
│ │ │ ├── operation.hpp
│ │ │ ├── operators.cpp
│ │ │ ├── operators.hpp
│ │ │ ├── output.cpp
│ │ │ ├── output.hpp
│ │ │ ├── parser.cpp
│ │ │ ├── parser.hpp
│ │ │ ├── paths.hpp
│ │ │ ├── plugins.cpp
│ │ │ ├── plugins.hpp
│ │ │ ├── position.cpp
│ │ │ ├── position.hpp
│ │ │ ├── prelexer.cpp
│ │ │ ├── prelexer.hpp
│ │ │ ├── remove_placeholders.cpp
│ │ │ ├── remove_placeholders.hpp
│ │ │ ├── sass.cpp
│ │ │ ├── sass.hpp
│ │ │ ├── sass2scss.cpp
│ │ │ ├── sass_context.cpp
│ │ │ ├── sass_context.hpp
│ │ │ ├── sass_functions.cpp
│ │ │ ├── sass_functions.hpp
│ │ │ ├── sass_util.cpp
│ │ │ ├── sass_util.hpp
│ │ │ ├── sass_values.cpp
│ │ │ ├── sass_values.hpp
│ │ │ ├── source_map.cpp
│ │ │ ├── source_map.hpp
│ │ │ ├── subset_map.cpp
│ │ │ ├── subset_map.hpp
│ │ │ ├── to_value.cpp
│ │ │ ├── to_value.hpp
│ │ │ ├── units.cpp
│ │ │ ├── units.hpp
│ │ │ ├── utf8.h
│ │ │ ├── utf8
│ │ │ ├── checked.h
│ │ │ ├── core.h
│ │ │ └── unchecked.h
│ │ │ ├── utf8_string.cpp
│ │ │ ├── utf8_string.hpp
│ │ │ ├── util.cpp
│ │ │ ├── util.hpp
│ │ │ ├── util_string.cpp
│ │ │ ├── util_string.hpp
│ │ │ ├── values.cpp
│ │ │ └── values.hpp
│ ├── lib
│ │ ├── sassc.rb
│ │ └── sassc
│ │ │ ├── dependency.rb
│ │ │ ├── engine.rb
│ │ │ ├── error.rb
│ │ │ ├── functions_handler.rb
│ │ │ ├── import_handler.rb
│ │ │ ├── importer.rb
│ │ │ ├── native.rb
│ │ │ ├── native
│ │ │ ├── lib_c.rb
│ │ │ ├── native_context_api.rb
│ │ │ ├── native_functions_api.rb
│ │ │ ├── sass2scss_api.rb
│ │ │ ├── sass_input_style.rb
│ │ │ ├── sass_output_style.rb
│ │ │ ├── sass_value.rb
│ │ │ └── string_list.rb
│ │ │ ├── sass_2_scss.rb
│ │ │ ├── script.rb
│ │ │ ├── script
│ │ │ ├── functions.rb
│ │ │ ├── value.rb
│ │ │ ├── value
│ │ │ │ ├── bool.rb
│ │ │ │ ├── color.rb
│ │ │ │ ├── list.rb
│ │ │ │ ├── map.rb
│ │ │ │ ├── number.rb
│ │ │ │ └── string.rb
│ │ │ ├── value_conversion.rb
│ │ │ └── value_conversion
│ │ │ │ ├── base.rb
│ │ │ │ ├── bool.rb
│ │ │ │ ├── color.rb
│ │ │ │ ├── list.rb
│ │ │ │ ├── map.rb
│ │ │ │ ├── number.rb
│ │ │ │ └── string.rb
│ │ │ ├── util.rb
│ │ │ ├── util
│ │ │ └── normalized_map.rb
│ │ │ └── version.rb
│ ├── sassc.gemspec
│ └── test
│ │ ├── custom_importer_test.rb
│ │ ├── engine_test.rb
│ │ ├── error_test.rb
│ │ ├── fixtures
│ │ └── paths.scss
│ │ ├── functions_test.rb
│ │ ├── native_test.rb
│ │ ├── output_style_test.rb
│ │ ├── sass_2_scss_test.rb
│ │ └── test_helper.rb
├── terminal-table-1.8.0
│ ├── .gitignore
│ ├── Gemfile
│ ├── History.rdoc
│ ├── LICENSE.txt
│ ├── Manifest
│ ├── README.rdoc
│ ├── Rakefile
│ ├── Todo.rdoc
│ ├── examples
│ │ └── examples.rb
│ ├── lib
│ │ ├── terminal-table.rb
│ │ └── terminal-table
│ │ │ ├── cell.rb
│ │ │ ├── import.rb
│ │ │ ├── row.rb
│ │ │ ├── separator.rb
│ │ │ ├── style.rb
│ │ │ ├── table.rb
│ │ │ ├── table_helper.rb
│ │ │ └── version.rb
│ └── terminal-table.gemspec
└── unicode-display_width-1.4.0
│ ├── CHANGELOG.md
│ ├── MIT-LICENSE.txt
│ ├── README.md
│ ├── Rakefile
│ ├── data
│ └── display_width.marshal.gz
│ ├── lib
│ └── unicode
│ │ ├── display_width.rb
│ │ └── display_width
│ │ ├── constants.rb
│ │ ├── index.rb
│ │ ├── no_string_ext.rb
│ │ └── string_ext.rb
│ ├── spec
│ └── display_width_spec.rb
│ └── unicode-display_width.gemspec
└── specifications
├── addressable-2.5.2.gemspec
├── colorator-1.1.0.gemspec
├── concurrent-ruby-1.0.5.gemspec
├── em-websocket-0.5.1.gemspec
├── eventmachine-1.2.7.gemspec
├── ffi-1.9.25.gemspec
├── forwardable-extended-2.6.0.gemspec
├── http_parser.rb-0.6.0.gemspec
├── i18n-0.9.5.gemspec
├── jekyll-4.0.0.gemspec
├── jekyll-sass-converter-2.0.1.gemspec
├── jekyll-watch-2.1.2.gemspec
├── kramdown-2.1.0.gemspec
├── kramdown-parser-gfm-1.1.0.gemspec
├── liquid-4.0.0.gemspec
├── listen-3.1.5.gemspec
├── mercenary-0.3.6.gemspec
├── pathutil-0.16.1.gemspec
├── public_suffix-2.0.5.gemspec
├── rb-fsevent-0.10.3.gemspec
├── rb-inotify-0.9.10.gemspec
├── rouge-3.14.0.gemspec
├── ruby_dep-1.5.0.gemspec
├── safe_yaml-1.0.4.gemspec
├── sassc-2.2.1.gemspec
├── terminal-table-1.8.0.gemspec
└── unicode-display_width-1.4.0.gemspec
/.bundle/config:
--------------------------------------------------------------------------------
1 | ---
2 | BUNDLE_PATH: "vendor/bundle"
3 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .sass-cache
2 | .jekyll-cache
3 | .DS_Store
4 | node_modules
5 | _patternlab
6 | _site
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source "https://rubygems.org"
2 | gem "jekyll"
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2015, All Rights Reserved Brad Frost http://bradfrost.com
2 |
--------------------------------------------------------------------------------
/_includes/figure.html:
--------------------------------------------------------------------------------
1 |
3 |
One paragraph 2 | over 3 | multiple lines.
4 | 5 |Second one without newline.
6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/03_paragraph/no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | One paragraph 2 | over 3 | multiple lines. 4 | 5 | Second one without newline. -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/03_paragraph/one_para.html: -------------------------------------------------------------------------------- 1 |This is just a normal paragraph.
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/03_paragraph/one_para.text: -------------------------------------------------------------------------------- 1 | This is just a normal paragraph. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/03_paragraph/standalone_image.text: -------------------------------------------------------------------------------- 1 | para 2 | {:standalone} 3 | 4 | {:#id .class key="value" standalone} 5 | 6 | para 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/03_paragraph/two_para.html: -------------------------------------------------------------------------------- 1 |This is just a normal paragraph. 2 | That goes on to the second line.
3 | 4 |Another paragraph.
5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/03_paragraph/two_para.text: -------------------------------------------------------------------------------- 1 | This is just a normal paragraph. 2 | That goes on to the second line. 3 | 4 | Another paragraph. 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/03_paragraph/with_html_to_native.html: -------------------------------------------------------------------------------- 1 | some text
2 |11 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/05_blockquote/nested.text: -------------------------------------------------------------------------------- 1 | > foo 2 | > 3 | > > bar 4 | >> baz 5 | > 6 | > foo 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/05_blockquote/no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |foo
3 | 4 |5 |8 | 9 |bar 6 | baz
7 |foo
10 |
2 |5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/05_blockquote/no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | > This is a block quote 2 | > with no newline. -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/disable-highlighting.html: -------------------------------------------------------------------------------- 1 |This is a block quote 3 | with no newline.
4 |
x = Class.new
2 |
3 | <a>href</a>
4 |
5 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/disable-highlighting.options:
--------------------------------------------------------------------------------
1 | :enable_coderay: false
2 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/disable-highlighting.text:
--------------------------------------------------------------------------------
1 | x = Class.new
2 | ^
3 | href
4 | {: lang="html"}
5 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/error.html:
--------------------------------------------------------------------------------
1 | Some para
2 | 3 |~~~~~~ 4 | not codeblock
5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/error.text: -------------------------------------------------------------------------------- 1 | Some para 2 | 3 | ~~~~~~ 4 | not codeblock 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/guess_lang_css_class.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter_opts: 2 | guess_lang: true 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter: minted 2 | :syntax_highlighter_opts: 3 | wrap: true 4 | line_numbers: true 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting-minted.latex: -------------------------------------------------------------------------------- 1 | \begin{minted}[]{ruby} 2 | x = Class.new 3 | 4 | \end{minted} 5 | \begin{minted}[]{html} 6 | href 7 | 8 | \end{minted} 9 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting-minted.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter: minted 2 | :syntax_highlighter_opts: 3 | default_lang: ruby 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting-minted.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | ^ 3 | href 4 | {: .language-html} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting-opts.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter_opts: 2 | block: 3 | css: class 4 | default_lang: ruby 5 | wrap: span 6 | line_numbers: null 7 | 8 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting-opts.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | ^ 3 | href 4 | {: .language-html} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting.options: -------------------------------------------------------------------------------- 1 | :coderay_default_lang: ruby 2 | :coderay_wrap: span 3 | :coderay_line_numbers: ~ 4 | :coderay_css: class 5 | 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/highlighting.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | ^ 3 | href 4 | {: .language-html} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/lazy.html: -------------------------------------------------------------------------------- 1 |This is some code
2 |
3 | This is some other code
4 |
5 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/lazy.text:
--------------------------------------------------------------------------------
1 | This is some
2 | code
3 |
4 | This is some
5 | other code
6 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/no_newline_at_end.html:
--------------------------------------------------------------------------------
1 | test
2 |
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/no_newline_at_end.text:
--------------------------------------------------------------------------------
1 | test
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/no_newline_at_end_1.html:
--------------------------------------------------------------------------------
1 | test test
2 |
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/no_newline_at_end_1.text:
--------------------------------------------------------------------------------
1 | test
2 | test
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/normal.text:
--------------------------------------------------------------------------------
1 | starting code
2 |
3 | paragraph
4 |
5 | other code
6 | with samples
7 |
8 | paragraph
9 |
10 | ending code
11 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/rouge/disabled.html:
--------------------------------------------------------------------------------
1 | x = Class.new
2 |
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/rouge/disabled.options:
--------------------------------------------------------------------------------
1 | :syntax_highlighter: rouge
2 | :syntax_highlighter_opts:
3 | block:
4 | disable: true
5 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/rouge/disabled.text:
--------------------------------------------------------------------------------
1 | x = Class.new
2 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/rouge/multiple.options:
--------------------------------------------------------------------------------
1 | :syntax_highlighter: rouge
2 | :syntax_highlighter_opts:
3 | default_lang: ruby
4 | formatter: RougeHTMLFormatters
5 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/rouge/multiple.text:
--------------------------------------------------------------------------------
1 | ~~~ ruby
2 | puts "Hello"
3 | ~~~
4 |
5 | ~~~ ruby
6 | puts "World"
7 | ~~~
8 |
9 | ~~~ php?start_inline=1
10 | $foo = new Bar;
11 | ~~~
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/rouge/simple.options:
--------------------------------------------------------------------------------
1 | :syntax_highlighter: rouge
2 | :syntax_highlighter_opts:
3 | default_lang: ruby
4 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/rouge/simple.text:
--------------------------------------------------------------------------------
1 | x = Class.new
2 | ^
3 | href
4 | {: .language-html}
5 |
6 |
7 | ~~~ php?start_inline=1
8 | $foo = new Bar;
9 | ~~~
10 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/tilde_syntax.html:
--------------------------------------------------------------------------------
1 | Here comes some code.
2 |
3 |
4 | ~~~~~~~
5 | code with tildes
6 | ~~~~~~~~
7 |
8 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/tilde_syntax.text:
--------------------------------------------------------------------------------
1 | ~~~~~~~~
2 | Here comes some code.
3 | ~~~~~~~~
4 |
5 | ~~~~~~~~~~~~
6 | ~~~~~~~
7 | code with tildes
8 | ~~~~~~~~
9 | ~~~~~~~~~~~~~~~~~~
10 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/whitespace.text:
--------------------------------------------------------------------------------
1 | This is some
2 | whitespace
3 | {:.show-whitespaces}
4 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_blank_line.text:
--------------------------------------------------------------------------------
1 | paragraph
2 |
3 | code block
4 |
5 | continued here
6 |
7 |
8 | ended
9 |
10 | next blank line has 4 spaces
11 |
12 | paragraph
13 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_eob_marker.html:
--------------------------------------------------------------------------------
1 | code block
2 |
3 | continued here
4 |
5 | new block here
6 |
7 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_eob_marker.text:
--------------------------------------------------------------------------------
1 | code block
2 |
3 | continued here
4 | ^
5 | new block here
6 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_ial.html:
--------------------------------------------------------------------------------
1 | code block
2 |
3 | continued here
4 |
5 | new block here
6 |
7 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_ial.text:
--------------------------------------------------------------------------------
1 | code block
2 |
3 | continued here
4 | {:.cls}
5 | new block here
6 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options:
--------------------------------------------------------------------------------
1 | :syntax_highlighter: null
2 |
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.options:
--------------------------------------------------------------------------------
1 | :enable_coderay: false
2 |
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.text:
--------------------------------------------------------------------------------
1 | ~~~ asn.1
2 | text
3 | ~~~
4 |
5 | ~~~ asn#w1
6 | text
7 | ~~~
8 |
9 | ~~~ русский
10 | text
11 | ~~~
12 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.html:
--------------------------------------------------------------------------------
1 | s1'dim'a'500'm'500'q'500''
2 | index'j'j+1'j-1''
3 |
4 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options:
--------------------------------------------------------------------------------
1 | :enable_coderay: false
2 |
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.text:
--------------------------------------------------------------------------------
1 | ~~~ act-iii
2 | s1'dim'a'500'm'500'q'500''
3 | index'j'j+1'j-1''
4 | ~~~
5 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/07_horizontal_rule/error.html:
--------------------------------------------------------------------------------
1 | _ * _
2 | 3 |— * * *
4 | 5 |_ - *
6 | 7 |———————————————- test
8 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/07_horizontal_rule/error.text: -------------------------------------------------------------------------------- 1 | _ * _ 2 | 3 | --- * * * 4 | 5 | _ - * 6 | 7 | ---------------------------------------------- test 8 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/07_horizontal_rule/sepspaces.html: -------------------------------------------------------------------------------- 1 |para
5 |Para
2 |5 |7 |Quote
6 |
codeblock
10 | 11 |This is *raw* HTML text containing < entities!
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/html_to_native/entity.text: -------------------------------------------------------------------------------- 1 |This is *raw* HTML text containing < entities!
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/html_to_native/header.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | :html_to_native: true 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/html_to_native/header.text: -------------------------------------------------------------------------------- 1 |Some text here and end
2 | 3 |Some other text here
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/html_to_native/paragraph.text: -------------------------------------------------------------------------------- 1 |Some text here and end 2 |
3 | 4 |Some other text here
5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/html_to_native/typography.html: -------------------------------------------------------------------------------- 1 |This is … something “to remember”!
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/html_to_native/typography.text: -------------------------------------------------------------------------------- 1 |This is … something “to remember”!
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/invalid_html_1.html: -------------------------------------------------------------------------------- 1 |para
2 | 3 |</div>
4 | 5 |para
6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/invalid_html_1.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 | 4 | 5 | para 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/invalid_html_2.html: -------------------------------------------------------------------------------- 1 |para
2 | 3 |para
6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/invalid_html_2.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 |This *text 2 | should* be parsed 3 | as span 4 |
5 | 6 |This produces `
` an unwanted result. 7 | 8 |This *text* too
9 | some text 10 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/parse_block_html.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/processing_instruction.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
para
4 | 5 | test ?> 6 |para
7 | 8 |other
9 | 10 | 11 | multiline *text* 12 | is allowed 13 | ?> 14 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/processing_instruction.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | para 4 | 5 | test ?> para 6 | 7 | other 8 | 9 | 10 | multiline *text* 11 | is allowed 12 | ?> 13 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/simple.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/textarea.html: -------------------------------------------------------------------------------- 1 |This is a
2 | 3 | 9 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/textarea.text: -------------------------------------------------------------------------------- 1 | This is a 2 | 3 | 9 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/09_html/xml.html: -------------------------------------------------------------------------------- 1 |Some paragraph
2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/11_ial/auto_id_and_ial.html: -------------------------------------------------------------------------------- 1 |paragraph
2 | 3 |{::something} 4 | anotherthing 5 | {:/something}
6 | 7 |{::something/} 8 | paragraph
9 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/12_extension/ignored.text: -------------------------------------------------------------------------------- 1 | paragraph 2 | 3 | {::something} 4 | anotherthing 5 | {:/something} 6 | 7 | {::something/} 8 | paragraph 9 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/12_extension/options2.text: -------------------------------------------------------------------------------- 1 | {::options footnote_nr="da10" /} 2 | 3 | Some text[^ab]. 4 | 5 | [^ab]: Some text. 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/12_extension/options3.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | {: .language-ruby} 3 | 4 | {::options syntax_highlighter_opts="{default_lang: ruby\}" /} 5 | 6 | x = Class.new 7 | 8 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/13_definition_list/definition_at_beginning.html: -------------------------------------------------------------------------------- 1 |: no definition
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/13_definition_list/definition_at_beginning.text: -------------------------------------------------------------------------------- 1 | : no definition 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/13_definition_list/deflist_ial.html: -------------------------------------------------------------------------------- 1 |This is a para 2 | : and not a definition list
3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/13_definition_list/no_def_list.text: -------------------------------------------------------------------------------- 1 | This is a para 2 | \: and not a definition list 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/13_definition_list/para_wrapping.html: -------------------------------------------------------------------------------- 1 |definition
5 |definition
9 |para
2 | 3 |: no definition
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/13_definition_list/too_much_space.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 | 4 | : no definition 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/14_table/empty_tag_in_cell.html: -------------------------------------------------------------------------------- 1 |first line of cell second line of cell |
5 | another cell | 6 |
No table body
2 | 3 ||-|-|-
4 | 5 ||no|table|here|
6 | 7 ||no|table|here| 8 | paragraph
9 | 10 ||-|-| 11 | |-|-|
12 | 13 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/14_table/errors.text: -------------------------------------------------------------------------------- 1 | No table body 2 | 3 | |-|-|- 4 | 5 | [5]: test 6 | |no|table|here| 7 | 8 | |no|table|here| 9 | paragraph 10 | 11 | |-|-| 12 | |-|-| 13 | 14 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/14_table/no_table.html: -------------------------------------------------------------------------------- 1 |No table
2 | 3 || Some | thing | here
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/14_table/no_table.text: -------------------------------------------------------------------------------- 1 | No table 2 | 3 | \| Some \| thing \| here 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/14_table/table_with_footnote.text: -------------------------------------------------------------------------------- 1 | | this is [^1] | a table 2 | | with a | footnote 3 | 4 | [^1]: Something 5 | 6 | > special here 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/gh_128.html: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/gh_128.text: -------------------------------------------------------------------------------- 1 | $$ $$ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/mathjax_preview.options: -------------------------------------------------------------------------------- 1 | :math_engine_opts: 2 | :preview: true 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/mathjax_preview.text: -------------------------------------------------------------------------------- 1 | This is a $$5 + 5$$ statement 2 | 3 | $$ 4 | 5 + 5 5 | $$ 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/mathjax_preview_as_code.options: -------------------------------------------------------------------------------- 1 | :math_engine_opts: 2 | :preview: true 3 | :preview_as_code: true 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/mathjax_preview_as_code.text: -------------------------------------------------------------------------------- 1 | This is a $$5 + 5$$ statement 2 | 3 | $$ 4 | 5 + 5 5 | $$ 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/mathjax_preview_simple.options: -------------------------------------------------------------------------------- 1 | :math_engine_opts: 2 | :preview: 'math' 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/mathjax_preview_simple.text: -------------------------------------------------------------------------------- 1 | This is a $$5 + 5$$ statement 2 | 3 | $$ 4 | 5 + 5 5 | $$ 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/block/15_math/no_engine.html: -------------------------------------------------------------------------------- 1 |This is [] empty.
2 | 3 |This is [][] empty.
4 | 5 | 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/01_link/empty.text: -------------------------------------------------------------------------------- 1 | This is [] empty. 2 | 3 | This is [][] empty. 4 | 5 | This is [](test.html) empty. 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/01_link/empty_title.htmlinput: -------------------------------------------------------------------------------- 1 |Image with empty title:
Link reference with empty title.
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/01_link/empty_title.text: -------------------------------------------------------------------------------- 1 | Image with empty title:  2 | 3 | Link [reference][1] with empty title. 4 | 5 | 6 | 7 | [1]: http://example.tld 8 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/01_link/latex_escaping.text: -------------------------------------------------------------------------------- 1 |This is a link.
2 | 3 |This is a link.
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/01_link/links_with_angle_brackets.text: -------------------------------------------------------------------------------- 1 | This is a [link](This __is **empty.
2 | 3 |This **is empty.
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/02_emphasis/empty.text: -------------------------------------------------------------------------------- 1 | This __is **empty. 2 | 3 | This ****is empty. 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/02_emphasis/errors.html: -------------------------------------------------------------------------------- 1 |This is a *star.
2 | 3 |This is a **star.
4 | 5 |This is *a *star.
6 | 7 |This is *a star*.
8 | 9 |This** is** a star.
10 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/02_emphasis/errors.text: -------------------------------------------------------------------------------- 1 | This is a *star. 2 | 3 | This is a **star. 4 | 5 | This is **a *star*. 6 | 7 | This is *a star\*. 8 | 9 | This** is** a star. 10 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/02_emphasis/normal.options: -------------------------------------------------------------------------------- 1 | :entity_output: :numeric 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/empty.html: -------------------------------------------------------------------------------- 1 |This is `` empty.
2 | 3 |This is ``empty.
4 | 5 |This is ````empty.
6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/empty.text: -------------------------------------------------------------------------------- 1 | This is `` empty. 2 | 3 | This is ``empty. 4 | 5 | This is ````empty. 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/errors.html: -------------------------------------------------------------------------------- 1 |Not ended `span.
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/errors.text: -------------------------------------------------------------------------------- 1 | Not ended `span. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/highlighting-minted.latex: -------------------------------------------------------------------------------- 1 | You can say \mintinline{ruby}{x = Class.new}, for example. 2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/highlighting-minted.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter: minted 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/highlighting-minted.text: -------------------------------------------------------------------------------- 1 | You can say `x = Class.new`{:.language-ruby}, for example. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/highlighting.text: -------------------------------------------------------------------------------- 1 | You can say `x = Class.new`{:.language-ruby}, for example. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/03_codespan/normal-css-class.html: -------------------------------------------------------------------------------- 1 |This is a code-span
You can say Class
.
Link: test
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/across_lines.text: -------------------------------------------------------------------------------- 1 | Link: test 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/invalid.html: -------------------------------------------------------------------------------- 1 |This is some text
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/invalid.text: -------------------------------------------------------------------------------- 1 | This is some text 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/link_with_mailto.html: -------------------------------------------------------------------------------- 1 |Link: text
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/link_with_mailto.text: -------------------------------------------------------------------------------- 1 | Link: text 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/mark_element.html: -------------------------------------------------------------------------------- 1 |Lorem ipsum.
2 | 3 |Test
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/mark_element.text: -------------------------------------------------------------------------------- 1 | Lorem ipsum. 2 | 3 | Test 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/raw_span_elements.html: -------------------------------------------------------------------------------- 1 |This is raw --version and --version and --version and
2 | ---version
.
---version
.
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/05_html/xml.html:
--------------------------------------------------------------------------------
1 | This
This
This
*[4]: noabbrev
2 |
3 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/abbreviations/abbrev_defs.text:
--------------------------------------------------------------------------------
1 | *[ABBR]: Some abbreviations
2 | *[one abbr]: one abbrev
3 | *[2 and other]: another
4 | *[3]: yet another
5 | *[4]: noabbrev
6 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/abbreviations/in_footnote.text:
--------------------------------------------------------------------------------
1 | There is a TXT file here. [^1]
2 |
3 | *[TXT]: Text File
4 |
5 | [^1]: A TXT file.
6 |
--------------------------------------------------------------------------------
/vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/extension/ignored.html:
--------------------------------------------------------------------------------
1 | This is {::something}paragraph{:/}
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/extension/ignored.text: -------------------------------------------------------------------------------- 1 | This is {::something}paragraph{:/} 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/extension/nomarkdown.html: -------------------------------------------------------------------------------- 1 |This is *some* text.
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/extension/nomarkdown.text: -------------------------------------------------------------------------------- 1 | This is {::nomarkdown}*some*{:/} text. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/extension/options.html: -------------------------------------------------------------------------------- 1 |This is an option *true*!
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/extension/options.text: -------------------------------------------------------------------------------- 1 | This is an {::options parse_span_html="false" /} option *true*! 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/ial/simple.text: -------------------------------------------------------------------------------- 1 | This is a `span`{: .hund #dog}. 2 | 3 | This is a `span`{: .hund #dog}{: .katz key='val'}. 4 | 5 | This is an{: .ignored} span ial. 6 | This is an\{: .escaped} span ial. 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/math/no_engine.html: -------------------------------------------------------------------------------- 1 |$5+5$ inline math
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/math/no_engine.options: -------------------------------------------------------------------------------- 1 | :math_engine: ~ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/math/no_engine.text: -------------------------------------------------------------------------------- 1 | $$5+5$$ inline math 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_input 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me 2 | As well \& as this. Some ŗ other 3 | values may ¯ may also show but 4 | not st. like YZ;. 5 | 6 | This is BS&T; done! 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_as_char.html: -------------------------------------------------------------------------------- 1 |This "is" 'the' A&O. © 2008 by me ŗ and λ
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_as_char.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_char 2 | :smart_quotes: apos,apos,quot,quot 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_as_char.text: -------------------------------------------------------------------------------- 1 | This "is" 'the' A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_as_input.html: -------------------------------------------------------------------------------- 1 |This is the A&O. © 2008 by me ŗ and λ
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_as_input.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_input 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_as_input.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_numeric.html: -------------------------------------------------------------------------------- 1 |This is the A&O. © 2008 by me ŗ and λ
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_numeric.options: -------------------------------------------------------------------------------- 1 | :entity_output: :numeric 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_numeric.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_symbolic.html: -------------------------------------------------------------------------------- 1 |This is the A&O. © 2008 by me ŗ and λ
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_symbolic.options: -------------------------------------------------------------------------------- 1 | :entity_output: :symbolic 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/entities_symbolic.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/greaterthan.html: -------------------------------------------------------------------------------- 1 |2 > 1 > 0
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/greaterthan.text: -------------------------------------------------------------------------------- 1 | 2 > 1 > 0 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/lowerthan.html: -------------------------------------------------------------------------------- 1 |0 < 1 < 2
2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/lowerthan.text: -------------------------------------------------------------------------------- 1 | 0 < 1 < 2 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/typography.options: -------------------------------------------------------------------------------- 1 | :entity_output: symbolic 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/typography_subst.html: -------------------------------------------------------------------------------- 1 |This ... something---this too--!
2 | 3 |This <<is>> some text, << this >> too!
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/typography_subst.options: -------------------------------------------------------------------------------- 1 | typographic_symbols: 2 | hellip: '...' 3 | mdash: '---' 4 | ndash: '--' 5 | laquo: '<<' 6 | raquo: '>>' 7 | laquo_space: '<< ' 8 | raquo_space: ' >>' 9 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-2.1.0/test/testcases/span/text_substitutions/typography_subst.text: -------------------------------------------------------------------------------- 1 | This ... something---this too--! 2 | 3 | This <#no header
4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/atx_header.text: -------------------------------------------------------------------------------- 1 | # header 2 | 3 | #no header 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/backticks_syntax.options: -------------------------------------------------------------------------------- 1 | :enable_coderay: false 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/codeblock_fenced.options: -------------------------------------------------------------------------------- 1 | :enable_coderay: false 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/hard_line_breaks.html: -------------------------------------------------------------------------------- 1 |one
2 | two
3 | three
This is just a normal paragraph.
2 | Containing a manual line break above.
It was the best of times,
5 | it was the worst of times.
This is just a normal paragraph.
2 | Containing a line break.
Another paragraph.
5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/two_para_hard_line_breaks.text: -------------------------------------------------------------------------------- 1 | This is just a normal paragraph. 2 | Containing a line break. 3 | 4 | Another paragraph. 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/liquid-4.0.0/lib/liquid/version.rb: -------------------------------------------------------------------------------- 1 | # encoding: utf-8 2 | module Liquid 3 | VERSION = "4.0.0" 4 | end 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/listen-3.1.5/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Moved to [GitHub releases](https://github.com/guard/listen/releases) page. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/listen-3.1.5/lib/listen/version.rb: -------------------------------------------------------------------------------- 1 | module Listen 2 | VERSION = '3.1.5'.freeze 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/mercenary-0.3.6/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --format progress 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/mercenary-0.3.6/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | # Specify your gem's dependencies in mercenary.gemspec 4 | gemspec 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/mercenary-0.3.6/Rakefile: -------------------------------------------------------------------------------- 1 | require "bundler/gem_tasks" 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/mercenary-0.3.6/lib/mercenary/version.rb: -------------------------------------------------------------------------------- 1 | module Mercenary 2 | VERSION = "0.3.6" 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/mercenary-0.3.6/script/bootstrap: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | set -e 4 | 5 | echo "Time to get set up." 6 | bundle install 7 | echo "Boom." 8 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/mercenary-0.3.6/script/cibuild: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | set -ex 4 | 5 | bundle exec rspec 6 | ./script/examples 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/mercenary-0.3.6/script/console: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | irb -r./lib/mercenary.rb 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/pathutil-0.16.1/lib/pathutil/version.rb: -------------------------------------------------------------------------------- 1 | # Frozen-string-literal: true 2 | # Copyright: 2015 - 2017 Jordon Bedwell - MIT License 3 | # Encoding: utf-8 4 | 5 | class Pathutil 6 | VERSION = "0.16.1" 7 | end 8 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/public_suffix-2.0.5/.gitignore: -------------------------------------------------------------------------------- 1 | # Bundler 2 | .bundle 3 | Gemfile.lock 4 | pkg/* 5 | 6 | # Rubinius 7 | *.rbc 8 | 9 | # YARD 10 | .yardoc 11 | yardoc/ 12 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/public_suffix-2.0.5/.ruby-gemset: -------------------------------------------------------------------------------- 1 | publicsuffix -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/public_suffix-2.0.5/.yardopts: -------------------------------------------------------------------------------- 1 | --title 'Ruby Public Suffix API Documentation' 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/public_suffix-2.0.5/test/benchmark_helper.rb: -------------------------------------------------------------------------------- 1 | require "benchmark" 2 | 3 | $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) 4 | require "public_suffix" 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-fsevent-0.10.3/.gitignore: -------------------------------------------------------------------------------- 1 | *.gem 2 | .DS_Store 3 | .Trashes 4 | .bundle 5 | .com.apple.timemachine.supported 6 | .fseventsd 7 | .idea 8 | .rbx 9 | /ext/build 10 | Desktop DB 11 | Desktop DF 12 | Gemfile.lock 13 | pkg/* 14 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-fsevent-0.10.3/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gemspec 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-fsevent-0.10.3/bin/fsevent_watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradfrost/atomic-design/64cc3f07f118f71deed65b21d0b0359fa1d4becb/vendor/bundle/ruby/2.5.0/gems/rb-fsevent-0.10.3/bin/fsevent_watch -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-fsevent-0.10.3/lib/rb-fsevent.rb: -------------------------------------------------------------------------------- 1 | # -*- encoding: utf-8 -*- 2 | require 'rb-fsevent/fsevent' 3 | require 'rb-fsevent/version' 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-fsevent-0.10.3/lib/rb-fsevent/version.rb: -------------------------------------------------------------------------------- 1 | # -*- encoding: utf-8 -*- 2 | 3 | class FSEvent 4 | VERSION = '0.10.3' 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-inotify-0.9.10/.yardopts: -------------------------------------------------------------------------------- 1 | --readme README.md 2 | --markup markdown 3 | --markup-provider maruku 4 | --no-private 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-inotify-0.9.10/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gemspec 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-inotify-0.9.10/lib/rb-inotify/errors.rb: -------------------------------------------------------------------------------- 1 | module INotify 2 | class QueueOverflowError < RuntimeError; end 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rb-inotify-0.9.10/spec/rb-inotify_spec.rb: -------------------------------------------------------------------------------- 1 | require 'spec_helper' 2 | 3 | describe INotify do 4 | describe "version" do 5 | it "exists" do 6 | expect(INotify::VERSION).to be_truthy 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.5.0/gems/rouge-3.14.0/lib/rouge/demos/abap: -------------------------------------------------------------------------------- 1 | lo_obj ?= lo_obj->do_nothing( 'Char' && ` String` ). 2 | 3 | SELECT SINGLE * FROM mara INTO ls_mara WHERE matkl EQ '1324'. 4 | LOOP AT lt_mara ASSIGNING