Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2441 - 2450 of 6,570 for content_length:[0 TO 9999] (0.13 sec)

  1. org.apache.tools.ant.types.resolver (Apache Ant...

    declaration: package: org.apache.tools.ant.types.resolver
    ant.apache.org/manual/api/org/apache/tools/ant/types/resolver/package-summary.html
    Registered: Fri Feb 21 00:07:25 UTC 2025
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Mon Feb 17 22:03:04 UTC 2025
    - 760 bytes
    - Viewed (0)
  3. die.txt

    =over =item die LIST X<die> X<throw> X<exception> X<raise> X<$@> X<abort> L<C<die>|/die LIST> raises an exception. Inside an L<C<eval>|/eval EXPR> the exception is stuffed into L<C<$@>|perlvar/$@> ...
    perldoc.perl.org/functions/die.txt
    Registered: Mon Feb 17 22:16:10 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  4. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Mon Feb 17 22:44:54 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. values.txt

    =over =item values HASH X<values> =item values ARRAY In list context, returns a list consisting of all the values of the named hash. In Perl 5.12 or later only, will also return a list of the value...
    perldoc.perl.org/functions/values.txt
    Registered: Mon Feb 17 22:31:28 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  6. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Mon Feb 17 22:22:26 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  7. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Tue Feb 18 01:15:23 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  8. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Tue Feb 18 01:23:15 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  9. length.txt

    =over =item length EXPR X<length> X<size> =item length Returns the length in I<characters> of the value of EXPR. If EXPR is omitted, returns the length of L<C<$_>|perlvar/$_>. If EXPR is undefined,...
    perldoc.perl.org/functions/length.txt
    Registered: Tue Feb 18 00:46:37 UTC 2025
    - 713 bytes
    - Viewed (0)
  10. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Tue Feb 18 01:00:02 UTC 2025
    - 476 bytes
    - Viewed (0)
Back to top