Skip to content

Commit 919975b

Browse files
committed
Release v4.5.6
1 parent 008d373 commit 919975b

298 files changed

Lines changed: 21550 additions & 7680 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CodeIgniter4.5.6.epub

1.82 MB
Binary file not shown.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d6df423352d57ce16a7dcce8a13b2314
3+
config: d5d69d21c204ad62cbdc8ceb46abeb12
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
/* Compatability shim for jQuery and underscores.js.
1+
/*
2+
* _sphinx_javascript_frameworks_compat.js
3+
* ~~~~~~~~~~
4+
*
5+
* Compatability shim for jQuery and underscores.js.
6+
*
7+
* WILL BE REMOVED IN Sphinx 6.0
8+
* xref RemovedInSphinx60Warning
29
*
3-
* Copyright Sphinx contributors
4-
* Released under the two clause BSD licence
510
*/
611

12+
/**
13+
* select a different prefix for underscore
14+
*/
15+
$u = _.noConflict();
16+
17+
718
/**
819
* small helper function to urldecode strings
920
*

docs/_static/basic.css

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -237,10 +237,6 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240-
a:visited {
241-
color: #551A8B;
242-
}
243-
244240
h1:hover > a.headerlink,
245241
h2:hover > a.headerlink,
246242
h3:hover > a.headerlink,
@@ -328,15 +324,13 @@ aside.sidebar {
328324
p.sidebar-title {
329325
font-weight: bold;
330326
}
331-
332327
nav.contents,
333328
aside.topic,
334329
div.admonition, div.topic, blockquote {
335330
clear: left;
336331
}
337332

338333
/* -- topics ---------------------------------------------------------------- */
339-
340334
nav.contents,
341335
aside.topic,
342336
div.topic {
@@ -612,7 +606,6 @@ ol.simple p,
612606
ul.simple p {
613607
margin-bottom: 0;
614608
}
615-
616609
aside.footnote > span,
617610
div.citation > span {
618611
float: left;
@@ -674,16 +667,6 @@ dd {
674667
margin-left: 30px;
675668
}
676669

677-
.sig dd {
678-
margin-top: 0px;
679-
margin-bottom: 0px;
680-
}
681-
682-
.sig dl {
683-
margin-top: 0px;
684-
margin-bottom: 0px;
685-
}
686-
687670
dl > dd:last-child,
688671
dl > dd:last-child > :last-child {
689672
margin-bottom: 0;
@@ -752,14 +735,6 @@ abbr, acronym {
752735
cursor: help;
753736
}
754737

755-
.translated {
756-
background-color: rgba(207, 255, 207, 0.2)
757-
}
758-
759-
.untranslated {
760-
background-color: rgba(255, 207, 207, 0.2)
761-
}
762-
763738
/* -- code displays --------------------------------------------------------- */
764739

765740
pre {

docs/_static/doctools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/_static/documentation_options.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '4.5.5',
1+
var DOCUMENTATION_OPTIONS = {
2+
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3+
VERSION: '4.5.6',
34
LANGUAGE: 'en',
45
COLLAPSE_INDEX: false,
56
BUILDER: 'html',

0 commit comments

Comments
 (0)