- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLabel (0.1 sec)
-
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
* Returns the label. * * @return The label. */ public String getLabel() { return label; } /** * Sets the label. * * @param label The label. */ public void setLabel(final String label) { this.label = label; } /** * Returns the value.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.8K bytes - Viewed (0) -
migrator/migrator.go
return &chk, stmt.Table } uniqueConstraints := stmt.Schema.ParseUniqueConstraints() if uni, ok := uniqueConstraints[name]; ok { return &uni, stmt.Table } getTable := func(rel *schema.Relationship) string { switch rel.Type { case schema.HasOne, schema.HasMany: return rel.FieldSchema.Table case schema.Many2Many: return rel.JoinTable.Table }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Fri Jun 06 02:35:01 UTC 2025 - 29.5K bytes - Viewed (0)