Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 3,598 for filetype:txt (0.6 sec)

  1. index.rst.txt

    {{ header }} .. _development: ========== Development ========== .. If you update this toctree, also update the manual toctree in the main index.rst.template .. toctree:: :maxdepth: 2 contributing c...
    pandas.pydata.org/pandas-docs/stable/_sources/development/index.rst.txt
    Registered: Fri Dec 12 12:26:41 UTC 2025
    - Last Modified: Mon Sep 29 22:13:52 UTC 2025
    - 428 bytes
    - Viewed (0)
  2. quotemeta.txt

    =over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...
    perldoc.perl.org/functions/quotemeta.txt
    Registered: Fri Dec 12 21:17:12 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  3. glob.txt

    =over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...
    perldoc.perl.org/functions/glob.txt
    Registered: Fri Dec 12 23:11:41 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  4. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Sat Dec 13 00:17:48 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  5. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Fri Dec 12 23:42:28 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  6. ucfirst.txt

    =over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...
    perldoc.perl.org/functions/ucfirst.txt
    Registered: Fri Dec 12 20:32:44 UTC 2025
    - 542 bytes
    - Viewed (0)
  7. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Fri Dec 12 22:41:59 UTC 2025
    - 454 bytes
    - Viewed (0)
  8. seekdir.txt

    =over =item seekdir DIRHANDLE,POS X<seekdir> Sets the current position for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. POS must be a value returned by L<C<telldir>|/telldir DIRHANDLE...
    perldoc.perl.org/functions/seekdir.txt
    Registered: Fri Dec 12 22:14:11 UTC 2025
    - 328 bytes
    - Viewed (0)
  9. field.txt

    =over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...
    perldoc.perl.org/functions/field.txt
    Registered: Fri Dec 12 22:49:45 UTC 2025
    - 223 bytes
    - Viewed (0)
  10. abs.txt

    =over =item abs VALUE X<abs> X<absolute> =item abs Returns the absolute value of its argument. If VALUE is omitted, uses L<C<$_>|perlvar/$_>. =back 151
    perldoc.perl.org/functions/abs.txt
    Registered: Fri Dec 12 19:43:17 UTC 2025
    - 151 bytes
    - Viewed (0)
Back to top