/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/Definition/ |
H A D | Constructor.pm | 77 my ($self, $stomach) = @_; 83 my @pre = $self->executeBeforeDigest($stomach); 91 my @args = ($parms ? $parms->readArgumentsAndDigest($stomach, $self) : ()); 99 : (ref $properties eq 'CODE' ? &$properties($stomach, @args) 104 $props{$key} = &$value($stomach, @args); } } 108 $props{level} = $stomach->getBoxingLevel; 109 $props{scriptlevel} = $stomach->getScriptLevel if $ismath; 113 my @post = $self->executeAfterDigest($stomach, $whatsit); 117 my @postpost = $self->executeAfterDigestBody($stomach, $whatsit); 123 my ($self, $stomach, @whatever) = @_; [all …]
|
H A D | Primitive.pm | 38 my ($self, $stomach) = @_; 41 return (map { &$_($stomach) } @pre); } 44 my ($self, $stomach, @whatever) = @_; 47 return (map { &$_($stomach, @whatever) } @post); } 51 my ($self, $stomach) = @_; 56 my @result = ($self->executeBeforeDigest($stomach)); 58 my @args = ($parms ? $parms->readArguments($stomach->getGullet, $self) : ()); 61 &{ $$self{replacement} }($stomach, @args), 62 $self->executeAfterDigest($stomach));
|
H A D | CharDef.pm | 42 my ($self, $stomach) = @_; 45 return (defined $cs ? $stomach->invokeToken($cs) : undef); }
|
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/ |
H A D | pgfkeys.code.tex.ltxml | 54 my ($stomach, $key, $value) = @_; 71 my ($stomach, $key, $value) = @_; 77 my ($stomach, $key, $cmd) = @_; 111 my ($stomach, $keyvals) = @_; 130 my ($stomach, $keyvals) = @_; 170 my ($stomach, $keyvals) = @_; 334 my ($stomach, $key, $case) = @_; 364 my ($stomach, $key) = @_; 482 my ($stomach, $keyvals) = @_; 494 my ($stomach, $keyvals) = @_; [all …]
|
H A D | pgfmathcalc.code.tex.ltxml | 25 my ($stomach, $cs, $expression) = @_; 26 $stomach->begingroup; 27 my $parse_result = Tokens(Explode(pgfmathparse($stomach->getGullet, $expression))); 28 $stomach->endgroup;
|
H A D | xargs.sty.ltxml | 96 my ($stomach, $star, $cs, $nargs, $defaults, $body) = @_; 98 Info('ignore', $cs, $stomach, 104 my ($stomach, $star, $cs, $nargs, $defaults, $body) = @_; 108 my ($stomach, $star, $cs, $nargs, $defaults, $body) = @_; 113 my ($stomach, $star, $cs, $nargs, $defaults, $body) = @_; 120 my ($stomach, $star, $cs, $nargs, $defaults, $preamble, $postamble) = @_; 122 Info('ignore', $cs, $stomach, 130 my ($stomach, $star, $cs, $nargs, $defaults, $preamble, $postamble) = @_;
|
H A D | rotating.sty.ltxml | 42 my ($stomach, $whatsit) = @_; 53 my ($stomach, $whatsit) = @_; 64 my ($stomach, $whatsit) = @_; 78 my ($stomach, $angle, $box) = @_; 104 my ($stomach, $whatsit) = @_; 108 my ($stomach, $whatsit) = @_; 124 my ($stomach, $whatsit) = @_; 140 my ($stomach, $whatsit) = @_; 156 my ($stomach, $whatsit) = @_;
|
H A D | calc.sty.ltxml | 32 my ($stomach, $ctr, $arg) = @_; 33 SetCounter($ctr, readExpression($stomach->getGullet, 'Number', $arg)); 38 my ($stomach, $ctr, $arg) = @_; 39 AddToCounter($ctr, readExpression($stomach->getGullet, 'Number', $arg)); 43 my ($stomach, $var, $arg) = @_; 46 $defn->setValue(readExpression($stomach->getGullet, 'Glue', $arg), @args); }); 49 my ($stomach, $var, $arg) = @_; 56 my ($stomach, $var, $arg) = @_; 63 my ($stomach, $var, $arg) = @_; 70 my ($stomach, $var, $arg) = @_; [all …]
|
H A D | twoopt.sty.ltxml | 37 my ($stomach, $star, $cs, $nargs, $opt1, $opt2, $body) = @_; 39 Info('ignore', $cs, $stomach, 46 my ($stomach, $star, $cs, $nargs, $opt1, $opt2, $body) = @_; 50 my ($stomach, $star, $cs, $nargs, $opt1, $opt2, $body) = @_;
|
H A D | html.sty.ltxml | 28 else { # If not defined, let stomach handle it. 67 my ($stomach, $whatsit) = @_; 71 my $gullet = $stomach->getGullet; 79 my ($stomach, $whatsit) = @_; 83 my $gullet = $stomach->getGullet;
|
H A D | AmSTeX.pool.ltxml | 40 my ($stomach, $cs, $params, $body) = @_; 43 Info('ignore', $cs, $stomach, 50 my ($stomach, $cs, $params, $body) = @_; 59 my ($stomach, $cs) = @_; 68 my ($stomach, $whatsit) = @_; 148 my ($stomach, $line) = @_; 149 my $gullet = $stomach->getGullet; 386 my ($stomach) = @_; 387 $stomach->bgroup; 391 my ($stomach) = @_; [all …]
|
H A D | graphics.sty.ltxml | 75 my ($stomach, $xscale, $yscale, $box) = @_; 84 my ($stomach, $num, $denom, $box) = @_; 93 my ($stomach, $xn, $xd, $yn, $yd, $box) = @_; 102 my ($stomach, $heighttype, $width, $height, $box) = @_; 193 my ($stomach, $whatsit) = @_; 207 my ($stomach, $box) = @_; 222 my ($stomach, $paths) = @_; 238 my ($stomach, $starred, $op1, $op2, $graphic) = @_; 276 my ($stomach, $cs, $num, $denom) = @_;
|
H A D | xcolor.sty.ltxml | 589 my ($stomach, $whatsit) = @_; 601 my ($stomach, $star, $mix) = @_; 615 my ($stomach, $model, $color) = @_; 654 my ($stomach, $div, $name) = @_; 748 my ($stomach, $whatsit) = @_; 817 my ($stomach, $var) = @_; 823 my ($stomach, $var) = @_; 837 my ($stomach, $var, $num) = @_; 843 my ($stomach, $var, $num) = @_; 849 my ($stomach, $var) = @_; [all …]
|
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/ |
H A D | Core.pm | 166 my $stomach = $state->getStomach; 168 while ($stomach->getGullet->getMouth->hasMoreInput) { 169 push(@stuff, $stomach->digestNextBody); } 171 if ($$stomach{rescued_boxes}) { 172 push(@stuff, @{ $$stomach{rescued_boxes} }); 175 Error('expected', "\\end{$env}", $stomach, 179 Error('expected', '\fi', $stomach, 182 $stomach->getGullet->flush; 256 my $stomach = $state->getStomach; # The current Stomach; 257 my $gullet = $stomach->getGullet; [all …]
|
/dports/net/opal/opal-3.10.10/src/h323/ |
H A D | h235auth.cxx | 391 PMessageDigest5 stomach; in CreateCryptoToken() local 394 stomach.Complete(digest); in CreateCryptoToken() 444 PMessageDigest5 stomach; in ValidateCryptoToken() local 447 stomach.Complete(digest); in ValidateCryptoToken() 540 PMessageDigest5 stomach; in CreateClearToken() local 541 stomach.Process(&random, 1); in CreateClearToken() 542 stomach.Process(password); in CreateClearToken() 545 stomach.Complete(digest); in CreateClearToken() 609 PMessageDigest5 stomach; in ValidateClearToken() local 611 stomach.Process(password); in ValidateClearToken() [all …]
|
/dports/devel/ptlib/ptlib-2.10.11/samples/md5/ |
H A D | encrypt.cxx | 83 PMessageDigest5 stomach; in Main() local 84 stomach.Process(a); in Main() 85 stomach.Process(b); in Main() 87 stomach.Complete(digester); in Main()
|
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/ |
H A D | Parameter.pm | 128 my ($self, $stomach, $value, $fordefn) = @_; 133 $stomach->getGullet->readingFromMouth(LaTeXML::Core::Mouth->new(), sub { 142 &$pre($stomach); } # maybe pass extras? 143 $value = $value->beDigested($stomach) if (ref $value) && !$$self{undigested}; 145 &$post($stomach); } # maybe pass extras?
|
H A D | Array.pm | 47 my ($self, $stomach) = @_; 51 …push(@v, ($type ? $type->digest($stomach, $item, undef) : ($item ? $item->beDigested($stomach) : $…
|
H A D | Parameters.pm | 67 my ($self, $stomach, $fordefn) = @_; 69 my $gullet = $stomach->getGullet; 74 $value = $parameter->digest($stomach, $value, $fordefn);
|
H A D | Rewrite.pm | 383 my $stomach = $STATE->getStomach; 384 $stomach->bgroup; 387 my $box = $stomach->digest($pattern, 0); 388 $stomach->egroup; 407 my $stomach = $STATE->getStomach; 408 $stomach->bgroup; 411 my $box = $stomach->digest($string, 0); 412 $stomach->egroup;
|
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/ |
H A D | stomach_contents_test.cpp | 36 p.stomach.empty(); in clear_stomach() 68 printf( "stomach: %d guts: %d player: %d/%d hunger: %d\n", p.stomach.get_calories(), in print_stomach_contents() 71 units::to_milliliter<int>( p.stomach.contains() ), in print_stomach_contents() 72 units::to_milliliter<int>( p.stomach.capacity( p ) ), in print_stomach_contents() 219 int regular_kcal = dummy.stomach.get_calories(); 224 int tapeworm_kcal = dummy.stomach.get_calories();
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/ |
H A D | stomach_contents_test.cpp | 36 p.stomach.empty(); in clear_stomach() 68 printf( "stomach: %d guts: %d player: %d/%d hunger: %d\n", p.stomach.get_calories(), in print_stomach_contents() 71 units::to_milliliter<int>( p.stomach.contains() ), in print_stomach_contents() 72 units::to_milliliter<int>( p.stomach.capacity( p ) ), in print_stomach_contents() 219 int regular_kcal = dummy.stomach.get_calories(); 224 int tapeworm_kcal = dummy.stomach.get_calories();
|
/dports/net/h323plus/h323plus-1_27_2/src/ |
H A D | h235auth.cxx | 915 PMessageDigest5 stomach; in CreateCryptoToken() local 918 stomach.Complete(digest); in CreateCryptoToken() 994 PMessageDigest5 stomach; in ValidateCryptoToken() local 997 stomach.Complete(digest); in ValidateCryptoToken() 1130 PMessageDigest5 stomach; in CreateClearToken() local 1131 stomach.Process(&random, 1); in CreateClearToken() 1132 stomach.Process(password); in CreateClearToken() 1135 stomach.Complete(digest); in CreateClearToken() 1195 PMessageDigest5 stomach; in ValidateClearToken() local 1197 stomach.Process(password); in ValidateClearToken() [all …]
|
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/ |
H A D | stomach.cpp | 117 stomach = is_stomach; in stomach_contents() 232 if( stomach ) { in get_digest_rates() 314 stomach = stomach_contents( 2500_ml, true ); in initialize_stomach_contents() 317 stomach.mod_calories( 800 ); in initialize_stomach_contents() 318 stomach.mod_contents( 475_ml ); in initialize_stomach_contents()
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/ |
H A D | stomach.cpp | 117 stomach = is_stomach; in stomach_contents() 232 if( stomach ) { in get_digest_rates() 314 stomach = stomach_contents( 2500_ml, true ); in initialize_stomach_contents() 317 stomach.mod_calories( 800 ); in initialize_stomach_contents() 318 stomach.mod_contents( 475_ml ); in initialize_stomach_contents()
|