View | Details | Raw Unified | Return to bug 275492
Collapse All | Expand All

(-)b/www/tt-rss/Makefile (-5 / +5 lines)
Lines 1-5 Link Here
1
PORTNAME=	tt-rss
1
PORTNAME=	tt-rss
2
PORTVERSION=	g20231004
2
PORTVERSION=	g20231202
3
PORTEPOCH=	2
3
PORTEPOCH=	2
4
CATEGORIES=	www
4
CATEGORIES=	www
5
5
Lines 15-25 USES= gettext-tools php:cli,web shebangfix Link Here
15
15
16
USE_GITLAB=	yes
16
USE_GITLAB=	yes
17
GL_SITE=	https://gitlab.tt-rss.org
17
GL_SITE=	https://gitlab.tt-rss.org
18
GL_TAGNAME=	c779e2ba0d71942579dd27ccdcad0295bd06e45f
18
GL_TAGNAME=	2b8e34453234b8b31ebc9e7020f8677bf3889898
19
# phe json/openssl extension is required but it's statically linked in default php
19
# phe json/openssl extension is required but it's statically linked in default php
20
USE_PHP=	ctype dom exif fileinfo filter iconv intl mbstring \
20
USE_PHP=	ctype dom exif fileinfo filter iconv intl mbstring pcntl pdo \
21
		pcntl pdo phar posix session simplexml sockets tokenizer xml \
21
		phar posix session simplexml sockets tokenizer xml xmlwriter \
22
		xmlwriter zip
22
		zip
