- Sort Score
- Result 10 results
- Languages All
Results 181 - 187 of 187 for persona (0.08 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. ou=People,dc=fess,dc=codelibs,dc=org */ String LDAP_ADMIN_USER_BASE_DN = "ldap.admin.user.base.dn"; /** The key of the configuration. e.g. organizationalPerson,top,person,inetOrgPerson */ String LDAP_ADMIN_USER_OBJECT_CLASSES = "ldap.admin.user.object.classes"; /** The key of the configuration. e.g. cn=%s */ String LDAP_ADMIN_ROLE_FILTER = "ldap.admin.role.filter";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
doc/go1.17_spec.html
</p> <pre> type Person struct { Name string Address *struct { Street string City string } } var data *struct { Name string `json:"name"` Address *struct { Street string `json:"street"` City string `json:"city"` } `json:"address"` } var person = (*Person)(data) // ignoring tags, the underlying types are identical
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<multiplicity>*</multiplicity> </association> </field> </fields> </class> <class> <name>Contributor</name> <description>Description of a person who has contributed to the project, but who does not have commit privileges. Usually, these contributions come in the form of patches submitted.</description> <version>3.0.0+</version> <fields>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
doc/go_spec.html
</p> <pre> type Person struct { Name string Address *struct { Street string City string } } var data *struct { Name string `json:"name"` Address *struct { Street string `json:"street"` City string `json:"city"` } `json:"address"` } var person = (*Person)(data) // ignoring tags, the underlying types are identical
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
RELEASE.md
* Improved TensorForest performance. * Added support for multiple filename globs in `tf.matching_files`. * `LogMessage` now includes a timestamp as beginning of a message. * Added MultiBox person detector example standalone binary. * Android demo: Makefile build functionality added to build.gradle to fully support building TensorFlow demo in Android on Windows.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
* kubectl create secret has a new option --from-env-file that populates a secret from file which follows a key=val format for each line. * update the signing key for percona debian and ubuntu packages ([#41186](https://github.com/kubernetes/kubernetes/pull/41186), [@dixudx](https://github.com/dixudx))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.msg" /> <sub-class-of type="application/x-tika-msoffice"/> </mime-type> <mime-type type="application/vnd.ms-outlook-pst"> <_comment>Outlook Personal Folders File Format</_comment> <magic priority="50"> <match value="!BDN....SM" type="string" offset="0" mask="0xFFFFFFFF00000000FFFF"/> </magic> <glob pattern="*.pst"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0)