- Sort Score
- Result 10 results
- Languages All
Results 721 - 730 of 768 for Clements (0.12 sec)
- 
				
				android/guava/src/com/google/common/collect/LinkedListMultimap.javathis(multimap.keySet().size()); putAll(multimap); } /** * Adds a new node for the specified key-value pair before the specified {@code nextSibling} * element, or at the end of the list if {@code nextSibling} is null. Note: if {@code nextSibling} * is specified, it MUST be for a node for the same {@code key}! */ @CanIgnoreReturnValue private Node<K, V> addNode( Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 26.6K bytes - Viewed (0)
- 
				
				src/bufio/bufio.go} return } // collectFragments reads until the first occurrence of delim in the input. It // returns (slice of full buffers, remaining bytes before delim, total number // of bytes in the combined first two elements, error). // The complete result is equal to // `bytes.Join(append(fullBuffers, finalFragment), nil)`, which has a // length of `totalLen`. The result is structured in this way to allow callers Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Sep 03 14:04:47 UTC 2025 - 22K bytes - Viewed (0)
- 
				
				src/archive/zip/reader.go} return strings.Compare(xelem, yelem) } // Open opens the named file in the ZIP archive, // using the semantics of fs.FS.Open: // paths are always slash separated, with no // leading / or ../ elements. func (r *Reader) Open(name string) (fs.File, error) { r.initFileList() if !fs.ValidPath(name) { return nil, &fs.PathError{Op: "open", Path: name, Err: fs.ErrInvalid} } e := r.openLookup(name) Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 28.4K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/StandardTable.javaRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 30.2K bytes - Viewed (0)
- 
				
				src/main/resources/fess_label_fr.propertieslabels.file_auth_parameters=Paramètres labels.file_auth_file_crawling_config=Configuration de l'exploration de fichiers labels.file_auth_scheme_samba=Samba labels.file_auth_scheme_ftp=FTP labels.pagination_page_guide_msg={0}/{1} ({2} éléments) labels.list_could_not_find_crud_table=Non enregistré. labels.scheduledjob_configuration=Planificateur de tâches labels.scheduledjob_title_details=Tâche labels.scheduledjob_name=Nom labels.scheduledjob_target=CibleRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0)
- 
				
				src/main/resources/fess_label_de.propertieslabels.file_auth_parameters=Parameter labels.file_auth_file_crawling_config=Datei-Crawl-Konfiguration labels.file_auth_scheme_samba=Samba labels.file_auth_scheme_ftp=FTP labels.pagination_page_guide_msg={0}/{1} ({2} Elemente) labels.list_could_not_find_crud_table=Nicht registriert. labels.scheduledjob_configuration=Job-Scheduler labels.scheduledjob_title_details=Job labels.scheduledjob_name=Name labels.scheduledjob_target=ZielRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1)
- 
				
				src/main/resources/fess_label_it.propertieslabels.file_auth_parameters=Parametri labels.file_auth_file_crawling_config=Configurazione scansione file labels.file_auth_scheme_samba=Samba labels.file_auth_scheme_ftp=FTP labels.pagination_page_guide_msg={0}/{1} ({2} elementi) labels.list_could_not_find_crud_table=Non registrato. labels.scheduledjob_configuration=Scheduler lavori labels.scheduledjob_title_details=Lavoro labels.scheduledjob_name=Nome labels.scheduledjob_target=TargetRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/io/Files.java* * <p>If the {@link File} passed to one of the {@link Traverser} methods does not exist or is not * a directory, no exception will be thrown and the returned {@link Iterable} will contain a * single element: that file. * * <p>Example: {@code Files.fileTraverser().depthFirstPreOrder(new File("/"))} may return files * with the following paths: {@code ["/", "/etc", "/etc/config.txt", "/etc/fonts", "/home",Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 32.9K bytes - Viewed (0)
- 
				
				cmd/utils.goreturn lcp(strs, false) } func lcp(strs []string, pre bool) string { // short-circuit empty list if len(strs) == 0 { return "" } xfix := strs[0] // short-circuit single-element list if len(strs) == 1 { return xfix } // compare first to rest for _, str := range strs[1:] { xfixl := len(xfix) strl := len(str) // short-circuit empty strings Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 33K bytes - Viewed (0)
- 
				
				src/main/resources/fess_label_es.propertieslabels.file_auth_parameters=Parámetros labels.file_auth_file_crawling_config=Configuración de rastreo de archivos labels.file_auth_scheme_samba=Samba labels.file_auth_scheme_ftp=FTP labels.pagination_page_guide_msg={0}/{1} ({2} elementos) labels.list_could_not_find_crud_table=No registrado. labels.scheduledjob_configuration=Programador de trabajos labels.scheduledjob_title_details=Trabajo labels.scheduledjob_name=NombreRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0)