23
USE_RC_SUBR=	ttrssd
23
USE_RC_SUBR=	ttrssd
24
24
25
SHEBANG_FILES=	update.php update_daemon2.php
25
SHEBANG_FILES=	update.php update_daemon2.php
(-)b/www/tt-rss/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1696801399
1
TIMESTAMP = 1701554314
2
SHA256 (tt-rss-tt-rss-c779e2ba0d71942579dd27ccdcad0295bd06e45f_GL0.tar.gz) = d5e5c709c44ee62ac1e922a6036f2556e6d6dd24136059cbb9ac22266f80f3b3
2
SHA256 (tt-rss-tt-rss-2b8e34453234b8b31ebc9e7020f8677bf3889898_GL0.tar.gz) = 72ec560bd5ad7bac4789d7af0e5c2d7c1c394e9c540d46d5421ecae219d8f875
3
SIZE (tt-rss-tt-rss-c779e2ba0d71942579dd27ccdcad0295bd06e45f_GL0.tar.gz) = 8485052
3
SIZE (tt-rss-tt-rss-2b8e34453234b8b31ebc9e7020f8677bf3889898_GL0.tar.gz) = 8965080
(-)b/www/tt-rss/pkg-plist (-322 / +1021 lines)
Lines 1-67 Link Here
1
%%DATADIR%%/httpd-tt-rss.conf
1
%%DATADIR%%/httpd-tt-rss.conf
2
@sample %%EXAMPLESDIR%%/newsyslog.sample etc/newsyslog.conf.d/ttrssd.conf
2
@sample %%EXAMPLESDIR%%/newsyslog.sample etc/newsyslog.conf.d/ttrssd.conf
3
@group %%WWWGRP%%
4
@mode ug=rx
5
%%WWWDIR%%/update.php
6
%%WWWDIR%%/update_daemon2.php
7
@group
8
@mode
9
@owner %%WWWOWN%%
10
@mode 0400
11
@sample %%WWWDIR%%/config.php.sample
12
@mode
13
@dir %%WWWDIR%%/cache
14
@dir %%WWWDIR%%/cache/export
15
@dir %%WWWDIR%%/cache/feeds
16
@dir %%WWWDIR%%/cache/images
17
@dir %%WWWDIR%%/cache/upload
18
@dir %%WWWDIR%%/feed-icons
19
@dir %%WWWDIR%%/lock
20
@dir %%WWWDIR%%/plugins.local
21
@dir %%WWWDIR%%/plugins/af_comics/filters.local
22
@dir %%WWWDIR%%/templates.local
23
@dir %%WWWDIR%%/themes.local
24
@owner
25
@group
26
@mode
3
%%WWWDIR%%/CONTRIBUTING.md
27
%%WWWDIR%%/CONTRIBUTING.md
4
%%WWWDIR%%/COPYING
28
%%WWWDIR%%/COPYING
5
%%WWWDIR%%/README.md
29
%%WWWDIR%%/README.md
6
%%WWWDIR%%/api/index.php
30
%%WWWDIR%%/api/index.php
7
%%WWWDIR%%/backend.php
31
%%WWWDIR%%/backend.php
8
%%WWWDIR%%/classes/api.php
32
%%WWWDIR%%/classes/API.php
9
%%WWWDIR%%/classes/article.php
33
%%WWWDIR%%/classes/Article.php
10
%%WWWDIR%%/classes/auth/base.php
34
%%WWWDIR%%/classes/Auth_Base.php
11
%%WWWDIR%%/classes/cache/adapter.php
35
%%WWWDIR%%/classes/Cache_Adapter.php
12
%%WWWDIR%%/classes/cache/local.php
36
%%WWWDIR%%/classes/Cache_Local.php
13
%%WWWDIR%%/classes/config.php
37
%%WWWDIR%%/classes/Config.php
14
%%WWWDIR%%/classes/counters.php
38
%%WWWDIR%%/classes/Counters.php
15
%%WWWDIR%%/classes/db.php
39
%%WWWDIR%%/classes/Db.php
16
%%WWWDIR%%/classes/db/migrations.php
40
%%WWWDIR%%/classes/Db_Migrations.php
17
%%WWWDIR%%/classes/db/prefs.php
41
%%WWWDIR%%/classes/Db_Prefs.php
18
%%WWWDIR%%/classes/debug.php
42
%%WWWDIR%%/classes/Debug.php
19
%%WWWDIR%%/classes/digest.php
43
%%WWWDIR%%/classes/Digest.php
20
%%WWWDIR%%/classes/diskcache.php
44
%%WWWDIR%%/classes/DiskCache.php
21
%%WWWDIR%%/classes/errors.php
45
%%WWWDIR%%/classes/Errors.php
22
%%WWWDIR%%/classes/feedenclosure.php
46
%%WWWDIR%%/classes/FeedEnclosure.php
23
%%WWWDIR%%/classes/feeditem.php
47
%%WWWDIR%%/classes/FeedItem.php
24
%%WWWDIR%%/classes/feeditem/atom.php
48
%%WWWDIR%%/classes/FeedItem_Atom.php
25
%%WWWDIR%%/classes/feeditem/common.php
49
%%WWWDIR%%/classes/FeedItem_Common.php
26
%%WWWDIR%%/classes/feeditem/rss.php
50
%%WWWDIR%%/classes/FeedItem_RSS.php
27
%%WWWDIR%%/classes/feedparser.php
51
%%WWWDIR%%/classes/FeedParser.php
28
%%WWWDIR%%/classes/feeds.php
52
%%WWWDIR%%/classes/Feeds.php
29
%%WWWDIR%%/classes/handler.php
53
%%WWWDIR%%/classes/Handler.php
30
%%WWWDIR%%/classes/handler/administrative.php
54
%%WWWDIR%%/classes/Handler_Administrative.php
31
%%WWWDIR%%/classes/handler/protected.php
55
%%WWWDIR%%/classes/Handler_Protected.php
32
%%WWWDIR%%/classes/handler/public.php
56
%%WWWDIR%%/classes/Handler_Public.php
33
%%WWWDIR%%/classes/iauthmodule.php
57
%%WWWDIR%%/classes/IAuthModule.php
34
%%WWWDIR%%/classes/ihandler.php
58
%%WWWDIR%%/classes/IAuthModule2.php
35
%%WWWDIR%%/classes/icatchall.php
59
%%WWWDIR%%/classes/ICatchall.php
36
%%WWWDIR%%/classes/ivirtualfeed.php
60
%%WWWDIR%%/classes/IHandler.php
37
%%WWWDIR%%/classes/labels.php
61
%%WWWDIR%%/classes/IVirtualFeed.php
38
%%WWWDIR%%/classes/logger.php
62
%%WWWDIR%%/classes/Labels.php
39
%%WWWDIR%%/classes/logger/adapter.php
63
%%WWWDIR%%/classes/Logger.php
40
%%WWWDIR%%/classes/logger/sql.php
64
%%WWWDIR%%/classes/Logger_Adapter.php
41
%%WWWDIR%%/classes/logger/stdout.php
65
%%WWWDIR%%/classes/Logger_SQL.php
42
%%WWWDIR%%/classes/logger/syslog.php
66
%%WWWDIR%%/classes/Logger_Stdout.php
43
%%WWWDIR%%/classes/mailer.php
67
%%WWWDIR%%/classes/Logger_Syslog.php
44
%%WWWDIR%%/classes/opml.php
68
%%WWWDIR%%/classes/Mailer.php
45
%%WWWDIR%%/classes/plugin.php
69
%%WWWDIR%%/classes/OPML.php
46
%%WWWDIR%%/classes/pluginhandler.php
70
%%WWWDIR%%/classes/Plugin.php
47
%%WWWDIR%%/classes/pluginhost.php
71
%%WWWDIR%%/classes/PluginHandler.php
48
%%WWWDIR%%/classes/pref/feeds.php
72
%%WWWDIR%%/classes/PluginHost.php
49
%%WWWDIR%%/classes/pref/filters.php
73
%%WWWDIR%%/classes/Pref_Feeds.php
50
%%WWWDIR%%/classes/pref/labels.php
74
%%WWWDIR%%/classes/Pref_Filters.php
51
%%WWWDIR%%/classes/pref/prefs.php
75
%%WWWDIR%%/classes/Pref_Labels.php
52
%%WWWDIR%%/classes/pref/system.php
76
%%WWWDIR%%/classes/Pref_Prefs.php
53
%%WWWDIR%%/classes/pref/users.php
77
%%WWWDIR%%/classes/Pref_System.php
54
%%WWWDIR%%/classes/prefs.php
78
%%WWWDIR%%/classes/Pref_Users.php
55
%%WWWDIR%%/classes/rpc.php
79
%%WWWDIR%%/classes/Prefs.php
56
%%WWWDIR%%/classes/rssutils.php
80
%%WWWDIR%%/classes/RPC.php
57
%%WWWDIR%%/classes/sanitizer.php
81
%%WWWDIR%%/classes/RSSUtils.php
58
%%WWWDIR%%/classes/templator.php
82
%%WWWDIR%%/classes/Sanitizer.php
59
%%WWWDIR%%/classes/timehelper.php
83
%%WWWDIR%%/classes/Templator.php
60
%%WWWDIR%%/classes/tracer.php
84
%%WWWDIR%%/classes/TimeHelper.php
61
%%WWWDIR%%/classes/urlhelper.php
85
%%WWWDIR%%/classes/Tracer.php
62
%%WWWDIR%%/classes/userhelper.php
86
%%WWWDIR%%/classes/UrlHelper.php
87
%%WWWDIR%%/classes/UserHelper.php
63
%%WWWDIR%%/composer.json
88
%%WWWDIR%%/composer.json
64
%%WWWDIR%%/composer.lock
89
%%WWWDIR%%/composer.lock
90
%%WWWDIR%%/docker-compose.yml
65
%%WWWDIR%%/feed-icons/index.html
91
%%WWWDIR%%/feed-icons/index.html
66
%%WWWDIR%%/gulpfile.js
92
%%WWWDIR%%/gulpfile.js
67
%%WWWDIR%%/images/blank_icon.gif
93
%%WWWDIR%%/images/blank_icon.gif
Lines 1898-1904 Link Here
1898
%%WWWDIR%%/lib/index.html
1924
%%WWWDIR%%/lib/index.html
1899
%%WWWDIR%%/lib/jimIcon.php
1925
%%WWWDIR%%/lib/jimIcon.php
1900
%%WWWDIR%%/lib/timezones.txt
1926
%%WWWDIR%%/lib/timezones.txt
1901
@comment gettext not needed - see %%WWWDIR%%/lib/gettext/README
1902
%%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.mo
1927
%%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.mo
1903
%%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.po
1928
%%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.po
1904
%%WWWDIR%%/locale/be/LC_MESSAGES/messages.mo
1929
%%WWWDIR%%/locale/be/LC_MESSAGES/messages.mo
Lines 2016-2024 Link Here
2016
%%WWWDIR%%/plugins/toggle_sidebar/init.php
2041
%%WWWDIR%%/plugins/toggle_sidebar/init.php
2017
%%WWWDIR%%/prefs.php
2042
%%WWWDIR%%/prefs.php
2018
%%WWWDIR%%/public.php
2043
%%WWWDIR%%/public.php
2019
%%WWWDIR%%/ttrss_db_check.php
2020
%%WWWDIR%%/schema/ttrss_schema_mysql.sql
2044
%%WWWDIR%%/schema/ttrss_schema_mysql.sql
2021
%%WWWDIR%%/schema/ttrss_schema_pgsql.sql
2045
%%WWWDIR%%/schema/ttrss_schema_pgsql.sql
2046
%%WWWDIR%%/sql/mysql/schema.sql
2022
%%WWWDIR%%/sql/mysql/migrations/3.sql
2047
%%WWWDIR%%/sql/mysql/migrations/3.sql
2023
%%WWWDIR%%/sql/mysql/migrations/4.sql
2048
%%WWWDIR%%/sql/mysql/migrations/4.sql
2024
%%WWWDIR%%/sql/mysql/migrations/5.sql
2049
%%WWWDIR%%/sql/mysql/migrations/5.sql
Lines 2164-2170 Link Here
2164
%%WWWDIR%%/sql/mysql/migrations/145.sql
2189
%%WWWDIR%%/sql/mysql/migrations/145.sql
2165
%%WWWDIR%%/sql/mysql/migrations/146.sql
2190
%%WWWDIR%%/sql/mysql/migrations/146.sql
2166
%%WWWDIR%%/sql/mysql/migrations/147.sql
2191
%%WWWDIR%%/sql/mysql/migrations/147.sql
2167
%%WWWDIR%%/sql/mysql/schema.sql
2192
%%WWWDIR%%/sql/pgsql/schema.sql
2168
%%WWWDIR%%/sql/pgsql/migrations/3.sql
2193
%%WWWDIR%%/sql/pgsql/migrations/3.sql
2169
%%WWWDIR%%/sql/pgsql/migrations/4.sql
2194
%%WWWDIR%%/sql/pgsql/migrations/4.sql
2170
%%WWWDIR%%/sql/pgsql/migrations/5.sql
2195
%%WWWDIR%%/sql/pgsql/migrations/5.sql
Lines 2310-2316 Link Here
2310
%%WWWDIR%%/sql/pgsql/migrations/145.sql
2335
%%WWWDIR%%/sql/pgsql/migrations/145.sql
2311
%%WWWDIR%%/sql/pgsql/migrations/146.sql
2336
%%WWWDIR%%/sql/pgsql/migrations/146.sql
2312
%%WWWDIR%%/sql/pgsql/migrations/147.sql
2337
%%WWWDIR%%/sql/pgsql/migrations/147.sql
2313
%%WWWDIR%%/sql/pgsql/schema.sql
2314
%%WWWDIR%%/templates.local/index.html
2338
%%WWWDIR%%/templates.local/index.html
2315
%%WWWDIR%%/templates/digest_template.txt
2339
%%WWWDIR%%/templates/digest_template.txt
2316
%%WWWDIR%%/templates/digest_template_html.txt
2340
%%WWWDIR%%/templates/digest_template_html.txt
Lines 2320-2327 Link Here
2320
%%WWWDIR%%/templates/otp_disabled_template.txt
2344
%%WWWDIR%%/templates/otp_disabled_template.txt
2321
%%WWWDIR%%/templates/password_change_template.txt
2345
%%WWWDIR%%/templates/password_change_template.txt
2322
%%WWWDIR%%/templates/resetpass_link_template.txt
2346
%%WWWDIR%%/templates/resetpass_link_template.txt
2347
%%WWWDIR%%/tests/ConfigTest.php
2323
%%WWWDIR%%/tests/UrlHelperTest.php
2348
%%WWWDIR%%/tests/UrlHelperTest.php
2324
%%WWWDIR%%/tests/autoload.php
2349
%%WWWDIR%%/tests/autoload.php
2350
%%WWWDIR%%/tests/integration/ApiTest.php
2351
%%WWWDIR%%/tests/integration/SanitizerTest.php
2352
%%WWWDIR%%/tests/integration/selenium_test.py
2325
%%WWWDIR%%/themes/compact.css
2353
%%WWWDIR%%/themes/compact.css
2326
%%WWWDIR%%/themes/compact.less
2354
%%WWWDIR%%/themes/compact.less
2327
%%WWWDIR%%/themes/compact_base.less
2355
%%WWWDIR%%/themes/compact_base.less
Lines 2345-2358 Link Here
2345
%%WWWDIR%%/themes/night_base.less
2373
%%WWWDIR%%/themes/night_base.less
2346
%%WWWDIR%%/themes/night_blue.css
2374
%%WWWDIR%%/themes/night_blue.css
2347
%%WWWDIR%%/themes/night_blue.less
2375
%%WWWDIR%%/themes/night_blue.less
2348
@group %%WWWGRP%%
2376
%%WWWDIR%%/ttrss_db_check.php
2349
@mode ug=rx
2350
%%WWWDIR%%/update.php
2351
%%WWWDIR%%/update_daemon2.php
2352
@group
2353
@mode
2354
%%WWWDIR%%/utils/rebase-translations.sh
2355
%%WWWDIR%%/utils/phpstan-watcher.sh
2377
%%WWWDIR%%/utils/phpstan-watcher.sh
2378
%%WWWDIR%%/utils/phpunit-integration.sh
2379
%%WWWDIR%%/utils/phpunit.sh
2380
%%WWWDIR%%/utils/rebase-translations.sh
2356
%%WWWDIR%%/vendor/autoload.php
2381
%%WWWDIR%%/vendor/autoload.php
2357
%%WWWDIR%%/vendor/beberlei/assert/.github/workflows/ci.yml
2382
%%WWWDIR%%/vendor/beberlei/assert/.github/workflows/ci.yml
2358
%%WWWDIR%%/vendor/beberlei/assert/composer.json
2383
%%WWWDIR%%/vendor/beberlei/assert/composer.json
Lines 2482-2487 Link Here
2482
%%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
2507
%%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
2483
%%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
2508
%%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
2484
%%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
2509
%%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
2510
%%WWWDIR%%/vendor/google/protobuf/README.md
2511
%%WWWDIR%%/vendor/google/protobuf/composer.json
2512
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php
2513
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php
2514
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php
2515
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php
2516
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php
2517
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php
2518
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php
2519
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php
2520
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php
2521
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php
2522
%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php
2523
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Any.php
2524
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Api.php
2525
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/BoolValue.php
2526
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/BytesValue.php
2527
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Descriptor.php
2528
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/DescriptorPool.php
2529
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php
2530
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Duration.php
2531
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Enum.php
2532
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php
2533
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/EnumValue.php
2534
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php
2535
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field.php
2536
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field/Cardinality.php
2537
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field/Kind.php
2538
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php
2539
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/FieldMask.php
2540
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php
2541
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field_Kind.php
2542
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/FloatValue.php
2543
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php
2544
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Int32Value.php
2545
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Int64Value.php
2546
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php
2547
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php
2548
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php
2549
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php
2550
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php
2551
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
2552
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
2553
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
2554
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php
2555
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php
2556
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php
2557
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php
2558
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
2559
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
2560
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php
2561
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php
2562
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
2563
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php
2564
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
2565
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php
2566
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
2567
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php
2568
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php
2569
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
2570
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
2571
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php
2572
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php
2573
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php
2574
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php
2575
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php
2576
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php
2577
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
2578
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php
2579
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
2580
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php
2581
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php
2582
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php
2583
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php
2584
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php
2585
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBType.php
2586
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
2587
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php
2588
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php
2589
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
2590
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
2591
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php
2592
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php
2593
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php
2594
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php
2595
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php
2596
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php
2597
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
2598
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php
2599
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php
2600
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php
2601
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php
2602
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php
2603
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php
2604
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php
2605
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php
2606
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofField.php
2607
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php
2608
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php
2609
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php
2610
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php
2611
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
2612
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php
2613
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php
2614
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
2615
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php
2616
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php
2617
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php
2618
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
2619
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
2620
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/ListValue.php
2621
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Method.php
2622
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Mixin.php
2623
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/NullValue.php
2624
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/OneofDescriptor.php
2625
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Option.php
2626
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/SourceContext.php
2627
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/StringValue.php
2628
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Struct.php
2629
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Syntax.php
2630
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Timestamp.php
2631
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Type.php
2632
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/UInt32Value.php
2633
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/UInt64Value.php
2634
%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Value.php
2635
%%WWWDIR%%/vendor/google/protobuf/src/phpdoc.dist.xml
2636
%%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md
2637
%%WWWDIR%%/vendor/guzzlehttp/guzzle/README.md
2638
%%WWWDIR%%/vendor/guzzlehttp/guzzle/UPGRADING.md
2639
%%WWWDIR%%/vendor/guzzlehttp/guzzle/composer.json
2640
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizer.php
2641
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php
2642
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Client.php
2643
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/ClientInterface.php
2644
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/ClientTrait.php
2645
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
2646
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
2647
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
2648
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
2649
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php
2650
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
2651
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
2652
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php
2653
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
2654
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
2655
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2656
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
2657
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
2658
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2659
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
2660
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
2661
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
2662
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
2663
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
2664
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
2665
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
2666
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
2667
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
2668
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/HandlerStack.php
2669
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/MessageFormatter.php
2670
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php
2671
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Middleware.php
2672
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Pool.php
2673
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
2674
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
2675
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RequestOptions.php
2676
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
2677
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/TransferStats.php
2678
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Utils.php
2679
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions.php
2680
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions_include.php
2681
%%WWWDIR%%/vendor/guzzlehttp/promises/CHANGELOG.md
2682
%%WWWDIR%%/vendor/guzzlehttp/promises/README.md
2683
%%WWWDIR%%/vendor/guzzlehttp/promises/composer.json
2684
%%WWWDIR%%/vendor/guzzlehttp/promises/src/AggregateException.php
2685
%%WWWDIR%%/vendor/guzzlehttp/promises/src/CancellationException.php
2686
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Coroutine.php
2687
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Create.php
2688
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Each.php
2689
%%WWWDIR%%/vendor/guzzlehttp/promises/src/EachPromise.php
2690
%%WWWDIR%%/vendor/guzzlehttp/promises/src/FulfilledPromise.php
2691
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Is.php
2692
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Promise.php
2693
%%WWWDIR%%/vendor/guzzlehttp/promises/src/PromiseInterface.php
2694
%%WWWDIR%%/vendor/guzzlehttp/promises/src/PromisorInterface.php
2695
%%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectedPromise.php
2696
%%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectionException.php
2697
%%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueue.php
2698
%%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
2699
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php
2700
%%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md
2701
%%WWWDIR%%/vendor/guzzlehttp/psr7/README.md
2702
%%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json
2703
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php
2704
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php
2705
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/CachingStream.php
2706
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/DroppingStream.php
2707
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php
2708
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/FnStream.php
2709
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Header.php
2710
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/HttpFactory.php
2711
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/InflateStream.php
2712
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
2713
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LimitStream.php
2714
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Message.php
2715
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MessageTrait.php
2716
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MimeType.php
2717
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MultipartStream.php
2718
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/NoSeekStream.php
2719
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/PumpStream.php
2720
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Query.php
2721
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Request.php
2722
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Response.php
2723
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Rfc7230.php
2724
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/ServerRequest.php
2725
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Stream.php
2726
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
2727
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamWrapper.php
2728
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UploadedFile.php
2729
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Uri.php
2730
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriComparator.php
2731
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriNormalizer.php
2732
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriResolver.php
2733
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Utils.php
2485
%%WWWDIR%%/vendor/j4mie/idiorm/CONTRIBUTING.md
2734
%%WWWDIR%%/vendor/j4mie/idiorm/CONTRIBUTING.md
2486
%%WWWDIR%%/vendor/j4mie/idiorm/README.markdown
2735
%%WWWDIR%%/vendor/j4mie/idiorm/README.markdown
2487
%%WWWDIR%%/vendor/j4mie/idiorm/composer.json
2736
%%WWWDIR%%/vendor/j4mie/idiorm/composer.json
Lines 2498-2638 Link Here
2498
%%WWWDIR%%/vendor/j4mie/idiorm/docs/querying.rst
2747
%%WWWDIR%%/vendor/j4mie/idiorm/docs/querying.rst
2499
%%WWWDIR%%/vendor/j4mie/idiorm/docs/transactions.rst
2748
%%WWWDIR%%/vendor/j4mie/idiorm/docs/transactions.rst
2500
%%WWWDIR%%/vendor/j4mie/idiorm/idiorm.php
2749
%%WWWDIR%%/vendor/j4mie/idiorm/idiorm.php
2501
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/.editorconfig
2502
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/.github/workflows/main.yaml
2503
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/CONTRIBUTING.md
2504
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/README.md
2505
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/composer.json
2506
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/examples/config.php
2507
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/examples/jaeger.php
2508
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist
2509
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/phpunit.xml.dist
2510
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/scripts/thrift-gen.sh
2511
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/AgentClient/HttpAgentClient.php
2512
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/BinaryCodec.php
2513
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/CodecInterface.php
2514
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/CodecUtility.php
2515
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/TextCodec.php
2516
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/ZipkinCodec.php
2517
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Config.php
2518
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Constants.php
2519
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Mapper/SpanToJaegerMapper.php
2520
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/CompositeReporter.php
2521
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/InMemoryReporter.php
2522
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/JaegerReporter.php
2523
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/LoggingReporter.php
2524
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/NullReporter.php
2525
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/RemoteReporter.php
2526
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/ReporterInterface.php
2527
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/AbstractReporterFactory.php
2528
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/JaegerHttpReporterFactory.php
2529
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/JaegerReporterFactory.php
2530
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/ReporterFactoryInterface.php
2531
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/ZipkinReporterFactory.php
2532
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/ConstSampler.php
2533
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/ProbabilisticSampler.php
2534
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/RateLimitingSampler.php
2535
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/SamplerInterface.php
2536
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Scope.php
2537
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ScopeManager.php
2538
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sender/JaegerSender.php
2539
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sender/SenderInterface.php
2540
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sender/UdpSender.php
2541
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Span.php
2542
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/SpanContext.php
2543
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AgentClient.php
2544
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AgentIf.php
2545
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Agent_emitBatch_args.php
2546
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Agent_emitZipkinBatch_args.php
2547
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidatorClient.php
2548
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidatorIf.php
2549
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidator_validateTrace_args.php
2550
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidator_validateTrace_result.php
2551
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestriction.php
2552
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManagerClient.php
2553
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManagerIf.php
2554
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManager_getBaggageRestrictions_args.php
2555
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManager_getBaggageRestrictions_result.php
2556
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependencies.php
2557
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/DependencyClient.php
2558
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/DependencyIf.php
2559
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/DependencyLink.php
2560
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php
2561
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_result.php
2562
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_saveDependencies_args.php
2563
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/OperationSamplingStrategy.php
2564
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/PerOperationSamplingStrategies.php
2565
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/ProbabilisticSamplingStrategy.php
2566
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/RateLimitingSamplingStrategy.php
2567
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManagerClient.php
2568
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManagerIf.php
2569
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManager_getSamplingStrategy_args.php
2570
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManager_getSamplingStrategy_result.php
2571
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingStrategyResponse.php
2572
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingStrategyType.php
2573
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/ValidateTraceResponse.php
2574
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Annotation.php
2575
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/AnnotationType.php
2576
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/BinaryAnnotation.php
2577
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Constant.php
2578
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Endpoint.php
2579
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Response.php
2580
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Span.php
2581
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollectorClient.php
2582
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollectorIf.php
2583
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollector_submitZipkinBatch_args.php
2584
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollector_submitZipkinBatch_result.php
2585
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Batch.php
2586
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/BatchSubmitResponse.php
2587
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/CollectorClient.php
2588
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/CollectorIf.php
2589
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_args.php
2590
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_result.php
2591
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/Downstream.php
2592
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/JoinTraceRequest.php
2593
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/ObservedSpan.php
2594
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/StartTraceRequest.php
2595
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TraceResponse.php
2596
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedServiceClient.php
2597
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedServiceIf.php
2598
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_joinTrace_args.php
2599
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_joinTrace_result.php
2600
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_startTrace_args.php
2601
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_startTrace_result.php
2602
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/Transport.php
2603
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Log.php
2604
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Process.php
2605
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Span.php
2606
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/SpanRef.php
2607
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/SpanRefType.php
2608
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Tag.php
2609
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/TagType.php
2610
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ThriftUdpTransport.php
2611
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Tracer.php
2612
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Util/RateLimiter.php
2613
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Codec/TextCodecTest.php
2614
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Codec/ZipkinCodecTest.php
2615
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ConfigTest.php
2616
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Logger/StackLogger.php
2617
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Mapper/SpanToJaegerMapperTest.php
2618
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/CompositeReporterTest.php
2619
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/InMemoryReporterTest.php
2620
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/LoggingReporterTest.php
2621
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/NullReporterTest.php
2622
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/RemoteReporterTest.php
2623
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sampler/ConstSamplerTest.php
2624
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sampler/ProbablisticSamplerTest.php
2625
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sampler/RateLimitSamplerTest.php
2626
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ScopeManagerTest.php
2627
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ScopeTest.php
2628
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sender/JaegerThriftSenderTest.php
2629
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sender/UdpSenderTest.php
2630
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/SpanContextTest.php
2631
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/SpanTest.php
2632
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ThriftUdpTransportTest.php
2633
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/TracerTest.php
2634
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/README.md
2635
%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/php-test.sh
2636
%%WWWDIR%%/vendor/mervick/material-design-icons/Gruntfile.js
2750
%%WWWDIR%%/vendor/mervick/material-design-icons/Gruntfile.js
2637
%%WWWDIR%%/vendor/mervick/material-design-icons/Gulpfile.js
2751
%%WWWDIR%%/vendor/mervick/material-design-icons/Gulpfile.js
2638
%%WWWDIR%%/vendor/mervick/material-design-icons/README.md
2752
%%WWWDIR%%/vendor/mervick/material-design-icons/README.md
Lines 2960-3061 Link Here
2960
%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php
3074
%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php
2961
%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
3075
%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
2962
%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
3076
%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
2963
%%WWWDIR%%/vendor/opentracing/opentracing/.github/ISSUE_TEMPLATE.md
3077
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Baggage.php
2964
%%WWWDIR%%/vendor/opentracing/opentracing/.github/PULL_REQUEST_TEMPLATE.md
3078
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/BaggageBuilder.php
2965
%%WWWDIR%%/vendor/opentracing/opentracing/.github/workflows/ci.yml
3079
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/BaggageBuilderInterface.php
2966
%%WWWDIR%%/vendor/opentracing/opentracing/CONTRIBUTING.md
3080
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/BaggageInterface.php
2967
%%WWWDIR%%/vendor/opentracing/opentracing/README.md
3081
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Entry.php
2968
%%WWWDIR%%/vendor/opentracing/opentracing/composer.json
3082
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Metadata.php
2969
%%WWWDIR%%/vendor/opentracing/opentracing/phpstan.neon
3083
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/MetadataInterface.php
2970
%%WWWDIR%%/vendor/opentracing/opentracing/phpunit.xml
3084
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php
2971
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Formats.php
3085
%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Propagation/Parser.php
2972
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/GlobalTracer.php
3086
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/ErrorLogWriter.php
2973
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/InvalidReferenceArgumentException.php
3087
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/Formatter.php
2974
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/InvalidReferencesSetException.php
3088
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/LogWriterInterface.php
2975
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/InvalidSpanOptionException.php
3089
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/NoopLogWriter.php
2976
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockScope.php
3090
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/Psr3LogWriter.php
2977
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockScopeManager.php
3091
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/StreamLogWriter.php
2978
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockSpan.php
3092
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriterFactory.php
2979
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockSpanContext.php
3093
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/Logging.php
2980
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockTracer.php
3094
%%WWWDIR%%/vendor/open-telemetry/api/Behavior/LogsMessagesTrait.php
2981
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopScope.php
3095
%%WWWDIR%%/vendor/open-telemetry/api/Globals.php
2982
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopScopeManager.php
3096
%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/CachedInstrumentation.php
2983
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopSpan.php
3097
%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/ConfigurationResolver.php
2984
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopSpanContext.php
3098
%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/ConfigurationResolverInterface.php
2985
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopTracer.php
3099
%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/Configurator.php
2986
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Reference.php
3100
%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/ContextKeys.php
2987
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Scope.php
3101
%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/InstrumentationInterface.php
2988
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/ScopeManager.php
3102
%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/InstrumentationTrait.php
2989
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Span.php
3103
%%WWWDIR%%/vendor/open-telemetry/api/LoggerHolder.php
2990
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/SpanContext.php
3104
%%WWWDIR%%/vendor/open-telemetry/api/Logs/EventLogger.php
2991
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/StartSpanOptions.php
3105
%%WWWDIR%%/vendor/open-telemetry/api/Logs/EventLoggerInterface.php
2992
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Tags.php
3106
%%WWWDIR%%/vendor/open-telemetry/api/Logs/LogRecord.php
2993
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Tracer.php
3107
%%WWWDIR%%/vendor/open-telemetry/api/Logs/LoggerInterface.php
2994
%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/UnsupportedFormatException.php
3108
%%WWWDIR%%/vendor/open-telemetry/api/Logs/LoggerProviderInterface.php
2995
%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockScopeManagerTest.php
3109
%%WWWDIR%%/vendor/open-telemetry/api/Logs/Map/Psr3.php
2996
%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockSpanContextTest.php
3110
%%WWWDIR%%/vendor/open-telemetry/api/Logs/NoopLogger.php
2997
%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockSpanTest.php
3111
%%WWWDIR%%/vendor/open-telemetry/api/Logs/NoopLoggerProvider.php
2998
%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockTracerTest.php
3112
%%WWWDIR%%/vendor/open-telemetry/api/Logs/README.md
2999
%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/ReferenceTest.php
3113
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/CounterInterface.php
3000
%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/StartSpanOptionsTest.php
3114
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/HistogramInterface.php
3001
%%WWWDIR%%/vendor/packaged/thrift/README.md
3115
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/MeterInterface.php
3002
%%WWWDIR%%/vendor/packaged/thrift/composer.json
3116
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/MeterProviderInterface.php
3003
%%WWWDIR%%/vendor/packaged/thrift/src/Base/TBase.php
3117
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopCounter.php
3004
%%WWWDIR%%/vendor/packaged/thrift/src/ClassLoader/ThriftClassLoader.php
3118
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopHistogram.php
3005
%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TApplicationException.php
3119
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopMeter.php
3006
%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TException.php
3120
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopMeterProvider.php
3007
%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TProtocolException.php
3121
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableCallback.php
3008
%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TTransportException.php
3122
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableCounter.php
3009
%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TBinaryProtocolFactory.php
3123
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableGauge.php
3010
%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TCompactProtocolFactory.php
3124
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableUpDownCounter.php
3011
%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TJSONProtocolFactory.php
3125
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopUpDownCounter.php
3012
%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TProtocolFactory.php
3126
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableCallbackInterface.php
3013
%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TStringFuncFactory.php
3127
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableCounterInterface.php
3014
%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TTransportFactory.php
3128
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableGaugeInterface.php
3015
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/BaseContext.php
3129
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableUpDownCounterInterface.php
3016
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/ListContext.php
3130
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObserverInterface.php
3017
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/LookaheadReader.php
3131
%%WWWDIR%%/vendor/open-telemetry/api/Metrics/UpDownCounterInterface.php
3018
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/PairContext.php
3132
%%WWWDIR%%/vendor/open-telemetry/api/README.md
3019
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/CollectionMapKeyException.php
3133
%%WWWDIR%%/vendor/open-telemetry/api/Signals.php
3020
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/Context.php
3134
%%WWWDIR%%/vendor/open-telemetry/api/Trace/NonRecordingSpan.php
3021
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/ListContext.php
3135
%%WWWDIR%%/vendor/open-telemetry/api/Trace/NoopSpanBuilder.php
3022
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/MapContext.php
3136
%%WWWDIR%%/vendor/open-telemetry/api/Trace/NoopTracer.php
3023
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/StructContext.php
3137
%%WWWDIR%%/vendor/open-telemetry/api/Trace/NoopTracerProvider.php
3024
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TBinaryProtocol.php
3138
%%WWWDIR%%/vendor/open-telemetry/api/Trace/Propagation/TraceContextPropagator.php
3025
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TBinaryProtocolAccelerated.php
3139
%%WWWDIR%%/vendor/open-telemetry/api/Trace/Propagation/TraceContextValidator.php
3026
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TCompactProtocol.php
3140
%%WWWDIR%%/vendor/open-telemetry/api/Trace/Span.php
3027
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TJSONProtocol.php
3141
%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanBuilderInterface.php
3028
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TMultiplexedProtocol.php
3142
%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanContext.php
3029
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TProtocol.php
3143
%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanContextInterface.php
3030
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TProtocolDecorator.php
3144
%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanContextValidator.php
3031
%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TSimpleJSONProtocol.php
3145
%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanInterface.php
3032
%%WWWDIR%%/vendor/packaged/thrift/src/Serializer/TBinarySerializer.php
3146
%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanKind.php
3033
%%WWWDIR%%/vendor/packaged/thrift/src/Server/TForkingServer.php
3147
%%WWWDIR%%/vendor/open-telemetry/api/Trace/StatusCode.php
3034
%%WWWDIR%%/vendor/packaged/thrift/src/Server/TSSLServerSocket.php
3148
%%WWWDIR%%/vendor/open-telemetry/api/Trace/TraceFlags.php
3035
%%WWWDIR%%/vendor/packaged/thrift/src/Server/TServer.php
3149
%%WWWDIR%%/vendor/open-telemetry/api/Trace/TraceState.php
3036
%%WWWDIR%%/vendor/packaged/thrift/src/Server/TServerSocket.php
3150
%%WWWDIR%%/vendor/open-telemetry/api/Trace/TraceStateInterface.php
3037
%%WWWDIR%%/vendor/packaged/thrift/src/Server/TServerTransport.php
3151
%%WWWDIR%%/vendor/open-telemetry/api/Trace/TracerInterface.php
3038
%%WWWDIR%%/vendor/packaged/thrift/src/Server/TSimpleServer.php
3152
%%WWWDIR%%/vendor/open-telemetry/api/Trace/TracerProviderInterface.php
3039
%%WWWDIR%%/vendor/packaged/thrift/src/StoredMessageProtocol.php
3153
%%WWWDIR%%/vendor/open-telemetry/api/Trace/functions.php
3040
%%WWWDIR%%/vendor/packaged/thrift/src/StringFunc/Core.php
3154
%%WWWDIR%%/vendor/open-telemetry/api/composer.json
3041
%%WWWDIR%%/vendor/packaged/thrift/src/StringFunc/Mbstring.php
3155
%%WWWDIR%%/vendor/open-telemetry/context/Context.php
3042
%%WWWDIR%%/vendor/packaged/thrift/src/StringFunc/TStringFunc.php
3156
%%WWWDIR%%/vendor/open-telemetry/context/ContextInterface.php
3043
%%WWWDIR%%/vendor/packaged/thrift/src/TMultiplexedProcessor.php
3157
%%WWWDIR%%/vendor/open-telemetry/context/ContextKey.php
3044
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TBufferedTransport.php
3158
%%WWWDIR%%/vendor/open-telemetry/context/ContextKeyInterface.php
3045
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TCurlClient.php
3159
%%WWWDIR%%/vendor/open-telemetry/context/ContextKeys.php
3046
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TFramedTransport.php
3160
%%WWWDIR%%/vendor/open-telemetry/context/ContextStorage.php
3047
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/THttpClient.php
3161
%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageHead.php
3048
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TMemoryBuffer.php
3162
%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageInterface.php
3049
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TNullTransport.php
3163
%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageNode.php
3050
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TPhpStream.php
3164
%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageScopeInterface.php
3051
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TSSLSocket.php
3165
%%WWWDIR%%/vendor/open-telemetry/context/DebugScope.php
3052
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TSocket.php
3166
%%WWWDIR%%/vendor/open-telemetry/context/ExecutionContextAwareInterface.php
3053
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TSocketPool.php
3167
%%WWWDIR%%/vendor/open-telemetry/context/FiberBoundContextStorage.php
3054
%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TTransport.php
3168
%%WWWDIR%%/vendor/open-telemetry/context/FiberBoundContextStorageScope.php
3055
%%WWWDIR%%/vendor/packaged/thrift/src/Type/TConstant.php
3169
%%WWWDIR%%/vendor/open-telemetry/context/ImplicitContextKeyedInterface.php
3056
%%WWWDIR%%/vendor/packaged/thrift/src/Type/TMessageType.php
3170
%%WWWDIR%%/vendor/open-telemetry/context/Propagation/ArrayAccessGetterSetter.php
3057
%%WWWDIR%%/vendor/packaged/thrift/src/Type/TType.php
3171
%%WWWDIR%%/vendor/open-telemetry/context/Propagation/MultiTextMapPropagator.php
3058
%%WWWDIR%%/vendor/packaged/thrift/update.sh
3172
%%WWWDIR%%/vendor/open-telemetry/context/Propagation/NoopTextMapPropagator.php
3173
%%WWWDIR%%/vendor/open-telemetry/context/Propagation/PropagationGetterInterface.php
3174
%%WWWDIR%%/vendor/open-telemetry/context/Propagation/PropagationSetterInterface.php
3175
%%WWWDIR%%/vendor/open-telemetry/context/Propagation/SanitizeCombinedHeadersPropagationGetter.php
3176
%%WWWDIR%%/vendor/open-telemetry/context/Propagation/TextMapPropagatorInterface.php
3177
%%WWWDIR%%/vendor/open-telemetry/context/README.md
3178
%%WWWDIR%%/vendor/open-telemetry/context/ScopeInterface.php
3179
%%WWWDIR%%/vendor/open-telemetry/context/ZendObserverFiber.php
3180
%%WWWDIR%%/vendor/open-telemetry/context/composer.json
3181
%%WWWDIR%%/vendor/open-telemetry/context/fiber/initialize_fiber_handler.php
3182
%%WWWDIR%%/vendor/open-telemetry/context/fiber/zend_observer_fiber.h
3183
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/AttributesConverter.php
3184
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/ContentTypes.php
3185
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/HttpEndpointResolver.php
3186
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/HttpEndpointResolverInterface.php
3187
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/LogsConverter.php
3188
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/LogsExporter.php
3189
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/LogsExporterFactory.php
3190
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/MetricConverter.php
3191
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/MetricExporter.php
3192
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/MetricExporterFactory.php
3193
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/OtlpHttpTransportFactory.php
3194
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/OtlpUtil.php
3195
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/ProtobufSerializer.php
3196
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/Protocols.php
3197
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/README.md
3198
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/SpanConverter.php
3199
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/SpanExporter.php
3200
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/SpanExporterFactory.php
3201
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/_register.php
3202
%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/composer.json
3203
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Collector/Logs/V1/LogsService.php
3204
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Collector/Metrics/V1/MetricsService.php
3205
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Collector/Trace/V1/TraceService.php
3206
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Common/V1/Common.php
3207
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Logs/V1/Logs.php
3208
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Metrics/Experimental/MetricsConfigService.php
3209
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Metrics/V1/Metrics.php
3210
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Resource/V1/Resource.php
3211
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Trace/V1/Trace.php
3212
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Trace/V1/TraceConfig.php
3213
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsPartialSuccess.php
3214
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsServiceRequest.php
3215
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsServiceResponse.php
3216
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/LogsServiceClient.php
3217
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsPartialSuccess.php
3218
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsServiceRequest.php
3219
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsServiceResponse.php
3220
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/MetricsServiceClient.php
3221
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTracePartialSuccess.php
3222
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTraceServiceRequest.php
3223
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTraceServiceResponse.php
3224
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/TraceServiceClient.php
3225
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/AnyValue.php
3226
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/ArrayValue.php
3227
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationLibrary.php
3228
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationScope.php
3229
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/KeyValue.php
3230
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/KeyValueList.php
3231
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/StringKeyValue.php
3232
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/InstrumentationLibraryLogs.php
3233
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecord.php
3234
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecordFlags.php
3235
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogsData.php
3236
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ResourceLogs.php
3237
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ScopeLogs.php
3238
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/SeverityNumber.php
3239
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigRequest.php
3240
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse.php
3241
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule.php
3242
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule/Pattern.php
3243
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse_Schedule.php
3244
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse_Schedule_Pattern.php
3245
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/AggregationTemporality.php
3246
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/DataPointFlags.php
3247
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Exemplar.php
3248
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogram.php
3249
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint.php
3250
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint/Buckets.php
3251
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint_Buckets.php
3252
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Gauge.php
3253
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Histogram.php
3254
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/HistogramDataPoint.php
3255
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/InstrumentationLibraryMetrics.php
3256
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntDataPoint.php
3257
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntExemplar.php
3258
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntGauge.php
3259
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogram.php
3260
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogramDataPoint.php
3261
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntSum.php
3262
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Metric.php
3263
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/MetricsData.php
3264
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/NumberDataPoint.php
3265
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ResourceMetrics.php
3266
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ScopeMetrics.php
3267
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Sum.php
3268
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Summary.php
3269
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint.php
3270
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint/ValueAtQuantile.php
3271
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint_ValueAtQuantile.php
3272
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Resource/V1/Resource.php
3273
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler.php
3274
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler/ConstantDecision.php
3275
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler_ConstantDecision.php
3276
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/InstrumentationLibrarySpans.php
3277
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/RateLimitingSampler.php
3278
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ResourceSpans.php
3279
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ScopeSpans.php
3280
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
3281
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Event.php
3282
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php
3283
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/SpanKind.php
3284
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span_Event.php
3285
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span_Link.php
3286
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span_SpanKind.php
3287
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status.php
3288
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status/DeprecatedStatusCode.php
3289
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status/StatusCode.php
3290
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status_DeprecatedStatusCode.php
3291
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status_StatusCode.php
3292
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/TraceConfig.php
3293
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/TraceIdRatioBased.php
3294
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/TracesData.php
3295
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/README.md
3296
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/VERSION
3297
%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/composer.json
3298
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/DependencyResolver.php
3299
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/HttpPlugClientResolver.php
3300
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/MessageFactoryResolver.php
3301
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/PsrClientResolver.php
3302
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributeValidator.php
3303
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributeValidatorInterface.php
3304
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/Attributes.php
3305
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesBuilder.php
3306
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesBuilderInterface.php
3307
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesFactory.php
3308
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesFactoryInterface.php
3309
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesInterface.php
3310
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/FilteredAttributesBuilder.php
3311
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/FilteredAttributesFactory.php
3312
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/LogRecordAttributeValidator.php
3313
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Configuration.php
3314
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Defaults.php
3315
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/KnownValues.php
3316
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/BooleanParser.php
3317
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/ListParser.php
3318
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/MapParser.php
3319
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/RatioParser.php
3320
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/CompositeResolver.php
3321
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/EnvironmentResolver.php
3322
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/PhpIniAccessor.php
3323
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/PhpIniResolver.php
3324
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/ResolverInterface.php
3325
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/ValueTypes.php
3326
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/VariableTypes.php
3327
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Variables.php
3328
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Dev/Compatibility/README.md
3329
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Dev/Compatibility/Util.php
3330
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Dev/Compatibility/_load.php
3331
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Exception/StackTraceFormatter.php
3332
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Http/PsrTransport.php
3333
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Http/PsrTransportFactory.php
3334
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Http/PsrUtils.php
3335
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Stream/StreamTransport.php
3336
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Stream/StreamTransportFactory.php
3337
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/TransportFactoryInterface.php
3338
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/TransportInterface.php
3339
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/CancellationInterface.php
3340
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/CompletedFuture.php
3341
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/ErrorFuture.php
3342
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/FutureInterface.php
3343
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/NullCancellation.php
3344
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/DependencyResolverInterface.php
3345
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/HttpPlug/Client/ResolverInterface.php
3346
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Client/ResolverInterface.php
3347
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Message/FactoryResolverInterface.php
3348
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Message/MessageFactory.php
3349
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Message/MessageFactoryInterface.php
3350
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScope.php
3351
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeFactory.php
3352
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeFactoryInterface.php
3353
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeInterface.php
3354
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/ClockFactory.php
3355
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/ClockFactoryInterface.php
3356
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/ClockInterface.php
3357
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatch.php
3358
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatchFactory.php
3359
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatchFactoryInterface.php
3360
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatchInterface.php
3361
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/SystemClock.php
3362
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/Util.php
3363
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/ClassConstantAccessor.php
3364
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/ShutdownHandler.php
3365
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/WeakMap.php
3366
%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/functions.php
3367
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/ConsoleExporter.php
3368
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/ConsoleExporterFactory.php
3369
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/InMemoryExporter.php
3370
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/InMemoryExporterFactory.php
3371
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/NoopExporter.php
3372
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/_register.php
3373
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/ExporterFactory.php
3374
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordExporterFactoryInterface.php
3375
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordExporterInterface.php
3376
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordLimits.php
3377
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordLimitsBuilder.php
3378
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordProcessorFactory.php
3379
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordProcessorInterface.php
3380
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Logger.php
3381
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProvider.php
3382
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProviderBuilder.php
3383
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProviderFactory.php
3384
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProviderInterface.php
3385
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerSharedState.php
3386
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/NoopLoggerProvider.php
3387
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/BatchLogRecordProcessor.php
3388
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/MultiLogRecordProcessor.php
3389
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/NoopLogRecordProcessor.php
3390
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/SimpleLogRecordProcessor.php
3391
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/PsrSeverityMapperInterface.php
3392
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/ReadWriteLogRecord.php
3393
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/ReadableLogRecord.php
3394
%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/SimplePsrFileLogger.php
3395
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/ExplicitBucketHistogramAggregation.php
3396
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/ExplicitBucketHistogramSummary.php
3397
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/LastValueAggregation.php
3398
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/LastValueSummary.php
3399
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/SumAggregation.php
3400
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/SumSummary.php
3401
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AggregationInterface.php
3402
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AggregationTemporalitySelectorInterface.php
3403
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AttributeProcessor/FilteredAttributeProcessor.php
3404
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AttributeProcessor/IdentityAttributeProcessor.php
3405
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AttributeProcessorInterface.php
3406
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Counter.php
3407
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/DataInterface.php
3408
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Exemplar.php
3409
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Gauge.php
3410
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Histogram.php
3411
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/HistogramDataPoint.php
3412
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Metric.php
3413
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/NumberDataPoint.php
3414
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Sum.php
3415
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Temporality.php
3416
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/DefaultAggregationProviderInterface.php
3417
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/DefaultAggregationProviderTrait.php
3418
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/BucketEntry.php
3419
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/BucketStorage.php
3420
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilter/AllExemplarFilter.php
3421
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilter/NoneExemplarFilter.php
3422
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilter/WithSampledTraceExemplarFilter.php
3423
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilterInterface.php
3424
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarReservoirInterface.php
3425
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/FilteredReservoir.php
3426
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/FixedSizeReservoir.php
3427
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/HistogramBucketReservoir.php
3428
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/NoopReservoir.php
3429
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Histogram.php
3430
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Instrument.php
3431
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/InstrumentType.php
3432
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Meter.php
3433
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterInstruments.php
3434
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProvider.php
3435
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProviderBuilder.php
3436
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProviderFactory.php
3437
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProviderInterface.php
3438
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporter.php
3439
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporterFactory.php
3440
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporter.php
3441
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporterFactory.php
3442
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/NoopMetricExporter.php
3443
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/NoopMetricExporterFactory.php
3444
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/_register.php
3445
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporterFactoryInterface.php
3446
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporterInterface.php
3447
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamFactory.php
3448
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamMetricSource.php
3449
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamMetricSourceProvider.php
3450
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactoryInterface.php
3451
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricMetadataInterface.php
3452
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricReader/ExportingReader.php
3453
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricReaderInterface.php
3454
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistration/MultiRegistryRegistration.php
3455
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistration/RegistryRegistration.php
3456
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistrationInterface.php
3457
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricCollectorInterface.php
3458
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricRegistry.php
3459
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricRegistryInterface.php
3460
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricWriterInterface.php
3461
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MultiObserver.php
3462
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/NoopObserver.php
3463
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricSourceInterface.php
3464
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricSourceProviderInterface.php
3465
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricSourceRegistryInterface.php
3466
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/NoopMeterProvider.php
3467
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableCallback.php
3468
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableCallbackDestructor.php
3469
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableCounter.php
3470
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableGauge.php
3471
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableInstrumentTrait.php
3472
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableUpDownCounter.php
3473
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/PushMetricExporterInterface.php
3474
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ReferenceCounterInterface.php
3475
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/DelayedStalenessHandler.php
3476
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/DelayedStalenessHandlerFactory.php
3477
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/ImmediateStalenessHandler.php
3478
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/ImmediateStalenessHandlerFactory.php
3479
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/NoopStalenessHandler.php
3480
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/NoopStalenessHandlerFactory.php
3481
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandlerFactoryInterface.php
3482
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandlerInterface.php
3483
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/AsynchronousMetricStream.php
3484
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/Delta.php
3485
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/DeltaStorage.php
3486
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/Metric.php
3487
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregator.php
3488
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregatorFactory.php
3489
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregatorFactoryInterface.php
3490
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregatorInterface.php
3491
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricCollectorInterface.php
3492
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricStreamInterface.php
3493
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/SynchronousMetricStream.php
3494
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/WritableMetricStreamInterface.php
3495
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/UpDownCounter.php
3496
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/CriteriaViewRegistry.php
3497
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/AllCriteria.php
3498
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentNameCriteria.php
3499
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentTypeCriteria.php
3500
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentationScopeNameCriteria.php
3501
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentationScopeSchemaUrlCriteria.php
3502
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentationScopeVersionCriteria.php
3503
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteriaInterface.php
3504
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/ViewTemplate.php
3505
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ViewProjection.php
3506
%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ViewRegistryInterface.php
3507
%%WWWDIR%%/vendor/open-telemetry/sdk/Propagation/PropagatorFactory.php
3508
%%WWWDIR%%/vendor/open-telemetry/sdk/Propagation/_register.php
3509
%%WWWDIR%%/vendor/open-telemetry/sdk/README.md
3510
%%WWWDIR%%/vendor/open-telemetry/sdk/Registry.php
3511
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Composer.php
3512
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Composite.php
3513
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Constant.php
3514
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Environment.php
3515
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Host.php
3516
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/OperatingSystem.php
3517
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Process.php
3518
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/ProcessRuntime.php
3519
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Sdk.php
3520
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/SdkProvided.php
3521
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/ResourceDetectorInterface.php
3522
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/ResourceInfo.php
3523
%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/ResourceInfoFactory.php
3524
%%WWWDIR%%/vendor/open-telemetry/sdk/Sdk.php
3525
%%WWWDIR%%/vendor/open-telemetry/sdk/SdkAutoloader.php
3526
%%WWWDIR%%/vendor/open-telemetry/sdk/SdkBuilder.php
3527
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/LoggerAwareTrait.php
3528
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/SpanExporterDecoratorTrait.php
3529
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/SpanExporterTrait.php
3530
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/UsesSpanConverterTrait.php
3531
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Event.php
3532
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/EventInterface.php
3533
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ExporterFactory.php
3534
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/IdGeneratorInterface.php
3535
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ImmutableSpan.php
3536
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Link.php
3537
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/LinkInterface.php
3538
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/NoopTracerProvider.php
3539
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/RandomIdGenerator.php
3540
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ReadWriteSpanInterface.php
3541
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ReadableSpanInterface.php
3542
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/AlwaysOffSampler.php
3543
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/AlwaysOnSampler.php
3544
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/ParentBased.php
3545
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/TraceIdRatioBasedSampler.php
3546
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SamplerFactory.php
3547
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SamplerInterface.php
3548
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SamplingResult.php
3549
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Span.php
3550
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanBuilder.php
3551
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanConverterInterface.php
3552
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanDataInterface.php
3553
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/AbstractDecorator.php
3554
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/ConsoleSpanExporter.php
3555
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/ConsoleSpanExporterFactory.php
3556
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/FriendlySpanConverter.php
3557
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/InMemoryExporter.php
3558
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/InMemorySpanExporterFactory.php
3559
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/LoggerDecorator.php
3560
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/LoggerExporter.php
3561
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/NullSpanConverter.php
3562
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/SpanExporterFactoryInterface.php
3563
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/_register.php
3564
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporterInterface.php
3565
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanLimits.php
3566
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanLimitsBuilder.php
3567
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/BatchSpanProcessor.php
3568
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/BatchSpanProcessorBuilder.php
3569
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/MultiSpanProcessor.php
3570
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/NoopSpanProcessor.php
3571
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/SimpleSpanProcessor.php
3572
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessorFactory.php
3573
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessorInterface.php
3574
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/StatusData.php
3575
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/StatusDataInterface.php
3576
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Tracer.php
3577
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProvider.php
3578
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProviderBuilder.php
3579
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProviderFactory.php
3580
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProviderInterface.php
3581
%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerSharedState.php
3582
%%WWWDIR%%/vendor/open-telemetry/sdk/_autoload.php
3583
%%WWWDIR%%/vendor/open-telemetry/sdk/composer.json
3584
%%WWWDIR%%/vendor/open-telemetry/sem-conv/README.md
3585
%%WWWDIR%%/vendor/open-telemetry/sem-conv/ResourceAttributes.php
3586
%%WWWDIR%%/vendor/open-telemetry/sem-conv/TraceAttributes.php
3587
%%WWWDIR%%/vendor/open-telemetry/sem-conv/composer.json
3059
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/LICENSE.txt
3588
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/LICENSE.txt
3060
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/README.md
3589
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/README.md
3061
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/composer.json
3590
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/composer.json
Lines 3148-3153 Link Here
3148
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php
3677
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php
3149
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php
3678
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php
3150
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php
3679
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php
3680
%%WWWDIR%%/vendor/php-http/discovery/.php-cs-fixer.php
3681
%%WWWDIR%%/vendor/php-http/discovery/CHANGELOG.md
3682
%%WWWDIR%%/vendor/php-http/discovery/README.md
3683
%%WWWDIR%%/vendor/php-http/discovery/composer.json
3684
%%WWWDIR%%/vendor/php-http/discovery/src/ClassDiscovery.php
3685
%%WWWDIR%%/vendor/php-http/discovery/src/Composer/Plugin.php
3686
%%WWWDIR%%/vendor/php-http/discovery/src/Exception.php
3687
%%WWWDIR%%/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php
3688
%%WWWDIR%%/vendor/php-http/discovery/src/Exception/DiscoveryFailedException.php
3689
%%WWWDIR%%/vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php
3690
%%WWWDIR%%/vendor/php-http/discovery/src/Exception/NotFoundException.php
3691
%%WWWDIR%%/vendor/php-http/discovery/src/Exception/PuliUnavailableException.php
3692
%%WWWDIR%%/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php
3693
%%WWWDIR%%/vendor/php-http/discovery/src/HttpAsyncClientDiscovery.php
3694
%%WWWDIR%%/vendor/php-http/discovery/src/HttpClientDiscovery.php
3695
%%WWWDIR%%/vendor/php-http/discovery/src/MessageFactoryDiscovery.php
3696
%%WWWDIR%%/vendor/php-http/discovery/src/NotFoundException.php
3697
%%WWWDIR%%/vendor/php-http/discovery/src/Psr17Factory.php
3698
%%WWWDIR%%/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php
3699
%%WWWDIR%%/vendor/php-http/discovery/src/Psr18Client.php
3700
%%WWWDIR%%/vendor/php-http/discovery/src/Psr18ClientDiscovery.php
3701
%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/CommonClassesStrategy.php
3702
%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php
3703
%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php
3704
%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/MockClientStrategy.php
3705
%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/PuliBetaStrategy.php
3706
%%WWWDIR%%/vendor/php-http/discovery/src/StreamFactoryDiscovery.php
3707
%%WWWDIR%%/vendor/php-http/discovery/src/UriFactoryDiscovery.php
3708
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/CHANGELOG.md
3709
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/README.md
3710
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/composer.json
3711
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/phpstan.neon.dist
3712
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/psalm.baseline.xml
3713
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/psalm.xml
3714
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Client.php
3715
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Exception/UnexpectedValueException.php
3716
%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Promise.php
3717
%%WWWDIR%%/vendor/php-http/httplug/.php-cs-fixer.dist.php
3718
%%WWWDIR%%/vendor/php-http/httplug/CHANGELOG.md
3719
%%WWWDIR%%/vendor/php-http/httplug/README.md
3720
%%WWWDIR%%/vendor/php-http/httplug/composer.json
3721
%%WWWDIR%%/vendor/php-http/httplug/puli.json
3722
%%WWWDIR%%/vendor/php-http/httplug/src/Exception.php
3723
%%WWWDIR%%/vendor/php-http/httplug/src/Exception/HttpException.php
3724
%%WWWDIR%%/vendor/php-http/httplug/src/Exception/NetworkException.php
3725
%%WWWDIR%%/vendor/php-http/httplug/src/Exception/RequestAwareTrait.php
3726
%%WWWDIR%%/vendor/php-http/httplug/src/Exception/RequestException.php
3727
%%WWWDIR%%/vendor/php-http/httplug/src/Exception/TransferException.php
3728
%%WWWDIR%%/vendor/php-http/httplug/src/HttpAsyncClient.php
3729
%%WWWDIR%%/vendor/php-http/httplug/src/HttpClient.php
3730
%%WWWDIR%%/vendor/php-http/httplug/src/Promise/HttpFulfilledPromise.php
3731
%%WWWDIR%%/vendor/php-http/httplug/src/Promise/HttpRejectedPromise.php
3732
%%WWWDIR%%/vendor/php-http/promise/CHANGELOG.md
3733
%%WWWDIR%%/vendor/php-http/promise/README.md
3734
%%WWWDIR%%/vendor/php-http/promise/composer.json
3735
%%WWWDIR%%/vendor/php-http/promise/src/FulfilledPromise.php
3736
%%WWWDIR%%/vendor/php-http/promise/src/Promise.php
3737
%%WWWDIR%%/vendor/php-http/promise/src/RejectedPromise.php
3151
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/dependabot.yml
3738
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/dependabot.yml
3152
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/workflows/push.yml
3739
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/workflows/push.yml
3153
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/README.md
3740
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/README.md
Lines 3867-3880 Link Here
3867
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php
4454
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php
3868
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/Xml/Validator.php
4455
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/Xml/Validator.php
3869
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php
4456
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php
3870
%%WWWDIR%%/vendor/psr/cache/CHANGELOG.md
4457
%%WWWDIR%%/vendor/psr/http-client/CHANGELOG.md
3871
%%WWWDIR%%/vendor/psr/cache/LICENSE.txt
4458
%%WWWDIR%%/vendor/psr/http-client/README.md
3872
%%WWWDIR%%/vendor/psr/cache/README.md
4459
%%WWWDIR%%/vendor/psr/http-client/composer.json
3873
%%WWWDIR%%/vendor/psr/cache/composer.json
4460
%%WWWDIR%%/vendor/psr/http-client/src/ClientExceptionInterface.php
3874
%%WWWDIR%%/vendor/psr/cache/src/CacheException.php
4461
%%WWWDIR%%/vendor/psr/http-client/src/ClientInterface.php
3875
%%WWWDIR%%/vendor/psr/cache/src/CacheItemInterface.php
4462
%%WWWDIR%%/vendor/psr/http-client/src/NetworkExceptionInterface.php
3876
%%WWWDIR%%/vendor/psr/cache/src/CacheItemPoolInterface.php
4463
%%WWWDIR%%/vendor/psr/http-client/src/RequestExceptionInterface.php
3877
%%WWWDIR%%/vendor/psr/cache/src/InvalidArgumentException.php
4464
%%WWWDIR%%/vendor/psr/http-factory/README.md
4465
%%WWWDIR%%/vendor/psr/http-factory/composer.json
4466
%%WWWDIR%%/vendor/psr/http-factory/src/RequestFactoryInterface.php
4467
%%WWWDIR%%/vendor/psr/http-factory/src/ResponseFactoryInterface.php
4468
%%WWWDIR%%/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php
4469
%%WWWDIR%%/vendor/psr/http-factory/src/StreamFactoryInterface.php
4470
%%WWWDIR%%/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
4471
%%WWWDIR%%/vendor/psr/http-factory/src/UriFactoryInterface.php
4472
%%WWWDIR%%/vendor/psr/http-message/CHANGELOG.md
4473
%%WWWDIR%%/vendor/psr/http-message/README.md
4474
%%WWWDIR%%/vendor/psr/http-message/composer.json
4475
%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Interfaces.md
4476
%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Usage.md
4477
%%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php
4478
%%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php
4479
%%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php
4480
%%WWWDIR%%/vendor/psr/http-message/src/ServerRequestInterface.php
4481
%%WWWDIR%%/vendor/psr/http-message/src/StreamInterface.php
4482
%%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php
4483
%%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php
3878
%%WWWDIR%%/vendor/psr/log/README.md
4484
%%WWWDIR%%/vendor/psr/log/README.md
3879
%%WWWDIR%%/vendor/psr/log/composer.json
4485
%%WWWDIR%%/vendor/psr/log/composer.json
3880
%%WWWDIR%%/vendor/psr/log/src/AbstractLogger.php
4486
%%WWWDIR%%/vendor/psr/log/src/AbstractLogger.php
Lines 3885-3890 Link Here
3885
%%WWWDIR%%/vendor/psr/log/src/LoggerInterface.php
4491
%%WWWDIR%%/vendor/psr/log/src/LoggerInterface.php
3886
%%WWWDIR%%/vendor/psr/log/src/LoggerTrait.php
4492
%%WWWDIR%%/vendor/psr/log/src/LoggerTrait.php
3887
%%WWWDIR%%/vendor/psr/log/src/NullLogger.php
4493
%%WWWDIR%%/vendor/psr/log/src/NullLogger.php
4494
%%WWWDIR%%/vendor/ralouphie/getallheaders/README.md
4495
%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json
4496
%%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php
3888
%%WWWDIR%%/vendor/sebastian/cli-parser/ChangeLog.md
4497
%%WWWDIR%%/vendor/sebastian/cli-parser/ChangeLog.md
3889
%%WWWDIR%%/vendor/sebastian/cli-parser/README.md
4498
%%WWWDIR%%/vendor/sebastian/cli-parser/README.md
3890
%%WWWDIR%%/vendor/sebastian/cli-parser/composer.json
4499
%%WWWDIR%%/vendor/sebastian/cli-parser/composer.json
Lines 4057-4062 Link Here
4057
%%WWWDIR%%/vendor/sebastian/version/README.md
4666
%%WWWDIR%%/vendor/sebastian/version/README.md
4058
%%WWWDIR%%/vendor/sebastian/version/composer.json
4667
%%WWWDIR%%/vendor/sebastian/version/composer.json
4059
%%WWWDIR%%/vendor/sebastian/version/src/Version.php
4668
%%WWWDIR%%/vendor/sebastian/version/src/Version.php
4669
%%WWWDIR%%/vendor/soundasleep/html2text/.editorconfig
4670
%%WWWDIR%%/vendor/soundasleep/html2text/.github/workflows/lint.yml
4671
%%WWWDIR%%/vendor/soundasleep/html2text/.github/workflows/test.yml
4672
%%WWWDIR%%/vendor/soundasleep/html2text/CHANGELOG.md
4673
%%WWWDIR%%/vendor/soundasleep/html2text/LICENSE.md
4674
%%WWWDIR%%/vendor/soundasleep/html2text/README.md
4675
%%WWWDIR%%/vendor/soundasleep/html2text/composer.json
4676
%%WWWDIR%%/vendor/soundasleep/html2text/convert.php
4677
%%WWWDIR%%/vendor/soundasleep/html2text/html2text.php
4678
%%WWWDIR%%/vendor/soundasleep/html2text/phpstan.neon.dist
4679
%%WWWDIR%%/vendor/soundasleep/html2text/phpunit.xml
4680
%%WWWDIR%%/vendor/soundasleep/html2text/src/Html2Text.php
4681
%%WWWDIR%%/vendor/soundasleep/html2text/src/Html2TextException.php
4682
%%WWWDIR%%/vendor/soundasleep/html2text/tests/Html2TextTest.php
4683
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/anchors.html
4684
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/basic.html
4685
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/blockquotes.html
4686
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/dom-processing.html
4687
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/empty.html
4688
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/full_email.html
4689
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/huge-msoffice.html
4690
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/images.html
4691
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/invalid.html
4692
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/lists.html
4693
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/more-anchors.html
4694
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/msoffice.html
4695
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/nbsp.html
4696
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/nested-divs.html
4697
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/newlines.html
4698
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/non-breaking-spaces.html
4699
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/pre.html
4700
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/table.html
4701
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/test3.html
4702
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/test4.html
4703
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/utf8-example.html
4704
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/windows-1252-example.html
4705
%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/zero-width-non-joiners.html
4706
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/anchors.no-links.txt
4707
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/anchors.txt
4708
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/basic.no-links.txt
4709
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/basic.txt
4710
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/blockquotes.txt
4711
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/dom-processing.txt
4712
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/empty.txt
4713
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/full_email.txt
4714
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/huge-msoffice.txt
4715
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/images.txt
4716
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/invalid.txt
4717
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/lists.txt
4718
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/more-anchors.txt
4719
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/msoffice.txt
4720
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/nbsp.txt
4721
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/nested-divs.txt
4722
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/newlines.txt
4723
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/non-breaking-spaces.txt
4724
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/pre.txt
4725
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/table.txt
4726
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/test3.txt
4727
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/test4.txt
4728
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/utf8-example.txt
4729
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/windows-1252-example.txt
4730
%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/zero-width-non-joiners.txt
4060
%%WWWDIR%%/vendor/spomky-labs/otphp/.php_cs.dist
4731
%%WWWDIR%%/vendor/spomky-labs/otphp/.php_cs.dist
4061
%%WWWDIR%%/vendor/spomky-labs/otphp/CODE_OF_CONDUCT.md
4732
%%WWWDIR%%/vendor/spomky-labs/otphp/CODE_OF_CONDUCT.md
4062
%%WWWDIR%%/vendor/spomky-labs/otphp/SECURITY.md
4733
%%WWWDIR%%/vendor/spomky-labs/otphp/SECURITY.md
Lines 4071-4076 Link Here
4071
%%WWWDIR%%/vendor/spomky-labs/otphp/src/ParameterTrait.php
4742
%%WWWDIR%%/vendor/spomky-labs/otphp/src/ParameterTrait.php
4072
%%WWWDIR%%/vendor/spomky-labs/otphp/src/TOTP.php
4743
%%WWWDIR%%/vendor/spomky-labs/otphp/src/TOTP.php
4073
%%WWWDIR%%/vendor/spomky-labs/otphp/src/TOTPInterface.php
4744
%%WWWDIR%%/vendor/spomky-labs/otphp/src/TOTPInterface.php
4745
%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md
4746
%%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md
4747
%%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json
4748
%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php
4749
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
4750
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/README.md
4751
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
4752
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
4753
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
4754
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
4755
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php
4756
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php
4757
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json
4758
%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php
4759
%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php
4760
%%WWWDIR%%/vendor/symfony/polyfill-php80/README.md
4761
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
4762
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
4763
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
4764
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
4765
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
4766
%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php
4767
%%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json
4768
%%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php
4769
%%WWWDIR%%/vendor/symfony/polyfill-php81/README.md
4770
%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
4771
%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
4772
%%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php
4773
%%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json
4774
%%WWWDIR%%/vendor/symfony/polyfill-php82/NoDynamicProperties.php
4775
%%WWWDIR%%/vendor/symfony/polyfill-php82/Php82.php
4776
%%WWWDIR%%/vendor/symfony/polyfill-php82/README.md
4777
%%WWWDIR%%/vendor/symfony/polyfill-php82/Random/Engine/Secure.php
4778
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/AllowDynamicProperties.php
4779
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/BrokenRandomEngineError.php
4780
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/CryptoSafeEngine.php
4781
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/Engine.php
4782
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/Engine/Secure.php
4783
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomError.php
4784
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomException.php
4785
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/SensitiveParameter.php
4786
%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/SensitiveParameterValue.php
4787
%%WWWDIR%%/vendor/symfony/polyfill-php82/SensitiveParameterValue.php
4788
%%WWWDIR%%/vendor/symfony/polyfill-php82/bootstrap.php
4789
%%WWWDIR%%/vendor/symfony/polyfill-php82/composer.json
4074
%%WWWDIR%%/vendor/thecodingmachine/safe/README.md
4790
%%WWWDIR%%/vendor/thecodingmachine/safe/README.md
4075
%%WWWDIR%%/vendor/thecodingmachine/safe/composer.json
4791
%%WWWDIR%%/vendor/thecodingmachine/safe/composer.json
4076
%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php
4792
%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php
Lines 4274-4292 Link Here
4274
%%WWWDIR%%/vendor/webmozart/assert/src/InvalidArgumentException.php
4990
%%WWWDIR%%/vendor/webmozart/assert/src/InvalidArgumentException.php
4275
%%WWWDIR%%/vendor/webmozart/assert/src/Mixin.php
4991
%%WWWDIR%%/vendor/webmozart/assert/src/Mixin.php
4276
%%WWWDIR%%/version_static.txt
4992
%%WWWDIR%%/version_static.txt
4277
@owner %%WWWOWN%%
4278
@mode 0400
4279
@sample %%WWWDIR%%/config.php.sample
4280
@mode
4281
@dir %%WWWDIR%%/cache
4282
@dir %%WWWDIR%%/cache/export
4283
@dir %%WWWDIR%%/cache/feeds
4284
@dir %%WWWDIR%%/cache/images
4285
@dir %%WWWDIR%%/cache/upload
4286
@dir %%WWWDIR%%/feed-icons
4287
@dir %%WWWDIR%%/lock
4288
@dir %%WWWDIR%%/plugins.local
4289
@dir %%WWWDIR%%/plugins/af_comics/filters.local
4290
@dir %%WWWDIR%%/templates.local
4291
@dir %%WWWDIR%%/themes.local
4292
@owner
4293
- 

Return to bug 275492