- Sort Score
- Result 10 results
- Languages All
Results 2111 - 2120 of 2,925 for NAME (0.02 sec)
-
docs/en/docs/tutorial/bigger-applications.md
/// ### Avoid name collisions { #avoid-name-collisions } We are importing the submodule `items` directly, instead of importing just its variable `router`. This is because we also have another variable named `router` in the submodule `users`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 19.1K bytes - Viewed (0) -
docs/em/docs/index.md
* ๐ 2๏ธโฃ ๐ ๐งพ ๐ธ ๐ข ๐. --- ๐ฅ ๐ ๐งฝ, โ๏ธ ๐ โช ๐ค ๐ญ โ โซ๏ธ ๐ ๐ท. ๐ ๐ โธ โฎ๏ธ: ```Python return {"item_name": item.name, "item_id": item_id} ``` ...โช๏ธโก๏ธ: ```Python ... "item_name": item.name ... ``` ...: ```Python ... "item_price": item.price ... ``` ...& ๐ โ ๐ ๐จโ๐จ ๐ ๐-๐ ๐ข & ๐ญ ๐ซ ๐:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 17.1K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
#### `HeroBase` - the base class { #herobase-the-base-class } Let's start with a `HeroBase` model that has all the **fields that are shared** by all the models: * `name` * `age` {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[7:9] hl[7:9] *} #### `Hero` - the *table model* { #hero-the-table-model }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/he/docs/index.md
--- ืจืง ืืจืื ื ืืช ืงืฆื ืืงืจืืื, ืืื ืืืจ ืืฉ ืืื ืจืขืืื ืฉื ืืื ืืื ืขืืื. ื ืกื ืืฉื ืืช ืืช ืืฉืืจื: ```Python return {"item_name": item.name, "item_id": item_id} ``` ...ื: ```Python ... "item_name": item.name ... ``` ...ื: ```Python ... "item_price": item.price ... ``` ...ืืจืื ืืื ืืขืืจื ืฉืืื ืืฉืืื ืืช ืืืืคืืื ืื ืืืืืข ืืช ืืืืคืืกืื ืฉืืื:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/dbmeta/FavoriteLogDbm.java
import org.dbflute.Entity; import org.dbflute.dbmeta.AbstractDBMeta; import org.dbflute.dbmeta.info.ColumnInfo; import org.dbflute.dbmeta.info.UniqueInfo; import org.dbflute.dbmeta.name.TableSqlName; import org.dbflute.dbmeta.property.PropertyGateway; import org.dbflute.dbway.DBDef; import org.dbflute.util.DfTypeUtil; /** * @author ESFlute (using FreeGen) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/ThumbnailQueueDbm.java
import org.dbflute.Entity; import org.dbflute.dbmeta.AbstractDBMeta; import org.dbflute.dbmeta.info.ColumnInfo; import org.dbflute.dbmeta.info.UniqueInfo; import org.dbflute.dbmeta.name.TableSqlName; import org.dbflute.dbmeta.property.PropertyGateway; import org.dbflute.dbway.DBDef; import org.dbflute.util.DfTypeUtil; /** * The DBM of ThumbnailQueue. * * @author ESFlute (using FreeGen) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/MethodDesc.java
*/ BeanDesc getBeanDesc(); /** * Returns the method. * * @return the method */ Method getMethod(); /** * Returns the method name. * * @return the method name */ String getMethodName(); /** * Returns an array of the method's parameter types. * * @return an array of the method's parameter types */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/jcifs/SidResolver.java
/** * Gets the domain SID for the specified server. * * @param authorityServerName the server name * @param tc the CIFS context to use * @return the server's SID * @throws CIFSException if there is an error retrieving the server SID */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/RelatedContentDbm.java
import org.dbflute.Entity; import org.dbflute.dbmeta.AbstractDBMeta; import org.dbflute.dbmeta.info.ColumnInfo; import org.dbflute.dbmeta.info.UniqueInfo; import org.dbflute.dbmeta.name.TableSqlName; import org.dbflute.dbmeta.property.PropertyGateway; import org.dbflute.dbway.DBDef; import org.dbflute.util.DfTypeUtil; /** * The DBM of RelatedContent. * * @author ESFlute (using FreeGen) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/PropertiesUtil.java
* @param file * File. Must not be {@literal null}. */ public static void load(final Properties props, final File file) { load(props, file, Charset.defaultCharset().name()); } /** * Loads the specified {@link URL} into the {@link Properties} (wraps exception handling). * * @param props * Property set. Must not be {@literal null}.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 7.9K bytes - Viewed (0)