- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for COMM (0.06 sec)
-
ci/official/utilities/code_check_full.bats
# Select lines unique to actual_licenses, i.e. extra licenses. comm -1 -3 $BATS_TEST_TMPDIR/expected_licenses $BATS_TEST_TMPDIR/actual_licenses | grep -v -f $BATS_TEST_TMPDIR/allowed_to_be_extra > $BATS_TEST_TMPDIR/actual_extra_licenses || true # Select lines unique to expected_licenses, i.e. missing licenses
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 19 18:47:57 UTC 2025 - 13.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTreeImplTest.java
SmbTreeImpl tree2 = new SmbTreeImpl(session, "LPT1", "LPT1:"); assertEquals(SmbConstants.TYPE_PRINTER, tree2.getTreeType()); SmbTreeImpl tree3 = new SmbTreeImpl(session, "COMM", "COMM"); assertEquals(SmbConstants.TYPE_COMM, tree3.getTreeType()); } // Test case for DFS related methods @Test void testDfs() throws SmbException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
*/ public int getTreeType() { final String connectedService = getService(); if ("LPT1:".equals(connectedService)) { return SmbConstants.TYPE_PRINTER; } if ("COMM".equals(connectedService)) { return SmbConstants.TYPE_COMM; } return SmbConstants.TYPE_SHARE; } /** * @return the service */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
type = TYPE_NAMED_PIPE; } else if (tree.service.equals("LPT1:")) { type = TYPE_PRINTER; } else if (tree.service.equals("COMM")) { type = TYPE_COMM; } else { type = TYPE_SHARE; } } else if (url.getAuthority() == null || url.getAuthority().length() == 0) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
api/go1.txt
pkg go/ast, type CommClause struct pkg go/ast, type CommClause struct, Body []Stmt pkg go/ast, type CommClause struct, Case token.Pos pkg go/ast, type CommClause struct, Colon token.Pos pkg go/ast, type CommClause struct, Comm Stmt pkg go/ast, type Comment struct pkg go/ast, type Comment struct, Slash token.Pos pkg go/ast, type Comment struct, Text string pkg go/ast, type CommentGroup struct
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)