- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 282 for assignee (0.06 seconds)
-
.github/ISSUE_TEMPLATE/feature_request.md
--- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' ---
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri May 15 11:56:53 GMT 2020 - 190 bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/feature_request.md
--- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' ---
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Feb 10 22:18:26 GMT 2020 - 190 bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Settings.kt
return this } /** Returns true if a value has been assigned for the setting `id`. */ fun isSet(id: Int): Boolean { val bit = 1 shl id return set and bit != 0 } /** Returns the value for the setting `id`, or 0 if unset. */ operator fun get(id: Int): Int = values[id] /** Returns the number of settings that have values assigned. */ fun size(): Int = Integer.bitCount(set)
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 3.8K bytes - Click Count (0) -
tests/generics_test.go
for i, assoc := range associations { assigns := assoc.AssociationAssignments() if len(assigns) != 1 { t.Errorf("Association %d should return one assignment, got %v", i, len(assigns)) } if assigns[0].Association != assoc.Association { t.Errorf("Association %d name should be %s, got %v", i, assoc.Association, assigns[0].Association) } }Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Sun Nov 02 14:09:18 GMT 2025 - 33.7K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/question.md
--- name: Question about: Use Stack Overflow instead title: "\U0001F649" labels: '' assignees: '' --- 🛑 𝙎𝙏𝙊𝙋 This issue tracker is not the place for questions! If you want to ask how to do something, or to understand why something isn't working the way you expect it to, use Stack Overflow. https://stackoverflow.com/questions/tagged/okhttp
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Dec 30 18:42:51 GMT 2018 - 406 bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/LsarSidArrayXTest.java
assertEquals(2, lsarSidArrayX.sids.length, "sids array length should match"); assertEquals(mockSid1, lsarSidArrayX.sids[0].sid, "First SID should be assigned directly"); assertEquals(mockSid2, lsarSidArrayX.sids[1].sid, "Second SID should be assigned directly"); } @Test void testConstructorWithEmptySIDArray() { jcifs.SID[] sids = {}; LsarSidArrayX lsarSidArrayX = new LsarSidArrayX(sids);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 3.1K bytes - Click Count (0) -
tensorflow/c/c_api_internal.h
TF_LOCKS_EXCLUDED(session->graph->mu, session->mu); std::string getTF_OutputDebugString(TF_Output node); // Set whether to propagate assigned device information when constructing a new // Graph from a GraphDef. By default assigned device information is not copied // and is re-computed by the runtime. inline void TF_ImportGraphDefOptionsSetPropagateDeviceSpec(
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat May 13 00:49:12 GMT 2023 - 7.6K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/question.md
--- name: Questions about: See discuss.codelibs.org title: 'DO NOT CREATE ME' labels: '' assignees: '' ---
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri May 15 12:05:24 GMT 2020 - 183 bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/50_maintainer_chore.yml
name: Chore description: Minor issue without significant impact labels: [ "a:chore", "to-triage" ] assignees: [ ] body: - type: dropdown id: issue-type attributes: label: Issue type options: - Polishing - Deprecation - Refactoring - Other validations: required: true - type: textarea id: description attributes: label: Problem descriptionCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Sep 12 11:52:53 GMT 2023 - 856 bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/bug_report.md
--- name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: '' --- (_Please use [discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/8) before filing a bug._) **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Mon Aug 17 22:53:30 GMT 2020 - 782 bytes - Click Count (0)