├── .gitignore
└── src
├── public
├── favicon.ico
├── robots.txt
└── res
│ ├── css
│ └── swrt-fonts
│ │ ├── icomoon.eot
│ │ ├── icomoon.ttf
│ │ └── icomoon.woff
│ ├── installer
│ ├── img
│ │ └── pattern.png
│ └── fonts
│ │ ├── ionicons.eot
│ │ ├── ionicons.ttf
│ │ ├── FontAwesome.otf
│ │ ├── ionicons.woff
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.ttf
│ │ ├── fontawesome-webfont.woff
│ │ └── fontawesome-webfont.woff2
│ ├── pkgs
│ ├── x-editable
│ │ ├── clear.png
│ │ └── loading.gif
│ ├── jstree
│ │ └── themes
│ │ │ ├── default
│ │ │ ├── 32px.png
│ │ │ ├── 40px.png
│ │ │ └── throbber.gif
│ │ │ └── default-dark
│ │ │ ├── 32px.png
│ │ │ ├── 40px.png
│ │ │ └── throbber.gif
│ ├── jquery-ui
│ │ └── images
│ │ │ ├── ui-icons_444444_256x240.png
│ │ │ ├── ui-icons_555555_256x240.png
│ │ │ ├── ui-icons_777620_256x240.png
│ │ │ ├── ui-icons_777777_256x240.png
│ │ │ ├── ui-icons_cc0000_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ └── bootstrap-table
│ │ └── extensions
│ │ └── group-by-v2
│ │ └── bootstrap-table-group-by.css
│ └── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
└── opwifi
├── app
├── Listeners
│ └── .gitkeep
├── Policies
│ └── .gitkeep
├── Events
│ └── Event.php
└── Http
│ └── Requests
│ └── Request.php
├── public
├── favicon.ico
└── robots.txt
├── database
├── seeds
│ └── .gitkeep
├── .gitignore
└── migrations
│ └── .gitkeep
├── vendor
├── psr
│ └── log
│ │ ├── .gitignore
│ │ └── Psr
│ │ └── Log
│ │ └── InvalidArgumentException.php
├── symfony
│ ├── finder
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── one
│ │ │ │ ├── a
│ │ │ │ └── b
│ │ │ │ │ ├── c.neon
│ │ │ │ │ └── d.neon
│ │ │ │ ├── A
│ │ │ │ ├── B
│ │ │ │ │ ├── ab.dat
│ │ │ │ │ └── C
│ │ │ │ │ │ └── abc.dat
│ │ │ │ └── a.dat
│ │ │ │ ├── copy
│ │ │ │ └── A
│ │ │ │ │ ├── B
│ │ │ │ │ ├── ab.dat.copy
│ │ │ │ │ └── C
│ │ │ │ │ │ └── abc.dat.copy
│ │ │ │ │ └── a.dat.copy
│ │ │ │ ├── with space
│ │ │ │ └── foo.txt
│ │ │ │ ├── r+e.gex[c]a(r)s
│ │ │ │ └── dir
│ │ │ │ │ └── bar.dat
│ │ │ │ ├── dolor.txt
│ │ │ │ ├── ipsum.txt
│ │ │ │ └── lorem.txt
│ │ └── .gitignore
│ ├── routing
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── bar.xml
│ │ │ │ ├── empty.yml
│ │ │ │ ├── foo.xml
│ │ │ │ ├── foo1.xml
│ │ │ │ ├── annotated.php
│ │ │ │ ├── nonvalid.yml
│ │ │ │ ├── nonvalid2.yml
│ │ │ │ ├── special_route_name.yml
│ │ │ │ ├── withdoctype.xml
│ │ │ │ ├── incomplete.yml
│ │ │ │ ├── nonvalidkeys.yml
│ │ │ │ ├── nonesense_type_without_resource.yml
│ │ │ │ ├── nonesense_resource_plus_path.yml
│ │ │ │ ├── bad_format.yml
│ │ │ │ ├── with_define_path_variable.php
│ │ │ │ ├── dumper
│ │ │ │ └── url_matcher2.apache
│ │ │ │ ├── AnnotatedClasses
│ │ │ │ └── FooTrait.php
│ │ │ │ └── validresource.yml
│ │ └── .gitignore
│ ├── translation
│ │ ├── Tests
│ │ │ └── fixtures
│ │ │ │ ├── empty.csv
│ │ │ │ ├── empty.ini
│ │ │ │ ├── empty.json
│ │ │ │ ├── empty.mo
│ │ │ │ ├── empty.po
│ │ │ │ ├── empty.xlf
│ │ │ │ ├── empty.yml
│ │ │ │ ├── non-valid.yml
│ │ │ │ ├── resources.ini
│ │ │ │ ├── resources.yml
│ │ │ │ ├── malformed.json
│ │ │ │ ├── resourcebundle
│ │ │ │ ├── corrupted
│ │ │ │ │ └── resources.dat
│ │ │ │ ├── dat
│ │ │ │ │ ├── packagelist.txt
│ │ │ │ │ ├── en.txt
│ │ │ │ │ ├── fr.txt
│ │ │ │ │ ├── en.res
│ │ │ │ │ ├── fr.res
│ │ │ │ │ └── resources.dat
│ │ │ │ └── res
│ │ │ │ │ └── en.res
│ │ │ │ ├── resources.json
│ │ │ │ ├── empty-translation.po
│ │ │ │ ├── valid.csv
│ │ │ │ ├── resources.php
│ │ │ │ ├── plurals.po
│ │ │ │ ├── resources.csv
│ │ │ │ ├── plurals.mo
│ │ │ │ ├── encoding.xlf
│ │ │ │ ├── resources.mo
│ │ │ │ ├── empty-translation.mo
│ │ │ │ ├── resources.po
│ │ │ │ ├── fuzzy-translations.po
│ │ │ │ ├── escaped-id.po
│ │ │ │ ├── resources.ts
│ │ │ │ └── escaped-id-plurals.po
│ │ └── .gitignore
│ ├── console
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── input_definition_1.md
│ │ │ │ ├── input_definition_1.txt
│ │ │ │ ├── application_run4.txt
│ │ │ │ ├── application_gethelp.txt
│ │ │ │ ├── input_argument_1.txt
│ │ │ │ ├── input_option_1.txt
│ │ │ │ ├── input_argument_2.txt
│ │ │ │ ├── input_definition_1.json
│ │ │ │ ├── input_definition_2.txt
│ │ │ │ ├── input_option_3.txt
│ │ │ │ ├── input_definition_3.txt
│ │ │ │ ├── input_option_6.txt
│ │ │ │ ├── input_argument_4.txt
│ │ │ │ ├── Style
│ │ │ │ └── SymfonyStyle
│ │ │ │ │ └── output
│ │ │ │ │ ├── output_3.txt
│ │ │ │ │ ├── output_7.txt
│ │ │ │ │ ├── output_0.txt
│ │ │ │ │ ├── output_1.txt
│ │ │ │ │ ├── output_6.txt
│ │ │ │ │ └── output_11.txt
│ │ │ │ ├── input_argument_3.txt
│ │ │ │ ├── input_option_4.txt
│ │ │ │ ├── input_option_5.txt
│ │ │ │ ├── input_definition_1.xml
│ │ │ │ ├── input_option_2.txt
│ │ │ │ ├── command_1.txt
│ │ │ │ ├── application_renderexception_doublewidth1.txt
│ │ │ │ ├── input_argument_1.md
│ │ │ │ ├── input_definition_4.txt
│ │ │ │ ├── input_argument_1.json
│ │ │ │ ├── input_argument_2.md
│ │ │ │ ├── input_argument_3.md
│ │ │ │ ├── application_renderexception1.txt
│ │ │ │ ├── input_argument_2.json
│ │ │ │ ├── input_argument_4.md
│ │ │ │ ├── input_argument_1.xml
│ │ │ │ ├── input_definition_2.md
│ │ │ │ ├── input_argument_4.json
│ │ │ │ ├── Foo5Command.php
│ │ │ │ ├── input_argument_3.json
│ │ │ │ ├── input_option_1.xml
│ │ │ │ ├── input_argument_2.xml
│ │ │ │ ├── application_renderexception4.txt
│ │ │ │ ├── command_1.md
│ │ │ │ ├── input_option_1.md
│ │ │ │ ├── application_renderexception_doublewidth2.txt
│ │ │ │ ├── input_argument_4.xml
│ │ │ │ ├── input_option_3.md
│ │ │ │ ├── application_renderexception_doublewidth1decorated.txt
│ │ │ │ ├── input_option_4.md
│ │ │ │ ├── input_option_1.json
│ │ │ │ ├── input_option_2.md
│ │ │ │ ├── input_option_3.xml
│ │ │ │ ├── input_option_4.xml
│ │ │ │ ├── BarBucCommand.php
│ │ │ │ ├── Foo4Command.php
│ │ │ │ ├── input_definition_3.md
│ │ │ │ ├── input_option_5.md
│ │ │ │ ├── input_option_6.md
│ │ │ │ ├── input_option_3.json
│ │ │ │ ├── input_option_4.json
│ │ │ │ ├── input_option_5.xml
│ │ │ │ ├── input_argument_3.xml
│ │ │ │ ├── input_option_5.json
│ │ │ │ ├── input_option_2.json
│ │ │ │ ├── input_option_6.json
│ │ │ │ ├── input_option_6.xml
│ │ │ │ ├── application_renderexception2.txt
│ │ │ │ ├── Foo6Command.php
│ │ │ │ ├── input_option_2.xml
│ │ │ │ └── input_definition_2.xml
│ │ ├── .gitignore
│ │ └── Resources
│ │ │ └── bin
│ │ │ └── hiddeninput.exe
│ ├── dom-crawler
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── no-extension
│ │ │ │ └── windows-1250.html
│ │ └── .gitignore
│ ├── http-foundation
│ │ ├── Tests
│ │ │ └── File
│ │ │ │ └── Fixtures
│ │ │ │ ├── directory
│ │ │ │ └── .empty
│ │ │ │ ├── .unknownextension
│ │ │ │ ├── other-file.example
│ │ │ │ ├── test
│ │ │ │ └── test.gif
│ │ └── .gitignore
│ ├── http-kernel
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── Bundle1Bundle
│ │ │ │ ├── bar.txt
│ │ │ │ ├── foo.txt
│ │ │ │ └── Resources
│ │ │ │ │ └── foo.txt
│ │ │ │ ├── Bundle2Bundle
│ │ │ │ └── foo.txt
│ │ │ │ ├── BaseBundle
│ │ │ │ └── Resources
│ │ │ │ │ ├── foo.txt
│ │ │ │ │ └── hide.txt
│ │ │ │ ├── ChildBundle
│ │ │ │ └── Resources
│ │ │ │ │ ├── foo.txt
│ │ │ │ │ └── hide.txt
│ │ │ │ ├── Resources
│ │ │ │ ├── BaseBundle
│ │ │ │ │ └── hide.txt
│ │ │ │ ├── ChildBundle
│ │ │ │ │ └── foo.txt
│ │ │ │ ├── FooBundle
│ │ │ │ │ └── foo.txt
│ │ │ │ └── Bundle1Bundle
│ │ │ │ │ └── foo.txt
│ │ │ │ └── Controller
│ │ │ │ └── VariadicController.php
│ │ └── .gitignore
│ ├── debug
│ │ ├── .gitignore
│ │ └── Tests
│ │ │ ├── Fixtures
│ │ │ ├── PEARClass.php
│ │ │ ├── notPsr0Bis.php
│ │ │ ├── reallyNotPsr0.php
│ │ │ ├── casemismatch.php
│ │ │ ├── psr4
│ │ │ │ └── Psr4CaseMismatch.php
│ │ │ ├── ClassAlias.php
│ │ │ ├── DeprecatedClass.php
│ │ │ └── DeprecatedInterface.php
│ │ │ └── Fixtures2
│ │ │ └── RequiredTwice.php
│ ├── yaml
│ │ ├── .gitignore
│ │ └── Tests
│ │ │ └── Fixtures
│ │ │ ├── embededPhp.yml
│ │ │ └── arrow.gif
│ ├── process
│ │ └── .gitignore
│ ├── var-dumper
│ │ ├── .gitignore
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ └── NotLoadableClass.php
│ │ └── CHANGELOG.md
│ ├── css-selector
│ │ ├── .gitignore
│ │ └── CHANGELOG.md
│ └── event-dispatcher
│ │ └── .gitignore
├── sebastian
│ ├── version
│ │ ├── .gitignore
│ │ └── .gitattributes
│ ├── environment
│ │ ├── .gitignore
│ │ └── .travis.yml
│ ├── comparator
│ │ ├── .gitignore
│ │ └── tests
│ │ │ └── bootstrap.php
│ ├── global-state
│ │ └── .gitignore
│ ├── exporter
│ │ └── .gitignore
│ ├── recursion-context
│ │ └── .gitignore
│ └── diff
│ │ ├── .gitignore
│ │ ├── tests
│ │ └── fixtures
│ │ │ └── patch.txt
│ │ └── .travis.yml
├── mockery
│ └── mockery
│ │ ├── .coveralls.yml
│ │ ├── .styleci.yml
│ │ ├── docs
│ │ ├── .gitignore
│ │ ├── README.md
│ │ ├── cookbook
│ │ │ ├── map.rst.inc
│ │ │ └── index.rst
│ │ ├── getting_started
│ │ │ ├── map.rst.inc
│ │ │ └── index.rst
│ │ └── reference
│ │ │ └── mockery
│ │ │ └── index.rst
│ │ ├── tests
│ │ └── Mockery
│ │ │ └── _files
│ │ │ └── file.txt
│ │ ├── travis
│ │ ├── extra.ini
│ │ ├── install.sh
│ │ ├── after_script.sh
│ │ └── script.sh
│ │ ├── .gitignore
│ │ ├── library
│ │ └── Mockery
│ │ │ ├── Loader
│ │ │ └── Loader.php
│ │ │ └── Generator
│ │ │ ├── Generator.php
│ │ │ └── StringManipulation
│ │ │ └── Pass
│ │ │ └── Pass.php
│ │ └── examples
│ │ └── starship
│ │ └── Bootstrap.php
├── psy
│ └── psysh
│ │ ├── test
│ │ └── fixtures
│ │ │ ├── legacy
│ │ │ └── .psysh
│ │ │ │ ├── history
│ │ │ │ ├── php_manual.sqlite
│ │ │ │ └── rc.php
│ │ │ ├── mixed
│ │ │ └── .psysh
│ │ │ │ ├── psysh_history
│ │ │ │ ├── rc.php
│ │ │ │ └── config.php
│ │ │ ├── default
│ │ │ ├── .config
│ │ │ │ └── psysh
│ │ │ │ │ ├── psysh_history
│ │ │ │ │ └── config.php
│ │ │ └── .local
│ │ │ │ └── share
│ │ │ │ └── psysh
│ │ │ │ └── php_manual.sqlite
│ │ │ └── empty.php
│ │ ├── .gitignore
│ │ ├── bin
│ │ ├── build
│ │ └── build-vendor
│ │ └── .editorconfig
├── dnoegel
│ └── php-xdg-base-dir
│ │ └── .gitignore
├── phpunit
│ ├── phpunit
│ │ ├── tests
│ │ │ ├── _files
│ │ │ │ ├── bar.xml
│ │ │ │ ├── foo.xml
│ │ │ │ ├── expectedFileFormat.txt
│ │ │ │ ├── JsonData
│ │ │ │ │ ├── simpleObject.json
│ │ │ │ │ └── arrayObject.json
│ │ │ │ ├── configuration.colors.empty.xml
│ │ │ │ ├── CoveredFunction.php
│ │ │ │ ├── NoTestCaseClass.php
│ │ │ │ ├── configuration.colors.false.xml
│ │ │ │ ├── configuration.colors.true.xml
│ │ │ │ ├── configuration.colors.invalid.xml
│ │ │ │ ├── DummyException.php
│ │ │ │ ├── CustomPrinter.php
│ │ │ │ ├── EmptyTestCaseTest.php
│ │ │ │ ├── NotVoidTestCase.php
│ │ │ │ ├── NamespaceCoveredFunction.php
│ │ │ │ ├── NonStatic.php
│ │ │ │ ├── ConcreteTest.php
│ │ │ │ ├── InheritedTestCase.php
│ │ │ │ ├── Success.php
│ │ │ │ ├── NoTestCases.php
│ │ │ │ ├── configuration.custom-printer.xml
│ │ │ │ ├── Inheritance
│ │ │ │ │ ├── InheritanceA.php
│ │ │ │ │ └── InheritanceB.php
│ │ │ │ ├── NothingTest.php
│ │ │ │ ├── OverrideTestCase.php
│ │ │ │ ├── AbstractTest.php
│ │ │ │ ├── ConcreteTest.my.php
│ │ │ │ ├── MockRunner.php
│ │ │ │ ├── NoArgTestCaseTest.php
│ │ │ │ ├── Failure.php
│ │ │ │ ├── ThrowNoExceptionTestCase.php
│ │ │ │ ├── ClassWithScalarTypeDeclarations.php
│ │ │ │ ├── Struct.php
│ │ │ │ ├── TestTestError.php
│ │ │ │ ├── TestSkipped.php
│ │ │ │ ├── TestIncomplete.php
│ │ │ │ ├── IncompleteTest.php
│ │ │ │ ├── IniTest.php
│ │ │ │ ├── WasRun.php
│ │ │ │ ├── OneTestCase.php
│ │ │ │ ├── ThrowExceptionTestCase.php
│ │ │ │ ├── CoverageNoneTest.php
│ │ │ │ ├── NotPublicTestCase.php
│ │ │ │ ├── CoverageFunctionTest.php
│ │ │ │ ├── CoverageNamespacedFunctionTest.php
│ │ │ │ ├── ChangeCurrentWorkingDirectoryTest.php
│ │ │ │ ├── SampleClass.php
│ │ │ │ ├── BaseTestListenerSample.php
│ │ │ │ ├── CoverageFunctionParenthesesTest.php
│ │ │ │ ├── Calculator.php
│ │ │ │ ├── CoverageClassTest.php
│ │ │ │ ├── FatalTest.php
│ │ │ │ ├── CoveragePublicTest.php
│ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php
│ │ │ │ ├── CoverageMethodTest.php
│ │ │ │ ├── CoverageNotPublicTest.php
│ │ │ │ ├── CoveragePrivateTest.php
│ │ │ │ ├── CoverageNotPrivateTest.php
│ │ │ │ └── CoverageProtectedTest.php
│ │ │ ├── Regression
│ │ │ │ ├── GitHub
│ │ │ │ │ ├── 74
│ │ │ │ │ │ ├── NewException.php
│ │ │ │ │ │ └── Issue74Test.php
│ │ │ │ │ ├── 322
│ │ │ │ │ │ └── phpunit322.xml
│ │ │ │ │ ├── 503
│ │ │ │ │ │ └── Issue503Test.php
│ │ │ │ │ ├── 797
│ │ │ │ │ │ ├── bootstrap797.php
│ │ │ │ │ │ └── Issue797Test.php
│ │ │ │ │ ├── 873
│ │ │ │ │ │ └── Issue873Test.php
│ │ │ │ │ ├── 1216
│ │ │ │ │ │ ├── bootstrap1216.php
│ │ │ │ │ │ ├── phpunit1216.xml
│ │ │ │ │ │ └── Issue1216Test.php
│ │ │ │ │ ├── 1265
│ │ │ │ │ │ ├── phpunit1265.xml
│ │ │ │ │ │ └── Issue1265Test.php
│ │ │ │ │ ├── 1330
│ │ │ │ │ │ ├── phpunit1330.xml
│ │ │ │ │ │ └── Issue1330Test.php
│ │ │ │ │ ├── 1351
│ │ │ │ │ │ └── ChildProcessClass1351.php
│ │ │ │ │ ├── 1437
│ │ │ │ │ │ └── Issue1437Test.php
│ │ │ │ │ ├── 1468
│ │ │ │ │ │ └── Issue1468Test.php
│ │ │ │ │ ├── 1471
│ │ │ │ │ │ └── Issue1471Test.php
│ │ │ │ │ ├── 1570
│ │ │ │ │ │ └── Issue1570Test.php
│ │ │ │ │ └── 2158
│ │ │ │ │ │ └── constant.inc
│ │ │ │ └── Trac
│ │ │ │ │ ├── 684
│ │ │ │ │ └── Issue684Test.php
│ │ │ │ │ └── 783
│ │ │ │ │ ├── OneTest.php
│ │ │ │ │ └── TwoTest.php
│ │ │ ├── Fail
│ │ │ │ └── fail.phpt
│ │ │ └── bootstrap.php
│ │ ├── .gitattributes
│ │ └── src
│ │ │ └── Util
│ │ │ └── PHP
│ │ │ └── eval-stdin.php
│ ├── php-timer
│ │ ├── .gitattributes
│ │ └── .gitignore
│ ├── php-code-coverage
│ │ ├── .gitattributes
│ │ ├── tests
│ │ │ └── _files
│ │ │ │ ├── CoveredFunction.php
│ │ │ │ ├── source_without_ignore.php
│ │ │ │ ├── CoverageNoneTest.php
│ │ │ │ ├── CoverageFunctionTest.php
│ │ │ │ ├── CoverageFunctionParenthesesTest.php
│ │ │ │ ├── CoverageClassTest.php
│ │ │ │ ├── CoveragePublicTest.php
│ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php
│ │ │ │ ├── CoverageMethodTest.php
│ │ │ │ ├── CoverageNotPublicTest.php
│ │ │ │ ├── CoveragePrivateTest.php
│ │ │ │ └── source_without_namespace.php
│ │ ├── scripts
│ │ │ └── auto_append.php
│ │ ├── .gitignore
│ │ └── src
│ │ │ └── CodeCoverage
│ │ │ └── Report
│ │ │ └── HTML
│ │ │ └── Renderer
│ │ │ └── Template
│ │ │ └── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ ├── php-file-iterator
│ │ ├── .gitattributes
│ │ └── .gitignore
│ ├── php-text-template
│ │ ├── .gitattributes
│ │ └── .gitignore
│ ├── php-token-stream
│ │ ├── .gitattributes
│ │ ├── tests
│ │ │ ├── _fixture
│ │ │ │ ├── issue19.php
│ │ │ │ ├── classInNamespace.php
│ │ │ │ ├── classUsesNamespacedFunction.php
│ │ │ │ ├── issue30.php
│ │ │ │ ├── classInScopedNamespace.php
│ │ │ │ ├── source2.php
│ │ │ │ ├── classExtendsNamespacedClass.php
│ │ │ │ ├── multipleNamespacesWithOneClassUsingBraces.php
│ │ │ │ ├── multipleNamespacesWithOneClassUsingNonBraceSyntax.php
│ │ │ │ ├── closure.php
│ │ │ │ └── source5.php
│ │ │ └── bootstrap.php
│ │ └── .gitignore
│ └── phpunit-mock-objects
│ │ ├── .gitattributes
│ │ ├── tests
│ │ ├── _fixture
│ │ │ ├── AnInterface.php
│ │ │ ├── AnotherInterface.php
│ │ │ ├── TraversableMockTestInterface.php
│ │ │ ├── Bar.php
│ │ │ ├── InterfaceWithStaticMethod.php
│ │ │ ├── ClassWithStaticMethod.php
│ │ │ ├── Foo.php
│ │ │ ├── MockTestInterface.php
│ │ │ ├── FunctionCallback.php
│ │ │ ├── SomeClass.php
│ │ │ ├── AbstractMockTestClass.php
│ │ │ ├── StaticMockTestClass.php
│ │ │ └── MethodCallbackByReference.php
│ │ └── bootstrap.php
│ │ ├── src
│ │ └── Framework
│ │ │ └── MockObject
│ │ │ └── Generator
│ │ │ ├── trait_class.tpl.dist
│ │ │ ├── wsdl_method.tpl.dist
│ │ │ ├── mocked_clone.tpl.dist
│ │ │ ├── mocked_static_method.tpl.dist
│ │ │ ├── unmocked_clone.tpl.dist
│ │ │ └── wsdl_class.tpl.dist
│ │ └── .gitignore
├── swiftmailer
│ └── swiftmailer
│ │ ├── VERSION
│ │ ├── tests
│ │ ├── _samples
│ │ │ ├── files
│ │ │ │ ├── data.txt
│ │ │ │ ├── textfile.zip
│ │ │ │ └── swiftmailer.png
│ │ │ ├── smime
│ │ │ │ └── CA.srl
│ │ │ └── dkim
│ │ │ │ └── dkim.test.pub
│ │ └── StreamCollector.php
│ │ ├── .gitignore
│ │ ├── doc
│ │ ├── uml
│ │ │ ├── Mime.graffle
│ │ │ ├── Encoders.graffle
│ │ │ └── Transports.graffle
│ │ └── index.rst
│ │ ├── .gitattributes
│ │ └── lib
│ │ └── dependency_maps
│ │ └── message_deps.php
├── monolog
│ └── monolog
│ │ └── tests
│ │ └── Monolog
│ │ └── Handler
│ │ └── Fixtures
│ │ └── .gitkeep
├── fzaninotto
│ └── faker
│ │ ├── .gitignore
│ │ ├── src
│ │ └── Faker
│ │ │ └── Provider
│ │ │ ├── de_AT
│ │ │ └── Text.php
│ │ │ ├── fr_CH
│ │ │ └── Text.php
│ │ │ ├── it_CH
│ │ │ └── Text.php
│ │ │ ├── ja_JP
│ │ │ └── PhoneNumber.php
│ │ │ ├── zh_TW
│ │ │ └── Payment.php
│ │ │ ├── mn_MN
│ │ │ └── PhoneNumber.php
│ │ │ └── fr_BE
│ │ │ └── Internet.php
│ │ ├── Makefile
│ │ └── phpunit.xml.dist
├── hamcrest
│ └── hamcrest-php
│ │ ├── .coveralls.yml
│ │ ├── generator
│ │ └── parts
│ │ │ ├── functions_footer.txt
│ │ │ ├── functions_imports.txt
│ │ │ ├── matchers_footer.txt
│ │ │ ├── matchers_imports.txt
│ │ │ ├── matchers_header.txt
│ │ │ └── file_header.txt
│ │ ├── .gitignore
│ │ ├── tests
│ │ └── Hamcrest
│ │ │ └── Core
│ │ │ └── SampleSubClass.php
│ │ ├── hamcrest
│ │ └── Hamcrest
│ │ │ └── AssertionError.php
│ │ └── .gush.yml
├── phpdocumentor
│ └── reflection-docblock
│ │ └── .gitignore
├── phpspec
│ ├── phpspec
│ │ ├── src
│ │ │ └── PhpSpec
│ │ │ │ ├── Formatter
│ │ │ │ └── Html
│ │ │ │ │ └── Template
│ │ │ │ │ ├── ReportLine.html
│ │ │ │ │ ├── ReportFooter.html
│ │ │ │ │ ├── ReportSummary.html
│ │ │ │ │ ├── ReportSpecificationEnds.html
│ │ │ │ │ ├── ReportPass.html
│ │ │ │ │ ├── ReportSpecificationStarts.html
│ │ │ │ │ └── ReportSkipped.html
│ │ │ │ ├── CodeGenerator
│ │ │ │ └── Generator
│ │ │ │ │ └── templates
│ │ │ │ │ ├── class.template
│ │ │ │ │ ├── returnconstant.template
│ │ │ │ │ ├── interface.template
│ │ │ │ │ ├── interface_method_signature.template
│ │ │ │ │ ├── private-constructor.template
│ │ │ │ │ ├── method.template
│ │ │ │ │ ├── named_constructor_exception.template
│ │ │ │ │ └── named_constructor_create_object.template
│ │ │ │ └── Process
│ │ │ │ └── Prerequisites
│ │ │ │ └── PrerequisiteFailedException.php
│ │ ├── .gitattributes
│ │ ├── .gitignore
│ │ ├── spec
│ │ │ └── PhpSpec
│ │ │ │ └── Util
│ │ │ │ └── ExampleObjectUsingTrait.php
│ │ ├── phpunit.xml
│ │ ├── features
│ │ │ └── bootstrap
│ │ │ │ └── autoloader
│ │ │ │ └── autoload.php
│ │ └── integration
│ │ │ └── PhpSpec
│ │ │ └── Loader
│ │ │ └── examples
│ │ │ └── ExampleSpec.php
│ └── prophecy
│ │ ├── .gitignore
│ │ └── fixtures
│ │ ├── EmptyClass.php
│ │ ├── FinalClass.php
│ │ ├── EmptyInterface.php
│ │ ├── Named.php
│ │ ├── WithStaticMethod.php
│ │ ├── WithFinalMethod.php
│ │ ├── WithProtectedAbstractMethod.php
│ │ ├── WithVariadicArgument.php
│ │ ├── ModifierInterface.php
│ │ ├── WithReferences.php
│ │ ├── WithTypehintedVariadicArgument.php
│ │ ├── WithCallableArgument.php
│ │ └── WithFinalVirtuallyPrivateMethod.php
├── danielstjules
│ └── stringy
│ │ ├── .gitignore
│ │ └── .travis.yml
├── jakub-onderka
│ ├── php-console-color
│ │ ├── .gitignore
│ │ ├── tests
│ │ │ └── bootstrap.php
│ │ ├── .travis.yml
│ │ └── src
│ │ │ └── JakubOnderka
│ │ │ └── PhpConsoleColor
│ │ │ └── InvalidStyleException.php
│ └── php-console-highlighter
│ │ ├── .gitignore
│ │ └── tests
│ │ └── bootstrap.php
├── doctrine
│ ├── inflector
│ │ ├── .gitignore
│ │ ├── tests
│ │ │ └── Doctrine
│ │ │ │ └── Tests
│ │ │ │ └── DoctrineTestCase.php
│ │ ├── .travis.yml
│ │ └── README.md
│ └── instantiator
│ │ └── .gitignore
├── nikic
│ └── php-parser
│ │ ├── .gitignore
│ │ ├── test
│ │ └── code
│ │ │ ├── prettyPrinter
│ │ │ ├── stmt
│ │ │ │ ├── throw.test
│ │ │ │ ├── goto.test
│ │ │ │ ├── while.test
│ │ │ │ ├── do_while.test
│ │ │ │ ├── break_continue.test
│ │ │ │ ├── if.test
│ │ │ │ ├── const.test
│ │ │ │ ├── global_static_variables.test
│ │ │ │ └── declare.test
│ │ │ ├── expr
│ │ │ │ ├── include.test
│ │ │ │ ├── call.test
│ │ │ │ ├── shortArraySyntax.test
│ │ │ │ └── constant_deref.test
│ │ │ ├── onlyInlineHTML.file-test
│ │ │ └── onlyPHP.file-test
│ │ │ └── parser
│ │ │ ├── expr
│ │ │ ├── newWithoutClass.test
│ │ │ ├── print.test
│ │ │ ├── clone.test
│ │ │ └── errorSuppress.test
│ │ │ ├── stmt
│ │ │ ├── tryWithoutCatch.test
│ │ │ ├── haltCompilerInvalidSyntax.test
│ │ │ ├── function
│ │ │ │ └── variadicDefaultValue.test
│ │ │ ├── namespace
│ │ │ │ └── nested.test
│ │ │ ├── haltCompilerOutermostScope.test
│ │ │ ├── loop
│ │ │ │ └── do.test
│ │ │ └── class
│ │ │ │ └── final.test
│ │ │ └── scalar
│ │ │ └── invalidOctal.test
│ │ ├── lib
│ │ ├── PhpParser
│ │ │ ├── Node
│ │ │ │ ├── Scalar.php
│ │ │ │ ├── Expr.php
│ │ │ │ ├── Stmt.php
│ │ │ │ ├── Expr
│ │ │ │ │ ├── Cast
│ │ │ │ │ │ ├── Array_.php
│ │ │ │ │ │ ├── Unset_.php
│ │ │ │ │ │ ├── Bool_.php
│ │ │ │ │ │ ├── Int_.php
│ │ │ │ │ │ ├── Double.php
│ │ │ │ │ │ ├── Object_.php
│ │ │ │ │ │ └── String_.php
│ │ │ │ │ ├── AssignOp
│ │ │ │ │ │ ├── Div.php
│ │ │ │ │ │ ├── Mod.php
│ │ │ │ │ │ ├── Mul.php
│ │ │ │ │ │ ├── Plus.php
│ │ │ │ │ │ ├── Pow.php
│ │ │ │ │ │ ├── Concat.php
│ │ │ │ │ │ ├── Minus.php
│ │ │ │ │ │ ├── BitwiseOr.php
│ │ │ │ │ │ ├── ShiftLeft.php
│ │ │ │ │ │ ├── BitwiseAnd.php
│ │ │ │ │ │ ├── BitwiseXor.php
│ │ │ │ │ │ └── ShiftRight.php
│ │ │ │ │ └── BinaryOp
│ │ │ │ │ │ ├── Div.php
│ │ │ │ │ │ ├── Mod.php
│ │ │ │ │ │ ├── Mul.php
│ │ │ │ │ │ ├── Plus.php
│ │ │ │ │ │ ├── Pow.php
│ │ │ │ │ │ ├── Concat.php
│ │ │ │ │ │ ├── Equal.php
│ │ │ │ │ │ ├── Greater.php
│ │ │ │ │ │ ├── Minus.php
│ │ │ │ │ │ ├── Smaller.php
│ │ │ │ │ │ ├── BitwiseOr.php
│ │ │ │ │ │ ├── BooleanOr.php
│ │ │ │ │ │ ├── Identical.php
│ │ │ │ │ │ ├── LogicalOr.php
│ │ │ │ │ │ ├── NotEqual.php
│ │ │ │ │ │ ├── ShiftLeft.php
│ │ │ │ │ │ ├── BitwiseAnd.php
│ │ │ │ │ │ ├── BitwiseXor.php
│ │ │ │ │ │ ├── BooleanAnd.php
│ │ │ │ │ │ ├── LogicalAnd.php
│ │ │ │ │ │ ├── LogicalXor.php
│ │ │ │ │ │ ├── NotIdentical.php
│ │ │ │ │ │ ├── ShiftRight.php
│ │ │ │ │ │ ├── GreaterOrEqual.php
│ │ │ │ │ │ ├── SmallerOrEqual.php
│ │ │ │ │ │ ├── Coalesce.php
│ │ │ │ │ │ └── Spaceship.php
│ │ │ │ ├── Scalar
│ │ │ │ │ └── MagicConst
│ │ │ │ │ │ ├── Dir.php
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── Line.php
│ │ │ │ │ │ ├── Class_.php
│ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ ├── Trait_.php
│ │ │ │ │ │ ├── Function_.php
│ │ │ │ │ │ └── Namespace_.php
│ │ │ │ └── Stmt
│ │ │ │ │ ├── Nop.php
│ │ │ │ │ └── TraitUseAdaptation.php
│ │ │ ├── Comment
│ │ │ │ └── Doc.php
│ │ │ └── Builder.php
│ │ └── bootstrap.php
│ │ └── test_old
│ │ └── run-php-src.sh
├── bin
│ ├── psysh.bat
│ ├── phpunit.bat
│ ├── phpspec.bat
│ └── php-parse.bat
├── league
│ └── flysystem
│ │ ├── src
│ │ ├── Exception.php
│ │ ├── Adapter
│ │ │ ├── SynologyFtp.php
│ │ │ └── Polyfill
│ │ │ │ └── StreamedTrait.php
│ │ ├── RootViolationException.php
│ │ └── Plugin
│ │ │ └── PluginNotFoundException.php
│ │ └── build
│ │ └── osx_install_composer.sh
├── laravel
│ └── framework
│ │ └── src
│ │ └── Illuminate
│ │ ├── Contracts
│ │ ├── Bus
│ │ │ └── SelfHandling.php
│ │ ├── Queue
│ │ │ ├── ShouldQueue.php
│ │ │ ├── ShouldBeQueued.php
│ │ │ └── QueueableEntity.php
│ │ ├── Filesystem
│ │ │ ├── Cloud.php
│ │ │ └── FileNotFoundException.php
│ │ ├── Broadcasting
│ │ │ ├── ShouldBroadcastNow.php
│ │ │ └── ShouldBroadcast.php
│ │ ├── Encryption
│ │ │ ├── DecryptException.php
│ │ │ └── EncryptException.php
│ │ ├── Validation
│ │ │ ├── UnauthorizedException.php
│ │ │ └── ValidatesWhenResolved.php
│ │ ├── Support
│ │ │ ├── Arrayable.php
│ │ │ ├── Htmlable.php
│ │ │ └── Renderable.php
│ │ └── Container
│ │ │ └── BindingResolutionException.php
│ │ ├── Session
│ │ └── TokenMismatchException.php
│ │ ├── Auth
│ │ └── Access
│ │ │ └── UnauthorizedException.php
│ │ ├── Foundation
│ │ ├── Console
│ │ │ └── stubs
│ │ │ │ └── model.stub
│ │ ├── Bus
│ │ │ └── DispatchesCommands.php
│ │ ├── Testing
│ │ │ └── HttpException.php
│ │ └── Auth
│ │ │ └── AuthenticatesAndRegistersUsers.php
│ │ ├── Http
│ │ └── Exception
│ │ │ └── PostTooLargeException.php
│ │ ├── Database
│ │ ├── Eloquent
│ │ │ └── MassAssignmentException.php
│ │ └── Console
│ │ │ └── Seeds
│ │ │ └── stubs
│ │ │ └── seeder.stub
│ │ └── Routing
│ │ └── Console
│ │ └── stubs
│ │ └── controller.plain.stub
├── autoload.php
├── jeremeamia
│ └── SuperClosure
│ │ └── src
│ │ └── Exception
│ │ ├── SuperClosureException.php
│ │ ├── ClosureAnalysisException.php
│ │ ├── ClosureSerializationException.php
│ │ └── ClosureUnserializationException.php
├── paragonie
│ └── random_compat
│ │ └── dist
│ │ └── random_compat.phar.pubkey
└── mtdowling
│ └── cron-expression
│ └── .editorconfig
├── .gitignore
├── storage
├── app
│ └── .gitignore
├── logs
│ └── .gitignore
├── framework
│ ├── cache
│ │ └── .gitignore
│ ├── views
│ │ └── .gitignore
│ ├── sessions
│ │ └── .gitignore
│ └── .gitignore
└── .gitignore
├── bootstrap
└── cache
│ └── .gitignore
├── resources
├── views
│ └── opwifi
│ │ ├── webportal
│ │ └── web
│ │ │ ├── index.blade.php
│ │ │ └── failed.blade.php
│ │ └── common
│ │ └── partials
│ │ └── footer.blade.php
└── assets
│ └── sass
│ └── app.scss
├── .gitattributes
├── phpspec.yml
├── config
└── opwifi.php
└── package.json
/.gitignore:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/public/favicon.ico:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/app/Listeners/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/app/Policies/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/public/favicon.ico:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/database/seeds/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/database/.gitignore:
--------------------------------------------------------------------------------
1 | *.sqlite
2 |
--------------------------------------------------------------------------------
/src/opwifi/database/migrations/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/psr/log/.gitignore:
--------------------------------------------------------------------------------
1 | vendor
2 |
--------------------------------------------------------------------------------
/src/opwifi/.gitignore:
--------------------------------------------------------------------------------
1 | installed
2 | sqlScheduler
3 |
--------------------------------------------------------------------------------
/src/opwifi/storage/app/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/one/a:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/public/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Disallow:
3 |
--------------------------------------------------------------------------------
/src/opwifi/storage/logs/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/sebastian/version/.gitignore:
--------------------------------------------------------------------------------
1 | /.idea
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/A/B/ab.dat:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/A/a.dat:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/routing/Tests/Fixtures/bar.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/routing/Tests/Fixtures/empty.yml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/routing/Tests/Fixtures/foo.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/routing/Tests/Fixtures/foo1.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/bootstrap/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/src/opwifi/public/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Disallow:
3 |
--------------------------------------------------------------------------------
/src/opwifi/resources/views/opwifi/webportal/web/index.blade.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/storage/framework/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
--------------------------------------------------------------------------------
/src/opwifi/vendor/mockery/mockery/.coveralls.yml:
--------------------------------------------------------------------------------
1 | src_dir: .
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/mockery/mockery/.styleci.yml:
--------------------------------------------------------------------------------
1 | preset: psr2
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/mockery/mockery/docs/.gitignore:
--------------------------------------------------------------------------------
1 | _build
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/mockery/mockery/tests/Mockery/_files/file.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/psy/psysh/test/fixtures/legacy/.psysh/history:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/A/B/C/abc.dat:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/one/b/c.neon:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/one/b/d.neon:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/routing/Tests/Fixtures/annotated.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty.csv:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty.ini:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty.json:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty.mo:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty.po:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty.xlf:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty.yml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/storage/.gitignore:
--------------------------------------------------------------------------------
1 | Homestead.yaml
2 | Homestead.json
3 |
--------------------------------------------------------------------------------
/src/opwifi/storage/framework/views/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/dnoegel/php-xdg-base-dir/.gitignore:
--------------------------------------------------------------------------------
1 | /vendor/
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpunit/phpunit/tests/_files/bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpunit/phpunit/tests/_files/foo.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/psy/psysh/test/fixtures/mixed/.psysh/psysh_history:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/swiftmailer/swiftmailer/VERSION:
--------------------------------------------------------------------------------
1 | Swift-5.4.4
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/storage/framework/sessions/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/monolog/monolog/tests/Monolog/Handler/Fixtures/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpunit/php-timer/.gitattributes:
--------------------------------------------------------------------------------
1 | *.php diff=php
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/psy/psysh/test/fixtures/legacy/.psysh/php_manual.sqlite:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/psy/psysh/test/fixtures/legacy/.psysh/rc.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/dom-crawler/Tests/Fixtures/no-extension:
--------------------------------------------------------------------------------
1 | Test
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-foundation/Tests/File/Fixtures/directory/.empty:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/Bundle1Bundle/bar.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/Bundle1Bundle/foo.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/Bundle2Bundle/foo.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/non-valid.yml:
--------------------------------------------------------------------------------
1 | foo
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/hamcrest/hamcrest-php/.gitignore:
--------------------------------------------------------------------------------
1 | vendor
2 | composer.lock
3 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/hamcrest/hamcrest-php/generator/parts/matchers_footer.txt:
--------------------------------------------------------------------------------
1 | }
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpdocumentor/reflection-docblock/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
2 | vendor
3 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpunit/php-timer/.gitignore:
--------------------------------------------------------------------------------
1 | /vendor
2 | /composer.lock
3 |
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpunit/phpunit-mock-objects/.gitattributes:
--------------------------------------------------------------------------------
1 | *.php diff=php
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-foundation/Tests/File/Fixtures/.unknownextension:
--------------------------------------------------------------------------------
1 | f
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-foundation/Tests/File/Fixtures/other-file.example:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/BaseBundle/Resources/foo.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/BaseBundle/Resources/hide.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/ChildBundle/Resources/foo.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/ChildBundle/Resources/hide.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/Resources/BaseBundle/hide.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/Resources/ChildBundle/foo.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-kernel/Tests/Fixtures/Resources/FooBundle/foo.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/routing/Tests/Fixtures/nonvalid2.yml:
--------------------------------------------------------------------------------
1 | route: string
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/resources.ini:
--------------------------------------------------------------------------------
1 | foo="bar"
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/resources.yml:
--------------------------------------------------------------------------------
1 | foo: bar
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpspec/phpspec/src/PhpSpec/Formatter/Html/Template/ReportLine.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/psy/psysh/test/fixtures/default/.config/psysh/config.php:
--------------------------------------------------------------------------------
1 | Console Tool
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/css-selector/.gitignore:
--------------------------------------------------------------------------------
1 | vendor/
2 | composer.lock
3 | phpunit.xml
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/dom-crawler/.gitignore:
--------------------------------------------------------------------------------
1 | vendor/
2 | composer.lock
3 | phpunit.xml
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/http-foundation/.gitignore:
--------------------------------------------------------------------------------
1 | vendor/
2 | composer.lock
3 | phpunit.xml
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/.gitignore:
--------------------------------------------------------------------------------
1 | vendor/
2 | composer.lock
3 | phpunit.xml
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/malformed.json:
--------------------------------------------------------------------------------
1 | {
2 | "foo" "bar"
3 | }
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/resourcebundle/corrupted/resources.dat:
--------------------------------------------------------------------------------
1 | XXX
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/resources.json:
--------------------------------------------------------------------------------
1 | {
2 | "foo": "bar"
3 | }
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml:
--------------------------------------------------------------------------------
1 | value:
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/hamcrest/hamcrest-php/generator/parts/matchers_imports.txt:
--------------------------------------------------------------------------------
1 |
2 | namespace Hamcrest;
--------------------------------------------------------------------------------
/src/opwifi/vendor/jakub-onderka/php-console-color/.gitignore:
--------------------------------------------------------------------------------
1 | build
2 | vendor
3 | composer.lock
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/mockery/mockery/travis/extra.ini:
--------------------------------------------------------------------------------
1 | extension = "mongo.so"
2 | extension = "redis.so"
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpunit/phpunit/.gitattributes:
--------------------------------------------------------------------------------
1 | /build export-ignore
2 |
3 | *.php diff=php
4 |
5 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt:
--------------------------------------------------------------------------------
1 | argument_name
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/event-dispatcher/.gitignore:
--------------------------------------------------------------------------------
1 | vendor/
2 | composer.lock
3 | phpunit.xml
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/finder/Tests/Fixtures/ipsum.txt:
--------------------------------------------------------------------------------
1 | ipsum dolor sit amet
2 | IPSUM DOLOR SIT AMET
--------------------------------------------------------------------------------
/src/opwifi/resources/views/opwifi/common/partials/footer.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpunit/php-token-stream/tests/_fixture/issue19.php:
--------------------------------------------------------------------------------
1 | -o, --option_name
2 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/routing/Tests/Fixtures/special_route_name.yml:
--------------------------------------------------------------------------------
1 | "#$péß^a|":
2 | path: "true"
3 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/symfony/translation/Tests/fixtures/empty-translation.po:
--------------------------------------------------------------------------------
1 | msgid "foo"
2 | msgstr ""
3 |
4 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/doctrine/inflector/.gitignore:
--------------------------------------------------------------------------------
1 | vendor/
2 | composer.lock
3 | composer.phar
4 | phpunit.xml
5 |
--------------------------------------------------------------------------------
/src/opwifi/vendor/phpspec/phpspec/src/PhpSpec/Formatter/Html/Template/ReportFooter.html:
--------------------------------------------------------------------------------
1 |