Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dwoo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Common
Dwoo
Commits
2fd2c90f
Commit
2fd2c90f
authored
Oct 22, 2008
by
seldaek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
headers update / version bump
git-svn-id:
svn://dwoo.org/dwoo/trunk@208
0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent
9aa3515e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
91 changed files
with
291 additions
and
870 deletions
+291
-870
LICENSE
LICENSE
+26
-165
README
README
+3
-3
Dwoo.compiled.php
lib/Dwoo.compiled.php
+0
-0
Dwoo.php
lib/Dwoo.php
+6
-11
DwooRenderer.php
lib/Dwoo/Adapters/Agavi/DwooRenderer.php
+2
-7
t.php
lib/Dwoo/Adapters/Agavi/dwoo_plugins/t.php
+2
-7
url.php
lib/Dwoo/Adapters/Agavi/dwoo_plugins/url.php
+2
-7
PluginProxy.php
lib/Dwoo/Adapters/ZendFramework/PluginProxy.php
+2
-7
View.php
lib/Dwoo/Adapters/ZendFramework/View.php
+2
-7
Plugin.php
lib/Dwoo/Block/Plugin.php
+3
-8
Exception.php
lib/Dwoo/Compilation/Exception.php
+3
-8
Compiler.php
lib/Dwoo/Compiler.php
+3
-8
Data.php
lib/Dwoo/Data.php
+3
-8
Exception.php
lib/Dwoo/Exception.php
+3
-8
Filter.php
lib/Dwoo/Filter.php
+3
-8
ICompilable.php
lib/Dwoo/ICompilable.php
+3
-8
Block.php
lib/Dwoo/ICompilable/Block.php
+3
-8
ICompiler.php
lib/Dwoo/ICompiler.php
+3
-8
IDataProvider.php
lib/Dwoo/IDataProvider.php
+3
-8
IElseable.php
lib/Dwoo/IElseable.php
+3
-8
ILoader.php
lib/Dwoo/ILoader.php
+3
-8
IPluginProxy.php
lib/Dwoo/IPluginProxy.php
+3
-8
ITemplate.php
lib/Dwoo/ITemplate.php
+3
-8
Loader.php
lib/Dwoo/Loader.php
+3
-8
Plugin.php
lib/Dwoo/Plugin.php
+3
-8
Processor.php
lib/Dwoo/Processor.php
+3
-8
Exception.php
lib/Dwoo/Security/Exception.php
+3
-8
Policy.php
lib/Dwoo/Security/Policy.php
+3
-8
Adapter.php
lib/Dwoo/Smarty/Adapter.php
+3
-8
File.php
lib/Dwoo/Template/File.php
+3
-8
String.php
lib/Dwoo/Template/String.php
+3
-8
a.php
lib/plugins/builtin/blocks/a.php
+3
-8
auto_escape.php
lib/plugins/builtin/blocks/auto_escape.php
+3
-8
block.php
lib/plugins/builtin/blocks/block.php
+3
-8
capture.php
lib/plugins/builtin/blocks/capture.php
+3
-8
dynamic.php
lib/plugins/builtin/blocks/dynamic.php
+3
-8
else.php
lib/plugins/builtin/blocks/else.php
+3
-8
elseif.php
lib/plugins/builtin/blocks/elseif.php
+3
-8
for.php
lib/plugins/builtin/blocks/for.php
+3
-8
foreach.php
lib/plugins/builtin/blocks/foreach.php
+3
-8
foreachelse.php
lib/plugins/builtin/blocks/foreachelse.php
+3
-8
forelse.php
lib/plugins/builtin/blocks/forelse.php
+3
-8
if.php
lib/plugins/builtin/blocks/if.php
+3
-8
loop.php
lib/plugins/builtin/blocks/loop.php
+3
-8
section.php
lib/plugins/builtin/blocks/section.php
+3
-8
smartyinterface.php
lib/plugins/builtin/blocks/smartyinterface.php
+3
-8
strip.php
lib/plugins/builtin/blocks/strip.php
+3
-8
textformat.php
lib/plugins/builtin/blocks/textformat.php
+3
-8
topLevelBlock.php
lib/plugins/builtin/blocks/topLevelBlock.php
+3
-8
with.php
lib/plugins/builtin/blocks/with.php
+3
-8
withelse.php
lib/plugins/builtin/blocks/withelse.php
+3
-8
html_format.php
lib/plugins/builtin/filters/html_format.php
+3
-8
assign.php
lib/plugins/builtin/functions/assign.php
+3
-8
capitalize.php
lib/plugins/builtin/functions/capitalize.php
+3
-8
cat.php
lib/plugins/builtin/functions/cat.php
+3
-8
count_characters.php
lib/plugins/builtin/functions/count_characters.php
+3
-8
count_paragraphs.php
lib/plugins/builtin/functions/count_paragraphs.php
+3
-8
count_sentences.php
lib/plugins/builtin/functions/count_sentences.php
+3
-8
count_words.php
lib/plugins/builtin/functions/count_words.php
+3
-8
counter.php
lib/plugins/builtin/functions/counter.php
+3
-8
cycle.php
lib/plugins/builtin/functions/cycle.php
+3
-8
date_format.php
lib/plugins/builtin/functions/date_format.php
+3
-8
default.php
lib/plugins/builtin/functions/default.php
+3
-8
dump.php
lib/plugins/builtin/functions/dump.php
+3
-8
eol.php
lib/plugins/builtin/functions/eol.php
+3
-8
escape.php
lib/plugins/builtin/functions/escape.php
+3
-8
eval.php
lib/plugins/builtin/functions/eval.php
+3
-8
extends.php
lib/plugins/builtin/functions/extends.php
+3
-8
extendsCheck.php
lib/plugins/builtin/functions/extendsCheck.php
+3
-8
fetch.php
lib/plugins/builtin/functions/fetch.php
+3
-8
include.php
lib/plugins/builtin/functions/include.php
+3
-8
indent.php
lib/plugins/builtin/functions/indent.php
+3
-8
isset.php
lib/plugins/builtin/functions/isset.php
+3
-8
lower.php
lib/plugins/builtin/functions/lower.php
+3
-8
mailto.php
lib/plugins/builtin/functions/mailto.php
+3
-8
math.php
lib/plugins/builtin/functions/math.php
+3
-8
nl2br.php
lib/plugins/builtin/functions/nl2br.php
+3
-8
regex_replace.php
lib/plugins/builtin/functions/regex_replace.php
+3
-8
replace.php
lib/plugins/builtin/functions/replace.php
+3
-8
reverse.php
lib/plugins/builtin/functions/reverse.php
+3
-8
safe.php
lib/plugins/builtin/functions/safe.php
+3
-8
spacify.php
lib/plugins/builtin/functions/spacify.php
+3
-8
string_format.php
lib/plugins/builtin/functions/string_format.php
+3
-8
strip_tags.php
lib/plugins/builtin/functions/strip_tags.php
+3
-8
tif.php
lib/plugins/builtin/functions/tif.php
+3
-8
truncate.php
lib/plugins/builtin/functions/truncate.php
+3
-8
upper.php
lib/plugins/builtin/functions/upper.php
+3
-8
whitespace.php
lib/plugins/builtin/functions/whitespace.php
+3
-8
wordwrap.php
lib/plugins/builtin/functions/wordwrap.php
+3
-8
helper.array.php
lib/plugins/builtin/helper.array.php
+3
-8
pre.smarty_compat.php
lib/plugins/builtin/processors/pre.smarty_compat.php
+3
-8
No files found.
LICENSE
View file @
2fd2c90f
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
Copyright (c) 2008, Dwoo / Jordi Boggiano
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Dwoo nor the names of its contributors may be
used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY JORDI BOGGIANO ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL JORDI BOGGIANO BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
README
View file @
2fd2c90f
-----------------------------------------------------------------------------
-- WHAT IS DWOO? readme - version
0.9
.0
-- WHAT IS DWOO? readme - version
1.0
.0
-----------------------------------------------------------------------------
Dwoo is a PHP5 Template Engine that was started in early 2008. The idea came
from the fact that Smarty, a well known template engine, is getting older and
...
...
@@ -23,11 +23,11 @@ The wiki/documentation pages are available at http://wiki.dwoo.org/
-----------------------------------------------------------------------------
-- LICENSE
-----------------------------------------------------------------------------
Dwoo is released under the
GNU Lesser General Public License version 3.0
.
Dwoo is released under the
Modified BSD license
.
See the LICENSE file included in the archive or go to the URL below to obtain
a copy.
http://
www.gnu.org/licenses/lgpl.html
http://
dwoo.org/LICENSE
-----------------------------------------------------------------------------
-- QUICK START - RUNNING DWOO
...
...
lib/Dwoo.compiled.php
View file @
2fd2c90f
This diff is collapsed.
Click to expand it.
lib/Dwoo.php
View file @
2fd2c90f
...
...
@@ -7,7 +7,7 @@ define('DWOO_DIRECTORY', dirname(__FILE__) . DIRECTORY_SEPARATOR);
*
* <pre>
* requirements :
* php 5.2.0 or above
* php 5.2.0 or above
(might work below, it's a rough estimate)
* SPL and PCRE extensions (for php versions prior to 5.3.0)
* mbstring extension for some string manipulation plugins (especially if you intend to use UTF-8)
* recommended :
...
...
@@ -20,17 +20,12 @@ define('DWOO_DIRECTORY', dirname(__FILE__) . DIRECTORY_SEPARATOR);
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.2
* @date 2008-
06-28
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo
...
...
@@ -40,7 +35,7 @@ class Dwoo
*
* @var string
*/
const
VERSION
=
"1.0.0beta"
;
const
VERSION
=
'1.0.0'
;
/**
* unique number of this dwoo release
...
...
@@ -49,7 +44,7 @@ class Dwoo
* has been compiled before this release or not, so that old templates are
* recompiled automatically when Dwoo is updated
*/
const
RELEASE_TAG
=
1
3
;
const
RELEASE_TAG
=
1
4
;
/**#@+
* constants that represents all plugin types
...
...
lib/Dwoo/Adapters/Agavi/DwooRenderer.php
View file @
2fd2c90f
...
...
@@ -32,17 +32,12 @@
* In no event will the authors be held liable for any damages arising from the
* use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version 1.0.0
* @date 2008-
09-07
* @date 2008-
10-23
* @package Dwoo
*/
class
DwooRenderer
extends
AgaviRenderer
implements
AgaviIReusableRenderer
...
...
lib/Dwoo/Adapters/Agavi/dwoo_plugins/t.php
View file @
2fd2c90f
...
...
@@ -18,17 +18,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version 1.0.0
* @date 2008-
09-08
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_t_compile
(
Dwoo_Compiler
$compiler
,
$string
)
...
...
lib/Dwoo/Adapters/Agavi/dwoo_plugins/url.php
View file @
2fd2c90f
...
...
@@ -22,17 +22,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version 1.0.0
* @date 2008-
09-08
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_url_compile
(
Dwoo_Compiler
$compiler
,
$route
=
null
,
$params
=
null
,
$options
=
null
,
array
$rest
=
array
())
...
...
lib/Dwoo/Adapters/ZendFramework/PluginProxy.php
View file @
2fd2c90f
...
...
@@ -7,18 +7,13 @@
* In no event will the authors be held liable for any damages arising from the
* use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Denis Arh <denis@arh.cc>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Denis Arh, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version 1.0.0
* @date 2008-
08-17
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Adapters_ZendFramework_PluginProxy
implements
Dwoo_IPluginProxy
...
...
lib/Dwoo/Adapters/ZendFramework/View.php
View file @
2fd2c90f
...
...
@@ -7,19 +7,14 @@
* In no event will the authors be held liable for any damages arising from the
* use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Denis Arh <denis@arh.cc>
* @author Stephan Wentz <stephan@wentz.it>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version 1.0.0
* @date 2008-
08-17
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Adapters_ZendFramework_View
extends
Zend_View_Abstract
...
...
lib/Dwoo/Block/Plugin.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
abstract
class
Dwoo_Block_Plugin
extends
Dwoo_Plugin
...
...
lib/Dwoo/Compilation/Exception.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Compilation_Exception
extends
Dwoo_Exception
...
...
lib/Dwoo/Compiler.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@ include dirname(__FILE__) . '/Compilation/Exception.php';
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Compiler
implements
Dwoo_ICompiler
...
...
lib/Dwoo/Data.php
View file @
2fd2c90f
...
...
@@ -7,17 +7,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Data
implements
Dwoo_IDataProvider
...
...
lib/Dwoo/Exception.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Exception
extends
Exception
...
...
lib/Dwoo/Filter.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
abstract
class
Dwoo_Filter
...
...
lib/Dwoo/ICompilable.php
View file @
2fd2c90f
...
...
@@ -11,17 +11,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_ICompilable
...
...
lib/Dwoo/ICompilable/Block.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_ICompilable_Block
...
...
lib/Dwoo/ICompiler.php
View file @
2fd2c90f
...
...
@@ -11,17 +11,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_ICompiler
...
...
lib/Dwoo/IDataProvider.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_IDataProvider
...
...
lib/Dwoo/IElseable.php
View file @
2fd2c90f
...
...
@@ -11,17 +11,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_IElseable
...
...
lib/Dwoo/ILoader.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_ILoader
...
...
lib/Dwoo/IPluginProxy.php
View file @
2fd2c90f
...
...
@@ -6,18 +6,13 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Denis Arh <denis@arh.cc>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Denis Arh, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_IPluginProxy
...
...
lib/Dwoo/ITemplate.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
interface
Dwoo_ITemplate
...
...
lib/Dwoo/Loader.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Loader
implements
Dwoo_ILoader
...
...
lib/Dwoo/Plugin.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
abstract
class
Dwoo_Plugin
...
...
lib/Dwoo/Processor.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
abstract
class
Dwoo_Processor
...
...
lib/Dwoo/Security/Exception.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Security_Exception
extends
Dwoo_Exception
...
...
lib/Dwoo/Security/Policy.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Security_Policy
...
...
lib/Dwoo/Smarty/Adapter.php
View file @
2fd2c90f
...
...
@@ -21,17 +21,12 @@ if (class_exists('Dwoo_Compiler', false) === false) {
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Smarty__Adapter
extends
Dwoo
...
...
lib/Dwoo/Template/File.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Template_File
extends
Dwoo_Template_String
...
...
lib/Dwoo/Template/String.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Template_String
implements
Dwoo_ITemplate
...
...
lib/plugins/builtin/blocks/a.php
View file @
2fd2c90f
...
...
@@ -24,17 +24,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_a
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/auto_escape.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_auto_escape
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/block.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_block
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/capture.php
View file @
2fd2c90f
...
...
@@ -23,17 +23,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_capture
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/dynamic.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_dynamic
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/else.php
View file @
2fd2c90f
...
...
@@ -19,17 +19,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_else
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/elseif.php
View file @
2fd2c90f
...
...
@@ -7,17 +7,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_elseif
extends
Dwoo_Plugin_if
implements
Dwoo_ICompilable_Block
,
Dwoo_IElseable
...
...
lib/plugins/builtin/blocks/for.php
View file @
2fd2c90f
...
...
@@ -11,17 +11,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_for
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
,
Dwoo_IElseable
...
...
lib/plugins/builtin/blocks/foreach.php
View file @
2fd2c90f
...
...
@@ -21,17 +21,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_foreach
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
,
Dwoo_IElseable
...
...
lib/plugins/builtin/blocks/foreachelse.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_foreachelse
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/forelse.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_forelse
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/if.php
View file @
2fd2c90f
...
...
@@ -19,17 +19,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_if
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
,
Dwoo_IElseable
...
...
lib/plugins/builtin/blocks/loop.php
View file @
2fd2c90f
...
...
@@ -30,17 +30,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_loop
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
,
Dwoo_IElseable
...
...
lib/plugins/builtin/blocks/section.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_section
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
,
Dwoo_IElseable
...
...
lib/plugins/builtin/blocks/smartyinterface.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_smartyinterface
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/strip.php
View file @
2fd2c90f
...
...
@@ -10,17 +10,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_strip
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/textformat.php
View file @
2fd2c90f
...
...
@@ -16,17 +16,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_textformat
extends
Dwoo_Block_Plugin
...
...
lib/plugins/builtin/blocks/topLevelBlock.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
final
class
Dwoo_Plugin_topLevelBlock
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/blocks/with.php
View file @
2fd2c90f
...
...
@@ -30,17 +30,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_with
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
,
Dwoo_IElseable
...
...
lib/plugins/builtin/blocks/withelse.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_withelse
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
...
...
lib/plugins/builtin/filters/html_format.php
View file @
2fd2c90f
...
...
@@ -12,17 +12,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Filter_html_format
extends
Dwoo_Filter
...
...
lib/plugins/builtin/functions/assign.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_assign_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$var
)
...
...
lib/plugins/builtin/functions/capitalize.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_capitalize
(
Dwoo
$dwoo
,
$value
,
$numwords
=
false
)
...
...
lib/plugins/builtin/functions/cat.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_cat_compile
(
Dwoo_Compiler
$compiler
,
$value
,
array
$rest
)
...
...
lib/plugins/builtin/functions/count_characters.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_count_characters_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$count_spaces
=
false
)
...
...
lib/plugins/builtin/functions/count_paragraphs.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_count_paragraphs_compile
(
Dwoo_Compiler
$compiler
,
$value
)
...
...
lib/plugins/builtin/functions/count_sentences.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_count_sentences_compile
(
Dwoo_Compiler
$compiler
,
$value
)
...
...
lib/plugins/builtin/functions/count_words.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_count_words_compile
(
Dwoo_Compiler
$compiler
,
$value
)
...
...
lib/plugins/builtin/functions/counter.php
View file @
2fd2c90f
...
...
@@ -13,17 +13,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_counter
extends
Dwoo_Plugin
...
...
lib/plugins/builtin/functions/cycle.php
View file @
2fd2c90f
...
...
@@ -14,17 +14,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_cycle
extends
Dwoo_Plugin
...
...
lib/plugins/builtin/functions/date_format.php
View file @
2fd2c90f
...
...
@@ -10,17 +10,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_date_format
(
Dwoo
$dwoo
,
$value
,
$format
=
'%b %e, %Y'
,
$default
=
null
)
...
...
lib/plugins/builtin/functions/default.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_default_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$default
=
''
)
...
...
lib/plugins/builtin/functions/dump.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_dump
extends
Dwoo_Plugin
...
...
lib/plugins/builtin/functions/eol.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_eol_compile
(
Dwoo_Compiler
$compiler
)
...
...
lib/plugins/builtin/functions/escape.php
View file @
2fd2c90f
...
...
@@ -10,17 +10,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_escape
(
Dwoo
$dwoo
,
$value
=
''
,
$format
=
'html'
,
$charset
=
null
)
...
...
lib/plugins/builtin/functions/eval.php
View file @
2fd2c90f
...
...
@@ -16,17 +16,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_eval
(
Dwoo
$dwoo
,
$var
,
$assign
=
null
)
...
...
lib/plugins/builtin/functions/extends.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Plugin_extends
extends
Dwoo_Plugin
implements
Dwoo_ICompilable
...
...
lib/plugins/builtin/functions/extendsCheck.php
View file @
2fd2c90f
...
...
@@ -6,17 +6,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_extendsCheck_compile
(
Dwoo_Compiler
$compiler
,
$file
,
$uid
)
...
...
lib/plugins/builtin/functions/fetch.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_fetch
(
Dwoo
$dwoo
,
$file
,
$assign
=
null
)
...
...
lib/plugins/builtin/functions/include.php
View file @
2fd2c90f
...
...
@@ -14,17 +14,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_include
(
Dwoo
$dwoo
,
$file
,
$cache_time
=
null
,
$cache_id
=
null
,
$compile_id
=
null
,
$data
=
'_root'
,
$assign
=
null
,
array
$rest
=
array
())
...
...
lib/plugins/builtin/functions/indent.php
View file @
2fd2c90f
...
...
@@ -10,17 +10,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_indent_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$by
=
4
,
$char
=
' '
)
...
...
lib/plugins/builtin/functions/isset.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_isset_compile
(
Dwoo_Compiler
$compiler
,
$var
)
...
...
lib/plugins/builtin/functions/lower.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_lower_compile
(
Dwoo_Compiler
$compiler
,
$value
)
...
...
lib/plugins/builtin/functions/mailto.php
View file @
2fd2c90f
...
...
@@ -16,17 +16,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_mailto
(
Dwoo
$dwoo
,
$address
,
$text
=
null
,
$subject
=
null
,
$encode
=
null
,
$cc
=
null
,
$bcc
=
null
,
$newsgroups
=
null
,
$followupto
=
null
,
$extra
=
null
)
...
...
lib/plugins/builtin/functions/math.php
View file @
2fd2c90f
...
...
@@ -20,17 +20,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_math_compile
(
Dwoo_Compiler
$compiler
,
$equation
,
$format
=
''
,
$assign
=
''
,
array
$rest
=
array
())
...
...
lib/plugins/builtin/functions/nl2br.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_nl2br_compile
(
Dwoo_Compiler
$compiler
,
$value
)
...
...
lib/plugins/builtin/functions/regex_replace.php
View file @
2fd2c90f
...
...
@@ -10,17 +10,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_regex_replace
(
Dwoo
$dwoo
,
$value
,
$search
,
$replace
)
...
...
lib/plugins/builtin/functions/replace.php
View file @
2fd2c90f
...
...
@@ -10,17 +10,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_replace_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$search
,
$replace
,
$case_sensitive
=
true
)
...
...
lib/plugins/builtin/functions/reverse.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_reverse
(
Dwoo
$dwoo
,
$value
,
$preserve_keys
=
false
)
...
...
lib/plugins/builtin/functions/safe.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_safe_compile
(
Dwoo_Compiler
$compiler
,
$var
)
...
...
lib/plugins/builtin/functions/spacify.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_spacify_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$space_char
=
' '
)
...
...
lib/plugins/builtin/functions/string_format.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_string_format_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$format
)
...
...
lib/plugins/builtin/functions/strip_tags.php
View file @
2fd2c90f
...
...
@@ -9,17 +9,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_strip_tags_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$addspace
=
true
)
...
...
lib/plugins/builtin/functions/tif.php
View file @
2fd2c90f
...
...
@@ -10,17 +10,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_tif_compile
(
Dwoo_Compiler
$compiler
,
array
$rest
)
...
...
lib/plugins/builtin/functions/truncate.php
View file @
2fd2c90f
...
...
@@ -12,17 +12,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_truncate
(
Dwoo
$dwoo
,
$value
,
$length
=
80
,
$etc
=
'...'
,
$break
=
false
,
$middle
=
false
)
...
...
lib/plugins/builtin/functions/upper.php
View file @
2fd2c90f
...
...
@@ -8,17 +8,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_upper_compile
(
Dwoo_Compiler
$compiler
,
$value
)
...
...
lib/plugins/builtin/functions/whitespace.php
View file @
2fd2c90f
...
...
@@ -19,17 +19,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_whitespace_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$with
=
' '
)
...
...
lib/plugins/builtin/functions/wordwrap.php
View file @
2fd2c90f
...
...
@@ -11,17 +11,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_wordwrap_compile
(
Dwoo_Compiler
$compiler
,
$value
,
$length
=
80
,
$break
=
"
\n
"
,
$cut
=
false
)
...
...
lib/plugins/builtin/helper.array.php
View file @
2fd2c90f
...
...
@@ -15,17 +15,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
function
Dwoo_Plugin_array_compile
(
Dwoo_Compiler
$compiler
,
array
$rest
=
array
())
...
...
lib/plugins/builtin/processors/pre.smarty_compat.php
View file @
2fd2c90f
...
...
@@ -7,17 +7,12 @@
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the use of this software.
*
* This file is released under the LGPL
* "GNU Lesser General Public License"
* More information can be found here:
* {@link http://www.gnu.org/copyleft/lesser.html}
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @copyright Copyright (c) 2008, Jordi Boggiano
* @license http://
www.gnu.org/copyleft/lesser.html GNU Lesser General Public
License
* @license http://
dwoo.org/LICENSE Modified BSD
License
* @link http://dwoo.org/
* @version
0.9.1
* @date 2008-
05-30
* @version
1.0.0
* @date 2008-
10-23
* @package Dwoo
*/
class
Dwoo_Processor_smarty_compat
extends
Dwoo_Processor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment