summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorConnor Tumbleson <connor.tumbleson@gmail.com>2014-01-11 13:58:43 +0100
committerConnor Tumbleson <connor.tumbleson@gmail.com>2014-01-11 13:58:43 +0100
commit75b3fb26a324c71ff18fa19b2a3caa357f8133ec (patch)
treec6a026bbebbc313a1c2d5476ff011b8ad71c66bd /user_guide_src/source/libraries
parentd0bc7eb366610ad2e68d5921b363c665ccda1ff3 (diff)
cleanup warnings
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/image_lib.rst11
-rw-r--r--user_guide_src/source/libraries/input.rst6
-rw-r--r--user_guide_src/source/libraries/loader.rst12
-rw-r--r--user_guide_src/source/libraries/sessions.rst3
-rw-r--r--user_guide_src/source/libraries/table.rst10
-rw-r--r--user_guide_src/source/libraries/trackback.rst7
-rw-r--r--user_guide_src/source/libraries/typography.rst4
-rw-r--r--user_guide_src/source/libraries/xmlrpc.rst2
8 files changed, 23 insertions, 32 deletions
diff --git a/user_guide_src/source/libraries/image_lib.rst b/user_guide_src/source/libraries/image_lib.rst
index 73dc1f20d..ebdeaa782 100644
--- a/user_guide_src/source/libraries/image_lib.rst
+++ b/user_guide_src/source/libraries/image_lib.rst
@@ -164,7 +164,7 @@ If you prefer not to set preferences using the above method, you can
instead put them into a config file. Simply create a new file called
image_lib.php, add the $config array in that file. Then save the file
in *config/image_lib.php* and it will be used automatically. You will
-NOT need to use the ``$this->image_lib->initialize()``method if you save
+NOT need to use the ``$this->image_lib->initialize()`` method if you save
your preferences in a config file.
******************
@@ -330,8 +330,7 @@ Class Reference
All preferences listed in the :ref:`processing-preferences` table are available for this
method except these three: *rotation_angle*, *x_axis* and *y_axis*.
- Creating a Thumbnail
- --------------------
+ **Creating a Thumbnail**
The resizing method will create a thumbnail file (and preserve the
original) if you set this preference to TRUE::
@@ -340,8 +339,7 @@ Class Reference
This single preference determines whether a thumbnail is created or not.
- Creating a Copy
- ---------------
+ **Creating a Copy**
The resizing method will create a copy of the image file (and preserve
the original) if you set a path and/or a new filename using this
@@ -358,8 +356,7 @@ Class Reference
- If both the path and image name are specified it will placed in its
own destination and given the new name.
- Resizing the Original Image
- ---------------------------
+ **Resizing the Original Image**
If neither of the two preferences listed above (create_thumb, and
new_image) are used, the resizing method will instead target the
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst
index 4d8fdaf15..f5ab04883 100644
--- a/user_guide_src/source/libraries/input.rst
+++ b/user_guide_src/source/libraries/input.rst
@@ -215,8 +215,7 @@ Class Reference
pass information to this method so that a cookie can be set: Array
Method, and Discrete Parameters:
- Array Method
- ^^^^^^^^^^^^
+ **Array Method**
Using this method, an associative array is passed to the first
parameter::
@@ -255,8 +254,7 @@ Class Reference
The secure boolean is only needed if you want to make it a secure cookie
by setting it to TRUE.
- Discrete Parameters
- ^^^^^^^^^^^^^^^^^^^
+ **Discrete Parameters**
If you prefer, you can set the cookie by passing data using individual
parameters::
diff --git a/user_guide_src/source/libraries/loader.rst b/user_guide_src/source/libraries/loader.rst
index 477639969..ec5a87bb4 100644
--- a/user_guide_src/source/libraries/loader.rst
+++ b/user_guide_src/source/libraries/loader.rst
@@ -116,8 +116,7 @@ Class Reference
$this->load->library(array('email', 'table'));
- Setting options
- ---------------
+ **Setting options**
The second (optional) parameter allows you to optionally pass
configuration setting. You will typically pass these as an array::
@@ -137,8 +136,7 @@ Class Reference
Please take note, when multiple libraries are supplied in an array for
the first parameter, each will receive the same parameter information.
- Assigning a Library to a different object name
- ----------------------------------------------
+ **Assigning a Library to a different object name**
If the third (optional) parameter is blank, the library will usually be
assigned to an object with the same name as the library. For example, if
@@ -184,8 +182,7 @@ Class Reference
$this->load->driver(array('session', 'cache'));
- Setting options
- ---------------
+ **Setting options**
The second (optional) parameter allows you to optionally pass
configuration settings. You will typically pass these as an array::
@@ -202,8 +199,7 @@ Class Reference
is explained in detail in its own page, so please read the information
regarding each one you would like to use.
- Assigning a Driver to a different object name
- ---------------------------------------------
+ **Assigning a Driver to a different object name**
If the third (optional) parameter is blank, the library will be assigned
to an object with the same name as the parent class. For example, if
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index c76bccb8c..010b464d3 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -509,7 +509,6 @@ your config.php file to an array including your driver name::
$config['sess_valid_drivers'] = array('sess_driver');
-
***************
Class Reference
***************
@@ -536,7 +535,7 @@ Class Reference
.. note:: This method should be the last one called, and even flash
variables will no longer be available after it is used.
- If you only want some items destroyed and not all, use
+ If you only want some items destroyed and not all, use
``unset_userdata()``.
.. method:: sess_regenerate([$destroy = FALSE])
diff --git a/user_guide_src/source/libraries/table.rst b/user_guide_src/source/libraries/table.rst
index bfe457993..ed085f781 100644
--- a/user_guide_src/source/libraries/table.rst
+++ b/user_guide_src/source/libraries/table.rst
@@ -241,11 +241,11 @@ Class Reference
Permits you to set your template. You can submit a full or partial template.
::
- $template = array(
- 'table_open' => '<table border="1" cellpadding="2" cellspacing="1" class="mytable">'
- );
-
- $this->table->set_template($template);
+ $template = array(
+ 'table_open' => '<table border="1" cellpadding="2" cellspacing="1" class="mytable">'
+ );
+
+ $this->table->set_template($template);
.. method:: set_empty($value)
diff --git a/user_guide_src/source/libraries/trackback.rst b/user_guide_src/source/libraries/trackback.rst
index a1667c79c..c5b01a2ee 100644
--- a/user_guide_src/source/libraries/trackback.rst
+++ b/user_guide_src/source/libraries/trackback.rst
@@ -8,7 +8,7 @@ receive Trackback data.
If you are not familiar with Trackbacks you'll find more information
`here <http://en.wikipedia.org/wiki/Trackback>`_.
-.. content::
+.. contents::
:local:
.. raw:: html
@@ -64,11 +64,12 @@ Description of array data:
- **url** - The URL to YOUR site where the weblog entry can be seen.
- **title** - The title of your weblog entry.
- **excerpt** - The content of your weblog entry.
- .. note:: the Trackback class will automatically send only the first 500 characters of your
- entry. It will also strip all HTML.
- **blog_name** - The name of your weblog.
- **charset** - The character encoding your weblog is written in. If omitted, UTF-8 will be used.
+.. note:: the Trackback class will automatically send only the first 500 characters of your
+ entry. It will also strip all HTML.
+
The Trackback sending method returns TRUE/FALSE (boolean) on success
or failure. If it fails, you can retrieve the error message using::
diff --git a/user_guide_src/source/libraries/typography.rst b/user_guide_src/source/libraries/typography.rst
index 006e77d56..f1a825d3d 100644
--- a/user_guide_src/source/libraries/typography.rst
+++ b/user_guide_src/source/libraries/typography.rst
@@ -4,7 +4,7 @@ Typography Class
The Typography Class provides methods that help you format text.
-.. content::
+.. contents::
:local:
.. raw:: html
@@ -35,7 +35,7 @@ Class Reference
.. attribute:: $protect_braced_quotes = FALSE
- When using the Typography library in conjunction with the :doc:`Template Parser library <../parser>`
+ When using the Typography library in conjunction with the :doc:`Template Parser library <parser>`
it can often be desirable to protect single and double quotes within curly braces.
To enable this, set the ``protect_braced_quotes`` class property to TRUE.
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst
index 91d832ff6..53fe965d7 100644
--- a/user_guide_src/source/libraries/xmlrpc.rst
+++ b/user_guide_src/source/libraries/xmlrpc.rst
@@ -551,7 +551,7 @@ Class Reference
First parameter is the error number while the second parameter is the error message.
::
- return $this->xmlrpc->send_error_message(123, 'Requested data not available');
+ return $this->xmlrpc->send_error_message(123, 'Requested data not available');
.. method send_response($response)