Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 3,437 for filetype:txt (0.07 sec)

  1. v0.56.1.txt

    commit e4a541624df62ef353e7 Author: Gary Lowell <gary.lowell@inktank.com> Date: Mon Jan 7 13:33:30 2013 -0800 v0.56.1 commit 9aecacda7fbf07f12b21 Author: Sage Weil <sage@inktank.com> Date: Sun Jan ...
    docs.ceph.com/en/latest/_downloads/9e2489dd0cac9a366e37206d5d42a440/v0.56.1.txt
    Registered: Wed Oct 15 02:25:40 UTC 2025
    - Last Modified: Wed Feb 08 19:05:21 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  2. v0.67.8.txt

    commit ffc58b4ea6a3ea10e910 (tag: refs/tags/v0.67.8, refs/remotes/gh/dumpling) Author: Jenkins <jenkins@inktank.com> Date: Thu May 1 11:18:24 2014 +0000 0.67.8 commit 4b16b70c53be83481efe Merge: 5a...
    docs.ceph.com/en/latest/_downloads/65d2f3e64d09d923fdc73b9b66bddbae/v0.67.8.txt
    Registered: Wed Oct 15 02:24:32 UTC 2025
    - Last Modified: Wed Feb 08 19:05:18 UTC 2023
    - 45.2K bytes
    - Viewed (0)
  3. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The C<next> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: while (<STDIN>) { n...
    perldoc.perl.org/functions/next.txt
    Registered: Mon Oct 06 19:39:18 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Tue Oct 07 18:21:16 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  5. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Tue Oct 07 17:37:59 UTC 2025
    - 815 bytes
    - Viewed (0)
  6. shmread.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmread.txt Similar Results (1)
    Registered: Tue Oct 07 17:53:27 UTC 2025
    - 741 bytes
    - Viewed (0)
  7. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Tue Oct 07 19:41:54 UTC 2025
    - 293 bytes
    - Viewed (0)
  8. elseif.txt

    =over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...
    perldoc.perl.org/functions/elseif.txt
    Registered: Tue Oct 07 23:27:30 UTC 2025
    - 273 bytes
    - Viewed (0)
  9. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/if.txt Similar Results (7)
    Registered: Tue Oct 07 23:19:59 UTC 2025
    - 194 bytes
    - Viewed (0)
  10. xor.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/xor.txt Similar Results (12)
    Registered: Tue Oct 07 21:38:22 UTC 2025
    - 192 bytes
    - Viewed (0)
Back to top