Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 184 for filelink (0.37 sec)

  1. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/filelock/LockInfoSerializer.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.cache.internal.filelock;
    
    import java.io.DataInput;
    import java.io.DataOutput;
    import java.io.IOException;
    
    public class LockInfoSerializer {
        public static final int INFORMATION_REGION_DESCR_CHUNK_LIMIT = 340;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java

    import java.io.File;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.io.RandomAccessFile;
    import java.nio.channels.Channels;
    import java.nio.channels.FileChannel;
    import java.nio.channels.FileLock;
    import java.util.Date;
    import java.util.Properties;
    
    import org.apache.maven.artifact.Artifact;
    import org.apache.maven.artifact.repository.ArtifactRepository;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  3. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/filelock/LockFileAccess.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.cache.internal.filelock;
    
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.RandomAccessFile;
    
    public class LockFileAccess {
    
        private final RandomAccessFile lockFileAccess;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java

                    if (!item.isDir()) {
                        map.put("lastModified", item.lastModified());
                        fileList.add(map);
                    } else {
                        list.add(map);
                    }
                    if (list.size() + fileList.size() > fessConfig.getStorageMaxItemsInPageAsInteger()) {
                        break;
                    }
                }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  5. platforms/jvm/toolchains-jvm-shared/src/test/groovy/org/gradle/jvm/toolchain/internal/install/DefaultJdkCacheDirectoryTest.groovy

    import org.gradle.api.internal.file.TestFiles
    import org.gradle.api.internal.file.temp.GradleUserHomeTemporaryFileProvider
    import org.gradle.api.provider.Property
    import org.gradle.cache.FileLock
    import org.gradle.cache.FileLockManager
    import org.gradle.cache.LockOptions
    import org.gradle.initialization.GradleUserHomeDirProvider
    import org.gradle.internal.jvm.inspection.JvmInstallationMetadata
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 06:41:24 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/filelock/DefaultLockOptions.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.cache.internal.filelock;
    
    import org.gradle.cache.FileLockManager;
    import org.gradle.cache.LockOptions;
    
    public class DefaultLockOptions implements LockOptions {
    
        private FileLockManager.LockMode mode;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:52:52 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. src/cmd/pack/pack.go

    		}
    	close:
    		f.Close()
    	}
    	ar.files = nil
    }
    
    // FileLike abstracts the few methods we need, so we can test without needing real files.
    type FileLike interface {
    	Name() string
    	Stat() (fs.FileInfo, error)
    	Read([]byte) (int, error)
    	Close() error
    }
    
    // addFile adds a single file to the archive
    func (ar *Archive) addFile(fd FileLike) {
    	// Format the entry.
    	// First, get its info.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. pkg/volume/volume_linux_test.go

    				if err != nil {
    					return err
    				}
    				file.Close()
    
    				symname := filepath.Join(path, "file_link.txt")
    				err = os.Symlink(filename, symname)
    				if err != nil {
    					return err
    				}
    
    				return nil
    			},
    			assertFunc: func(path string) error {
    				symname := filepath.Join(path, "file_link.txt")
    				if !verifyFileOwner(symname, currentUid, int(fsGroup)) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/authentication/authenticatorfactory/requestheader.go

    	// GroupHeaders are the headers to check (case-insensitively) for a group names.  All values will be used.
    	GroupHeaders headerrequest.StringSliceProvider
    	// ExtraHeaderPrefixes are the head prefixes to check (case-insentively) for filling in
    	// the user.Info.Extra.  All values of all matching headers will be added.
    	ExtraHeaderPrefixes headerrequest.StringSliceProvider
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 12 18:29:15 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  10. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CachedCustomTaskExecutionIntegrationTest.groovy

                    outputs.cacheIf { true }
                    def fileList
                    if (providers.systemProperty("changedCardinality").present) {
                        fileList = ["build/output1.txt"]
                    } else {
                        fileList = ["build/output1.txt", "build/output2.txt"]
                    }
                    outputs.files files(fileList) withPropertyName("out")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 30.6K bytes
    - Viewed (0)
Back to top