- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 247 for pickup (0.04 seconds)
-
android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6Tests.java
import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Suite of tests for OpenJdk 6 tests. The existence of this class is a hack because the * suitebuilder won't pick up the suites directly in the other classes because they don't extend * TestCase. Ergh. * * @author Kevin Bourrillion */ @AndroidIncompatible // test-suite builders public class OpenJdk6Tests extends TestCase {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Jan 25 16:19:30 GMT 2025 - 1.3K bytes - Click Count (0) -
docs/bucket/lifecycle/DESIGN.md
ILM tiering takes place when a object placed in the bucket meets lifecycle transition rules and becomes eligible for tiering. MinIO scanner (which runs at one minute intervals, each time scanning one sixteenth of the namespace), picks up the object for tiering. The data is moved to the remote tier in entirety, leaving only the object metadata on MinIO.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 4.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
HtmlNext path_AdminAccesstoken_AdminAccesstokenEditJsp = new HtmlNext("/admin/accesstoken/admin_accesstoken_edit.jsp"); /** The path of the HTML: /admin/backup/admin_backup.jsp */ HtmlNext path_AdminBackup_AdminBackupJsp = new HtmlNext("/admin/backup/admin_backup.jsp"); /** The path of the HTML: /admin/badword/admin_badword.jsp */
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jun 21 04:02:44 GMT 2025 - 26.3K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/FastFallbackTest.kt
?: throw TestAbortedException() serverIpv4 = MockWebServer() serverIpv4.start(localhostIpv4, 0) // Pick any available port. serverIpv6 = MockWebServer() serverIpv6.start(localhostIpv6, serverIpv4.port) // Pick the same port as the IPv4 server. dnsResults = listOf( localhostIpv4, localhostIpv6, ) client =
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 19:13:52 GMT 2025 - 10.6K bytes - Click Count (0) -
src/main/resources/fess_message_pt_BR.properties
errors.crud_failed_to_delete_crud_table=Não foi possível excluir os dados. ({0}) errors.crud_could_not_find_crud_table = Dados {0} não encontrados. errors.could_not_find_backup_index=Não foi possível encontrar o índice de backup. errors.no_user_for_changing_password=A senha atual está incorreta. errors.failed_to_change_password=Não foi possível alterar a senha. errors.unknown_version_for_upgrade=Informações de versão desconhecidas.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 10 04:56:21 GMT 2025 - 12.8K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.menu_wizard=Assistente labels.menu_crawl_config=Geral labels.menu_scheduler_config=Agendador labels.menu_dashboard_config=Painel labels.menu_design=Design da página labels.menu_dict=Dicionário labels.menu_data=Backup/Restauração labels.menu_crawl=Rastreador labels.menu_web=Web labels.menu_file_system=Sistema de arquivos labels.menu_data_store=Armazenamento de dados labels.menu_label_type=Rótulo
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 48.7K bytes - Click Count (0) -
internal/grid/manager.go
if m.handlers.hasSubhandler(subID) && !id.isTestHandler() { return fmt.Errorf("handler %v, subroute:%v: %w", id.String(), s, ErrHandlerAlreadyExists) } m.handlers.subSingle[subID] = h // Copy so clients can also pick it up for other subpaths. m.handlers.subSingle[makeZeroSubHandlerID(id)] = h return nil } /* // RegisterStateless will register a stateless handler that serves // []byte -> stream of ([]byte, error) requests.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Nov 12 20:41:41 GMT 2024 - 10.8K bytes - Click Count (0) -
src/main/resources/fess_message_it.properties
errors.crud_failed_to_delete_crud_table=Impossibile eliminare i dati. ({0}) errors.crud_could_not_find_crud_table = Dati {0} non trovati. errors.could_not_find_backup_index=Impossibile trovare l'indice di backup. errors.no_user_for_changing_password=La password attuale non è corretta. errors.failed_to_change_password=Impossibile cambiare la password. errors.unknown_version_for_upgrade=Informazioni sulla versione sconosciute.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 10 04:56:21 GMT 2025 - 12.3K bytes - Click Count (0) -
docs/sts/client_grants/__init__.py
def _create_credentials_fetcher(self): method = self.METHOD def fetch_credentials(): # HTTP headers are case insensitive filter out # all duplicate headers and pick one. headers = {} headers['content-type'] = 'application/x-www-form-urlencoded' headers['authorization'] = urllib3.make_headers(Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Apr 23 18:58:53 GMT 2021 - 4.6K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t09/ProjectInheritanceTest.java
* now depends upon d, which has a transitive dependency on c. Even though * we did list an exclusion on c, it was only from within the context of * project b. We will pick up project c in this case because no * restrictions were placed on d. This demonstrates that a, b, c, & d will * all be collected. * * @throws Exception */ @TestCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 5K bytes - Click Count (0)