Home
last modified time | relevance | path

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

12345678910>>...103

/plugin/latexport/_test/
H A Dcommand.php30 function __construct() { function in CommandListOOpen
36 function __construct() { function in CommandListUOpen
61 function __construct() { function in CommandPOpen
67 function __construct() { function in CommandPClose
73 function __construct() { function in CommandLinebreak
88 function __construct() { function in CommandFootnoteOpen
94 function __construct() { function in CommandFootnoteClose
100 function __construct() { function in CommandListContentOpen
106 function __construct() { function in CommandListContentClose
112 function __construct() { function in CommandListItemClose
[all …]
/plugin/refnotes/
H A 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( function in refnotes_notes_map_instruction
98 public function __construct($namespace) { global() function in refnotes_notes_render_instruction
114 public function __construct($list, &$data, $index) { global() function in refnotes_instruction_reference
209 public function __construct($event) { global() function in refnotes_instruction_list
[all...]
H A Dadmin.php19 public function __construct() {
122 public function __construct($id) {
221 public function __construct($id, $listRows) {
222 parent::__construct($id);
308 public function __construct() {
309 parent::__construct('general');
341 public function __construct() {
342 parent::__construct('namespaces', 48);
457 public function __construct() {
458 parent::__construct('note
20 public function __construct() { global() function in admin_plugin_refnotes
127 public function __construct($id) { global() function in refnotes_config_section
231 public function __construct($id, $listRows) { global() function in refnotes_config_list_section
320 public function __construct() { global() function in refnotes_config_general
353 public function __construct() { global() function in refnotes_config_namespaces
469 public function __construct() { global() function in refnotes_config_notes
519 public function __construct($id, $data) { global() function in refnotes_config_field
560 public function __construct($id, $data) { global() function in refnotes_config_checkbox
586 public function __construct($id, $data) { global() function in refnotes_config_select
621 public function __construct($id, $data) { global() function in refnotes_config_edit
647 public function __construct($id, $data) { global() function in refnotes_config_edit_inherit
683 public function __construct($id, $data) { global() function in refnotes_config_textarea
713 public function __construct() { global() function in refnotes_html_sink
[all...]
H A 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();
263 public function __construct($type) { global() function in refnotes_bibtex_string_value_mode
284 public function __construct($type) { global() function in refnotes_bibtex_nested_braces_mode
303 public function __construct() { global() function in refnotes_bibtex_concatenation_mode
320 public function __construct() { global() function in refnotes_bibtex_handler
456 public function __construct() { global() function in refnotes_bibtex_entry_stash
531 public function __construct($type) { global() function in refnotes_bibtex_entry
590 public function __construct($name) { global() function in refnotes_bibtex_field
638 public function __construct($type, $text) { global() function in refnotes_bibtex_field_token
652 public function __construct() { global() function in refnotes_bibtex_strings
[all...]
H A 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);
H A 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/
H A 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/
H A 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 …]
H A Dgrammar.php59 public function __construct() { function in Literal
61 parent::__construct('Literal', Fixing::None, $T_LITERAL, 0);
91 public function __construct() { function in SubExpr
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);
159 public function __construct() { function in OpOr
[all …]
/plugin/nspages/printers/
H A 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/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A 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
H A 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/
H A 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/
H A 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
H A 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
H A 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
H A 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
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A 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/
H A 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/
H A 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/
H A 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
49 call_user_func_array('parent::__construct', func_get_args());
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_pageloc
78 public function __construct($matchId) { global() function in BatcheditMatchApplyException
96 public function __construct($pageText, $pageOffset, $text, $regexp, $replacement, $contextChars, $contextLines) { global() function in BatcheditMatch
249 public function __construct($id) { global() function in BatcheditPage
462 public function __construct($expirationTime) { global() function in BatcheditSessionCache
574 public function __construct($expirationTime) { global() function in BatcheditSession
788 public function __construct($pages) { global() function in BatcheditMarkPolicy
805 public function __construct($pages, $cache) { global() function in BatcheditMarkPolicyVerifyBoth
925 public function __construct($sessionId, $operation = self::UNKNOWN, $range = 0) { global() function in BatcheditProgress
1008 public function __construct($session) { global() function in BatcheditEngine
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A D.phpstorm.meta.php14 expectedArguments(\League\CommonMark\Util\HtmlElement::__construct(), 0, 'a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'cite', 'code', 'col', 'colgroup', 'data', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kdb', 'keygen', 'label', 'legend', 'li', 'link', 'main', 'map', 'mark', 'menu', 'menuitem', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'pre', 'progress', 'q', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr');
16 expectedArguments(\League\CommonMark\Extension\CommonMark\Node\Block\Heading::__construct(), 0, 1, 2, 3, 4, 5, 6);
20 expectedArguments(\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock::__construct(), 0, argumentsSet('league_commonmark_htmlblock_types'));
27 expectedArguments(\League\CommonMark\Node\Inline\Newline::__construct(), 0, argumentsSet('league_commonmark_newline_types'));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A 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/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php81 public function __construct($path, $flags = null, $splFileInfoClass = null) function in Hoa\\Iterator\\Recursive\\Directory
84 parent::__construct($path);
86 parent::__construct($path, $flags);
/plugin/displayorphans/
H A 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>>...103