- Sort Score
- Num 10 results
- Language All
Results 1901 - 1910 of 8,968 for pacXkage (0.05 seconds)
-
okcurl/src/main/kotlin/okhttp3/curl/logging/MessageFormatter.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3.curl.logging import java.util.logging.LogRecord import java.util.logging.SimpleFormatter object MessageFormatter : SimpleFormatter() {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 845 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/RoleCB.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.cbean; import org.codelibs.fess.opensearch.user.cbean.bs.BsRoleCB; /** * @author ESFlute (using FreeGen) */ public class RoleCB extends BsRoleCB {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 816 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/UserCA.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.cbean.ca; import org.codelibs.fess.opensearch.user.cbean.ca.bs.BsUserCA; /** * @author ESFlute (using FreeGen) */ public class UserCA extends BsUserCA {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 822 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/RoleCQ.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.cbean.cq; import org.codelibs.fess.opensearch.user.cbean.cq.bs.BsRoleCQ; /** * @author ESFlute (using FreeGen) */ public class RoleCQ extends BsRoleCQ {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 822 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/UserCQ.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.cbean.cq; import org.codelibs.fess.opensearch.user.cbean.cq.bs.BsUserCQ; /** * @author ESFlute (using FreeGen) */ public class UserCQ extends BsUserCQ {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 822 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/ClickLogCB.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.log.cbean; import org.codelibs.fess.opensearch.log.cbean.bs.BsClickLogCB; /** * @author ESFlute (using FreeGen) */ public class ClickLogCB extends BsClickLogCB {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 826 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/FavoriteLogCB.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.log.cbean; import org.codelibs.fess.opensearch.log.cbean.bs.BsFavoriteLogCB; /** * @author ESFlute (using FreeGen) */ public class FavoriteLogCB extends BsFavoriteLogCB {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 835 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/SearchLogCB.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.log.cbean; import org.codelibs.fess.opensearch.log.cbean.bs.BsSearchLogCB; /** * @author ESFlute (using FreeGen) */ public class SearchLogCB extends BsSearchLogCB {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 829 bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-NormalizeJvm.kt
* See the License for the specific language governing permissions and * limitations under the License. */ @file:Suppress("ktlint:standard:filename") package okhttp3.internal import java.text.Normalizer import java.text.Normalizer.Form.NFCCreated: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 842 bytes - Click Count (1) -
schema/callbacks_test.go
package schema_test import ( "reflect" "sync" "testing" "gorm.io/gorm" "gorm.io/gorm/schema" ) type UserWithCallback struct{} func (UserWithCallback) BeforeSave(*gorm.DB) error { return nil } func (UserWithCallback) AfterCreate(*gorm.DB) error { return nil } func TestCallback(t *testing.T) { user, err := schema.Parse(&UserWithCallback{}, &sync.Map{}, schema.NamingStrategy{}) if err != nil {
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Thu Jan 06 07:02:53 GMT 2022 - 939 bytes - Click Count (0)