Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 25 of 3476) sorted by relevance

12345678910>>...140

/plugin/latexport/_test/
Dcommand.php11 function __construct($command) { function in TexCommand
21 function __construct($text, $level, $pos) { function in CommandHeader
22 parent::__construct("listu_open");
30 function __construct() { function in CommandListOOpen
31 parent::__construct("listo_open");
36 function __construct() { function in CommandListUOpen
37 parent::__construct("listu_open");
45 function __construct($level) { function in CommandListItemOpen
46 parent::__construct("listitem_open");
54 function __construct($text) { function in CommandCData
[all …]
/plugin/refnotes/
Dadmin.php19 public function __construct() { function in admin_plugin_refnotes
122 public function __construct($id) { function in refnotes_config_section
221 public function __construct($id, $listRows) { function in refnotes_config_list_section
222 parent::__construct($id);
308 public function __construct() { function in refnotes_config_general
309 parent::__construct('general');
341 public function __construct() { function in refnotes_config_namespaces
342 parent::__construct('namespaces', 48);
457 public function __construct() { function in refnotes_config_notes
458 parent::__construct('notes', 14);
[all …]
Dinstructions.php18 public function __construct($name, $data, $offset = -1) { function in refnotes_instruction
36 public function __construct($data) { function in refnotes_nest_instruction
37 parent::__construct('nest', array($data));
47 public function __construct($name, $data, $type, $text, $offset = -1) { function in refnotes_plugin_instruction
48 parent::__construct('plugin', array($name, $data, $type, $text), $offset);
58 public function __construct($type, $attributes, $data = NULL) { function in refnotes_notes_instruction
66 parent::__construct('refnotes_notes', $pluginData, DOKU_LEXER_SPECIAL, '');
76 public function __construct($namespace, $data) { function in refnotes_notes_style_instruction
77 parent::__construct('style', array('ns' => $namespace), $data);
87 public function __construct($namespace, $data) { function in refnotes_notes_map_instruction
[all …]
Dbibtex.php29 public function __construct() { function in refnotes_bibtex_parser
135 public function __construct() { function in refnotes_bibtex_mode
191 public function __construct() { function in refnotes_bibtex_outside_mode
192 parent::__construct();
213 public function __construct($type) { function in refnotes_bibtex_entry_mode
214 parent::__construct();
234 public function __construct() { function in refnotes_bibtex_field_mode
235 parent::__construct();
250 public function __construct() { function in refnotes_bibtex_integer_value_mode
251 parent::__construct();
[all …]
Dreference.php16 public function __construct($name, $data) { function in refnotes_parser_reference
23 parent::__construct(array('ns' => $namespace, 'name' => $name));
62 public function __construct($note, $attributes, $data) { function in refnotes_reference
63 parent::__construct($attributes, $data);
140 public function __construct($note, $attributes, $data, $call) { function in refnotes_action_reference
141 parent::__construct($note, $attributes, $data);
Dnote.php20 public function __construct($note, $limit) { function in refnotes_note_block_iterator
25 parent::__construct($this->note->getIterator());
137 public function __construct($scope, $namespaceName, $name) { function in refnotes_note
138 parent::__construct();
281 public function __construct($scope, $namespaceName, $name) { function in refnotes_action_note
282 parent::__construct($scope, $namespaceName, $name);
/plugin/columns/
Drewriter.php19 public function __construct() { function in instruction_rewriter
88 public function __construct($index) { function in instruction_rewriter_correction
105 public function __construct($index) { function in instruction_rewriter_delete
106 parent::__construct($index);
124 public function __construct($index) { function in instruction_rewriter_call_list
125 parent::__construct($index);
158 public function __construct($index) { function in instruction_rewriter_insert
159 parent::__construct($index);
176 public function __construct() { function in instruction_rewriter_append
177 parent::__construct(-1);
/plugin/ifauthex/lib/
Dexceptions.php10 public function __construct($text, $position, $code = 0, Exception $previous = null) { function in AST\\UnknownTokenException
20 parent::__construct($message, $code, $previous);
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { function in AST\\MalformedExpressionException
36 parent::__construct($message, $code, $previous);
49 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { function in AST\\InvalidExpressionException
51 parent::__construct($message, $code, $previous);
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) { function in AST\\NotEnoughArgumentsException
70 parent::__construct($message, $code, $previous);
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) { function in AST\\StrayTokenException
92 parent::__construct($message, $code, $previous);
[all …]
Dgrammar.php59 public function __construct() { function in Literal
61 parent::__construct('Literal', Fixing::None, $T_LITERAL, 0);
91 public function __construct() { function in SubExpr
94 … parent::__construct('SubExpr', Fixing::Wrap, array($T_OPEN_PAREN, $T_CLOSE_PAREN), 1, null, true);
108 public function __construct() { function in OpInGroup
110 parent::__construct('InGroup', Fixing::Prefix, $T_AT, 2);
126 public function __construct() { function in OpNot
128 parent::__construct('Not', Fixing::Prefix, $T_EXCL, 3);
140 public function __construct() { function in OpAnd
142 parent::__construct('And', Fixing::Infix, $T_AND, 4);
[all …]
/plugin/nspages/printers/
Dsorters.php13 function __construct($reverse){ function in nspages_sorter
32 function __construct($reverse){ function in nspages_default_sorter
33 parent::__construct($reverse);
42 function __construct($reverse){ function in nspages_naturalOrder_sorter
43 parent::__construct($reverse);
54 function __construct($reverse, $dictOrder){ function in nspages_dictOrder_sorter
55 parent::__construct($reverse);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DTokenFactory.php46 public function __construct() function in HTMLPurifier_TokenFactory
64 $p->__construct($name, $attr);
76 $p->__construct($name);
89 $p->__construct($name, $attr);
101 $p->__construct($data);
113 $p->__construct($data);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
DImage.php11 public function __construct() function in FINDOLOGIC\\Export\\Data\\BaseImageMissingException
14 parent::__construct($message);
20 public function __construct() function in FINDOLOGIC\\Export\\Data\\ImagesWithoutUsergroupMissingException
22 parent::__construct('There exist no images without usergroup!');
45 public function __construct($url, $type = self::TYPE_DEFAULT, $usergroup = '') function in FINDOLOGIC\\Export\\Data\\Image
DProperty.php9 public function __construct($key, $usergroup) function in FINDOLOGIC\\Export\\Data\\DuplicateValueForUsergroupException
11 …parent::__construct(sprintf('Property "%s" already has a value for usergroup "%s".', $key, $usergr…
17 public function __construct($key) function in FINDOLOGIC\\Export\\Data\\PropertyKeyNotAllowedException
19 …parent::__construct(sprintf('Property key "%s" is reserved for internal use and overwritten when i…
44 public function __construct($key, $values = []) function in FINDOLOGIC\\Export\\Data\\Property
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
DDriverServerDiedException.php10 public function __construct(\Exception $previous = null) function in Facebook\\WebDriver\\Exception\\DriverServerDiedException
12 parent::__construct('The driver server has died.');
13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
DSyntaxException.php24 public function __construct($msg, array $token, Exception $previous = null) function in Mustache_Exception_SyntaxException
28 parent::__construct($msg, 0, $previous);
30 parent::__construct($msg); // @codeCoverageIgnore
DUnknownFilterException.php23 public function __construct($filterName, Exception $previous = null) function in Mustache_Exception_UnknownFilterException
28 parent::__construct($message, 0, $previous);
30 parent::__construct($message); // @codeCoverageIgnore
DUnknownTemplateException.php23 public function __construct($templateName, Exception $previous = null) function in Mustache_Exception_UnknownTemplateException
28 parent::__construct($message, 0, $previous);
30 parent::__construct($message); // @codeCoverageIgnore
DUnknownHelperException.php23 public function __construct($helperName, Exception $previous = null) function in Mustache_Exception_UnknownHelperException
28 parent::__construct($message, 0, $previous);
30 parent::__construct($message); // @codeCoverageIgnore
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
DException.php39 public function __construct( function in Google\\Service\\Exception
46 parent::__construct($message, $code, $previous);
48 parent::__construct($message, $code);
/plugin/adfs/phpsaml/lib/Saml2/
DError.php36 public function __construct($msg, $code = 0, $args = null) function in OneLogin_Saml2_Error
43 parent::__construct($message, $code);
112 public function __construct($msg, $code = 0, $args = null) function in OneLogin_Saml2_ValidationError
119 parent::__construct($message, $code);
/plugin/saml/phpsaml/lib/Saml2/
DError.php36 public function __construct($msg, $code = 0, $args = null) function in OneLogin_Saml2_Error
43 parent::__construct($message, $code);
112 public function __construct($msg, $code = 0, $args = null) function in OneLogin_Saml2_ValidationError
119 parent::__construct($message, $code);
/plugin/findologicxmlexport/vendor/hoa/iterator/
DFileSystem.php67 public function __construct($path, $flags = null, $splFileInfoClass = null) function in Hoa\\Iterator\\FileSystem
72 parent::__construct($path);
74 parent::__construct($path, $flags);
/plugin/batchedit/
Dengine.php19 public function __construct($messageId) { function in BatcheditException
20 parent::__construct($messageId);
38 public function __construct($namespace) { function in BatcheditEmptyNamespaceException
39 parent::__construct('err_emptyns', $namespace);
48 public function __construct($messageId, $pageId) { function in BatcheditPageApplyException
58 public function __construct($pageId) { function in BatcheditAccessControlException
59 parent::__construct('war_norights', $pageId);
68 public function __construct($pageId, $lockedBy) { function in BatcheditPageLockedException
69 parent::__construct('war_pagelock', $pageId, $lockedBy);
78 public function __construct($matchId) { function in BatcheditMatchApplyException
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
DPage.php9 public function __construct() function in FINDOLOGIC\\Export\\XML\\ItemsExceedCountValueException
12 parent::__construct($message);
23 public function __construct($start, $count, $total) function in FINDOLOGIC\\Export\\XML\\Page
/plugin/displayorphans/
D_local.php14 private function __construct() { } function in plugin\\displayorphans\\PageType
25 private function __construct() { } function in plugin\\displayorphans\\Util
33 private function __construct() { } function in plugin\\displayorphans\\Logic

12345678910>>...140