content
stringlengths
263
5.24M
pred_label
stringclasses
1 value
pred_score_pos
float64
0.6
1
package org.apereo.cas.mgmt; import org.apereo.cas.mgmt.domain.RegisteredServiceItem; import org.apereo.cas.services.RegisteredService; import org.apereo.cas.services.ServicesManager; import org.apereo.cas.services.resource.RegisteredServiceResourceNamingStrategy; import lombok.SneakyThrows; import lombok.val; import...
__label__POS
0.89426
package org.apereo.cas.mgmt; import org.apereo.cas.mgmt.util.CasManagementUtils; import org.apereo.cas.services.resource.AbstractResourceBasedServiceRegistry; import org.apereo.cas.services.resource.RegisteredServiceResourceNamingStrategy; import org.apereo.cas.util.CollectionUtils; import org.apereo.cas.util.io.Watch...
__label__POS
0.998003
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
__label__POS
0.988385
package org.apereo.cas.mgmt; import lombok.Getter; import lombok.RequiredArgsConstructor; import lombok.Setter; import org.eclipse.jgit.lib.Ref; import org.eclipse.jgit.revwalk.RevCommit; /** * This is {@link BranchMap}. * * @author Misagh Moayyed * @since 6.5.0 */ @RequiredArgsConstructor @Getter @Setter public...
__label__POS
0.909441
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
__label__POS
0.9795
package org.apereo.cas.mgmt.controller; import org.apereo.cas.mgmt.authentication.CasUserProfile; import lombok.RequiredArgsConstructor; import org.springframework.security.authentication.InsufficientAuthenticationException; import org.springframework.security.core.Authentication; /** * Base class for all controlle...
__label__POS
0.766529
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.990886
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
__label__POS
0.980307
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.929794
package org.apereo.cas.mgmt; import lombok.experimental.UtilityClass; import lombok.val; import org.springframework.boot.Banner; import java.util.HashMap; import java.util.Map; /** * This is {@link CasManagementEmbeddedContainerUtils}. * * @author Misagh Moayyed * @since 5.1.0 */ @UtilityClass public class CasMa...
__label__POS
0.999339
package org.apereo.cas.mgmt; import org.apereo.cas.mgmt.util.CasManagementUtils; import org.apereo.cas.util.AsciiArtUtils; import org.apereo.cas.util.CasVersion; import org.apereo.cas.util.ResourceUtils; import org.apereo.cas.util.SystemUtils; import lombok.SneakyThrows; import lombok.val; import org.apache.commons.io...
__label__POS
0.702035
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
__label__POS
0.954546
/** * SsoSessionsResponse model. */ export class SsoSessionsResponse { activeSsoSessions: SsoSession[]; totalPrincipals: number; totalTicketGrantingTickets: number; totalProxyGrantingTickets: number; totalTickets: number; totalUsageCount: number; } /** * SsoSession model. */ export class SsoSessi...
__label__POS
0.974282
<lib-navigation #navcom> <a *ngIf="isAdmin" mat-list-item (click)="navto('/')"> <mat-icon>view_quilt</mat-icon> <span i18n>Dashboard</span> </a> <a *ngIf="isAdmin" mat-list-item (click)="navto('info')"> <mat-icon>info</mat-icon> <span i18n>CAS Info</span> </a> <a *ngIf="isAdmin" mat-list-item ...
__label__POS
0.999161
<lib-navigation #navcom> <a mat-list-item *ngIf="appService.config.mgmtType === 'DOMAIN'" (click)="navto('registry/domains')" [ngClass]="isSelected(['domains', 'services'])"> <mat-icon>apps</mat-icon> <ng-container i18n>CAS Services</ng-container> </a> <a mat-list-item *ngIf="appService.config.mgmtTyp...
__label__POS
0.993695
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
__label__POS
0.962193
/** * Top level sso session response. */ export class SsoSessionsResponse { activeSsoSessions: SsoSession[]; totalPrincipals: number; totalTicketGrantingTickets: number; totalProxyGrantingTickets: number; totalTickets: number; totalUsageCount: number; } /** * Represents an sso session on the serve...
__label__POS
0.804912
import {EventEmitter, Injectable} from '@angular/core'; import {Service} from '@apereo/mgmt-lib'; /** * Service to handle requests to the server for application controls. * * @author Travis Schmidt */ @Injectable({ providedIn: 'root' }) export class ControlsService extends Service { icon: string; title: str...
__label__POS
0.601069
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
__label__POS
0.97161
function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { function makeTree(data,relPath) { var result=''; if ('children' in data) { result+='<ul>'; for (var i in data.children) { result+='<li><a href="'+relPath+data.children[i].url+'">'+ data....
__label__POS
0.737017
import { Component, Input, OnChanges } from '@angular/core'; import { UserProfile } from '@apereo/mgmt-lib/src/lib/model'; // import { UserService } from '@apereo/mgmt-lib/src/lib/ui'; // import { UserProfile } from '@apereo/mgmt-lib/src/lib/model'; @Component({ selector: 'lib-current-user', templateUrl: './cu...
__label__POS
0.61451
package mwgp import ( "crypto/rand" "golang.zx2c4.com/wireguard/device" "testing" ) func TestWireGuardObfuscator_Obfuscate(t *testing.T) { testObfuscate(t, device.MessageInitiationType, device.MessageInitiationSize, true) testObfuscate(t, device.MessageInitiationType, device.MessageInitiationSize, false) testOb...
__label__POS
0.989557
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.663569
import {AbstractControl, NG_VALIDATORS, Validator} from '@angular/forms'; import {Directive} from '@angular/core'; import {UserService} from '@apereo/mgmt-lib/src/lib/ui'; /** * Directive to validate input of SAML entity ids. * * @author Travis Schmidt */ @Directive({ selector: '[libValidateEntityId]', pro...
__label__POS
0.802601
import {AbstractControl, NG_VALIDATORS, Validator} from '@angular/forms'; import {Directive} from '@angular/core'; import {UserService} from '@apereo/mgmt-lib/src/lib/ui'; /** * Directive for validating the service id for a service. * * @author Travis Schmidt */ @Directive({ selector: '[libValidateServiceId]',...
__label__POS
0.949418
import { Component, Input } from '@angular/core'; import { attributeReleaseFactory } from '@apereo/mgmt-lib/src/lib/model'; import { ChainingForm, ChainedPolicyForm } from '@apereo/mgmt-lib/src/lib/form'; /** * Component to display Groovy Attribute Release policy. * * @author Ryan Mathis */ @Component({ select...
__label__POS
0.676986
/** * FormData model. */ export class AppData { availableAttributes: string[] = []; attributeRepositories: string[] = []; ldapAttributes: string[] = []; registeredServiceProperties: Property[]; grouperFields: string[]; remoteCodes: string[]; timeUnits: string[]; mergingStrategies: stri...
__label__POS
0.969609
package utils import "bytes" type ByteBuffer struct { Buf []byte } func (b *ByteBuffer) Append(data []byte) { b.Buf = append(b.Buf, data...) } func (b *ByteBuffer) Len() int { return len(b.Buf) } func (b *ByteBuffer) Index(sep []byte) int { return bytes.Index(b.Buf, sep) } func (b *ByteBuffer) Get(length int,...
__label__POS
0.946109
package tcp import "github.com/apernet/OpenGFW/analyzer" var _ analyzer.TCPAnalyzer = (*FETAnalyzer)(nil) // FETAnalyzer stands for "Fully Encrypted Traffic" analyzer. // It implements an algorithm to detect fully encrypted proxy protocols // such as Shadowsocks, mentioned in the following paper: // https://gfw.repo...
__label__POS
0.938621
package tcp import ( "bytes" "github.com/apernet/OpenGFW/analyzer" ) var _ analyzer.TCPAnalyzer = (*TrojanAnalyzer)(nil) // CCS stands for "Change Cipher Spec" var ccsPattern = []byte{20, 3, 3, 0, 1, 1} // TrojanAnalyzer uses length-based heuristics to detect Trojan traffic based on // its "TLS-in-TLS" nature. T...
__label__POS
0.999767
package geo import ( "net" "strings" "sync" ) type GeoMatcher struct { geoLoader GeoLoader geoSiteMatcher map[string]hostMatcher siteMatcherLock sync.Mutex geoIpMatcher map[string]hostMatcher ipMatcherLock sync.Mutex } func NewGeoMatcher(geoSiteFilename, geoIpFilename string) *GeoMatcher { retur...
__label__POS
0.617667
package geo import ( "bytes" "errors" "net" "regexp" "sort" "strings" "github.com/apernet/OpenGFW/ruleset/builtins/geo/v2geo" ) var _ hostMatcher = (*geoipMatcher)(nil) type geoipMatcher struct { N4 []*net.IPNet // sorted N6 []*net.IPNet // sorted Inverse bool } // matchIP tries to match the gi...
__label__POS
0.608113
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.813005
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.847154
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.917176
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.608074
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.748219
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.746502
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.751665
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.887744
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.8391
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.695955
package proxymux import ( "bytes" "net" "sync" "testing" "time" "github.com/apernet/hysteria/app/v2/internal/proxymux/internal/mocks" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" ) //go:generate mockery func testMockListener(t *testing.T, connChan <-chan net.Conn) net.Listener { ...
__label__POS
0.685061
package tun import ( "github.com/sagernet/sing/common/logger" "go.uber.org/zap" ) var _ logger.Logger = (*singLogger)(nil) type singLogger struct { tag string zapLogger *zap.Logger } func extractSingExceptions(args []any) { for i, arg := range args { if err, ok := arg.(error); ok { args[i] = err.Err...
__label__POS
0.919165
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.656885
package frag import ( "github.com/apernet/hysteria/core/v2/internal/protocol" ) func FragUDPMessage(m *protocol.UDPMessage, maxSize int) []protocol.UDPMessage { if m.Size() <= maxSize { return []protocol.UDPMessage{*m} } fullPayload := m.Data maxPayloadSize := maxSize - m.HeaderSize() off := 0 fragID := uint...
__label__POS
0.750809
package bbr // A RingBuffer is a ring buffer. // It acts as a heap that doesn't cause any allocations. type RingBuffer[T any] struct { ring []T headPos, tailPos int full bool } // Init preallocs a buffer with a certain size. func (r *RingBuffer[T]) Init(size int) { r.ring = make([]T, size)...
__label__POS
0.942642
package common import ( "time" "github.com/apernet/quic-go/congestion" ) const ( maxBurstPackets = 10 maxBurstPacingDelayMultiplier = 4 ) // Pacer implements a token bucket pacing algorithm. type Pacer struct { budgetAtLastSent congestion.ByteCount maxDatagramSize congestion.ByteCount lastSent...
__label__POS
0.769798
/* Automatically generated. */ #include "udns.h" const struct dns_nameval dns_typetab[] = { {DNS_T_INVALID,"INVALID"}, {DNS_T_A,"A"}, {DNS_T_NS,"NS"}, {DNS_T_MD,"MD"}, {DNS_T_MF,"MF"}, {DNS_T_CNAME,"CNAME"}, {DNS_T_SOA,"SOA"}, {DNS_T_MB,"MB"}, {DNS_T_MG,"MG"}, {DNS_T_MR,"MR"}, {DNS_T_NULL,"NULL"}, {DNS_T_W...
__label__POS
0.699957
package utils import ( "sort" "strconv" "strings" ) // PortUnion is a collection of multiple port ranges. type PortUnion []PortRange // PortRange represents a range of ports. // Start and End are inclusive. [Start, End] type PortRange struct { Start, End uint16 } // ParsePortUnion parses a string of comma-separ...
__label__POS
0.678489
package utils import ( "reflect" "slices" "testing" ) func TestParsePortUnion(t *testing.T) { tests := []struct { name string s string want PortUnion }{ { name: "empty", s: "", want: nil, }, { name: "all 1", s: "all", want: PortUnion{{0, 65535}}, }, { name: "all 2", ...
__label__POS
0.859589
package correctnet import ( "net" "net/http" "strings" ) func extractIPFamily(ip net.IP) (family string) { if len(ip) == 0 { // real family independent wildcard address, such as ":443" return "" } if p4 := ip.To4(); len(p4) == net.IPv4len { return "4" } return "6" } func tcpAddrNetwork(addr *net.TCPAdd...
__label__POS
0.927152
package obfs import ( "crypto/rand" "testing" "github.com/stretchr/testify/assert" ) func BenchmarkSalamanderObfuscator_Obfuscate(b *testing.B) { o, _ := NewSalamanderObfuscator([]byte("average_password")) in := make([]byte, 1200) _, _ = rand.Read(in) out := make([]byte, 2048) b.ResetTimer() for i := 0; i <...
__label__POS
0.964656
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.613398
package obfs import ( "fmt" "math/rand" "sync" "time" "golang.org/x/crypto/blake2b" ) const ( smPSKMinLen = 4 smSaltLen = 8 smKeyLen = blake2b.Size256 ) var _ Obfuscator = (*SalamanderObfuscator)(nil) var ErrPSKTooShort = fmt.Errorf("PSK must be at least %d bytes", smPSKMinLen) // SalamanderObfuscato...
__label__POS
0.771547
package acl import ( "bytes" "errors" "net" "regexp" "sort" "strings" "github.com/apernet/hysteria/extras/v2/outbounds/acl/v2geo" ) var _ hostMatcher = (*geoipMatcher)(nil) type geoipMatcher struct { N4 []*net.IPNet // sorted N6 []*net.IPNet // sorted Inverse bool } // matchIP tries to match th...
__label__POS
0.608131
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.955151
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.862664
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.845468
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.717137
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.865714
/* * Copyright (C) 2005 Universitat d'Alacant / Universidad de Alicante * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later v...
__label__POS
0.670057
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.944959
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.682671
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.65508
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.757487
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.882368
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.704322
#include <transfer_regex.h> struct TrieNode { UChar32 c; bool end; std::vector<TrieNode*> next; }; TrieNode* add_char(TrieNode* root, UChar32 c) { for (auto node : root->next) { if (node->c == c) { return node; } } TrieNode* t = new TrieNode; t->c = c; t->end = false; root->next.push_b...
__label__POS
0.936791
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.8874
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.736628
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.799925
// Some simple testing of new, eval and some string stuff. // constructor -- expression array initialization function ExprArray(n,v) { // Initializes n values to v coerced to a string. for (var i = 0; i < n; i++) { this[i] = "" + v; } } // Print the perfect numbers up to n and the sum expression for n's...
__label__POS
0.635766
%module apertium_core %include <apertium/transfer_base.h> %include <apertium/interchunk.h> %include <apertium/pretransfer.h> %include <apertium/postchunk.h> %include <apertium/tagger.h> %include <apertium/transfer.h> // Wrapper on char ** for char **argv // Modified for python 3 from https://www.swig.org/Doc1.3/Pytho...
__label__POS
0.635731
export default { 'app.result.error.title': 'Submission Failed', 'app.result.error.description': 'Please check and modify the following information before resubmitting.', 'app.result.error.hint-title': 'The content you submitted has the following error:', 'app.result.error.hint-text1': 'Your account has been...
__label__POS
0.859849
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.737477
export default { 'app.result.error.title': '提交失败', 'app.result.error.description': '请核对并修改以下信息后,再重新提交。', 'app.result.error.hint-title': '您提交的内容有如下错误:', 'app.result.error.hint-text1': '您的账户已被冻结', 'app.result.error.hint-btn1': '立即解冻', 'app.result.error.hint-text2': '您的账户还不具备申请资格', 'app.result.error.hint-btn...
__label__POS
0.612247
export default { 'app.login.userName': '用户名', 'app.login.password': '密码', 'app.login.message-invalid-credentials': '账户或密码错误(admin/ant.design)', 'app.login.message-invalid-verification-code': '验证码错误', 'app.login.tab-login-credentials': '账户密码登录', 'app.login.tab-login-mobile': '手机号登录', 'app.login.remember-me...
__label__POS
0.707525
export default { 'app.setting.pagestyle': '整体风格设置', 'app.setting.pagestyle.dark': '暗色菜单风格', 'app.setting.pagestyle.light': '亮色菜单风格', 'app.setting.content-width': '内容区域宽度', 'app.setting.content-width.fixed': '定宽', 'app.setting.content-width.fluid': '流式', 'app.setting.themecolor': '主题色', 'app.setting.them...
__label__POS
0.654629
export default { 'app.login.userName': '賬戶', 'app.login.password': '密碼', 'app.login.message-invalid-credentials': '賬戶或密碼錯誤(admin/ant.design)', 'app.login.message-invalid-verification-code': '驗證碼錯誤', 'app.login.tab-login-credentials': '賬戶密碼登錄', 'app.login.tab-login-mobile': '手機號登錄', 'app.login.remember-me'...
__label__POS
0.746407
export default { 'form.get-captcha': '獲取驗證碼', 'form.captcha.second': '秒', 'form.optional': '(選填)', 'form.submit': '提交', 'form.save': '保存', 'form.email.placeholder': '郵箱', 'form.password.placeholder': '至少6位密碼,區分大小寫', 'form.confirm-password.placeholder': '確認密碼', 'form.phone-number.placeholder': '手機號', ...
__label__POS
0.645106
export default { 'app.setting.pagestyle': '整體風格設置', 'app.setting.pagestyle.dark': '暗色菜單風格', 'app.setting.pagestyle.light': '亮色菜單風格', 'app.setting.content-width': '內容區域寬度', 'app.setting.content-width.fixed': '定寬', 'app.setting.content-width.fluid': '流式', 'app.setting.themecolor': '主題色', 'app.setting.them...
__label__POS
0.660762
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.711923
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.72053
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.972804
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.815911
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.854028
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.975794
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.847576
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.982506
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.756931
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.989244
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.693926
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.84259
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.628668
package org.rxjava.service.goods; import java.lang.reflect.Method; import java.net.URL; import java.net.URLClassLoader; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.function.Consumer; /** * @author happy 2019-05-06 13:57 */ public class RxServiceGoodsMain { ...
__label__POS
0.997948
package org.rxjava.service.goods.admin; import org.rxjava.service.goods.entity.Goods; import org.rxjava.service.goods.form.GoodsCreateForm; import org.rxjava.service.goods.form.GoodsPageForm; import org.rxjava.service.goods.repository.GoodsRepository; import org.rxjava.service.goods.services.GoodsService; import org.s...
__label__POS
0.649974
package org.rxjava.service.goods.entity; import lombok.Getter; import lombok.Setter; import org.rxjava.common.core.entity.BaseEntity; import org.rxjava.common.core.entity.Image; import org.rxjava.service.goods.status.GoodsStatus; import org.rxjava.service.goods.type.ExcessType; import org.springframework.data.mongodb....
__label__POS
0.998956
package org.rxjava.service.goods.form; import lombok.Data; import org.rxjava.common.core.entity.Image; import org.rxjava.service.goods.status.GoodsStatus; import org.rxjava.service.goods.type.ExcessType; import org.rxjava.service.goods.type.GoodsType; import javax.validation.constraints.NotEmpty; import java.util.Lis...
__label__POS
0.999597
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
__label__POS
0.739809