Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for subpackages (0.06 seconds)

  1. src/main/java/org/codelibs/fess/helper/ProtocolHelper.java

         * Handler classes in subpackages and registering them as web or file protocols
         * based on their PROTOCOL_TYPE field.
         *
         * @param basePackage the base package to scan for protocol handlers
         */
        protected void loadProtocols(final String basePackage) {
            final List<String> subPackages = new ArrayList<>();
            final String path = basePackage.replace('.', '/');
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 13:59:25 GMT 2026
    - 12.4K bytes
    - Click Count (1)
  2. guava/pom.xml

          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <configuration>
              <!-- Passing `-subpackages com.google.common` breaks things, so we explicitly exclude everything else instead. -->
              <!-- excludePackageNames requires specification of packages separately from "all subpackages".
                   https://issues.apache.org/jira/browse/MJAVADOC-584 -->
              <excludePackageNames>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Nov 17 21:36:50 GMT 2025
    - 9.6K bytes
    - Click Count (0)
  3. android/guava/pom.xml

          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <configuration>
              <!-- Passing `-subpackages com.google.common` breaks things, so we explicitly exclude everything else instead. -->
              <!-- excludePackageNames requires specification of packages separately from "all subpackages".
                   https://issues.apache.org/jira/browse/MJAVADOC-584 -->
              <excludePackageNames>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Nov 17 21:36:50 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  4. docs/en/docs/tutorial/bigger-applications.md

    │   └── routers          # "routers" is a "Python subpackage"
    │   │   ├── __init__.py  # makes "routers" a "Python subpackage"
    │   │   ├── items.py     # "items" submodule, e.g. import app.routers.items
    │   │   └── users.py     # "users" submodule, e.g. import app.routers.users
    │   └── internal         # "internal" is a "Python subpackage"
    │       ├── __init__.py  # makes "internal" a "Python subpackage"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  5. docs/de/docs/tutorial/bigger-applications.md

    │   └── routers          # "routers" ist ein "Python-Subpackage"
    │   │   ├── __init__.py  # macht "routers" zu einem "Python-Subpackage"
    │   │   ├── items.py     # "items"-Submodul, z. B. import app.routers.items
    │   │   └── users.py     # "users"-Submodul, z. B. import app.routers.users
    │   └── internal         # "internal" ist ein "Python-Subpackage"
    │       ├── __init__.py  # macht "internal" zu einem "Python-Subpackage"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 21.9K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/bigger-applications.md

    │   └── routers          # "routers" bir "Python subpackage"idir
    │   │   ├── __init__.py  # "routersbir "Python subpackage" yapar
    │   │   ├── items.py     # "items" submodule'ü, örn. import app.routers.items
    │   │   └── users.py     # "users" submodule'ü, örn. import app.routers.users
    │   └── internal         # "internal" bir "Python subpackage"idir
    │       ├── __init__.py  # "internalbir "Python subpackage" yapar
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  7. src/cmd/api/main_test.go

    				stdPackages = append(stdPackages, ip)
    			}
    			importDir[pkg.ImportPath] = pkg.Dir
    			if len(pkg.ImportMap) > 0 {
    				importMap[pkg.Dir] = make(map[string]string, len(pkg.ImportMap))
    			}
    			for k, v := range pkg.ImportMap {
    				importMap[pkg.Dir][k] = v
    			}
    		}
    
    		slices.Sort(stdPackages)
    		imports = listImports{
    			stdPackages: stdPackages,
    			importMap:   importMap,
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Mar 02 13:20:41 GMT 2026
    - 31.4K bytes
    - Click Count (0)
  8. src/cmd/api/api_test.go

    	*context = build.Default
    	context.Dir = filepath.Join(testenv.GOROOT(t), "src")
    
    	w := NewWalker(context, context.Dir)
    	for _, pkg := range w.stdPackages {
    		if strings.HasPrefix(pkg, "vendor/") || strings.HasPrefix(pkg, "golang.org/x/") {
    			t.Fatalf("stdPackages contains unexpected package %s", pkg)
    		}
    	}
    }
    
    func TestIssue64958(t *testing.T) {
    	if testing.Short() {
    		t.Skip("skipping with -short")
    	}
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Mar 02 13:20:41 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  9. docs/ru/llm-prompt.md

    * recap (noun): резюме
    * utility function: вспомогательная функция
    * fast to code: позволяет быстро писать код
    * Tutorial - User Guide: Учебник - Руководство пользователя
    * submodule: подмодуль
    * subpackage: подпакет
    * router: роутер
    * building, deploying, accessing (when describing features of FastAPI Cloud): созданиe образа, развертывание и доступ
    * type checker tool: инструмент проверки типов
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Jan 22 07:07:05 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  10. docs/ko/docs/tutorial/bigger-applications.md

    * `app/routers/` 하위 디렉터리가 있고, 여기에 또 `__init__.py` 파일이 있으므로 "Python subpackage"입니다: `app.routers`.
    * `app/routers/items.py` 파일은 `app/routers/` package 안에 있으므로, submodule입니다: `app.routers.items`.
    * `app/routers/users.py`도 동일하게 또 다른 submodule입니다: `app.routers.users`.
    * `app/internal/` 하위 디렉터리도 있고 여기에 `__init__.py`가 있으므로 또 다른 "Python subpackage"입니다: `app.internal`.
    * 그리고 `app/internal/admin.py` 파일은 또 다른 submodule입니다: `app.internal.admin`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 21.5K bytes
    - Click Count (0)
Back to Top