- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 130 for kids (0.03 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
} else { entry = vertex; } MetadataTreeNode[] kids = node.getChildren(); if (kids == null || kids.length < 1) { return; } for (int i = 0; i < kids.length; i++) { MetadataTreeNode n = kids[i]; processTreeNodes(vertex, n, depth + 1, i); } }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 13K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractor.java
} else { final List<PDNameTreeNode<PDComplexFileSpecification>> kids = efTree.getKids(); if (kids == null) { return; } for (final PDNameTreeNode<PDComplexFileSpecification> node : kids) { processEmbeddedDocNames(node.getNames(), writer); } }
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 12.7K bytes - Viewed (0) -
guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java
this(capacity, fair); if (capacity < c.size()) throw new IllegalArgumentException(); for (E e : c) add(e); } @SuppressWarnings("unchecked") // please don't try this home, kids private static <E> E[] newEArray(int capacity) { return (E[]) new Object[capacity]; } /** * Inserts the specified element at the tail of this queue if it is possible to do so immediately
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 22.4K bytes - Viewed (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
kh.ua khakassia.su khanhhoa.vn kharkiv.ua kharkov.ua kherson.ua khmelnitskiy.ua khmelnytskyi.ua khplay.nl ki kia kibichuo.okayama.jp kicks-ass.net kicks-ass.org kids kids.us kiengiang.vn kiev.ua kiho.mie.jp kihoku.ehime.jp kijo.miyazaki.jp kikirara.jp kikonai.hokkaido.jp kikuchi.kumamoto.jp kikugawa.shizuoka.jp kill.jp kilo.jp kim
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 22:00:49 UTC 2025 - 129.6K bytes - Viewed (3) -
src/main/java/jcifs/pac/PacLogonInfo.java
return this.groupSid; } /** * Returns an array of group SIDs the user belongs to. * @return the group SIDs array */ public SID[] getGroupSids() { return this.groupSids; } /** * Returns an array of resource group SIDs the user belongs to. * @return the resource group SIDs array */ public SID[] getResourceGroupSids() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
public rpc.policy_handle alias_handle; /** The array of SIDs that are members of the alias */ public lsarpc.LsarSidArray sids; /** * Constructs a SamrGetMembersInAlias request. * * @param alias_handle The alias handle * @param sids The array to receive member SIDs */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
public rpc.policy_handle alias_handle; /** The array of SIDs that are members of the alias */ public lsarpc.LsarSidArray sids; /** * Constructs a SamrGetMembersInAlias request. * * @param alias_handle The alias handle * @param sids The array to receive member SIDs */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
verify(mockNdrBuffer).enc_ndr_referent(array.rids, 1); } @Test @DisplayName("Should encode array with null RIDs") void testEncodeNullRids() throws NdrException { // Given: Array with null RIDs samr.SamrRidWithAttributeArray array = new samr.SamrRidWithAttributeArray(); array.count = 0; array.rids = null; // When: Encoding array
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.6K bytes - Viewed (0) -
docs/en/docs/advanced/generate-clients.md
But I'll show you how to improve that next. 🤓 ## Custom Operation IDs and Better Method Names { #custom-operation-ids-and-better-method-names } You can **modify** the way these operation IDs are **generated** to make them simpler and have **simpler method names** in the clients.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 10.1K bytes - Viewed (1) -
docs/es/docs/advanced/generate-clients.md
Pero te mostraré cómo mejorar eso a continuación. 🤓 ## Operation IDs Personalizados y Mejores Nombres de Métodos Puedes **modificar** la forma en que estos operation IDs son **generados** para hacerlos más simples y tener **nombres de métodos más simples** en los clientes.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jun 17 11:53:56 UTC 2025 - 10.9K bytes - Viewed (0)