Home
last modified time | relevance | path

Searched refs:init (Results 51 – 75 of 678) sorted by relevance

12345678910>>...28

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jar ... .ToStringStyle { private static final long serialVersionUID void <init> () private java.lang.Object readResolve ...
H A Dgae-stub-1.0.8.jar ... RuntimeException { private static final long serialVersionUID public void <init> () } com/google/appengine/ ...
H A Dcommons-logging-1.2.jar ... org$apache$log4j$Priority public void <init> () public void <init> (java ...
H A Dslf4j-api-1.7.25.jar ... int TRACE_INT public static final String NA_SUBST public void <init> () } org/slf4j/event/ ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... org$apache$log4j$Priority public void <init> () public void <init> (java ...
H A Dcommons-codec-1.3.jar ... .commons.codec.StringEncoder stringEncoder public void <init> () public void <init> (org ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... org$apache$log4j$Priority public void <init> () public void <init> (java ...
H A Dcommons-codec-1.3.jar ... .commons.codec.StringEncoder stringEncoder public void <init> () public void <init> (org ...
/plugin/structnotification/helper/
H A Ddb.php25 $this->init();
33 protected function init() function in helper_plugin_structnotification_db
54 if (!$this->sqlite->init('structnotification', DOKU_PLUGIN . 'structnotification/db/')) {
56 throw new \Exception('Couldn\'t init sqlite.');
71 $this->init();
96 $this->init();
/plugin/notification/helper/
H A Ddb.php25 $this->init();
33 protected function init() function in helper_plugin_notification_db
54 if (!$this->sqlite->init('notification', DOKU_PLUGIN . 'notification/db/')) {
71 $this->init();
96 $this->init();
/plugin/addressbook/helper/
H A Ddb.php25 $this->init();
35 protected function init() function in helper_plugin_addressbook_db
56 … if (!$this->sqlite->init('addressbook', DOKU_PLUGIN . 'addressbook/db/')) { # Changed plugin name
75 $this->init();
99 $this->init();
/plugin/telleveryone/helper/
H A Ddb.php25 $this->init();
33 protected function init() function in helper_plugin_telleveryone_db
54 if (!$this->sqlite->init('telleveryone', DOKU_PLUGIN . 'telleveryone/db/')) {
73 $this->init();
97 $this->init();
/plugin/ireadit/helper/
H A Ddb.php25 $this->init();
33 protected function init() function in helper_plugin_ireadit_db
54 if (!$this->sqlite->init('ireadit', DOKU_PLUGIN . 'ireadit/db/')) {
73 $this->init();
97 $this->init();
/plugin/approve/helper/
H A Ddb.php25 $this->init();
33 protected function init() function in helper_plugin_approve_db
54 if (!$this->sqlite->init('approve', DOKU_PLUGIN . 'approve/db/')) {
56 throw new \Exception('Couldn\'t init sqlite.');
73 $this->init();
97 $this->init();
/plugin/watchcycle/helper/
H A Ddb.php25 $this->init();
33 protected function init() function in helper_plugin_watchcycle_db
54 if (!$this->sqlite->init('watchcycle', DOKU_PLUGIN . 'watchcycle/db/')) {
56 throw new \Exception('Couldn\'t init sqlite.');
74 $this->init();
99 $this->init();
/plugin/bez/helper/
H A Ddb.php20 $this->init();
28 protected function init() {
44 if(!$this->sqlite->init('b3p', DOKU_PLUGIN . 'bez/db/')) {
45 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t init sqlite.');
61 $this->init();
80 $this->init();
30 protected function init() { global() function in helper_plugin_bez_db
/plugin/extendpage/helper/
H A Ddb.php21 $this->init();
29 protected function init() function in helper_plugin_extendpage_db
52 if (!$this->sqlite->init('extendpage', DOKU_PLUGIN . 'extendpage/db/')) {
68 $this->init();
88 $this->init();
/plugin/codeprettify/
H A Dscript.js8 function init(event){ function
12 window.addEventListener("load",init,false);
14 window.attachEvent("onload",init);
/plugin/struct/helper/
H A Ddb.php25 protected function init()
53 $this->init();
31 protected function init() global() function in helper_plugin_struct_db
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.margin.inc.php50 $value = MarginValue::init($this->parse_in($value));
66 return MarginSideValue::init($value);
81 return MarginSideValue::init($value);
96 return MarginSideValue::init($value);
111 return MarginSideValue::init($value);
H A Dcss.padding.inc.php48 $padding = PaddingValue::init($values);
65 return PaddingSideValue::init($value);
80 $result = PaddingSideValue::init($value);
96 return PaddingSideValue::init($value);
114 return PaddingSideValue::init($value);
H A Dvalue.generic.percentage.php14 function init($value, $status) { function in CSSValuePercentage
26 $class_object->init(null, VALUE_AUTO);
32 $class_object->init((float)$value, VALUE_PERCENTAGE);
36 $class_object->init(Value::fromString($value), VALUE_NORMAL);
H A Dvalue.margin.class.php43 function init($data) { function in MarginSideValue
103 function init($data) { function in MarginValue
105 $value->top = MarginSideValue::init($data[0]);
106 $value->right = MarginSideValue::init($data[1]);
107 $value->bottom = MarginSideValue::init($data[2]);
108 $value->left = MarginSideValue::init($data[3]);
H A Dvalue.padding.class.php39 function init($data) { function in PaddingSideValue
106 function init($data) { function in PaddingValue
108 $value->top = PaddingSideValue::init($data[0]);
109 $value->right = PaddingSideValue::init($data[1]);
110 $value->bottom = PaddingSideValue::init($data[2]);
111 $value->left = PaddingSideValue::init($data[3]);
/plugin/sqlite/helper/
H A Ddb.php23 $this->init();
30 protected function init()
35 if (!$this->sqlite->init('sqlite', DOKU_PLUGIN . 'sqlite/db/')) {
28 protected function init() global() function in helper_plugin_sqlite_db

12345678910>>...28