Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CREDITS (0.06 sec)

  1. update-credits.sh

    #!/usr/bin/env bash
    
    gocredits . >CREDITS
    
    echo "All community contributions are licensed under the terms of the Apache 2 license." >>CREDITS
    echo "----------------------------------------------------------------" >>CREDITS
    cat >>CREDITS <<EOF
    
                                     Apache License
                               Version 2.0, January 2004
                            http://www.apache.org/licenses/
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 11 05:08:38 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

            return 1;
        }
    
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.util.transport.Request#setRequestCredits(int)
         */
        @Override
        public void setRequestCredits ( int credits ) {
    
        }
    
    
        /**
         * @return the command
         */
        @Override
        public final int getCommand () {
            return this.command;
        }
    
    
        /**
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Aug 05 09:45:59 UTC 2018
    - 32.7K bytes
    - Viewed (0)
Back to top