Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 457 for rsync (0.55 sec)

  1. src/main/java/jcifs/internal/witness/WitnessRpcClient.java

                    }
                } else {
                    log.warn("Async notify failed: {}", message.getErrorMessage());
                }
    
                return null;
    
            } catch (Exception e) {
                throw new IOException("Witness async notify RPC failed", e);
            }
        }
    
        /**
         * Generates a registration ID from context handle and share name.
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/testing.md

    /// tip
    
    πŸ‘€ πŸ‘ˆ πŸ”¬ πŸ”’ 😐 `def`, 🚫 `async def`.
    
     & πŸ€™ πŸ‘©β€πŸ’» 😐 πŸ€™, 🚫 βš™οΈ `await`.
    
    πŸ‘‰ βœ” πŸ‘† βš™οΈ `pytest` πŸ”— 🍡 🀒.
    
    ///
    
    /// note | πŸ“‘ β„Ή
    
    πŸ‘† πŸ’ͺ βš™οΈ `from starlette.testclient import TestClient`.
    
    **FastAPI** 🚚 🎏 `starlette.testclient` `fastapi.testclient` πŸͺ πŸ‘†, πŸ‘©β€πŸ’». βœ‹οΈ ⚫️ πŸ‘Ÿ πŸ”— βšͺ️➑️ πŸ’ƒ.
    
    ///
    
    /// tip
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. doc/go_mem.html

    			w()
    			<-limit
    		}(w)
    	}
    	select{}
    }
    </pre>
    
    <h3 id="locks">Locks</h3>
    
    <p>
    The <code>sync</code> package implements two lock data types,
    <code>sync.Mutex</code> and <code>sync.RWMutex</code>.
    </p>
    
    <p class="rule">
    For any <code>sync.Mutex</code> or <code>sync.RWMutex</code> variable <code>l</code> and <i>n</i> &lt; <i>m</i>,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 05 15:41:37 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/dependencies/index.md

    μ΄λŠ” 특히 **λ§Žμ€ *경둜 μž‘λ™***μ—μ„œ **같은 μ˜μ‘΄μ„±**을 κ³„μ†ν•΄μ„œ μ‚¬μš©ν•˜λŠ” **κ±°λŒ€ μ½”λ“œ 기반**μ•ˆμ—μ„œ μ‚¬μš©ν•˜λ©΄ μœ μš©ν•  κ²ƒμž…λ‹ˆλ‹€.
    
    ## `async`ν•˜κ²Œ, ν˜Ήμ€ `async`ν•˜μ§€ μ•Šκ²Œ
    
    μ˜μ‘΄μ„±μ΄ (*경둜 μž‘λ™ ν•¨μˆ˜*μ—μ„œ 처럼 λ˜‘κ°™μ΄) **FastAPI**에 μ˜ν•΄ 호좜될 수 있으며, ν•¨μˆ˜λ₯Ό μ •μ˜ν•  λ•Œ λ™μΌν•œ κ·œμΉ™μ΄ μ μš©λ©λ‹ˆλ‹€.
    
    `async def`을 μ‚¬μš©ν•˜κ±°λ‚˜ ν˜Ήμ€ 일반적인 `def`λ₯Ό μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    그리고 일반적인 `def` *경둜 μž‘λ™ ν•¨μˆ˜* μ•ˆμ— `async def`둜 μ˜μ‘΄μ„±μ„ μ„ μ–Έν•  수 있으며, `async def` *경둜 μž‘λ™ ν•¨μˆ˜* μ•ˆμ— `def`둜 μ˜μ‘΄μ„±μ„ μ„ μ–Έν•˜λŠ” λ“±μ˜ 방법이 μžˆμŠ΅λ‹ˆλ‹€.
    
    아무 문제 μ—†μŠ΅λ‹ˆλ‹€. **FastAPI**λŠ” 무엇을 ν• μ§€ μ•Œκ³  μžˆμŠ΅λ‹ˆλ‹€.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. schema/index_test.go

    package schema_test
    
    import (
    	"sync"
    	"testing"
    
    	"gorm.io/gorm/schema"
    	"gorm.io/gorm/utils/tests"
    )
    
    type UserIndex struct {
    	Name         string `gorm:"index"`
    	Name2        string `gorm:"index:idx_name,unique"`
    	Name3        string `gorm:"index:,sort:desc,collate:utf8,type:btree,length:10,where:name3 != 'jinzhu'"`
    	Name4        string `gorm:"uniqueIndex"`
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Fri Dec 06 02:27:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. src/test/java/jcifs/internal/CommonServerMessageBlockRequestTest.java

            when(request.allowChain(any())).thenReturn(true);
    
            // When
            boolean async = request.isResponseAsync();
            int size = request.size();
            Integer timeout = request.getOverrideTimeout();
            boolean canChain = request.allowChain(nextRequest);
    
            // Then
            assertTrue(async);
            assertEquals(100, size);
            assertEquals(3000, timeout);
            assertTrue(canChain);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  7. docs/ru/docs/index.md

    <details markdown="1">
    <summary>Или ΠΈΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠΉΡ‚Π΅ <code>async def</code>...</summary>
    
    Если ваш ΠΊΠΎΠ΄ ΠΈΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠ΅Ρ‚ `async` / `await`, ΠΈΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠΉΡ‚Π΅ `async def`:
    
    ```Python hl_lines="9  14"
    from typing import Union
    
    from fastapi import FastAPI
    
    app = FastAPI()
    
    
    @app.get("/")
    async def read_root():
        return {"Hello": "World"}
    
    
    @app.get("/items/{item_id}")
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/request_files.md

    * VocΓͺ pode obter metadados do arquivo enviado.
    * Ela possui uma interface <a href="https://docs.python.org/3/glossary.html#term-file-like-object" class="external-link" target="_blank">semelhante a arquivos</a> `async`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  9. schema/callbacks_test.go

    package schema_test
    
    import (
    	"reflect"
    	"sync"
    	"testing"
    
    	"gorm.io/gorm"
    	"gorm.io/gorm/schema"
    )
    
    type UserWithCallback struct{}
    
    func (UserWithCallback) BeforeSave(*gorm.DB) error {
    	return nil
    }
    
    func (UserWithCallback) AfterCreate(*gorm.DB) error {
    	return nil
    }
    
    func TestCallback(t *testing.T) {
    	user, err := schema.Parse(&UserWithCallback{}, &sync.Map{}, schema.NamingStrategy{})
    	if err != nil {
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Jan 06 07:02:53 UTC 2022
    - 939 bytes
    - Viewed (0)
  10. cmd/metrics-v3-cluster-iam.go

    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"context"
    	"sync/atomic"
    	"time"
    )
    
    const (
    	lastSyncDurationMillis                 = "last_sync_duration_millis"
    	pluginAuthnServiceFailedRequestsMinute = "plugin_authn_service_failed_requests_minute"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu May 02 08:20:42 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top