- Sort Score
- Result 10 results
- Languages All
Results 31 - 35 of 35 for comum (0.07 sec)
-
src/main/java/jcifs/smb/SmbTreeImpl.java
*/ public int getTreeType () { String connectedService = getService(); if ( "LPT1:".equals(connectedService) ) { return SmbConstants.TYPE_PRINTER; } else if ( "COMM".equals(connectedService) ) { return SmbConstants.TYPE_COMM; } return SmbConstants.TYPE_SHARE; } /** * @return the service */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 29.6K bytes - Viewed (0) -
src/cmd/cgo/ast.go
f.walk(n.Body, ctxSwitch, visit) case *ast.TypeSwitchStmt: f.walk(n.Init, ctxStmt, visit) f.walk(n.Assign, ctxStmt, visit) f.walk(n.Body, ctxTypeSwitch, visit) case *ast.CommClause: f.walk(n.Comm, ctxStmt, visit) f.walk(n.Body, ctxStmt, visit) case *ast.SelectStmt: f.walk(n.Body, ctxStmt, visit) case *ast.ForStmt: f.walk(n.Init, ctxStmt, visit) f.walk(&n.Cond, ctxExpr, visit)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 14 15:47:06 UTC 2024 - 14.3K bytes - Viewed (0) -
docs/es/docs/async.md
### Concurrencia + Paralelismo: Web + Machine Learning Con **FastAPI** puedes aprovechar la concurrencia que es muy comĂșn para el desarrollo web (atractivo principal de NodeJS).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 24.9K 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: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K 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 Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)