Search Options

Results per page
Sort
Preferred Languages
Advance

Results 3631 - 3640 of 4,638 for Name (0.14 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java

         * <li>The module path to the child is considered to
         * point at the POM rather than its base directory if the path ends with ".xml" (ignoring case)</li>
         * <li>The name of the child's base directory matches the artifact id of the child.</li>
         * </ul>
         * Note that for the sake of independence from the user
         * environment, the filesystem is intentionally not used for the calculation.</p>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/security/simple-oauth2.md

    ๐Ÿ‘ฅ ๐Ÿ”œ โš™๏ธ **FastAPI** ๐Ÿ’‚โ€โ™‚ ๐Ÿš™ ๐Ÿคš `username` &amp; `password`.
    
    Oauth2๏ธโƒฃ โœ” ๐Ÿ‘ˆ ๐Ÿ•โ” โš™๏ธ "๐Ÿ” ๐Ÿ’ง" (๐Ÿ‘ˆ ๐Ÿ‘ฅ โš™๏ธ) ๐Ÿ‘ฉโ€๐Ÿ’ป/๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ”œ ๐Ÿ“จ `username` &amp; `password` ๐Ÿ‘ ๐Ÿ“จ ๐Ÿ’ฝ.
    
    &amp; ๐Ÿ”Œ ๐Ÿ’ฌ ๐Ÿ‘ˆ ๐Ÿ‘ โœ”๏ธ ๐ŸŒŸ ๐Ÿ’– ๐Ÿ‘ˆ. `user-name` โš–๏ธ `email` ๐Ÿšซ๐Ÿ”œ ๐Ÿ‘ท.
    
    โœ‹๏ธ ๐Ÿšซ ๐Ÿ˜Ÿ, ๐Ÿ‘† ๐Ÿ’ช ๐ŸŽฆ โšซ๏ธ ๐Ÿ‘† ๐ŸŽ‹ ๐Ÿ‘† ๐Ÿ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ•ธ.
    
    &amp; ๐Ÿ‘† ๐Ÿ’ฝ ๐Ÿท ๐Ÿ’ช โš™๏ธ ๐Ÿ™† ๐ŸŽ ๐Ÿ“› ๐Ÿ‘† ๐Ÿ’š.
    
    โœ‹๏ธ ๐Ÿ’ณ *โžก ๐Ÿ› ๏ธ*, ๐Ÿ‘ฅ ๐Ÿ’ช โš™๏ธ ๐Ÿ‘‰ ๐Ÿ“› ๐Ÿ”— โฎ๏ธ ๐Ÿ”Œ (&amp; ๐Ÿ’ช, ๐Ÿ–ผ, โš™๏ธ ๐Ÿ› ๏ธ ๐Ÿ› ๏ธ ๐Ÿงพ โš™๏ธ).
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PlexusContainerCapsuleFactory.java

            org.slf4j.Logger l = context.loggerFactory.getLogger(this.getClass().getName());
            context.logger = (level, message, error) -> l.atLevel(org.slf4j.event.Level.valueOf(level.name()))
                    .setCause(error)
                    .log(message);
    
            return container;
        }
    
        protected Set<String> collectExportedArtifacts(
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. docs/debugging/README.md

    Output decrypted to inspect.ad2b43d8.zip
    ```
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Feb 25 01:17:53 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  5. internal/auth/credentials.go

    	Groups       []string               `xml:"-" json:"groups,omitempty"`
    	Claims       map[string]interface{} `xml:"-" json:"claims,omitempty"`
    	Name         string                 `xml:"-" json:"name,omitempty"`
    	Description  string                 `xml:"-" json:"description,omitempty"`
    
    	// Deprecated: In favor of Description - when reading credentials from
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue May 28 17:14:16 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/core/io/ResourceTraversalUtil.java

            assertArgumentNotNull("rootDir", rootDir);
    
            File baseDir = rootDir;
            if (baseDirectory != null) {
                for (final String name : baseDirectory.split("/")) {
                    baseDir = new File(baseDir, name);
                }
            }
            return baseDir;
        }
    
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/Constants.java

        public static final String NONE = "none";
    
        public static final String ITEM_LABEL = "label";
    
        public static final String ITEM_VALUE = "value";
    
        public static final String ITEM_NAME = "name";
    
        public static final String MS932 = "MS932";
    
        public static final String DEFAULT_CRON_EXPRESSION = "0 0 * * *";
    
        public static final String DEFAULT_SEARCH_LOG_CRON_EXPRESSION = "* * * * *";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 22 12:43:18 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SmbSessionImpl.java

                            /*
                             * Some pipes may require that the hostname in the tree connect
                             * be the netbios name. So if we have the netbios server name
                             * from the NTLMSSP type 2 message, and the share is IPC$, we
                             * assert that the tree connect path uses the netbios hostname.
                             */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
  9. docs/em/docs/tutorial/sql-databases.md

    ๐Ÿ‘ซ ๐Ÿœ โœ”๏ธ ๐Ÿงฐ โš’ ๐Ÿ”— โš–๏ธ ๐Ÿ”— ๐Ÿ–– ๐Ÿ“ โš–๏ธ ๐Ÿ‘จโ€๐Ÿ’ผ.
    
    ๐Ÿ‘‰ ๐ŸŒŒ, ๐Ÿ‘† ๐Ÿ’ช โœ”๏ธ ๐Ÿ”ข `orion_cat.owner` &amp; ๐Ÿ‘จโ€๐Ÿ’ผ ๐Ÿ”œ ๐Ÿ”Œ ๐Ÿ’ฝ ๐Ÿ‘‰ ๐Ÿถ ๐Ÿ‘จโ€๐Ÿ’ผ, โœŠ โšช๏ธโžก๏ธ ๐Ÿ“ *๐Ÿ‘จโ€๐Ÿ’ผ*.
    
    , `orion_cat.owner.name` ๐Ÿ’ช ๐Ÿ“› (โšช๏ธโžก๏ธ `name` ๐Ÿ“ `owners` ๐Ÿ“) ๐Ÿ‘‰ ๐Ÿถ ๐Ÿ‘จโ€๐Ÿ’ผ.
    
    โšซ๏ธ ๐Ÿ’ช โœ”๏ธ ๐Ÿ’ฒ ๐Ÿ’– `"Arquilian"`.
    
    &amp; ๐Ÿœ ๐Ÿ”œ ๐ŸŒ ๐Ÿ‘ท ๐Ÿคš โ„น โšช๏ธโžก๏ธ ๐Ÿ”— ๐Ÿ“ *๐Ÿ‘จโ€๐Ÿ’ผ* ๐Ÿ•โ” ๐Ÿ‘† ๐Ÿ”„ ๐Ÿ” โšซ๏ธ โšช๏ธโžก๏ธ ๐Ÿ‘† ๐Ÿถ ๐ŸŽš.
    
    โš  ๐Ÿœ ๐Ÿ–ผ: โœณ-๐Ÿœ (๐Ÿ• โœณ ๐Ÿ› ๏ธ), ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿœ (๐Ÿ• ๐Ÿ‡ธ๐Ÿ‡ฒ, ๐Ÿ”ฌ ๐Ÿ› ๏ธ) &amp; ๐Ÿ’ (๐Ÿ”ฌ ๐Ÿ› ๏ธ), ๐Ÿ‘ช ๐ŸŽ.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.properties

    labels.plugin_type=Type
    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Delete
    labels.plugin_install=Install
    labels.plugin_install_title=Install Plugin
    labels.plugin_jar_file=Jar File
    labels.plugin_local_install=Local
    labels.plugin_remote_install=Remote
    labels.crud_button_install=Install
    labels.storage_configuration=Storage
    labels.storage_name=Name
    labels.storage_size=Size
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
Back to top