- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 377 for edited (0.07 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rerun/executer/RerunTestExecuter.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 3.1K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.crud_button_delete=Excluir labels.crud_button_back=Voltar labels.crud_button_edit=Editar labels.crud_button_search=Pesquisar labels.crud_button_reset=Redefinir labels.crud_button_cancel=Cancelar labels.crud_button_duplicate=Duplicar labels.crud_link_create=Criar novo labels.crud_link_delete=Excluir labels.crud_link_edit=Editar labels.crud_link_details=Detalhes labels.crud_link_list=Lista labels.crud_title_list=Lista
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
internal/s3select/jstream/decoder.go
// the object values are emitted. func (d *Decoder) EmitKV() *Decoder { d.emitKV = true return d } // Recursive enables emitting all values at a depth higher than the // configured emit depth; e.g. if an array is found at emit depth, all // values within the array are emitted to the stream, then the array // containing those values is emitted. func (d *Decoder) Recursive() *Decoder {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 13.4K bytes - Click Count (0) -
docs/es/docs/tutorial/response-model.md
/// tip | Consejo Si tienes chequeo de tipos estricto en tu editor, mypy, etc., puedes declarar el tipo de retorno de la función como `Any`. De esa manera le dices al editor que intencionalmente estás devolviendo cualquier cosa. Pero FastAPI todavía hará la documentación de datos, validación, filtrado, etc. con `response_model`. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 17.1K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeStrategy.java
* * <p>Strategies work with domtrip Documents for perfect formatting preservation. * Subclasses can create domtrip Editors from Documents as needed: * <pre> * Editor editor = new Editor(document); * // ... perform domtrip operations ... * // Document is automatically updated * </pre> */ public abstract class AbstractUpgradeStrategy implements UpgradeStrategy { /**
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 7.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
if (!future.isDone()) { errorMessage.set("Set call exited before future was complete."); } }); executor.execute( () -> { future.setException(new IllegalArgumentException("failure")); if (!future.isDone()) { errorMessage.set("SetException call exited before future was complete."); } });
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 45.2K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
} else { // Direct version comparison and upgrade if (isVersionBelow(currentVersion, upgrade.minVersion)) { Editor editor = new Editor(pomDocument); editor.setTextContent(versionElement, upgrade.minVersion); context.detail("Upgraded " + upgrade.groupId + ":" + upgrade.artifactId + " from " + currentVersionCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 37K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.excludedDocUrls=Arama için Hariç Tutulan URL'ler labels.hostname=Ana Bilgisayar Adı labels.id=ID labels.includedPaths=Tarama için Dahil Edilen Yollar labels.includedUrls=Tarama için Dahil Edilen URL'ler labels.includedDocPaths=Arama için Dahil Edilen Yollar labels.includedDocUrls=Arama için Dahil Edilen URL'ler labels.maxAccessCount=Maksimum Erişim Sayısı labels.name=Ad labels.numOfThread=İş Parçacığı Sayısı
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.crud_button_delete=Eliminar labels.crud_button_back=Volver labels.crud_button_edit=Editar labels.crud_button_search=Buscar labels.crud_button_reset=Restablecer labels.crud_button_cancel=Cancelar labels.crud_button_duplicate=Duplicar labels.crud_link_create=Crear nuevo labels.crud_link_delete=Eliminar labels.crud_link_edit=Editar labels.crud_link_details=Detalles labels.crud_link_list=Lista labels.crud_title_list=Lista
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
docs/en/docs/alternatives.md
These features are what Marshmallow was built to provide. It is a great library, and I have used it a lot before. But it was created before there existed Python type hints. So, to define every <dfn title="the definition of how data should be formed">schema</dfn> you need to use specific utils and classes provided by Marshmallow. /// check | Inspired **FastAPI** to
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.2K bytes - Click Count (0)