Home
last modified time | relevance | path

Searched refs:afterConstruct (Results 1 – 25 of 32) sorted by relevance

12

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Drevsymb.sty.ltxml32 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); },
35 afterConstruct => sub { addDelimiterRole($_[0], 'CLOSE'); },
38 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); },
41 afterConstruct => sub { addDelimiterRole($_[0], 'CLOSE'); },
44 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); },
47 afterConstruct => sub { addDelimiterRole($_[0], 'CLOSE'); },
50 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); },
53 afterConstruct => sub { addDelimiterRole($_[0], 'CLOSE'); },
H A Dfloat.sty.ltxml62 afterConstruct => sub { addFloatFrames($_[0], $style); });
70 afterConstruct => sub { addFloatFrames($_[0], $style); });
H A Damsppt.sty.ltxml165 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
187 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
202 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
214 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
228 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
H A Dunits.sty.ltxml38 afterConstruct => sub {
H A Damsmath.sty.ltxml235 afterConstruct => sub {
250 afterConstruct => sub {
262 afterConstruct => sub {
340 afterConstruct => sub { rearrangeAMSSplit($_[0], $_[0]->getNode->lastChild); });
345 afterConstruct => sub { rearrangeAMSSplit($_[0], $_[0]->getNode->lastChild); });
367 afterConstruct => sub { rearrangeAMSGather($_[0], $_[0]->getNode->lastChild); });
428 afterConstruct => sub { rearrangeAMSAlign($_[0], $_[0]->getNode->lastChild); });
557 afterConstruct => sub { rearrangeAMSMultirow($_[0], $_[1], $_[0]->getNode->lastChild); });
651 afterConstruct => sub {
H A Dmakecell.sty.ltxml68 afterConstruct => sub { $_[0]->addClass($_[0]->getNode, 'ltx_nopad'); },
H A Delsart_support.sty.ltxml97 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
H A Dmathtools.sty.ltxml561 afterConstruct => sub {
763 afterConstruct => sub {
776 afterConstruct => sub {
786 afterConstruct => sub {
H A Dcases.sty.ltxml118 afterConstruct => sub { rearrangeNumcases($_[0], $_[0]->getNode->lastChild); });
H A Ddiagbox.sty.ltxml69 afterConstruct => sub { $_[0]->addClass($_[0]->getNode, 'ltx_nopad'); },
H A Dllncs.cls.ltxml126 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
H A DeTeX.pool.ltxml143 afterConstruct => sub {
H A Dlatexml.sty.ltxml398 afterConstruct => sub { my ($document, $whatsit) = @_;
409 afterConstruct => sub { my ($document, $whatsit) = @_;
H A Dmn2e_support.sty.ltxml178 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:proof'); },
H A Dsv_support.sty.ltxml154 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:theorem'); },
H A Dalgorithm2e.sty.ltxml84 afterConstruct => sub { addFloatFrames($_[0], $_[1]->getProperty('frame')); }
H A DIEEEtran.cls.ltxml206 afterConstruct => sub { $_[0]->maybeCloseElement('ltx:proof'); },
H A DTeX.pool.ltxml4370 afterConstruct => sub {
5115 afterConstruct => \&removeEmptyElement);
5121 afterConstruct => \&removeEmptyElement);
5125 afterConstruct => \&removeEmptyElement);
6151 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); });
6155 afterConstruct => sub { addDelimiterRole($_[0], 'CLOSE'); });
6158 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); });
6165 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); });
6172 afterConstruct => sub { addDelimiterRole($_[0], 'OPEN'); });
6504 afterConstruct => sub {
[all …]
/dports/www/limesurvey/limesurvey/framework/base/
H A DCModelBehavior.php44 protected function afterConstruct($event) function in CModelBehavior
H A DCModel.php173 protected function afterConstruct() function in CModel
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/db/ar/
H A DCActiveRecordBehavior.php85 public function afterConstruct($event) function in CActiveRecordBehavior
H A DCActiveRecord.php67 $this->afterConstruct();
925 protected function afterConstruct() function in CActiveRecord
/dports/www/limesurvey/limesurvey/framework/web/
H A DCFormModel.php41 $this->afterConstruct();
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/Definition/
H A DConstructor.pm138 if (my $post = $$self{afterConstruct}) {
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/
H A DPackage.pm1311 beforeDigest => 1, afterDigest => 1, beforeConstruct => 1, afterConstruct => 1,
1347 afterConstruct => flatten($options{afterConstruct}),
1579 afterConstruct => flatten($options{afterConstruct}),
1748 beforeConstruct => 1, afterConstruct => 1,
1783 afterConstruct => flatten($options{afterConstruct}, sub { $STATE->popFrame; }),
1824 afterConstruct => flatten($options{afterConstruct}, sub { $STATE->popFrame; }),

12