Home
last modified time | relevance | path

Searched refs:Dwoo (Results 1 – 25 of 61) sorted by relevance

123

/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/
H A DITemplate.php44 * @param Dwoo $dwoo the dwoo instance that requests it
47 public function getCachedTemplate(Dwoo $dwoo);
52 * @param Dwoo $dwoo the dwoo instance that requests it
56 public function cache(Dwoo $dwoo, $output);
61 * @param Dwoo $dwoo the dwoo instance that was used to cache that template
65 public function clearCache(Dwoo $dwoo, $olderThan = -1);
70 * @param Dwoo $dwoo the dwoo instance that requests it
74 public function getCompiledTemplate(Dwoo $dwoo, Dwoo_ICompiler $compiler = null);
149 …public static function templateFactory(Dwoo $dwoo, $resourceId, $cacheTime = null, $cacheId = null…
H A DCompiler.php222 * @var Dwoo
505 * @see Dwoo::addPlugin
589 * @return Dwoo
815 case Dwoo::BLOCK_PLUGIN:
816 case Dwoo::CLASS_PLUGIN:
819 case Dwoo::FUNC_PLUGIN:
828 case Dwoo::SMARTY_BLOCK:
831 case Dwoo::PROXY_PLUGIN:
1663 …if ($pluginType & Dwoo::NATIVE_PLUGIN || $pluginType & Dwoo::SMARTY_FUNCTION || $pluginType & Dwoo
2840 $pluginType = Dwoo::TEMPLATE_PLUGIN | Dwoo::COMPILABLE_PLUGIN;
[all …]
H A DLoader.php51 if(file_exists($this->cacheDir.'classpath.cache.d'.Dwoo::RELEASE_TAG.'.php')) {
52 $foo = @file_get_contents($this->cacheDir.'classpath.cache.d'.Dwoo::RELEASE_TAG.'.php');
55 …$this->rebuildClassPathCache($this->corePluginDir, $this->cacheDir.'classpath.cache.d'.Dwoo::RELEA…
104 …$this->rebuildClassPathCache($this->corePluginDir, $this->cacheDir . 'classpath.cache.d'.Dwoo::REL…
137 …, '/\\:'.PATH_SEPARATOR, '----'), strlen($pluginDir) > 80 ? -80 : 0).'.d'.Dwoo::RELEASE_TAG.'.php';
H A DFilter.php22 * @var Dwoo
30 * @param Dwoo $dwoo the dwoo instance that runs this plugin
32 public function __construct(Dwoo $dwoo)
H A DPlugin.php25 * @var Dwoo
33 * @param Dwoo $dwoo the dwoo instance that runs this plugin
35 public function __construct(Dwoo $dwoo)
H A DProcessor.php22 * @var Dwoo
30 * @param Dwoo $dwoo the dwoo instance that runs this plugin
H A DICompiler.php30 public function compile(Dwoo $dwoo, Dwoo_ITemplate $template);
35 * @see Dwoo::addPlugin
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Template/
H A DString.php245 * @param Dwoo $dwoo the dwoo instance that requests it
248 public function getCachedTemplate(Dwoo $dwoo)
279 * @param Dwoo $dwoo the dwoo instance that requests it
283 public function cache(Dwoo $dwoo, $output)
324 public function clearCache(Dwoo $dwoo, $olderThan = -1)
334 * @param Dwoo $dwoo the dwoo instance that requests it
393 * @param Dwoo $dwoo the dwoo instance requiring it
416 * @param Dwoo $dwoo the dwoo instance that requests the file name
419 protected function getCompiledFilename(Dwoo $dwoo)
432 * @param Dwoo $dwoo the dwoo instance that requests the file name
[all …]
H A DFile.php172 * @param Dwoo $dwoo the dwoo instance requiring it
186 …public static function templateFactory(Dwoo $dwoo, $resourceId, $cacheTime = null, $cacheId = null…
247 * @param Dwoo $dwoo the dwoo instance that requests the file name
250 protected function getCompiledFilename(Dwoo $dwoo)
256 return $dwoo->getCompileDir() . $this->compileId.'.d'.Dwoo::RELEASE_TAG.'.php';
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/
H A DUPGRADE_NOTES2 -- Upgrading to Dwoo v1.0.0beta
5 1. Dwoo classes loading
8 While everything was previously included by Dwoo.php, this version introduces
12 a) change your : include 'path/to/Dwoo.php';
15 are seeing a Dwoo error and want to report a bug, you get proper line numbers
16 with the error and not just "error in Dwoo.compiled.php at line 2"
18 b) use the compiled version of Dwoo, this is "experimental" and seems to provide better
21 include 'path/to/Dwoo.compiled.php';
23 c) load Dwoo classes yourself somehow, as part of your autoload function or
27 -- Upgrading to Dwoo v0.9.2
[all …]
H A DREADME4 Dwoo is a PHP5 Template Engine that was started in early 2008. The idea came
9 the area, etc. Hence Dwoo was born, hoping to provide a more up to date and
14 years to switch their application over to Dwoo progressively.
19 Dwoo's website to get the latest version is at http://dwoo.org/
26 Dwoo is released under the Modified BSD license.
40 $dwoo = new Dwoo();
64 $dwoo = new Dwoo();
H A DCHANGELOG2 ! BC Break: Dwoo::initGlobals() is only called once during the Dwoo object
106 + Adapters: Added the Agavi interface for Dwoo
107 (see /Dwoo/Adapters/Agavi/README)
140 (see /Dwoo/Adapters/ZendFramework/README)
192 paths in Dwoo's constructor (i.e. new Dwoo('compiledir', 'cachedir')) if you
264 caches such as APC), include Dwoo.compiled.php instead of Dwoo.php on
303 * Moved all files to Dwoo/Class.php excepted for the core Dwoo.php file
385 + Added outputFilters to Dwoo (use Dwoo->addOutputFilter and
386 Dwoo->removeOutputFilter)
398 Dwoo->addResource()
[all …]
H A DDwoo.compiled.php1Dwoo { const VERSION = '1.1.0'; const RELEASE_TAG = 16; const CLASS_PLUGIN = 1; const FUNC_PLUGIN … class
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Adapters/ZendFramework/
H A DREADME4 // Note that you might need to manually include 'lib/Dwoo.php',
5 // 'lib/Dwoo/Adapters/ZendFramework/View.php',
6 // 'lib/Dwoo/Adapters/ZendFramework/Dwoo.php', and
7 // 'lib/Dwoo/Adapters/ZendFramework/PluginProxy.php' for this to
18 // This allows you to use ZF's helpers as if they were Dwoo plugins (i.e. {doctype} will call the d…
H A DView.php23 * @var Dwoo
240 * @param string|Dwoo Object or name of the class
245 if ($engine instanceof Dwoo) {
260 * @return Dwoo
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CodeIgniter/
H A DREADME1 CodeIgniter/Dwoo adapater
3 Integration of Dwoo into Codeigniter (1.7.0 >)
6 Dwoo - http://dwoo.org
15 4) Extract/copy the Dwoo package into application/libraries/dwoo
20 1.0.2 [11-03-2009] Fixed a problem with $data attribute (which Dwoo also used)
30 Contact me on the Dwoo forums: stefanv
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Adapters/CodeIgniter/
H A DREADME1 CodeIgniter/Dwoo adapater
3 Integration of Dwoo into Codeigniter (1.7.0 >)
6 Dwoo - http://dwoo.org
15 4) Extract/copy the Dwoo package into application/libraries/dwoo
20 1.0.2 [11-03-2009] Fixed a problem with $data attribute (which Dwoo also used)
30 Contact me on the Dwoo forums: stefanv
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CodeIgniter/views/
H A Ddwoowelcome.tpl4 Welcome to Dwoo-ed CodeIgniter
8 <h1>Welcome to Dwoo-ed CodeIgniter!</h1>
10 …amically by <b>CodeIgniter</b> in combination with the 'Smarty-killer' <b>Dwoo</b> template engine.
19 <p>The library for Dwoo integration can be found at:</p>
22 <p>If you are exploring Dwoo for the very first time, you should start by reading the {anchor uri='…
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Adapters/CodeIgniter/views/
H A Ddwoowelcome.tpl4 Welcome to Dwoo-ed CodeIgniter
8 <h1>Welcome to Dwoo-ed CodeIgniter!</h1>
10 …amically by <b>CodeIgniter</b> in combination with the 'Smarty-killer' <b>Dwoo</b> template engine.
19 <p>The library for Dwoo integration can be found at:</p>
22 <p>If you are exploring Dwoo for the very first time, you should start by reading the {anchor uri='…
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/ZendFramework/
H A DREADME4 // Note that you might need to manually include 'lib/Dwoo.php',
5 // 'lib/Dwoo/Adapters/ZendFramework/View.php' and
6 // 'lib/Dwoo/Adapters/ZendFramework/PluginProxy.php' for this to
17 // This allows you to use ZF's helpers as if they were Dwoo plugins (i.e. {doctype} will call the d…
H A DView.php23 * @var Dwoo
158 * @see Dwoo::setPluginProxy();
251 * @param string|Dwoo Object or name of the class
256 if ($engine instanceof Dwoo) {
271 * @return Dwoo
276 $this->_engine = new Dwoo();
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CakePHP/
H A DREADME1 // CakePHP Dwoo bridge - v0.2
19 // use Dwoo at some point in the execution using :
21 $this->view = 'Dwoo';
26 public $view = 'Dwoo';
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Adapters/CakePHP/
H A DREADME1 // CakePHP Dwoo bridge - v0.2
19 // use Dwoo at some point in the execution using :
21 $this->view = 'Dwoo';
26 public $view = 'Dwoo';
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/Agavi/
H A DDwooRenderer.php64 * @var Dwoo Dwoo template engine.
123 * @return Dwoo A Dwoo instance.
149 $this->dwoo = new Dwoo($compileDir, $cacheDir);
H A DREADME22 …<autoload name="DwooRenderer">%core.lib_dir%/renderer/dwoo/Dwoo/Adapter/Agavi/DwooRenderer.php</au…
24 - you can copy the /Dwoo/Adapters/Agavi/dwoo_plugins directory to your agavi app's

123