Skip to content

Commit 50c7c5a

Browse files
author
Imani Manyara
committed
Bug fixes
1 parent 206bae9 commit 50c7c5a

14 files changed

+33
-31
lines changed

.github/assets/banner.png

104 KB
Loading

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![banner](.github/assets/banner.png?raw=true)
2+
13
# Introduction
24

35

config/supports.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'beta_tester' => 'Beta Tester',
4242
'creative' => 'Creative',
4343
'vendor' => 'Vendor',
44-
'client' => 'Client',
44+
'client' => 'OpenAiClient',
4545
'regular' => 'Regular',
4646
'guest' => 'Guest',
4747
],

src/Toolbox/Http/Client/Driver/AbstractDriver.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/Driver/Auto.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/Driver/Guzzle.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/Driver/Rmccue.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/Exception.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/HttpClient.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/HttpCodes.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/Options.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client
@@ -34,7 +34,7 @@ final class Options
3434
public const DEFAULT_EXCEPTIONS = false;
3535
public const DEFAULT_ALLOW_REDIRECTS = true;
3636
public const DEFAULT_MAX_REDIRECTS = 10;
37-
public const DEFAULT_USER_AGENT = 'JBZoo/Http-Client';
37+
public const DEFAULT_USER_AGENT = 'JBZoo/Http-OpenAiClient';
3838

3939
/**
4040
* @var Data

src/Toolbox/Http/Client/Request.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Http/Client/Response.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* JBZoo Toolbox - Http-Client
4+
* JBZoo Toolbox - Http-OpenAiClient
55
*
66
* This file is part of the JBZoo Toolbox project.
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @package Http-Client
10+
* @package Http-OpenAiClient
1111
* @license MIT
1212
* @copyright Copyright (C) JBZoo.com, All rights reserved.
1313
* @link https://github.com/JBZoo/Http-Client

src/Toolbox/Media/File/Support/FileTypeNames.php

+9-9
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ public function data()
15011501
".gpf" => "Gecko Patch File",
15021502
".gpf" => "GRAVITY Ragnarok Online Patch File",
15031503
".gr2" => "Granny 3D File",
1504-
".grf" => "Ragnarok Client Archive",
1504+
".grf" => "Ragnarok OpenAiClient Archive",
15051505
".grf" => "Transport Tycoon Graphics Resource File",
15061506
".grp" => "StarCraft Graphics Group File",
15071507
".gs0" => "Sega Genesis Emulator Quick Slot 0 Save File",
@@ -1921,7 +1921,7 @@ public function data()
19211921
".sps" => "Sharkport PS2 Save File",
19221922
".sqf" => "ArmA Script File",
19231923
".sqm" => "Operation Flashpoint Mission File",
1924-
".srk" => "Sub Rosa Client File",
1924+
".srk" => "Sub Rosa OpenAiClient File",
19251925
".srm" => "Super Nintendo ROM Save File",
19261926
".srt0" => "Wii Texture Animation File",
19271927
".ssa" => "Children of the Nile Campaign File",
@@ -4029,7 +4029,7 @@ public function data()
40294029
".amb" => "All My Books Database File",
40304030
".amc" => "Ant Movie Catalog File",
40314031
".amm" => "All My Movies Database File",
4032-
".amsorm" => "OnLine Ringman Auction Client File",
4032+
".amsorm" => "OnLine Ringman Auction OpenAiClient File",
40334033
".amu" => "PictureGear Studio Photo Album File",
40344034
".an1" => "Street Atlas USA Draw File",
40354035
".anme" => "Anime Studio Document",
@@ -6092,7 +6092,7 @@ public function data()
60926092
".ircp" => "SpeedGrade IRIDAS Composite File",
60936093
".irf" => "CCTV DVR H.264 Video File",
60946094
".ism" => "IIS Smooth Streaming Manifest File",
6095-
".ismc" => "Smooth Streaming Client Manifest File",
6095+
".ismc" => "Smooth Streaming OpenAiClient Manifest File",
60966096
".ismclip" => "iStopMotion Animation Clip",
60976097
".ismv" => "IIS Smooth Streaming Video File",
60986098
".iva" => "Surveillance Video File",
@@ -6923,7 +6923,7 @@ public function data()
69236923
".iaf" => "Outlook Internet Account File",
69246924
".ica" => "Citrix ICA File",
69256925
".icc" => "ICC Profile",
6926-
".icd" => "Installable Client Driver File",
6926+
".icd" => "Installable OpenAiClient Driver File",
69276927
".icm" => "Image Color Matching Profile",
69286928
".icst" => "InCopy Document Preset File",
69296929
".icursorfx" => "iCursor Effect File",
@@ -7395,7 +7395,7 @@ public function data()
73957395
".msl" => "Magick Scripting Language File",
73967396
".mxe" => "Macro Express Playable Macro",
73977397
".n" => "Neko Bytecode File",
7398-
".nexe" => "Chrome Native Client Executable",
7398+
".nexe" => "Chrome Native OpenAiClient Executable",
73997399
".ore" => "Ore Executable File",
74007400
".osx" => "PowerPC Executable File",
74017401
".otm" => "Outlook Macro File",
@@ -7718,7 +7718,7 @@ public function data()
77187718
".brm" => "Bryce Plug-in File",
77197719
".bro" => "Bryce Plug-in",
77207720
".bundle" => "Mac OS X Application Bundle",
7721-
".ccip" => "Curse Client Install Package",
7721+
".ccip" => "Curse OpenAiClient Install Package",
77227722
".ccx" => "Click & Create Extension",
77237723
".cdl" => "ConceptDraw PRO Library File",
77247724
".cleo" => "CLEO Grand Theft Auto Mod File",
@@ -8203,7 +8203,7 @@ public function data()
82038203
".less" => "LESS Style Sheet",
82048204
".maff" => "Mozilla Archive Format File",
82058205
".map" => "Image Map",
8206-
".mapx" => "Mapjects Client Webparts File",
8206+
".mapx" => "Mapjects OpenAiClient Webparts File",
82078207
".master" => "ASP.NET Master Page",
82088208
".mht" => "MHTML Web Archive",
82098209
".mhtml" => "MIME HTML File",
@@ -9214,7 +9214,7 @@ public function data()
92149214
".rbxs" => "ROBLOX Script",
92159215
".rc" => "Resource Script",
92169216
".rc2" => "Visual Studio Resources File",
9217-
".rdlc" => "Visual Studio Client Report Definition File",
9217+
".rdlc" => "Visual Studio OpenAiClient Report Definition File",
92189218
".reb" => "REBOL Script File",
92199219
".refresh" => "Visual Studio Refresh File",
92209220
".res" => "Windows Resource File",

0 commit comments

Comments
 (0)