Home
last modified time | relevance | path

Searched refs:t_output (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/mantis/mantisbt-2.25.2/
H A Dadm_permissions_report.php70 $t_output .= ' </h4>';
71 $t_output .= ' </div>';
78 $t_output .= '<thead>';
79 $t_output .= '<tr>';
86 $t_output .= '</tr>' . "\n";
87 $t_output .= '</thead>';
88 $t_output .= '<tbody>';
90 return $t_output;
113 $t_output .= '</tr>' . "\n";
115 return $t_output;
[all …]
H A Dcore.php235 if( ( $t_output = ob_get_contents() ) != '' ) {
237 var_dump( $t_output );
240 unset( $t_output );
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Devent_api.php267 $t_output = array();
291 $t_output = $p_input;
295 if( !is_array( $t_output ) ) {
296 $t_output = array(
297 $t_output,
305 return $t_output;
320 $t_output = null;
326 if( !is_null( $t_output ) ) {
327 return $t_output;
347 $t_output = array();
[all …]
H A Dfilter_form_api.php179 $t_output = $t_output . '<br />';
259 $t_output = $t_output . '<br />';
337 $t_output = $t_output . '<br />';
406 $t_output = $t_output . '<br />';
555 $t_output = $t_output . '<br />';
610 $t_output = $t_output . '<br />';
665 $t_output = $t_output . '<br />';
720 $t_output = $t_output . '<br />';
782 $t_output = $t_output . '<br />';
840 $t_output = $t_output . '<br />';
[all …]
H A Derror_api.php506 $t_output = '';
509 $t_output .= ( isset( $t_frame['file'] ) ? $t_frame['file'] : '-' ) . ': ' .
521 $t_output .= '( ' . implode( ', ', $t_args ) . " )\n";
523 $t_output .= "()\n";
527 return $t_output;
H A Dbugnote_api.php526 $t_output = '';
543 if ( !empty( $t_output ) ) {
546 $t_output .= "=-=\n";
549 $t_output .= $t_note_string;
552 return $t_output;
H A Dstring_api.php117 $t_output = '';
127 $t_output .= preg_replace( '/([^\n]{' . $p_wrap . ',}?[\s]+)(?!<\/pre>)/u', "$1", $t_piece );
129 $t_output .= $t_piece;
132 $t_output .= nl2br( $t_piece );
135 return $t_output;
/dports/cad/librepcb/librepcb-0.1.6/libs/hoedown/test/MarkdownTest_1.0.3/
H A DMarkdownTest.pl64 my $t_output = `'$script' '$testfile'`;
68 $t_output =~ s/\s+\z//; # trim trailing whitespace
72 $t_output =~ s{'}{'\\''}g;
74 $t_output = `echo '$t_output' | tidy --show-body-only 1 --quiet 1 --show-warnings 0`;
77 if ($t_output eq $t_result) {
85 print OUT $t_output or die $!;
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/test/MarkdownTest_1.0.3/
H A DMarkdownTest.pl64 my $t_output = `'$script' '$testfile'`;
68 $t_output =~ s/\s+\z//; # trim trailing whitespace
72 $t_output =~ s{'}{'\\''}g;
74 $t_output = `echo '$t_output' | tidy --show-body-only 1 --quiet 1 --show-warnings 0`;
77 if ($t_output eq $t_result) {
85 print OUT $t_output or die $!;
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/tests/
H A DMarkdownTest.pl83 my $t_output = `'$script' $flags '$testfile' $trail`;
87 $t_output =~ s/\s+\z//; # trim trailing whitespace
91 $t_output =~ s{'}{'\\''}g;
93 $t_output = `echo '$t_output' | tidy --show-body-only 1 --quiet 1 --show-warnings 0`;
96 if ($t_output eq $t_result) {
104 print OUT $t_output or die $!;
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core/
H A Dconfig_api.php502 $t_output = NULL;
516 return $t_output;
531 $t_output = NULL;
535 return $t_output;
547 $t_output .= '</td>';
552 $t_output .= print_test_result( BAD );
555 $t_output .= '</tr>';
557 return $t_output;
571 $t_output = NULL;
574 return $t_output ;
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/
H A DSource.ViewAPI.php161 $t_output = $t_author_username;
164 $t_output = $t_author_name;
167 $t_output = $t_author_email;
171 echo $t_output;
173 return $t_output;
188 $t_output = $t_committer_username;
191 $t_output = $t_committer_name;
194 $t_output = $t_committer_email;
198 echo $t_output;
200 return $t_output;
/dports/devel/silentbob/silentbob-3.0/src/
H A Dthe_tt.cxx307 char * t_output = NULL; in do_tt_file() local
328 t_output = CNEW (char, t_size<<1); // Paranoid. in do_tt_file()
336 t_Ret = the_tt_for_buffers (d_tt_state->fileData, t_size, t_output); in do_tt_file()
337 t_output[t_Ret] = 0; // Required. in do_tt_file()
339 d_tt_state->result = t_output; in do_tt_file()
341 return t_output; in do_tt_file()
347 char * t_output; in the_tt_main() local
353 t_output = do_tt_file (d_tt_state); in the_tt_main()
356 if (write (fileno (stdout), t_output, d_tt_state->resultSize) < 1) { in the_tt_main()
/dports/databases/mantis/source-integration-2.4.1/tools/
H A Dbump-version.php167 exec( "git commit -m '$t_message' 2>&1", $t_output, $t_result );
168 foreach( $t_output as $t_line ) {
219 exec( "git tag -s $t_tag -m '$t_message' 2>&1", $t_output, $t_result );
222 foreach( $t_output as $t_line ) {
/dports/lang/v8/v8-9.6.180.12/src/execution/arm64/
H A Dpointer-auth-arm64.cc77 uint64_t t_output = 0; in PACSub() local
82 t_output |= static_cast<uint64_t>(substitutions[index]) << (4 * i); in PACSub()
84 return t_output; in PACSub()
88 uint64_t t_output = 0; in PACInvSub() local
93 t_output |= static_cast<uint64_t>(substitutions[index]) << (4 * i); in PACInvSub()
95 return t_output; in PACInvSub()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc77 uint64_t t_output = 0; in PACSub() local
82 t_output |= static_cast<uint64_t>(substitutions[index]) << (4 * i); in PACSub()
84 return t_output; in PACSub()
88 uint64_t t_output = 0; in PACInvSub() local
93 t_output |= static_cast<uint64_t>(substitutions[index]) << (4 * i); in PACInvSub()
95 return t_output; in PACInvSub()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc77 uint64_t t_output = 0; in PACSub() local
82 t_output |= static_cast<uint64_t>(substitutions[index]) << (4 * i); in PACSub()
84 return t_output; in PACSub()
88 uint64_t t_output = 0; in PACInvSub() local
93 t_output |= static_cast<uint64_t>(substitutions[index]) << (4 * i); in PACInvSub()
95 return t_output; in PACInvSub()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dalias_command.c72 t_output * output; in list_aliases()
273 t_output * output; in do_alias()
413 t_output * output; in aliasfile_load()
449 output = xmalloc(sizeof(t_output)); in aliasfile_load()
473 t_output * output; in aliasfile_load()
504 output = xmalloc(sizeof(t_output)); in aliasfile_load()
532 t_output * output; in aliasfile_unload()
/dports/emulators/mednafen/mednafen/src/snes/src/sdsp/
H A Dvoice.cpp5 int amp = (state.t_output * (int8)VREG(voll + channel)) >> 7; in voice_output()
56 state.t_pitch += ((state.t_output >> 5) * state.t_pitch) >> 10; in voice_3c()
90 state.t_output = ((output * v.env) >> 11) & ~1; in voice_3c()
155 state.outx_buf = state.t_output >> 8; in voice_6()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/dsp/sdsp/
H A Dvoice.cpp5 int amp = (state.t_output * (int8)VREG(voll + channel)) >> 7; in voice_output()
56 state.t_pitch += ((state.t_output >> 5) * state.t_pitch) >> 10; in voice_3c()
90 state.t_output = ((output * v.env) >> 11) & ~1; in voice_3c()
155 state.outx_buf = state.t_output >> 8; in voice_6()
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated.cpp1373 t_output = ""; in VL_SFORMAT_X()
1379 _vl_string_to_vint(obits, &destr, t_output.length(), t_output.c_str()); in VL_SFORMAT_X()
1384 t_output = ""; in VL_SFORMAT_X()
1395 t_output = ""; in VL_SFORMAT_X()
1406 t_output = ""; in VL_SFORMAT_X()
1417 t_output = ""; in VL_SFORMAT_X()
1423 _vl_string_to_vint(obits, destp, t_output.length(), t_output.c_str()); in VL_SFORMAT_X()
1437 t_output = ""; in VL_SFORMATF_NX()
1443 return t_output; in VL_SFORMATF_NX()
1448 t_output = ""; in VL_WRITEF()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/test/helpers/
H A DMarkdownTestHelper.php53 $t_output = $string2;
65 "<body>$t_output</body></html>");
88 $doc_output = @$document2->loadHTML($t_output);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/test/helpers/
H A DMarkdownTestHelper.php53 $t_output = $string2;
65 "<body>$t_output</body></html>");
88 $doc_output = @$document2->loadHTML($t_output);
/dports/databases/mantis/mantisbt-2.25.2/api/rest/restcore/
H A Dinternal_rest.php95 $t_output = config_get_value_as_string( $t_row['type'], $t_row['value'], true );
97 return $p_response->withStatus( HTTP_STATUS_SUCCESS )->write( $t_output );
/dports/audio/sox/sox-14.4.2/src/
H A Dfade.c212 int len = 0, t_output = 1, more_output = 1; in sox_fade_flow() local
251 t_output = 1; in sox_fade_flow()
255 t_output = 0; in sox_fade_flow()
261 if (t_output) in sox_fade_flow()

123