hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
98 values
lang
stringclasses
21 values
max_stars_repo_path
stringlengths
3
945
max_stars_repo_name
stringlengths
4
118
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
int64
1
368k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
945
max_issues_repo_name
stringlengths
4
118
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
int64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
945
max_forks_repo_name
stringlengths
4
135
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
5
1.05M
avg_line_length
float64
1
1.03M
max_line_length
int64
2
1.03M
alphanum_fraction
float64
0
1
bef3f4dc471e0fbfc5829c6209375357ec0cb312
5,783
html
HTML
cart.html
Yars-Company/Yars
096e50ee89fa98e8ccab5826b9881958a441a3c7
[ "MIT" ]
null
null
null
cart.html
Yars-Company/Yars
096e50ee89fa98e8ccab5826b9881958a441a3c7
[ "MIT" ]
1
2020-03-08T22:12:10.000Z
2020-03-08T22:12:10.000Z
cart.html
Yars-Company/Yars
096e50ee89fa98e8ccab5826b9881958a441a3c7
[ "MIT" ]
1
2020-03-16T08:35:39.000Z
2020-03-16T08:35:39.000Z
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Yars - Shopping Cart</title> <link rel="stylesheet" href="./css/reset.css"> <link href="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css" rel="stylesheet"> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oleo+Script&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap" rel="stylesheet"> <link rel="stylesheet" href="./css/cart.css"> <link rel="stylesheet" href="./css/cart2.css"> <link rel = "icon" type = "img/logo.jpg" href = "img/logo.jpg"> </head> <body> <header> <a href="index.html"><img src="img/logo.jpg" class="logo"></a> <nav> <ul> <li class="shihab"><a href="index.html">Home </a></li> <li class="shihab"><a a href="about.html">About Us </a></li> <li class="shihab"><a href="store.html">Store</a></li> <li class="shihab"> <a href="cart.html"> Cart </a> <span id="cartLength">[]</span> </li> <li class="shihab"><a href="game.html"> <ion-icon name="game-controller-outline"></ion-icon> </a></li> </ul> </nav> <hr class="hr-1"> </header> <main> <article id="yarsCart"> <h4>This is the current listing for your cart</h4> <div class="mainHeader"> <span>Picture</span> <span>Item Name</span> <span>Item Price</span> <button id="clearAll">Clear All</button> </div> </article> <div id="bottomHeader"> <p id="emptyCartWarning">This cart is empty! please go to <a href="./store.html">Store Page</a> to add some items to your cart!</p> </div> </main> <footer> <div class="divOfFooter"> <div> <p class="headerAbout"> <h6>ABOUT US</h6> Our Soaps are created with <br> 100% pure simple ingredients. <br> You are beautiful <br> and your SOAP should be too! </p> </div> <div> <h6>QUICK LINKS</h6> <p><a class="link" href="yasmin.html">Home </a></p> <p><a class="link" href="about.html">About Us </a></p> <p><a class="link" href="store.html">Store</a></p> <p><a class="link" href="cart.html"> Cart </a> </p> <p><a class="link" href="game.html"> <ion-icon name="game-controller-outline"></ion-icon> </a></p> </div> <div> <h6>CONTACT US</h6> <p><a href="#"> <ion-icon class="social" name="logo-facebook"></ion-icon> </a></p> <p><a href="#"> <ion-icon class="social" name="logo-twitter"></ion-icon> </a></p> <p><a href="#"> <ion-icon class="social" name="logo-instagram"></ion-icon> </a></p> </div> </div> </footer> <!-- <footer> --> <!-- <div class="footer"> <div class="about"> <p class="headerAbout"> ABOUT US<br> our Soaps are created with <br>100% pure simple ingredients.<br> You are beautiful -<br> your SOAP should be too! </p> </div> --> <!-- <div class="quickFooter"> <h6 class="quick"> QUICK LINKS</h6> <ol class="quick"> <li><a class="link" href="index.html">Home </a></li> <li><a class="link" href="about.html">About Us </a></li> <li><a class="link" href="store.html">Store</a></li> <li> <a class="link" href="cart.html"> Cart </a> </li> <li><a class="link" href="game.html"> <ion-icon name="game-controller-outline"></ion-icon> </a></li> </ol> </div> --> <!-- <div class="contactUs"> <h6 class="conHeader">CONTACT US</h6> <div id="social-media"> <ul class="ulFooter"> <li><a href="#"> <ion-icon class="color" name="logo-facebook"></ion-icon> </a></li> <li><a href="#"> <ion-icon class="color" name="logo-twitter"></ion-icon> </a></li> <li><a href="#"> <ion-icon class="color" name="logo-instagram"></ion-icon> </a></li> </ul> </div> --> <!-- </footer> --> <script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script> <script src="./js/cart.js"></script> </body> </html>
41.905797
139
0.424347
76ca919a533417371a288177d4fa4770593058de
2,198
h
C
src/drivers/xf86-video-guac/daemon.h
tkiapril/guacamole-server
d1e287b9fde60457dec71739c6f063129f912c87
[ "Apache-2.0" ]
null
null
null
src/drivers/xf86-video-guac/daemon.h
tkiapril/guacamole-server
d1e287b9fde60457dec71739c6f063129f912c87
[ "Apache-2.0" ]
null
null
null
src/drivers/xf86-video-guac/daemon.h
tkiapril/guacamole-server
d1e287b9fde60457dec71739c6f063129f912c87
[ "Apache-2.0" ]
null
null
null
/* * 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 may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, 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. */ #ifndef _GUAC_DRV_DAEMON_H #define _GUAC_DRV_DAEMON_H /** * The time to allow between sync responses in milliseconds. If a sync * instruction is sent to the client and no response is received within this * timeframe, server messages will not be handled until a sync instruction is * received from the client. */ #define GUACD_SYNC_THRESHOLD 500 /** * The time to allow between server sync messages in milliseconds. A sync * message from the server will be sent every GUACD_SYNC_FREQUENCY milliseconds. * As this will induce a response from a client that is not malfunctioning, * this is used to detect when a client has died. This must be set to a * reasonable value to avoid clients being disconnected unnecessarily due * to timeout. */ #define GUACD_SYNC_FREQUENCY 5000 /** * The number of milliseconds to wait for messages in any phase before * timing out and closing the connection with an error. */ #define GUACD_TIMEOUT 15000 /** * The number of microseconds to wait for messages in any phase before * timing out and closing the conncetion with an error. This is always * equal to GUACD_TIMEOUT * 1000. */ #define GUACD_USEC_TIMEOUT (GUACD_TIMEOUT*1000) /** * Thread which listens for connections, assigning each an associated * guac_client. This thread function takes a ScreenPtr as an argument. */ void* guac_drv_listen_thread(void* arg); #endif
34.888889
80
0.759782
129c7cb54f5406e481c2f2d4725ad827ea3716f1
432
h
C
demo/CVConfigurationDemo/Pods/UITextView-Kuah/source/KTextViewDelegateTransition.h
Chan4iOS/CVConfiguration
115d84fff4f85e8bb5cf707156654e1129dc0dd6
[ "MIT" ]
7
2016-07-23T09:29:23.000Z
2017-04-13T07:06:32.000Z
demo/CVConfigurationDemo/Pods/UITextView-Kuah/source/KTextViewDelegateTransition.h
kuah/CVConfiguration
115d84fff4f85e8bb5cf707156654e1129dc0dd6
[ "MIT" ]
null
null
null
demo/CVConfigurationDemo/Pods/UITextView-Kuah/source/KTextViewDelegateTransition.h
kuah/CVConfiguration
115d84fff4f85e8bb5cf707156654e1129dc0dd6
[ "MIT" ]
null
null
null
// // KTextViewDelegateTransition.h // UITextView-Kuah // // Created by 陈世翰 on 2018/2/11. // Copyright © 2018年 Kuah. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface KTextViewDelegateTransition : NSObject<UITextViewDelegate> -(instancetype)initWithTarget:(id)target placeholderTextView:(UITextView *)placeholderTextView; -(void)setRealDelegate:(id<UITextViewDelegate>)delegate; @end
28.8
95
0.777778
e7ee6d842483ab8133f076264eb1658607e7ec98
5,558
py
Python
FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleWebCenterSites/charts/wc-sites/unicast.py
rishiagarwal-oracle/fmw-kubernetes
cf53d0aac782cacaa26cb1f8f1cdb7130f69d64f
[ "UPL-1.0", "MIT" ]
null
null
null
FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleWebCenterSites/charts/wc-sites/unicast.py
rishiagarwal-oracle/fmw-kubernetes
cf53d0aac782cacaa26cb1f8f1cdb7130f69d64f
[ "UPL-1.0", "MIT" ]
null
null
null
FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleWebCenterSites/charts/wc-sites/unicast.py
rishiagarwal-oracle/fmw-kubernetes
cf53d0aac782cacaa26cb1f8f1cdb7130f69d64f
[ "UPL-1.0", "MIT" ]
null
null
null
# Copyright (c) 2022, Oracle and/or its affiliates. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl import xml.dom.minidom import re import sys def getManagedServerCount(domainHome): # use the parse() function to load and parse an XML file doc = xml.dom.minidom.parse(domainHome + "/config/config.xml") servers = doc.getElementsByTagName("server") print "Total Configured Managed Servers: %d " % (servers.length - 1) return servers.length - 1; # Method to uncomment and comment the required tag and save back def replaceXml(domainHome, ms_server): f = open(domainHome + "/config/fmwconfig/servers/" + ms_server + "/config/ticket-cache.xml","r+w") filecontent = f.read() #Uncomment the one to be used filecontent = re.sub ( r'<!--<cacheManagerPeerProviderFactory','<cacheManagerPeerProviderFactory', filecontent,1) filecontent = re.sub ( r'cas_tgt" />-->','cas_tgt" />', filecontent,1) #Comment the one not used filecontent = re.sub ( r'<cacheManagerPeerProviderFactory','<!--cacheManagerPeerProviderFactory', filecontent,1) filecontent = re.sub ( r'propertySeparator="," />','propertySeparator="," -->', filecontent,1) f.seek(0) f.write(filecontent) f.write("\n\n\n") f.close() # Method to replace the properties def replaceRmiUrlsInCache(domainHome, prefix, n, ms_server, excludedServerNumber, filename, port): doc = xml.dom.minidom.parse(domainHome + "/config/fmwconfig/servers/" + ms_server + "/config/" + filename) abc = doc.getElementsByTagName("cacheManagerPeerProviderFactory") processString = "peerDiscovery=manual,rmiUrls=//localhost:<port>/notifier" for element in abc: element.setAttribute("properties", processString) for x in range (1,n-1): processString = processString + "|//localhost:<port>/notifier" # We should have got the properties attribute now tokenized with localhost and 41001. Exclude 1 add the rest for i in range (1,n+1): if i <> int(excludedServerNumber): processString = re.sub ( r'localhost',prefix + str(i), processString,1) processString = re.sub ( r'<port>',str(port), processString,1) element.setAttribute("properties", processString) print(processString) ghi = doc.getElementsByTagName("cacheManagerPeerListenerFactory") for element in ghi: processString = element.getAttribute("properties") processString = "hostName="+prefix+ str(excludedServerNumber) +",port=" + str(port) +",remoteObjectPort=" + str(int(port)+1) + ",socketTimeoutMillis=12000" element.setAttribute("properties", processString) myfile = open(domainHome + "/config/fmwconfig/servers/" + ms_server + "/config/" + filename , "w") myfile.write(doc.toxml()) myfile.close() print("Updated " + filename) # Method to replace the properties def replaceRmiUrls(domainHome, prefix, n, ms_server, excludedServerNumber, port): doc = xml.dom.minidom.parse(domainHome + "/config/fmwconfig/servers/" + ms_server + "/config/ticket-cache.xml") abc = doc.getElementsByTagName("cacheManagerPeerProviderFactory") processString = "" for element in abc: processString = element.getAttribute("properties") for x in range (1,n-1): processString = processString + "|//localhost:41001/cas_st|//localhost:41001/cas_tgt" # We should have got the properties attribute now tokenized with localhost and 41001. Exclude 1 add the rest for i in range (1,n+1): if i <> int(excludedServerNumber): processString = re.sub ( r'localhost',prefix + str(i), processString,1) processString = re.sub ( r'41001',str(port), processString,1) processString = re.sub ( r'localhost',prefix + str(i), processString,1) processString = re.sub ( r'41001',str(port), processString,1) element.setAttribute("properties", processString) print(processString) ghi = doc.getElementsByTagName("cacheManagerPeerListenerFactory") for element in ghi: processString = element.getAttribute("properties") processString = "hostName=" + prefix + str(excludedServerNumber) + ",port=" + str(port) + ",remoteObjectPort=" + str(int(port)+1) + ",socketTimeoutMillis=12000" element.setAttribute("properties", processString) myfile = open(domainHome + "/config/fmwconfig/servers/" + ms_server + "/config/ticket-cache.xml", "w") myfile.write(doc.toxml()) myfile.close() print("Updated " + "ticket-cache.xml") def main(): # count the arguments arguments = len(sys.argv) - 1 print ("The script is called with %i arguments" % (arguments)) domainHome = sys.argv[1] serverPrefix = sys.argv[2] ms_server = sys.argv[3] port = sys.argv[4] excludedServerNumber = ms_server[-1] print("Host prefix set to " + serverPrefix) print("Managed Server set to - " + ms_server) print("Excluded Server Number set to - " + excludedServerNumber) print("Starting port set to - " + port) replaceXml(domainHome, ms_server) servercount = getManagedServerCount(domainHome) replaceRmiUrls(domainHome, serverPrefix, servercount, ms_server, excludedServerNumber, port) replaceRmiUrlsInCache(domainHome, serverPrefix, servercount, ms_server, excludedServerNumber, "linked-cache.xml", int(port) + 2) replaceRmiUrlsInCache(domainHome, serverPrefix, servercount, ms_server, excludedServerNumber, "cs-cache.xml", int(port) + 4) replaceRmiUrlsInCache(domainHome, serverPrefix, servercount, ms_server, excludedServerNumber, "cas-cache.xml", int(port) + 6 ) replaceRmiUrlsInCache(domainHome, serverPrefix, servercount, ms_server, excludedServerNumber, "ss-cache.xml", int(port) + 8 ) if __name__ == "__main__": # calling main function main()
45.933884
161
0.737496
22f3dffcc980373149603902969367ff7995ee31
5,539
c
C
skymodel/sm-01_mod2/src/estmultiscat.c
sdss/lvmsky
3d612f37af71f08b1423d28a6bbe6351ca41ae0f
[ "BSD-3-Clause" ]
null
null
null
skymodel/sm-01_mod2/src/estmultiscat.c
sdss/lvmsky
3d612f37af71f08b1423d28a6bbe6351ca41ae0f
[ "BSD-3-Clause" ]
null
null
null
skymodel/sm-01_mod2/src/estmultiscat.c
sdss/lvmsky
3d612f37af71f08b1423d28a6bbe6351ca41ae0f
[ "BSD-3-Clause" ]
null
null
null
/* * This file is part of the Sky Background software package. * Copyright (C) 2009-2018 European Southern Observatory * * 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 version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \ingroup sm_module2_run */ /**@{*/ /*! * \file estmultiscat.c * * \author Stefan Noll & ESO In-Kind Team Innsbruck * \since 21 Nov 2013 * \date 06 Oct 2015 * * Programme for estimating multiple scattering corrections for moonlight */ /***************************************************************************** * INCLUDES * ****************************************************************************/ #include <sm_general.h> #include <sm_scatmoonlight.h> #include <sm_run.h> /***************************************************************************** * CODE * ****************************************************************************/ int main(void) { /*! * Main routine for estimating multiple scattering corrections for * moonlight. It has to be started from the base directory of the sky * model code by typing "bin/estmultiscat". It requires the parameter * file "skymodel_etc.par" in the "config/" folder and returns the * multiple scattering correction ASCII files "sscatcor.dat" and * "dscatcor.dat" in the folder "output/". They are for correcting single * and double scattering calculations, respectively. For testing purposes, * the run time of the code and all errors and warnings are provided on * stdout. */ char configdir[FILENAME_MAX] = "config/"; char modelparname[FILENAME_MAX] = "skymodel_etc.par"; char datadir[FILENAME_MAX] = "data/"; char outputdir[FILENAME_MAX] = "output/"; char sscatcorname[FILENAME_MAX] = "sscatcor.dat"; char dscatcorname[FILENAME_MAX] = "dscatcor.dat"; cpl_errorstate errstate = cpl_errorstate_get(); cpl_parameterlist *params; smparmodel modelpar; char modelparfile[FILENAME_MAX], sscatcorfile[FILENAME_MAX]; char dscatcorfile[FILENAME_MAX]; double cs, ce; /* Initialise CPL */ cpl_init(CPL_INIT_DEFAULT); /* Check existence of config/ folder */ if (sm_basic_access(configdir, F_OK) != CPL_ERROR_NONE) { cpl_errorstate_dump(errstate, CPL_FALSE, cpl_errorstate_dump_one); cpl_end(); return EXIT_FAILURE; } /* Build full name of sky model parameter file */ sprintf(modelparfile, "%s%s", configdir, modelparname); /* Check existence of model parameter file */ if (sm_basic_access(modelparfile, F_OK) != CPL_ERROR_NONE) { cpl_errorstate_dump(errstate, CPL_FALSE, cpl_errorstate_dump_one); cpl_end(); return EXIT_FAILURE; } /* Check existence of data/ folder */ if (sm_basic_access(datadir, F_OK) != CPL_ERROR_NONE) { cpl_errorstate_dump(errstate, CPL_FALSE, cpl_errorstate_dump_one); cpl_end(); return EXIT_FAILURE; } /* Check existence of output/ folder */ if (sm_basic_access(outputdir, F_OK) != CPL_ERROR_NONE) { cpl_errorstate_dump(errstate, CPL_FALSE, cpl_errorstate_dump_one); cpl_end(); return EXIT_FAILURE; } /* Create required CPL parameter list */ params = cpl_parameterlist_new(); /* Read sky model parameter file */ if (sm_run_readmodelpar(params, modelparfile) != CPL_ERROR_NONE) { cpl_parameterlist_delete(params); cpl_errorstate_dump(errstate, CPL_FALSE, cpl_errorstate_dump_one); cpl_end(); return EXIT_FAILURE; } /* Fill smparmodel structure with data of the input CPL parameter list and a special file containing crucial paths and file names */ if (sm_etc_getparams(&modelpar, params) || sm_etc_readfilenames(&modelpar, params)) { cpl_parameterlist_delete(params); cpl_errorstate_dump(errstate, CPL_FALSE, cpl_errorstate_dump_one); cpl_end(); return EXIT_FAILURE; } /* Free allocated memory */ cpl_parameterlist_delete(params); /* Build full names of output files */ sprintf(sscatcorfile, "%s%s", outputdir, sscatcorname); sprintf(dscatcorfile, "%s%s", outputdir, dscatcorname); /* Calculate sky brightness and transmission curve and perform convolution */ cs = cpl_test_get_cputime(); sm_scat_estmultiscat(sscatcorfile, dscatcorfile, modelpar); ce = cpl_test_get_cputime(); cpl_msg_info(cpl_func, "Run time: %g min", (ce - cs) / 60.); /* List errors */ if (cpl_errorstate_is_equal(errstate)) { cpl_msg_info(cpl_func, "No errors occurred"); } else { cpl_errorstate_dump(errstate, CPL_TRUE, cpl_errorstate_dump_one); } /* Finish CPL */ cpl_end(); return EXIT_SUCCESS; } /**@}*/
34.403727
79
0.633869
4dcbe713253aecc9be0ec2ce1700fc3fbbbc3637
626
swift
Swift
Example/Tests/emptyTests.swift
FunctioningFunctionalists/ramda.swift
7fa24ffe3f3ee404d721c5a6f6573621f3e646cf
[ "MIT" ]
16
2016-09-16T05:26:20.000Z
2021-04-25T15:53:01.000Z
Example/Tests/emptyTests.swift
FunctioningFunctionalists/ramda.swift
7fa24ffe3f3ee404d721c5a6f6573621f3e646cf
[ "MIT" ]
12
2016-09-08T16:34:15.000Z
2019-09-28T06:57:19.000Z
Example/Tests/emptyTests.swift
FunctioningFunctionalists/ramda.swift
7fa24ffe3f3ee404d721c5a6f6573621f3e646cf
[ "MIT" ]
4
2016-09-18T09:43:57.000Z
2019-06-23T06:16:29.000Z
import Foundation import XCTest import Ramda class EmptyTests: XCTestCase { func testArrayEmpty() { let result = R.empty(value: ["3", "2", "1"]) XCTAssertEqual(result, []) } func testDictionaryEmpty() { let result = R.empty(value: ["x": 1, "y": 2]) XCTAssertEqual(result, [:]) } func testStringEmpty() { let result = R.empty(value: "RamdaSwiftIsAwesome") XCTAssertEqual(result, "") } func testSetEmpty() { let setOfNumbers = Set([1, 2, 3, 4]) let result = R.empty(value: setOfNumbers) XCTAssertEqual(result, []) } }
21.586207
58
0.57508
7f4a1c69cd37f0351599371abc3dfbf991ae8c59
4,773
go
Go
pkg/volume/overlay/overlay.go
huiwq1990/mydocker
6bf6b3ea8f0a15efb8ab196d9af807e51c4d5390
[ "Apache-2.0" ]
null
null
null
pkg/volume/overlay/overlay.go
huiwq1990/mydocker
6bf6b3ea8f0a15efb8ab196d9af807e51c4d5390
[ "Apache-2.0" ]
null
null
null
pkg/volume/overlay/overlay.go
huiwq1990/mydocker
6bf6b3ea8f0a15efb8ab196d9af807e51c4d5390
[ "Apache-2.0" ]
null
null
null
package overlay import ( "errors" "github.com/huiwq1990/mydocker/pkg/image" "github.com/huiwq1990/mydocker/pkg/types" "github.com/huiwq1990/mydocker/pkg/util" log "github.com/sirupsen/logrus" "path" "os" "os/exec" "strings" ) func NewWorkSpace(volume, imageName, containerName string) (string,error) { err := createReadOnlyLayer(imageName) if err != nil { return "",err } workDir,err := doOver(imageName,containerName) if err != nil { return "",err } if volume != "" { volumeURLs := strings.Split(volume, ":") length := len(volumeURLs) if length == 2 && volumeURLs[0] != "" && volumeURLs[1] != "" { if err := MountVolume(volumeURLs[0],volumeURLs[1], containerName); err != nil { return "",err } } else { return "",errors.New("Volume parameter input is not correct.") } } //TODO 需要结合overlay的upper worker层看看怎么实现 return workDir,nil } func doOver(imageName,containerName string) (string,error){ containerRootDir := path.Join(types.WriteLayerUrl, containerName) log.Infof("create write layer. %s",containerRootDir) if err := os.MkdirAll(containerRootDir, 0777); err != nil { log.Errorf("Mkdir write layer dir %s error. %v", containerRootDir, err) return "", err } upperDir := path.Join(containerRootDir,"upper") log.Debugf("create write layer. %s",upperDir) if err := os.MkdirAll(upperDir, 0777); err != nil { log.Errorf("Mkdir write layer dir %s error. %v", upperDir, err) return "", err } workDir := path.Join(containerRootDir,"worker") log.Debugf("create write layer. %s",workDir) if err := os.MkdirAll(workDir, 0777); err != nil { log.Errorf("Mkdir write layer dir %s error. %v", workDir, err) return "", err } mergeDir := path.Join(containerRootDir, "merge") log.Infof("create write layer. %s",mergeDir) if err := os.MkdirAll(mergeDir, 0777); err != nil { log.Errorf("Mkdir write layer dir %s error. %v", mergeDir, err) return "", err } //mount -t overlay overlay -o lowerdir=/root/busybox,upperdir=upper,workdir=worker merge oDir := "lowerdir=/root/"+imageName+",upperdir="+ upperDir +",workdir="+workDir log.Debugf("mount -t overlay overlay -o %s %s",oDir,mergeDir) out, err := exec.Command("mount", "-t", "overlay","overlay", "-o", oDir, mergeDir).CombinedOutput() if err != nil { //'Special device overlay doesn't exist' 可能是目录不存在 log.Errorf("mount overlay failed, output:%s, err:%v", string(out), err) return "", err } return mergeDir, err } func MountVolume(from string, target string, containerName string) error { targetMountDir := path.Join(types.WriteLayerUrl, containerName,"merge",target) if err := os.MkdirAll(targetMountDir, 0777); err != nil { log.Infof("Mkdir parent dir %s error. %v", targetMountDir, err) } log.Debugf("mount --bind %s %s",from,targetMountDir) _, err := exec.Command("mount", "--bind", from, targetMountDir).CombinedOutput() if err != nil { log.Errorf("Mount volume failed. %v", err) return err } out, err := exec.Command("mount","-o","remount,rw,bind",targetMountDir).CombinedOutput() if err != nil { log.Errorf("Mount volume failed.%v %v",string(out), err) return err } return nil } func DeleteWorkSpace(volume, containerName string) error{ if volume != "" { volumeURLs := strings.Split(volume, ":") length := len(volumeURLs) if length == 2 && volumeURLs[0] != "" && volumeURLs[1] != "" { if _, err := exec.Command("umount", path.Join(types.WriteLayerUrl,containerName,"upper",volumeURLs[0])).CombinedOutput(); err != nil { return err } }else{ return errors.New("mount config error" + volume) } } return DeleteMountPoint(containerName) } func DeleteMountPoint(containerId string) error { mountDir := path.Join(types.WriteLayerUrl,containerId, "merge") _, err := exec.Command("umount", mountDir).CombinedOutput() if err != nil { log.Errorf("Unmount %s error %v", mountDir, err) return err } if err := os.RemoveAll(path.Join(types.WriteLayerUrl,containerId)); err != nil { return err } return nil } func createReadOnlyLayer(imageName string) error { untarFolderUrl := path.Join(types.ImageRepository, imageName) exist, err := util.PathExists(untarFolderUrl) if err != nil { log.Errorf("Fail to judge whether dir %s exists. %v", imageName, err) return err } if !exist { tarUrl, err := image.GetImageTar(imageName) if err != nil{ return err } log.Debugf("crate read only layer. image:%s, untarurl:%s",untarFolderUrl,tarUrl) if err := os.MkdirAll(untarFolderUrl, 0622); err != nil { log.Errorf("Mkdir %s error %v", untarFolderUrl, err) return err } if _, err := exec.Command("tar", "-xvf", tarUrl, "-C", untarFolderUrl).CombinedOutput(); err != nil { log.Errorf("Untar dir %s error %v", tarUrl, err) return err } } return nil }
29.462963
137
0.679656
dd66441eedebfe0254d99311c95c8a8497028daa
3,372
php
PHP
Projeto/view/adicionarDisciplina.php
Layravbf/EngenhariaDeSoftware
49fa1297548848221c15b160dd154bb17ef9c61c
[ "MIT" ]
null
null
null
Projeto/view/adicionarDisciplina.php
Layravbf/EngenhariaDeSoftware
49fa1297548848221c15b160dd154bb17ef9c61c
[ "MIT" ]
null
null
null
Projeto/view/adicionarDisciplina.php
Layravbf/EngenhariaDeSoftware
49fa1297548848221c15b160dd154bb17ef9c61c
[ "MIT" ]
null
null
null
<?php session_start(); ?> <!doctype html> <html lang="pt"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/meusDados.css"> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <title>Adicionar Disciplina</title> </head> <body> <div style="width: 300px; height: 80px; bottom: 10px; right: 5px; position: fixed;" id="alert"> <div> <?php if(isset($_SESSION['erroDisciplina'])): ?> <div style="margin-right: 0; position: absolute;" class="alert alert-danger" role="alert"> O nome deve possuir no máximo 50 caracteres. </div> <?php unset($_SESSION['erroDisciplina']); endif; ?> </div> </div> <div style="width: 300px; height: 80px; bottom: 10px; right: 5px; position: fixed;" id="alert"> <div> <?php if(isset($_SESSION['erroProfessor'])): ?> <div style="margin-right: 0; position: absolute;" class="alert alert-danger" role="alert"> O campo professor deve possuir no máximo 50 caracteres. </div> <?php unset($_SESSION['erroProfessor']); endif; ?> </div> </div> <div style="width: 300px; height: 80px; bottom: 10px; right: 5px; position: fixed;" id="alert"> <div> <?php if(isset($_SESSION['erroDiscEProf'])): ?> <div style="margin-right: 0; position: absolute;" class="alert alert-danger" role="alert"> O nome e o campo professor devem possuir no máximo 50 caracteres. </div> <?php unset($_SESSION['erroDiscEProf']); endif; ?> </div> </div> <div class="nav"> <a class="nav-b" href="disciplinas.php"><img style="width: 20px; height: 20px" src="images/seta.png"></img></a> <a class="nav-b" href="index.php">Sair</a> </div> <div class="container"> <div class="row"> <div class="col"> <form action="..\controller\C_adicionarDisciplina.php" method="POST"> <div class="form-group input"> <input type="text" class="form-control" placeholder="Disciplina" name="nomeDisciplina" required> </div> <div class="form-group input"> <input type="text" class="form-control" placeholder="Professor" name="professor"> </div> <div class="form-group input"> <input type="text" class="form-control" placeholder="Nota Final" name="notaFinal"> </div> <div class="form-group"> <button style="width: 160px" type="submit" class="btn btn-primary">Adicionar</button> </div> </form> </div> <div class="img col"> <img style="width: 70%; height: 70%" src="images/editarDisciplinas.png"></img> </div> </div> </div> </body> </html>
36.652174
214
0.536773
b2e37635f83fbc719c3828b77b744bc8d962608e
870
py
Python
ddtrace/contrib/aiobotocore/__init__.py
tophatmonocle/dd-trace-py
7db12f1c398c07cd5baf91c571aed672dbb6496d
[ "BSD-3-Clause" ]
null
null
null
ddtrace/contrib/aiobotocore/__init__.py
tophatmonocle/dd-trace-py
7db12f1c398c07cd5baf91c571aed672dbb6496d
[ "BSD-3-Clause" ]
null
null
null
ddtrace/contrib/aiobotocore/__init__.py
tophatmonocle/dd-trace-py
7db12f1c398c07cd5baf91c571aed672dbb6496d
[ "BSD-3-Clause" ]
null
null
null
""" The aiobotocore integration will trace all AWS calls made with the ``aiobotocore`` library. This integration isn't enabled when applying the default patching. To enable it, you must run ``patch_all(botocore=True)`` :: import aiobotocore.session from ddtrace import patch # If not patched yet, you can patch botocore specifically patch(aiobotocore=True) # This will report spans with the default instrumentation aiobotocore.session.get_session() lambda_client = session.create_client('lambda', region_name='us-east-1') # This query generates a trace lambda_client.list_functions() """ from ...utils.importlib import require_modules required_modules = ['aiobotocore.client'] with require_modules(required_modules) as missing_modules: if not missing_modules: from .patch import patch __all__ = ['patch']
28.064516
82
0.74023
de92a0b107631b8c62283b965b40f5425f6fa2f3
408
sql
SQL
ActivityAnalysisStage/Stage/Stored Procedures/TransformAppleAppDownloads.sql
BryceStPierre/ActivityAnalysis
659beb9cc5a171cb518600883790ab99dce34179
[ "MIT" ]
null
null
null
ActivityAnalysisStage/Stage/Stored Procedures/TransformAppleAppDownloads.sql
BryceStPierre/ActivityAnalysis
659beb9cc5a171cb518600883790ab99dce34179
[ "MIT" ]
null
null
null
ActivityAnalysisStage/Stage/Stored Procedures/TransformAppleAppDownloads.sql
BryceStPierre/ActivityAnalysis
659beb9cc5a171cb518600883790ab99dce34179
[ "MIT" ]
null
null
null
CREATE PROCEDURE [Stage].[TransformAppleAppDownloads] AS TRUNCATE TABLE [Stage].[AppleAppDownloads]; INSERT INTO [Stage].[AppleAppDownloads] ( [Date], [Name], [Version], [Developer], [DeviceIPAddress] ) SELECT [Activity Date] AS Date, [Item Description] AS Name, [Version Text] AS Version, [Seller] AS Developer, [Device IP Address] AS DeviceIPAddress FROM Source.AppleAppDownloads
22.666667
54
0.723039
fd84462940674d3a7c0a6c5e48f48dbdf540e014
2,563
h
C
WKC/WebKit/WKC/helpers/privates/WKCResourceErrorPrivate.h
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
15
2016-01-05T12:43:41.000Z
2022-03-15T10:34:47.000Z
WKC/WebKit/WKC/helpers/privates/WKCResourceErrorPrivate.h
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
null
null
null
WKC/WebKit/WKC/helpers/privates/WKCResourceErrorPrivate.h
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
2
2020-11-30T18:36:01.000Z
2021-02-05T23:20:24.000Z
/* * Copyright (c) 2011 ACCESS CO., LTD. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ #ifndef _WKC_HELPERS_PRIVATE_RESOURCEERROR_H_ #define _WKC_HELPERS_PRIVATE_RESOURCEERROR_H_ #include "helpers/WKCResourceError.h" #include "helpers/WKCString.h" namespace WebCore { class ResourceError; } // namespace namespace WKC { class ResourceHandle; class ResourceErrorPrivateBase { public: ResourceErrorPrivateBase(); virtual ~ResourceErrorPrivateBase(); virtual const WebCore::ResourceError& webcore() const = 0; virtual const ResourceError& wkc() const = 0; bool isNull() const; int errorCode() const; bool isCancellation() const; const String& failingURL(); const String& domain(); const String& localizedDescription(); bool isInclusion() const; private: String m_failingURL; String m_domain; String m_localizedDescription; }; class ResourceErrorPrivate : public ResourceErrorPrivateBase { public: ResourceErrorPrivate(const WebCore::ResourceError&); ~ResourceErrorPrivate(); virtual const WebCore::ResourceError& webcore() const; virtual const ResourceError& wkc() const; private: const WebCore::ResourceError& m_webcore; ResourceError m_wkc; }; class ResourceErrorPrivateToCore : public ResourceErrorPrivateBase { public: ResourceErrorPrivateToCore(const ResourceError&, const String& domain, int errorCode, const String& failingURL, const String& localizedDescription, ResourceHandle* resourceHandle); ~ResourceErrorPrivateToCore(); virtual const WebCore::ResourceError& webcore() const; virtual const ResourceError& wkc() const; private: WebCore::ResourceError* m_instance; const WebCore::ResourceError& m_webcore; const ResourceError& m_wkc; }; } // namespace #endif // _WKC_HELPERS_PRIVATE_RESOURCEERROR_H_
29.45977
184
0.751853
ffad42a9910d17f5e5d73d395893924633bafc9c
669
kt
Kotlin
keel-api/src/main/kotlin/com/netflix/spinnaker/keel/api/artifacts/GitMetadata.kt
saimadineni/keel
098c93e284141e073af20f6b2fc8b8a9ad11cce8
[ "Apache-2.0" ]
93
2017-10-24T17:58:52.000Z
2022-03-30T14:04:12.000Z
keel-api/src/main/kotlin/com/netflix/spinnaker/keel/api/artifacts/GitMetadata.kt
saimadineni/keel
098c93e284141e073af20f6b2fc8b8a9ad11cce8
[ "Apache-2.0" ]
811
2017-11-06T21:06:14.000Z
2022-03-24T22:04:10.000Z
keel-api/src/main/kotlin/com/netflix/spinnaker/keel/api/artifacts/GitMetadata.kt
saimadineni/keel
098c93e284141e073af20f6b2fc8b8a9ad11cce8
[ "Apache-2.0" ]
123
2017-10-24T17:58:58.000Z
2022-03-28T18:34:04.000Z
package com.netflix.spinnaker.keel.api.artifacts /** * The git metadata of an artifact. */ data class GitMetadata( val commit: String, // commit hash, can be short or long sha val author: String? = null, val project: String? = null, // the project name, like SPKR val branch: String? = null, val repo: Repo? = null, val pullRequest: PullRequest? = null, val commitInfo: Commit? = null ) data class Repo( val name: String? = null, val link: String? = null ) data class PullRequest( val number: String? = null, val url: String? = null ) data class Commit( val sha: String? = null, val link: String? = null, val message: String? = null )
21.580645
62
0.671151
3cb7363e68981e8e993aeb5bade506ec9280cd60
561
lua
Lua
build/AdiBags_ByExpansion_Legion/dungeons/cos.lua
mariocki/Adibags_ByExpansion
97a106de380c33c55b530387ad7b92d29a64cd62
[ "Unlicense" ]
1
2020-10-26T17:55:01.000Z
2020-10-26T17:55:01.000Z
build/AdiBags_ByExpansion_Legion/dungeons/cos.lua
mariocki/Adibags_ByExpansion
97a106de380c33c55b530387ad7b92d29a64cd62
[ "Unlicense" ]
12
2018-09-03T12:02:27.000Z
2021-07-19T13:36:06.000Z
build/AdiBags_ByExpansion_Legion/dungeons/cos.lua
mariocki/Adibags_ByExpansion
97a106de380c33c55b530387ad7b92d29a64cd62
[ "Unlicense" ]
5
2020-06-21T14:04:07.000Z
2021-07-19T09:44:17.000Z
local AddonName, AddonTable = ... -- Court of Stars AddonTable.cos = { -- Patrol Captain Gerdo 137483, 137480, 137490, 134415, 134480, 137482, 137484, 134280, 134308, 134296, 134268, -- Talixae Flamewreath 134529, 137492, 134460, 134473, 137485, 134503, 137491, 137488, 134374, 134385, 134392, -- Advisor Melandrus 134542, 137487, 137493, 137496, 134432, 134447, 137486, 134513, 137495, 137499, 137498, 137489, }
13.357143
33
0.543672
f05fa2e5d0af65105ee15330ab3880d71692e1c4
2,820
js
JavaScript
src/widget/downlist/item.downlist.js
CaijinChen/fineui
da60956e16a6660981044255980c6b3021230bfb
[ "Apache-2.0" ]
99
2017-04-01T03:14:16.000Z
2022-03-14T02:34:26.000Z
src/widget/downlist/item.downlist.js
CaijinChen/fineui
da60956e16a6660981044255980c6b3021230bfb
[ "Apache-2.0" ]
5
2017-06-15T06:08:37.000Z
2021-06-23T07:35:05.000Z
src/widget/downlist/item.downlist.js
CaijinChen/fineui
da60956e16a6660981044255980c6b3021230bfb
[ "Apache-2.0" ]
44
2017-03-30T09:10:49.000Z
2021-08-23T14:59:37.000Z
BI.DownListItem = BI.inherit(BI.BasicButton, { _defaultConfig: function () { var conf = BI.DownListItem.superclass._defaultConfig.apply(this, arguments); return BI.extend(conf, { baseCls: "bi-down-list-item bi-list-item-active", cls: "", height: 24, logic: { dynamic: true }, selected: false, iconHeight: null, iconWidth: null, textHgap: 0, textVgap: 0, textLgap: 0, textRgap: 0 }); }, _init: function () { BI.DownListItem.superclass._init.apply(this, arguments); var self = this, o = this.options; this.text = BI.createWidget({ type: "bi.label", cls: "list-item-text", textAlign: "left", hgap: o.textHgap, vgap: o.textVgap, lgap: o.textLgap, rgap: o.textRgap, text: o.text, value: o.value, keyword: o.keyword, height: o.height }); this.icon = BI.createWidget({ type: "bi.center_adapt", width: 36, height: o.height, items: [{ el: { type: "bi.icon", width: o.iconWidth, height: o.iconHeight } }] }); BI.createWidget(BI.extend({ element: this }, BI.LogicFactory.createLogic(BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left), BI.extend(o.logic, { items: BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, this.icon, this.text) })))); }, setValue: function () { if (!this.isReadOnly()) { this.text.setValue.apply(this.text, arguments); } }, getValue: function () { return this.text.getValue(); }, setText: function () { this.text.setText.apply(this.text, arguments); }, getText: function () { return this.text.getText(); }, doClick: function () { BI.DownListItem.superclass.doClick.apply(this, arguments); if (this.isValid()) { this.fireEvent(BI.DownListItem.EVENT_CHANGE, this.getValue(), this); } }, doRedMark: function () { this.text.doRedMark.apply(this.text, arguments); }, unRedMark: function () { this.text.unRedMark.apply(this.text, arguments); }, doHighLight: function () { this.text.doHighLight.apply(this.text, arguments); }, unHighLight: function () { this.text.unHighLight.apply(this.text, arguments); } }); BI.DownListItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.shortcut("bi.down_list_item", BI.DownListItem);
28.77551
122
0.522695
a87e6d0e50de0b00cd01f000e03682bec4b6c7c1
201
sql
SQL
db/seeds.sql
kyleward92/Eat-Da-Burger
373e6150931737f6c36ba73ae6d9de6ae1f97596
[ "Unlicense" ]
null
null
null
db/seeds.sql
kyleward92/Eat-Da-Burger
373e6150931737f6c36ba73ae6d9de6ae1f97596
[ "Unlicense" ]
2
2021-01-16T05:53:10.000Z
2021-01-16T07:34:21.000Z
db/seeds.sql
kyleward92/Eat-Da-Burger
373e6150931737f6c36ba73ae6d9de6ae1f97596
[ "Unlicense" ]
null
null
null
INSERT INTO burgers (burger_name,devoured) VALUES ('Bison',False); INSERT INTO burgers (burger_name,devoured) VALUES ('Turkey',False); INSERT INTO burgers (burger_name,devoured) VALUES ('Bacon',False);
67
67
0.781095
7a14cd53f63a01c67e5cb52a682cbe221a636ae1
562
kt
Kotlin
library/src/main/java/com/github/javiersantos/piracychecker/activities/ActivityUtils.kt
ryankr/PiracyChecker
c6cfb6997b2a87f47b4f0dc3687ffac66ecae632
[ "Apache-2.0" ]
1
2021-08-24T12:59:11.000Z
2021-08-24T12:59:11.000Z
library/src/main/java/com/github/javiersantos/piracychecker/activities/ActivityUtils.kt
Acidburn0zzz/PiracyChecker
9a0768365527b74e58288458d3faf8d1afecd2ae
[ "Apache-2.0" ]
null
null
null
library/src/main/java/com/github/javiersantos/piracychecker/activities/ActivityUtils.kt
Acidburn0zzz/PiracyChecker
9a0768365527b74e58288458d3faf8d1afecd2ae
[ "Apache-2.0" ]
null
null
null
package com.github.javiersantos.piracychecker.activities import android.content.Context import android.os.Build import android.view.View fun Context.getAppName(): String = getString(applicationInfo.labelRes) fun View.setupLightStatusBar(enable: Boolean) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { var flags = systemUiVisibility flags = if (enable) flags or View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR else flags and View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR.inv() systemUiVisibility = flags } }
31.222222
70
0.729537
5f35ad4fa6545e1e29ee218c4763de8157d8bd6f
4,038
kt
Kotlin
app/src/main/java/me/jscheah/christsmeal/main/TransactionRecyclerViewAdapter.kt
cheahjs/ChristsMeal
d3ed5dc92efb5ede9d1b1c92dea90dd13deb8fce
[ "MIT" ]
null
null
null
app/src/main/java/me/jscheah/christsmeal/main/TransactionRecyclerViewAdapter.kt
cheahjs/ChristsMeal
d3ed5dc92efb5ede9d1b1c92dea90dd13deb8fce
[ "MIT" ]
null
null
null
app/src/main/java/me/jscheah/christsmeal/main/TransactionRecyclerViewAdapter.kt
cheahjs/ChristsMeal
d3ed5dc92efb5ede9d1b1c92dea90dd13deb8fce
[ "MIT" ]
null
null
null
package me.jscheah.christsmeal.main import android.os.Bundle import android.support.v7.widget.RecyclerView import android.util.Log import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView import com.brandongogetap.stickyheaders.exposed.StickyHeaderHandler import me.jscheah.christsmeal.R import me.jscheah.christsmeal.data.models.Transaction import me.jscheah.christsmeal.data.models.TransactionHeader import me.jscheah.christsmeal.data.models.TransactionBase import java.util.* /** * [RecyclerView.Adapter] that can display a [Transaction] */ class TransactionRecyclerViewAdapter : RecyclerView.Adapter<TransactionRecyclerViewAdapter.ViewHolder>(), StickyHeaderHandler { private val TAG = this::class.java.simpleName var values: List<TransactionBase>? = null override fun getAdapterData(): MutableList<*> { return values?.toMutableList() ?: LinkedList<TransactionBase>() } override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder { return ViewHolder( LayoutInflater.from(parent.context) .inflate( when (viewType) { VIEW_ITEM -> R.layout.item_transaction VIEW_HEADER -> R.layout.item_transaction_header else -> throw IllegalArgumentException() }, parent, false)) } override fun onBindViewHolder(holder: ViewHolder, position: Int) { val item = values!![position] when (item) { is Transaction -> { holder.mTransaction = item holder.mNameView!!.text = "${if (item.quantity != "1") "(${item.quantity}) " else ""}${item.itemDescription}" holder.mPriceView!!.text = item.value } is TransactionHeader -> { holder.mHeaderView!!.text = item.title } } } override fun getItemCount(): Int { return values?.size ?: 0 } override fun getItemViewType(position: Int): Int { return if (values?.get(position) is Transaction) 0 else 1 } fun saveState(): Bundle { val bundle = Bundle() bundle.putParcelableArray(STATE_LISTS, values?.toTypedArray()) return bundle } fun restoreState(bundle: Bundle): Boolean { val state = bundle.getParcelableArray(STATE_LISTS) ?: return false try { values = state.map { it as TransactionBase }.toList() } catch (e: ClassCastException) { Log.e(TAG, "restoreState: failed to restore state $e") return false } return true } fun setData(data: List<Transaction>) { val mutableList = emptyList<TransactionBase>().toMutableList() var currentDate = "" data.sortedWith(compareByDescending<Transaction> { it.date }.thenBy { it.groupOrder }) .forEach { if (currentDate != it.rawDate) { mutableList.add(TransactionHeader(it.rawDate)) currentDate = it.rawDate } mutableList.add(it) } if (values != null) { //TODO: use DiffUtil } values = mutableList.toList() } inner class ViewHolder(mView: View) : RecyclerView.ViewHolder(mView) { val mNameView: TextView? = mView.findViewById(R.id.textName) val mPriceView: TextView? = mView.findViewById(R.id.textPrice) val mHeaderView: TextView? = mView.findViewById(R.id.textHeader) var mTransaction: Transaction? = null override fun toString(): String { return super.toString() + " '" + (mNameView?.text ?: mHeaderView?.text) + "'" } } companion object { const val VIEW_HEADER = 1 const val VIEW_ITEM = 0 const val STATE_LISTS = "state:transaction_lists" } }
35.113043
125
0.607974
4a53f9d980b625a5003ce4f57512ee6a89ac4151
419
js
JavaScript
index.js
janis-kra/express-readbody
de41a56bfc2697bd87d70b64d5fc9c0e5bc85d8a
[ "MIT" ]
1
2017-01-03T23:13:18.000Z
2017-01-03T23:13:18.000Z
index.js
janis-kra/express-readbody
de41a56bfc2697bd87d70b64d5fc9c0e5bc85d8a
[ "MIT" ]
null
null
null
index.js
janis-kra/express-readbody
de41a56bfc2697bd87d70b64d5fc9c0e5bc85d8a
[ "MIT" ]
null
null
null
module.exports = function readBody (req) { if (typeof req !== 'object' || typeof req.on !== 'function') { throw new TypeError(`expected an instance of stream.Readable, got ${typeof req} instead`); } return new Promise((resolve, reject) => { let body = ''; req.on('data', (chunk) => { body += chunk; }); req.on('end', () => resolve(body)); req.on('error', e => reject(e)); }); };
26.1875
94
0.558473
752e197cbbdb11c309cdf9eb595773fce8912711
13,748
c
C
source/atascii.c
mtatton/qodem
0b95200f30efb4e29f646b9df1dd770b46ddd3c2
[ "CC0-1.0" ]
null
null
null
source/atascii.c
mtatton/qodem
0b95200f30efb4e29f646b9df1dd770b46ddd3c2
[ "CC0-1.0" ]
null
null
null
source/atascii.c
mtatton/qodem
0b95200f30efb4e29f646b9df1dd770b46ddd3c2
[ "CC0-1.0" ]
null
null
null
/* * atascii.c * * qodem - Qodem Terminal Emulator * * Written 2003-2017 by Kevin Lamonte * * To the extent possible under law, the author(s) have dedicated all * copyright and related and neighboring rights to this software to the * public domain worldwide. This software is distributed without any * warranty. * * You should have received a copy of the CC0 Public Domain Dedication along * with this software. If not, see * <http://creativecommons.org/publicdomain/zero/1.0/>. */ #include "common.h" #include <assert.h> #include <ctype.h> #include <stdlib.h> #include <string.h> #include "qodem.h" #include "screen.h" #include "scrollback.h" #include "options.h" #include "ansi.h" #include "atascii.h" /* Set this to a not-NULL value to enable debug log. */ /* static const char * DLOGNAME = "atascii"; */ static const char * DLOGNAME = NULL; /** * State change flags for the Commodore keyboard/screen. */ struct atari_state { /** * If true, reverse video is enabled. */ Q_BOOL reverse; /** * ESC is used to toggle between printing and interpreting control * characters. */ Q_BOOL print_control_char; /** * tab_stops_n is the number of elements in tab_stops, so it begins as 0. */ int tab_stops_n; /** * The list of defined tab stops. */ int * tab_stops; }; /** * The current keyboard/screen state. */ static struct atari_state state = { Q_FALSE, Q_FALSE, 0, NULL }; /** * ATASCII (Atari) to Unicode map. */ wchar_t atascii_chars[128] = { 0x2665, 0x251C, 0x23B9, 0x2518, 0x2524, 0x2510, 0x2571, 0x2572, 0x25E2, 0x2597, 0x25E3, 0x259D, 0x2598, 0x23BA, 0x23BD, 0x2596, 0x2663, 0x250C, 0x2500, 0x253C, 0x25CF, 0x2584, 0x23B8, 0x252C, 0x2534, 0x258C, 0x2514, 0x241B, 0x2191, 0x2193, 0x2190, 0x2192, 0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, 0x0028, 0x0029, 0x002A, 0x002B, 0x002C, 0x002D, 0x002E, 0x002F, 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, 0x0038, 0x0039, 0x003A, 0x003B, 0x003C, 0x003D, 0x003E, 0x003F, 0x0040, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, 0x0048, 0x0049, 0x004A, 0x004B, 0x004C, 0x004D, 0x004E, 0x004F, 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005A, 0x005B, 0x005C, 0x005D, 0x005E, 0x005F, 0x2666, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, 0x0067, 0x0068, 0x0069, 0x006A, 0x006B, 0x006C, 0x006D, 0x006E, 0x006F, 0x0070, 0x0071, 0x0072, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077, 0x0078, 0x0079, 0x007A, 0x2660, 0x007C, 0x2196, 0x25C0, 0x25B6 }; /** * Advance the cursor to the next tab stop. */ static void advance_to_next_tab_stop() { int i; if (state.tab_stops == NULL) { /* Go to the rightmost column */ cursor_right(WIDTH - 1 - q_status.cursor_x, Q_FALSE); return; } for (i = 0; i < state.tab_stops_n; i++) { if (state.tab_stops[i] > q_status.cursor_x) { cursor_right(state.tab_stops[i] - q_status.cursor_x, Q_FALSE); return; } } /* * If we got here then there isn't a tab stop beyond the current cursor * position. Place the cursor of the right-most edge of the screen. */ cursor_right(WIDTH - 1 - q_status.cursor_x, Q_FALSE); } /** * Reset the tab stops list. */ static void reset_tab_stops() { int i; if (state.tab_stops != NULL) { Xfree(state.tab_stops, __FILE__, __LINE__); state.tab_stops = NULL; state.tab_stops_n = 0; } for (i = 0; (i * 8) < WIDTH; i++) { state.tab_stops = (int *) Xrealloc(state.tab_stops, (state.tab_stops_n + 1) * sizeof(int), __FILE__, __LINE__); state.tab_stops[i] = i * 8; state.tab_stops_n++; } } /** * Set a tab stop at the current position. */ static void set_tab_stop() { int i; for (i = 0; i < state.tab_stops_n; i++) { if (state.tab_stops[i] == q_status.cursor_x) { /* Already have a tab stop here */ return; } if (state.tab_stops[i] > q_status.cursor_x) { /* Insert a tab stop */ state.tab_stops = (int *) Xrealloc(state.tab_stops, (state.tab_stops_n + 1) * sizeof(int), __FILE__, __LINE__); memmove(&state.tab_stops[i + 1], &state.tab_stops[i], (state.tab_stops_n - i) * sizeof(int)); state.tab_stops_n++; state.tab_stops[i] = q_status.cursor_x; return; } } /* If we get here, we need to append a tab stop to the end of the array */ state.tab_stops = (int *) Xrealloc(state.tab_stops, (state.tab_stops_n + 1) * sizeof(int), __FILE__, __LINE__); state.tab_stops[state.tab_stops_n] = q_status.cursor_x; state.tab_stops_n++; } /** * Remove a tab stop at the current position. */ static void clear_tab_stop() { int i; /* Clear the tab stop at this position */ for (i = 0; i < state.tab_stops_n; i++) { if (state.tab_stops[i] > q_status.cursor_x) { /* No tab stop here */ return; } if (state.tab_stops[i] == q_status.cursor_x) { /* Remove this tab stop */ memmove(&state.tab_stops[i], &state.tab_stops[i + 1], (state.tab_stops_n - i - 1) * sizeof(int)); state.tab_stops = (int *) Xrealloc(state.tab_stops, (state.tab_stops_n - 1) * sizeof(int), __FILE__, __LINE__); state.tab_stops_n--; return; } } /* If we get here, the array ended before we found a tab stop. */ /* NOP */ } /** * Reset the emulation state. */ void atascii_reset() { DLOG(("atascii_reset()\n")); state.reverse = Q_FALSE; state.print_control_char = Q_FALSE; reset_tab_stops(); } /** * Process a special ATASCII control character. * * @param control_char a byte that could be interpreted as a control byte * @return true if it was consumed and should not be printed */ static Q_BOOL atascii_handle_control_char(const unsigned char control_char) { switch (control_char) { case 0x1C: /* * Cursor up (CTRL + -) */ cursor_up(1, Q_FALSE); return Q_TRUE; case 0x1D: /* * Cursor down (CTRL + =) */ cursor_down(1, Q_FALSE); return Q_TRUE; case 0x1E: /* * Cursor left (CTRL + +) */ cursor_left(1, Q_FALSE); return Q_TRUE; case 0x1F: /* * Cursor right (CTRL + *) */ cursor_right(1, Q_FALSE); return Q_TRUE; case 0x7D: /* * Clear screen (CTRL + < or SHIFT + <) */ erase_screen(0, 0, HEIGHT - STATUS_HEIGHT - 1, WIDTH - 1, Q_FALSE); cursor_position(0, 0); return Q_TRUE; case 0x7E: /* * Backspace */ cursor_left(1, Q_FALSE); delete_character(1); return Q_TRUE; case 0x7F: /* * Tab */ advance_to_next_tab_stop(); return Q_TRUE; case 0x9B: /* * Return */ cursor_linefeed(Q_TRUE); return Q_TRUE; case 0x9C: /* * Delete line (SHIFT + Backspace) */ erase_line(q_status.cursor_x, WIDTH - 1, Q_FALSE); return Q_TRUE; case 0x9D: /* * Insert line (SHIFT + >) */ scrolling_region_scroll_down(q_status.cursor_y, HEIGHT - STATUS_HEIGHT - 1, 1); return Q_TRUE; case 0x9E: /* * Clear tabstop (CTRL + Tab) */ clear_tab_stop(); return Q_TRUE; case 0x9F: /* * Set Tabstop (SHIFT + Tab) */ set_tab_stop(); return Q_TRUE; case 0xFD: /* * Bell (CTRL + 2) */ screen_beep(); return Q_TRUE; case 0xFE: /* * Delete (CTRL + Backspace) */ delete_character(1); return Q_TRUE; case 0xFF: /* * Insert (CTRL + >) */ insert_blanks(1); return Q_TRUE; default: break; } /* * We did not consume it, let it be printed. */ return Q_FALSE; } /** * Push one byte through the ATASCII emulator. * * @param from_modem one byte from the remote side. * @param to_screen if the return is Q_EMUL_FSM_ONE_CHAR or * Q_EMUL_FSM_MANY_CHARS, then to_screen will have a character to display on * the screen. * @return one of the Q_EMULATION_STATUS constants. See emulation.h. */ Q_EMULATION_STATUS atascii(const unsigned char from_modem, wchar_t * to_screen) { DLOG(("ESC: %s REVERSE %s CHAR: 0x%02x '%c'\n", (state.print_control_char == Q_TRUE ? "true" : "false"), (state.reverse == Q_TRUE ? "true" : "false"), from_modem, from_modem)); if (q_status.atascii_has_wide_font == Q_FALSE) { /* * We don't think our font is double-width, so ask xterm/X11 to make * it bigger for us. */ set_double_width(Q_TRUE); } /* * Determine if a control char needs to be printed or handled. */ if ((state.print_control_char == Q_TRUE) && (((from_modem & 0x7F) < 0x20) || ((from_modem & 0x7F) == 0x7F)) ) { /* * This is a control character, and we are printing them. Fall * through to the print at the end. */ DLOG(("Control character, PRINT\n")); } else { if (state.print_control_char == Q_FALSE) { if (from_modem == C_ESC) { DLOG(("Start PRINTING control characters\n")); state.print_control_char = Q_TRUE; return Q_EMUL_FSM_NO_CHAR_YET; } if (atascii_handle_control_char(from_modem) == Q_TRUE) { /* * This byte was consumed, it does not need to be printed. */ return Q_EMUL_FSM_NO_CHAR_YET; } if (((from_modem & 0x7F) < 0x20) || ((from_modem & 0x7F) == 0x7F)) { /* * This is a control character, but we are not printing them. * Make it vanish. */ DLOG(("Unhandled control character, IGNORE\n")); return Q_EMUL_FSM_NO_CHAR_YET; } } /* if (state.print_control_char == Q_FALSE) */ } /* Reset print control char flag. */ state.print_control_char = Q_FALSE; /* This is a printable character, send it out. */ if ((from_modem & 0x80) != 0) { /* Reverse for this character */ q_current_color |= Q_A_REVERSE; } else { /* Normal for this character */ q_current_color &= ~Q_A_REVERSE; } *to_screen = atascii_chars[from_modem & 0x7F]; DLOG(("Send to screen: '%c'\n", *to_screen)); return Q_EMUL_FSM_ONE_CHAR; } /** * Generate a sequence of bytes to send to the remote side that correspond to * a keystroke. * * @param keystroke one of the Q_KEY values, OR a Unicode code point. See * input.h. * @return a wide string that is appropriate to send to the remote side. * Note that ANSI emulation is an 8-bit emulation: only the bottom 8 bits are * transmitted to the remote side. See post_keystroke(). */ wchar_t * atascii_keystroke(const int keystroke) { switch (keystroke) { case Q_KEY_BACKSPACE: return L"\176"; case Q_KEY_UP: return L"\034"; case Q_KEY_DOWN: return L"\035"; case Q_KEY_LEFT: return L"\036"; case Q_KEY_RIGHT: return L"\037"; case Q_KEY_DC: return L"\376"; case Q_KEY_IC: return L"\377"; case Q_KEY_DL: return L"\234"; case Q_KEY_IL: return L"\235"; case Q_KEY_PAD_ENTER: case Q_KEY_ENTER: return L"\233"; case Q_KEY_CTAB: return L"\236"; case Q_KEY_STAB: return L"\237"; case Q_KEY_CLEAR: return L"\175"; case Q_KEY_TAB: return L"\177"; case Q_KEY_ESCAPE: return L"\033"; case Q_KEY_PPAGE: case Q_KEY_NPAGE: case Q_KEY_SIC: case Q_KEY_SDC: case Q_KEY_HOME: case Q_KEY_END: case Q_KEY_F(1): case Q_KEY_F(2): case Q_KEY_F(3): case Q_KEY_F(4): case Q_KEY_F(5): case Q_KEY_F(6): case Q_KEY_F(7): case Q_KEY_F(8): case Q_KEY_F(9): case Q_KEY_F(10): case Q_KEY_F(11): case Q_KEY_F(12): case Q_KEY_F(13): case Q_KEY_F(14): case Q_KEY_F(15): case Q_KEY_F(16): case Q_KEY_F(17): case Q_KEY_F(18): case Q_KEY_F(19): case Q_KEY_F(20): case Q_KEY_F(21): case Q_KEY_F(22): case Q_KEY_F(23): case Q_KEY_F(24): case Q_KEY_F(25): case Q_KEY_F(26): case Q_KEY_F(27): case Q_KEY_F(28): case Q_KEY_F(29): case Q_KEY_F(30): case Q_KEY_F(31): case Q_KEY_F(32): case Q_KEY_F(33): case Q_KEY_F(34): case Q_KEY_F(35): case Q_KEY_F(36): case Q_KEY_PAD0: case Q_KEY_C1: case Q_KEY_PAD1: case Q_KEY_C2: case Q_KEY_PAD2: case Q_KEY_C3: case Q_KEY_PAD3: case Q_KEY_B1: case Q_KEY_PAD4: case Q_KEY_B2: case Q_KEY_PAD5: case Q_KEY_B3: case Q_KEY_PAD6: case Q_KEY_A1: case Q_KEY_PAD7: case Q_KEY_A2: case Q_KEY_PAD8: case Q_KEY_A3: case Q_KEY_PAD9: case Q_KEY_PAD_STOP: case Q_KEY_PAD_SLASH: case Q_KEY_PAD_STAR: case Q_KEY_PAD_MINUS: case Q_KEY_PAD_PLUS: return L""; default: break; } return NULL; }
26.90411
80
0.578266
bb4f9900883444ce373d05106e244ceb1ac3162d
1,441
html
HTML
popup.html
waterxjw/NJU-GPA-Calculator
dd8d16137a5ebcc2d2527718b0ae8db1dd3ba8b4
[ "MIT" ]
1
2019-08-16T10:58:05.000Z
2019-08-16T10:58:05.000Z
popup.html
waterxjw/NJU-GPA-Calculator
dd8d16137a5ebcc2d2527718b0ae8db1dd3ba8b4
[ "MIT" ]
1
2019-09-02T03:13:09.000Z
2019-09-02T04:45:40.000Z
popup.html
waterxjw/NJU-GPA-Calculator
dd8d16137a5ebcc2d2527718b0ae8db1dd3ba8b4
[ "MIT" ]
null
null
null
<!doctype html> <!-- This page is shown when the extension button is clicked, because the "browser_action" field in manifest.json contains the "default_popup" key with value "popup.html". --> <html> <head> <meta charset="UTF-8"> <title>GPA计算器</title> <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.staticfile.org/bootstrap-table/1.13.5/bootstrap-table.min.css" rel="stylesheet"> <!-- jQuery文件。务必在bootstrap.min.js 之前引入 --> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> <!-- 最新的 Bootstrap 核心 JavaScript 文件 --> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="https://cdn.staticfile.org/bootstrap-table/1.13.5/bootstrap-table.min.js"/> <script src="https://cdn.staticfile.org/bootstrap-table/1.13.5/locale/bootstrap-table-zh-CN.min.js"></script> <style type="text/css"> body { margin: 10px; white-space: nowrap; } h1 { font-size: 15px; } #container { align-items: center; display: flex; justify-content: space-between; } </style> </head> <body> <div id="toolbar"> </div> <table id="grade-table" class="table table-hover"></table> </body> <script src="popup.js"></script> </html>
26.2
113
0.622484
85d35649bd8f34da71027af39c20521018372d47
794
js
JavaScript
packages/icons/es/play--filled/16.js
freight-trust/carbon
0ac8d6efd902f6b537cc0db62f91d6fe34158345
[ "Apache-2.0" ]
null
null
null
packages/icons/es/play--filled/16.js
freight-trust/carbon
0ac8d6efd902f6b537cc0db62f91d6fe34158345
[ "Apache-2.0" ]
1
2020-08-10T04:11:40.000Z
2020-08-10T04:11:40.000Z
packages/icons/es/play--filled/16.js
freight-trust/carbon
0ac8d6efd902f6b537cc0db62f91d6fe34158345
[ "Apache-2.0" ]
null
null
null
/** * Copyright IBM Corp. 2016, 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ var _16 = { "elem": "svg", "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 16 16", "fill": "currentColor", "width": 16, "height": 16 }, "content": [{ "elem": "path", "attrs": { "d": "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5\tc0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z" } }], "name": "play--filled", "size": 16 }; export default _16;
27.37931
244
0.566751
b2f7f4cc70879c961d4345ed522c0b9c510c8bf6
5,218
py
Python
scratch/movielens-mongodb.py
crcsmnky/movielens-data-exports
f316f1367abef80a1abce64d3adb3bd3effc6365
[ "Apache-2.0" ]
1
2022-02-01T19:44:36.000Z
2022-02-01T19:44:36.000Z
scratch/movielens-mongodb.py
crcsmnky/movielens-data-exports
f316f1367abef80a1abce64d3adb3bd3effc6365
[ "Apache-2.0" ]
null
null
null
scratch/movielens-mongodb.py
crcsmnky/movielens-data-exports
f316f1367abef80a1abce64d3adb3bd3effc6365
[ "Apache-2.0" ]
null
null
null
""" usage: python movielens-mongodb.py [movies] [ratings] [links] """ import sys import re import csv import os # import tmdbsimple as tmdb from pymongo import MongoClient from pymongo import ASCENDING, DESCENDING from datetime import datetime from time import sleep def import_movies(db, mfile): movies = [] mcsv = csv.DictReader(mfile) for row in mcsv: movie = { 'movieid': int(row['movieId']), 'title': row['title'].split(' (')[0], 'year': row['title'].split(' (')[-1][:-1], 'genres': row['genres'].split('|') } movies.append(movie) if (len(movies) % 1000) == 0: # print count, "movies inserted" db.command('insert', 'movies', documents=movies, ordered=False) movies = [] if len(movies) > 0: db.command('insert', 'movies', documents=movies, ordered=False) def import_ratings(db, rfile): count = 0 ratings, movies, users = [], [], [] rcsv = csv.DictReader(rfile) for row in rcsv: rating = { 'movieid': int(row['movieId']), 'userid': int(row['userId']), 'rating': float(row['rating']), 'ts': datetime.fromtimestamp(float(row['timestamp'])) } ratings.append(rating) movie_update = { 'q': { 'movieid': int(row['movieId']) }, 'u': { '$inc': { 'ratings' : 1, 'total_rating': float(row['rating']) } } } movies.append(movie_update) user_update = { 'q': { 'userid' : int(row['userId']) }, 'u': { '$inc': { 'ratings': 1 } }, 'upsert': True } users.append(user_update) count += 1 if (count % 1000) == 0: # print count, "ratings inserted, movies updated, users updated" db.command('insert', 'ratings', documents=ratings, ordered=False) db.command('update', 'movies', updates=movies, ordered=False) db.command('update', 'users', updates=users, ordered=False) ratings, movies, users = [], [], [] if count > 0: db.command('insert', 'ratings', documents=ratings, ordered=False) db.command('update', 'movies', updates=movies, ordered=False) db.command('update', 'users', updates=users, ordered=False) def import_links(db, lfile): count = 0 movies = [] lcsv = csv.DictReader(lfile) for row in lcsv: try: movies.append({ 'q': {'movieid': int(row['movieId'])}, 'u': { '$set': { 'imdb': row['imdbId'], 'tmdb': row['tmdbId'] }} }) count += 1 except: continue if (count % 1000) == 0: db.command('update', 'movies', updates=movies, ordered=False) movies = [] if count > 0: db.command('update', 'movies', updates=movies, ordered=False) def create_genres(db): docs = list(db.movies.aggregate([ {'$unwind' : '$genres'}, {'$group': { '_id': '$genres', 'count': {'$sum': 1} }}, ], cursor={})) genres = [ {'_id': idx, 'name': doc['_id'], 'count': doc['count']} for idx, doc in enumerate(docs) ] db.command('insert', 'genres', documents=genres, ordered=False) def update_avg_ratings(db): movies = db.movies.find() for m in movies: try: db.movies.update_one({'_id': m['_id']}, {'$set': {'avg_rating': float(m['total_rating'])/m['ratings']}}) except: continue def get_poster_links(db): tmdb.API_KEY='[YOUR API KEY HERE]' conf = tmdb.Configuration() imgurl = conf.info()['images']['base_url'] + 'w154' + '{path}' allmovies = db.movies.find() for i in xrange(0, allmovies.count(), 40): print i for j in xrange(i, i+40): try: movie = tmdb.Movies(int(allmovies[j]['tmdb'])).info() db.movies.update_one( {'_id': allmovies[j]['_id']}, {'$set': {'poster': imgurl.format(path=movie['poster_path'])}} ) except: continue sleep(10) def ensure_indexes(db): db.movies.ensure_index("movieid") db.movies.ensure_index("ratings") db.movies.ensure_index("genres") db.ratings.ensure_index([("userid", ASCENDING),("movieid", ASCENDING)]) db.users.ensure_index("userid") db.genres.ensure_index("name") def main(): host=os.environ.get('MONGODB_HOST', 'localhost') port=os.environ.get('MONGODB_PORT', 27017) database=os.environ.get('MONGODB_DB', 'movieweb') db = MongoClient(host, port)[database] with open(sys.argv[1]) as mfile: import_movies(db, mfile) with open(sys.argv[2]) as rfile: import_ratings(db, rfile) with open(sys.argv[3]) as lfile: import_links(db, lfile) create_genres(db) update_avg_ratings(db) get_poster_links(db) # ensure_indexes(db) if __name__ == '__main__': main()
26.622449
116
0.526639
07fd096fb0f39553b1269fe8db770d09818fa04f
2,515
h
C
tensorflow/stream_executor/cl/cl_platform.h
pint1022/tensorflow
92e437b36ae58ea22910dbed67e2c238c869c09f
[ "Apache-2.0" ]
2
2019-04-15T23:07:00.000Z
2020-03-11T16:09:02.000Z
tensorflow/stream_executor/cl/cl_platform.h
pint1022/tensorflow
92e437b36ae58ea22910dbed67e2c238c869c09f
[ "Apache-2.0" ]
null
null
null
tensorflow/stream_executor/cl/cl_platform.h
pint1022/tensorflow
92e437b36ae58ea22910dbed67e2c238c869c09f
[ "Apache-2.0" ]
2
2020-03-04T13:59:48.000Z
2020-03-09T13:11:45.000Z
// copyright Hugh Perkins 2016, Tensorflow authors 2015. All rights reserved /* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, 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. ==============================================================================*/ #pragma once #include <memory> #include "tensorflow/stream_executor/platform/port.h" #include <vector> #include "tensorflow/stream_executor/executor_cache.h" #include "tensorflow/stream_executor/lib/statusor.h" #include "tensorflow/stream_executor/multi_platform_manager.h" #include "tensorflow/stream_executor/platform.h" #include "tensorflow/stream_executor/platform/mutex.h" #include "tensorflow/stream_executor/platform/port.h" #include "tensorflow/stream_executor/platform/thread_annotations.h" #include "tensorflow/stream_executor/stream_executor_internal.h" #include "tensorflow/stream_executor/stream_executor_pimpl.h" #include "tensorflow/stream_executor/trace_listener.h" //namespace perftools { //namespace gputools { namespace stream_executor { namespace cl { extern const Platform::Id kClPlatformId; class ClPlatform : public Platform { public: ClPlatform(); ~ClPlatform() override; int VisibleDeviceCount() const override; Platform::Id id() const override; const string& Name() const override; virtual port::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal); virtual port::StatusOr<StreamExecutor*> ExecutorForDeviceWithPluginConfig( int ordinal, const PluginConfig& plugin_config); virtual port::StatusOr<StreamExecutor*> GetExecutor( const StreamExecutorConfig& config); virtual port::StatusOr<std::unique_ptr<StreamExecutor>> GetUncachedExecutor( const StreamExecutorConfig& config); virtual void UnregisterTraceListener(TraceListener* listener); virtual void RegisterTraceListener(std::unique_ptr<TraceListener> listener) {} private: // mutex that guards internal state. mutable mutex mu_; // Cache of created executors. ExecutorCache executor_cache_; SE_DISALLOW_COPY_AND_ASSIGN(ClPlatform); }; } } //} //}
34.930556
82
0.757058
3d5ca4c081bf0077c0e41380d10d79e1af6f1cb7
1,305
rs
Rust
cargo-subcommand/src/artifact.rs
andrewpedia/android-ndk-rs
c0841a53d2fbb90ca2ff73eb6347608dac03d57d
[ "Apache-2.0", "MIT" ]
3
2020-02-14T16:54:21.000Z
2021-01-22T12:16:36.000Z
cargo-subcommand/src/artifact.rs
andrewpedia/android-ndk-rs
c0841a53d2fbb90ca2ff73eb6347608dac03d57d
[ "Apache-2.0", "MIT" ]
15
2020-05-31T15:04:37.000Z
2022-03-29T19:37:23.000Z
cargo-subcommand/src/artifact.rs
andrewpedia/android-ndk-rs
c0841a53d2fbb90ca2ff73eb6347608dac03d57d
[ "Apache-2.0", "MIT" ]
5
2020-05-30T18:06:38.000Z
2022-02-25T00:52:12.000Z
use std::path::Path; #[derive(Clone, Debug, Eq, Hash, PartialEq)] pub enum Artifact { Root(String), Example(String), } impl AsRef<Path> for Artifact { fn as_ref(&self) -> &Path { Path::new(match self { Self::Root(_) => "", Self::Example(_) => "examples", }) } } impl Artifact { pub fn name(&self) -> &str { match self { Self::Root(name) => name, Self::Example(name) => name, } } pub fn file_name(&self, ty: CrateType, target: &str) -> String { match ty { CrateType::Bin => { if target.contains("windows") { format!("{}.exe", self.name()) } else if target.contains("wasm") { format!("{}.wasm", self.name()) } else { self.name().to_string() } } CrateType::Lib => format!("lib{}.rlib", self.name().replace("-", "_")), CrateType::Staticlib => format!("lib{}.a", self.name().replace("-", "_")), CrateType::Cdylib => format!("lib{}.so", self.name().replace("-", "_")), } } } #[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)] pub enum CrateType { Bin, Lib, Staticlib, Cdylib, }
25.588235
86
0.463602
2281318dc1fb5de10c3fb5ee46d2dfe5d40d544f
7,590
html
HTML
AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-dynamodb-projectionobject.html
pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset
57436ef0bfe6f8b6dd000512c4bb56dac06d72a4
[ "MIT" ]
12
2018-09-19T10:18:44.000Z
2022-01-07T20:01:09.000Z
AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-dynamodb-projectionobject.html
pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset
57436ef0bfe6f8b6dd000512c4bb56dac06d72a4
[ "MIT" ]
5
2017-11-08T21:49:43.000Z
2021-09-01T01:19:08.000Z
AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-dynamodb-projectionobject.html
pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset
57436ef0bfe6f8b6dd000512c4bb56dac06d72a4
[ "MIT" ]
5
2017-11-08T08:34:43.000Z
2019-02-21T22:22:28.000Z
<!DOCTYPE html> <html> <head> <link href="css/awsdocs.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/awsdocs.min.js"></script> <meta charset="utf-8"> </head> <body> <div id="content" style="padding: 10px 30px;"> <h1 class="topictitle" id="aws-properties-dynamodb-projectionobject">Amazon DynamoDB Table Projection</h1><p>Attributes that are copied (projected) from the source table into the index. These attributes are additions to the primary key attributes and index key attributes, which are automatically projected. </p><p>Projection is a property of the <a href="aws-properties-dynamodb-gsi.html">GlobalSecondaryIndex</a> and <a href="aws-properties-dynamodb-lsi.html">LocalSecondaryIndex</a> property types. </p><h2 id="w2ab1c21c10d108c14c46b7">Syntax</h2><div id="JSON" name="JSON" class="section langfilter"> <h3 id="aws-properties-dynamodb-projectionobject-syntax.json">JSON</h3> <pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">{ &quot;<a href="aws-properties-dynamodb-projectionobject.html#cfn-dynamodb-projectionobj-nonkeyatt">NonKeyAttributes</a>&quot; : [ <em class="replaceable"><code>String, ...</code></em> ], &quot;<a href="aws-properties-dynamodb-projectionobject.html#cfn-dynamodb-projectionobj-projtype">ProjectionType</a>&quot; : <em class="replaceable"><code>String</code></em> }</code></pre> </div><div id="YAML" name="YAML" class="section langfilter"> <h3 id="aws-properties-dynamodb-projectionobject-syntax.yaml">YAML</h3> <pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight"><a href="aws-properties-dynamodb-projectionobject.html#cfn-dynamodb-projectionobj-nonkeyatt">NonKeyAttributes</a>: - <em class="replaceable"><code>String</code></em> <a href="aws-properties-dynamodb-projectionobject.html#cfn-dynamodb-projectionobj-projtype">ProjectionType</a>: <em class="replaceable"><code>String</code></em> </code></pre> </div><h2 id="w2ab1c21c10d108c14c46b9">Properties</h2><p>For more information about each property, including constraints, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Projection.html"> Projection</a> in the <em>Amazon DynamoDB API Reference</em>. </p><div class="variablelist"> <dl> <dt><a id="cfn-dynamodb-projectionobj-nonkeyatt"></a><span class="term"><code class="literal">NonKeyAttributes</code></span></dt> <dd> <p>The non-key attribute names that are projected into the index.</p> <p>For local secondary indexes, the total count of <code class="code">NonKeyAttributes</code> summed across all of the local secondary indexes must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes in determining the total. This limit does not apply for secondary indexes with a ProjectionType of <code class="code">KEYS_ONLY</code> or <code class="code">ALL</code>. </p> <p><em>Required</em>: No </p> <p><em>Type</em>: List of String values </p> </dd> <dt><a id="cfn-dynamodb-projectionobj-projtype"></a><span class="term"><code class="literal">ProjectionType</code></span></dt> <dd> <p>The set of attributes that are projected into the index:</p> <div class="variablelist"> <dl> <dt><a id="cfn-dynamodb-projectionobj-projtype"></a><span class="term"><code class="literal">KEYS_ONLY</code></span></dt> <dd> <p>Only the index and primary keys are projected into the index. </p> </dd> <dt><a id="cfn-dynamodb-projectionobj-projtype"></a><span class="term"><code class="literal">INCLUDE</code></span></dt> <dd> <p>Only the specified table attributes are projected into the index. The list of projected attributes are in <code class="code">NonKeyAttributes</code>. </p> </dd> <dt><a id="cfn-dynamodb-projectionobj-projtype"></a><span class="term"><code class="literal">ALL</code></span></dt> <dd> <p>All of the table attributes are projected into the index.</p> </dd> </dl> </div> <p><em>Required</em>: Yes </p> <p><em>Type</em>: String </p> </dd> </dl> </div></div> </body> </html>
63.25
379
0.425692
3e7d869e1243c4afc7b09278802ca3d4f4a926a3
637
h
C
my-c++17-ThreadSafe-StringClass-Lib/StaticLib1/StaticLib1.h
guruvishnu2/programming-language-notes
768849c315f39e29b01d784735fc8651a118c1b4
[ "MIT" ]
63
2019-03-02T18:31:29.000Z
2022-03-30T20:06:23.000Z
my-c++17-ThreadSafe-StringClass-Lib/StaticLib1/StaticLib1.h
manoharreddyporeddy/my-nodejs-notes
144cbd996a9f928e073eb48eeb6a8ec0b2f85d1e
[ "MIT" ]
1
2020-10-04T07:05:26.000Z
2020-10-24T08:23:46.000Z
my-c++17-ThreadSafe-StringClass-Lib/StaticLib1/StaticLib1.h
manoharreddyporeddy/my-nodejs-notes
144cbd996a9f928e073eb48eeb6a8ec0b2f85d1e
[ "MIT" ]
246
2019-02-20T06:36:46.000Z
2022-03-31T20:04:52.000Z
// StaticLib1.h #ifndef __STATICLIB1_H #define __STATICLIB1_H #include "cstdio" #include "iostream" #include "mutex" using namespace std; namespace NsString { // TODO: template based for unicode & others? // template <class charT> class String { mutex _mut1; char *_buf = NULL; size_t _len; public: String(); String(char const* s); String(String const& s); String(String && s); ~String(); int _compare(const char* p, const char* q, size_t n); int compare(String const& q); size_t size(); String& operator=(String& s); friend std::ostream& operator<<(std::ostream& os, String& obj); }; } #endif
15.536585
72
0.66719
2f92551012db16de6f528c671f8f15a06eecbc88
208,607
lua
Lua
Data/top.lua
Provokingface/pagleWclPlayerScore-TBC
887d1474631a7835d6bb0e1db06f5c475ba6df45
[ "MIT" ]
null
null
null
Data/top.lua
Provokingface/pagleWclPlayerScore-TBC
887d1474631a7835d6bb0e1db06f5c475ba6df45
[ "MIT" ]
null
null
null
Data/top.lua
Provokingface/pagleWclPlayerScore-TBC
887d1474631a7835d6bb0e1db06f5c475ba6df45
[ "MIT" ]
null
null
null
CTOP_Database = { ["Gillys_Pagle"] = "美服全明星第9暗牧", ["Winch_Pagle"] = "美服全明星第29兽王猎", ["Raiköu_Pagle"] = "美服全明星第15生存猎", ["Yoso_Pagle"] = "美服全明星第16奥法", ["Pinneous_Pagle"] = "美服全明星第27暗牧", ["Kimmy_Pagle"] = "美服全明星第28暗牧", ["Andy_Pagle"] = "美服全明星第6火法", ["Graykin_Pagle"] = "美服全明星第8野德", ["Freezypops_Pagle"] = "美服全明星第2冰法", ["Nighth_Pagle"] = "美服全明星第11野德", ["Satéd_Pagle"] = "美服全明星第12元素萨", ["Bellsham_Pagle"] = "美服全明星第19元素萨", ["Judul_Pagle"] = "美服全明星第77奥法", ["Mollz_Pagle"] = "美服全明星第143兽王猎", ["Iggi_Pagle"] = "美服全明星第85奥法", ["Threeleggman_Pagle"] = "美服全明星第42生存猎", ["Wreckfest_Pagle"] = "美服全明星第89奥法", ["Gatherdude_Pagle"] = "美服全明星第10惩戒骑", ["Lucen_Pagle"] = "美服全明星第22平衡德", ["Tweet_Pagle"] = "美服全明星第19武器战", ["Forgivlock_Pagle"] = "美服全明星第116毁灭术", ["Vivax_Pagle"] = "美服全明星第117奥法", ["Airiul_Pagle"] = "美服全明星第119奥法", ["Switchup_Pagle"] = "美服全明星第193兽王猎", ["Gil_Pagle"] = "美服全明星第32战斗贼", ["Waksum_Pagle"] = "美服全明星第130毁灭术", ["Juanbutton_Pagle"] = "美服全明星第136毁灭术", ["Ishotbiggie_Pagle"] = "美服全明星第88暗牧", ["Evae_Pagle"] = "美服全明星第18痛苦术", ["Gwenaline_Pagle"] = "美服全明星第161奥法", ["Kàge_Pagle"] = "美服全明星第20痛苦术", ["Jettic_Pagle"] = "美服全明星第53生存猎", ["Obamallama_Pagle"] = "美服全明星第169奥法", ["Slish_Pagle"] = "美服全明星第8恶魔术", ["Erendis_Pagle"] = "美服全明星第258兽王猎", ["Dintendo_Pagle"] = "美服全明星第18野德", ["Lyfegrip_Pagle"] = "美服全明星第101暗牧", ["Steeberetta_Pagle"] = "美服全明星第58战斗贼", ["Mavia_Pagle"] = "美服全明星第279兽王猎", ["Fuggled_Pagle"] = "美服全明星第194毁灭术", ["Typh_Pagle"] = "美服全明星第42平衡德", ["Ladorisa_Pagle"] = "美服全明星第234奥法", ["Aireuil_Pagle"] = "美服全明星第211毁灭术", ["Graygoat_Pagle"] = "美服全明星第63增强萨", ["Winchtwo_Pagle"] = "美服全明星第328兽王猎", ["Moui_Pagle"] = "美服全明星第252奥法", ["Monki_Pagle"] = "美服全明星第23野德", ["Casualgamer_Pagle"] = "美服全明星第19火法", ["Yubby_Pagle"] = "美服全明星第252毁灭术", ["Ryde_Pagle"] = "美服全明星第368兽王猎", ["Oreomilktea_Pagle"] = "美服全明星第130暗牧", ["Spicynugz_Pagle"] = "美服全明星第87战斗贼", ["Lilpeepo_Pagle"] = "美服全明星第291奥法", ["Jimmybigbean_Pagle"] = "美服全明星第399兽王猎", ["Kyote_Pagle"] = "美服全明星第84生存猎", ["Sweettleaff_Pagle"] = "美服全明星第412兽王猎", ["Worrisome_Pagle"] = "美服全明星第313奥法", ["Dowgoat_Pagle"] = "美服全明星第91增强萨", ["Manaforge_Pagle"] = "美服全明星第150暗牧", ["Akãlol_Pagle"] = "美服全明星第23火法", ["Lupa_Pagle"] = "美服全明星第60平衡德", ["Burylock_Pagle"] = "美服全明星第319毁灭术", ["Stepbow_Pagle"] = "美服全明星第96生存猎", ["Nèx_Pagle"] = "美服全明星第461兽王猎", ["Spacevolt_Pagle"] = "美服全明星第151元素萨", ["Backtobasics_Pagle"] = "美服全明星第467兽王猎", ["Teejayc_Pagle"] = "美服全明星第474兽王猎", ["Crune_Pagle"] = "美服全明星第365奥法", ["Jargannan_Pagle"] = "美服全明星第50武器战", ["Roguejim_Pagle"] = "美服全明星第118战斗贼", ["Westondn_Pagle"] = "美服全明星第352毁灭术", ["Chaothas_Pagle"] = "美服全明星第355毁灭术", ["Clipi_Pagle"] = "美服全明星第504兽王猎", ["Kvm_Pagle"] = "美服全明星第356毁灭术", ["Uwuhunterxd_Pagle"] = "美服全明星第110生存猎", ["Adiabatic_Pagle"] = "美服全明星第381奥法", ["Blastsxoxo_Pagle"] = "美服全明星第515兽王猎", ["Steelx_Pagle"] = "美服全明星第395奥法", ["Micken_Pagle"] = "美服全明星第182暗牧", ["Smokeforce_Pagle"] = "美服全明星第111增强萨", ["Kactar_Pagle"] = "美服全明星第389毁灭术", ["Brettsu_Pagle"] = "美服全明星第135战斗贼", ["Momojun_Pagle"] = "美服全明星第188元素萨", ["Melonpapa_Pagle"] = "美服全明星第420奥法", ["Djtwistbeats_Pagle"] = "美服全明星第121增强萨", ["Sweatingcow_Pagle"] = "美服全明星第398毁灭术", ["Bottlegnome_Pagle"] = "美服全明星第26火法", ["Endure_Pagle"] = "美服全明星第106狂暴战", ["Ukarn_Pagle"] = "美服全明星第429奥法", ["Zarthara_Pagle"] = "美服全明星第49惩戒骑", ["Summus_Pagle"] = "美服全明星第50惩戒骑", ["Kràkatoa_Pagle"] = "美服全明星第210元素萨", ["Quazle_Pagle"] = "美服全明星第456奥法", ["Gorshnak_Pagle"] = "美服全明星第611兽王猎", ["Envelop_Pagle"] = "美服全明星第219元素萨", ["Fearmont_Pagle"] = "美服全明星第630兽王猎", ["Spamfirebolt_Pagle"] = "美服全明星第466奥法", ["Snoway_Pagle"] = "美服全明星第468奥法", ["Chancito_Pagle"] = "美服全明星第487奥法", ["Jàzz_Pagle"] = "美服全明星第465毁灭术", ["Elliey_Pagle"] = "美服全明星第493奥法", ["Xria_Pagle"] = "美服全明星第686兽王猎", ["Flameberge_Pagle"] = "美服全明星第692兽王猎", ["Hasan_Pagle"] = "美服全明星第255元素萨", ["Ashenx_Pagle"] = "美服全明星第726兽王猎", ["Unclefrosty_Pagle"] = "美服全明星第539奥法", ["Class_Pagle"] = "美服全明星第186战斗贼", ["Ambivalent_Pagle"] = "美服全明星第190战斗贼", ["Tracyrina_Pagle"] = "美服全明星第529毁灭术", ["Wakjob_Pagle"] = "美服全明星第552奥法", ["Smoketrain_Pagle"] = "美服全明星第757兽王猎", ["Noisome_Pagle"] = "美服全明星第263暗牧", ["Tyriaje_Pagle"] = "美服全明星第264暗牧", ["Lightups_Pagle"] = "美服全明星第285元素萨", ["Vegan_Pagle"] = "美服全明星第42野德", ["Spondy_Pagle"] = "美服全明星第48痛苦术", ["Serrall_Pagle"] = "美服全明星第582奥法", ["Ayzi_Pagle"] = "美服全明星第297元素萨", ["Probeast_Pagle"] = "美服全明星第776兽王猎", ["Warlockdad_Pagle"] = "美服全明星第554毁灭术", ["Instînct_Pagle"] = "美服全明星第144狂暴战", ["Aluwynn_Pagle"] = "美服全明星第795兽王猎", ["Darksidè_Pagle"] = "美服全明星第312元素萨", ["Mareaa_Pagle"] = "美服全明星第814兽王猎", ["Yaely_Pagle"] = "美服全明星第321元素萨", ["Wirewirewire_Pagle"] = "美服全明星第613奥法", ["Notaez_Pagle"] = "美服全明星第84武器战", ["Ananash_Pagle"] = "美服全明星第146生存猎", ["Truelulw_Pagle"] = "美服全明星第324元素萨", ["Viddi_Pagle"] = "美服全明星第832兽王猎", ["Chaoszap_Pagle"] = "美服全明星第344元素萨", ["Munghar_Pagle"] = "美服全明星第853兽王猎", ["Lilcutietoo_Pagle"] = "美服全明星第645奥法", ["Mudflapz_Pagle"] = "美服全明星第229战斗贼", ["Fizzlin_Pagle"] = "美服全明星第295暗牧", ["Sebago_Pagle"] = "美服全明星第876兽王猎", ["Blooberrypie_Pagle"] = "美服全明星第671奥法", ["Bagelsnacks_Pagle"] = "美服全明星第90武器战", ["Mspeaches_Pagle"] = "美服全明星第638毁灭术", ["Borsh_Pagle"] = "美服全明星第643毁灭术", ["Awaka_Pagle"] = "美服全明星第911兽王猎", ["Kiggz_Pagle"] = "美服全明星第697奥法", ["Palmiesham_Pagle"] = "美服全明星第224增强萨", ["Misophonia_Pagle"] = "美服全明星第654毁灭术", ["Lucaa_Pagle"] = "美服全明星第656毁灭术", ["Recurrence_Pagle"] = "美服全明星第664毁灭术", ["Curdlecheesr_Pagle"] = "美服全明星第382元素萨", ["Evi_Pagle"] = "美服全明星第109平衡德", ["Kervon_Pagle"] = "美服全明星第95惩戒骑", ["Pokeherfacex_Pagle"] = "美服全明星第727奥法", ["Greasymidget_Pagle"] = "美服全明星第185狂暴战", ["Allure_Pagle"] = "美服全明星第947兽王猎", ["Monolann_Pagle"] = "美服全明星第322暗牧", ["Uncleshammy_Pagle"] = "美服全明星第392元素萨", ["Ramras_Pagle"] = "美服全明星第270战斗贼", ["Neterò_Pagle"] = "美服全明星第963兽王猎", ["Thandorr_Pagle"] = "美服全明星第280战斗贼", ["Tibbles_Pagle"] = "美服全明星第702毁灭术", ["Jedeen_Pagle"] = "美服全明星第980兽王猎", ["Kastt_Pagle"] = "美服全明星第991兽王猎", ["Cinecine_Pagle"] = "美服全明星第335暗牧", ["Huntardness_Pagle"] = "美服全明星第171生存猎", ["Zapdös_Pagle"] = "美服全明星第1007兽王猎", ["Mac_Pagle"] = "美服全明星第193狂暴战", ["Yubbers_Pagle"] = "美服全明星第416元素萨", ["Poglin_Pagle"] = "美服全明星第732毁灭术", ["Ravi_Pagle"] = "美服全明星第1021兽王猎", ["Bàkery_Pagle"] = "美服全明星第299战斗贼", ["Harrybagpipe_Pagle"] = "美服全明星第172生存猎", ["Pescatarian_Pagle"] = "美服全明星第109惩戒骑", ["Sashammi_Pagle"] = "美服全明星第425元素萨", ["Docjowles_Pagle"] = "美服全明星第796奥法", ["Saelody_Pagle"] = "美服全明星第130平衡德", ["Norah_Pagle"] = "美服全明星第800奥法", ["Outofbound_Pagle"] = "美服全明星第433元素萨", ["Slue_Pagle"] = "美服全明星第319战斗贼", ["Morbidlol_Pagle"] = "美服全明星第67痛苦术", ["Ogguk_Pagle"] = "美服全明星第9奶萨", ["Bunsmile_Pagle"] = "美服全明星第5戒律牧", ["Harpêr_Pagle"] = "美服全明星第6奶骑", ["Steevee_Pagle"] = "美服全明星第12奶德", ["Soultraín_Pagle"] = "美服全明星第17奶骑", ["Kissland_Pagle"] = "美服全明星第79奶萨", ["Awesome_Pagle"] = "美服全明星第83奶萨", ["Ceveth_Pagle"] = "美服全明星第85奶萨", ["Bindinglight_Pagle"] = "美服全明星第24奶骑", ["Sylvatar_Pagle"] = "美服全明星第93奶萨", ["Clage_Pagle"] = "美服全明星第37奶骑", ["Fayrefive_Pagle"] = "美服全明星第18戒律牧", ["Frogonalog_Pagle"] = "美服全明星第122奶萨", ["Draydin_Pagle"] = "美服全明星第48奶骑", ["Harambeghost_Pagle"] = "美服全明星第63神牧", ["Kokoh_Pagle"] = "美服全明星第158奶萨", ["Omgbuffswen_Pagle"] = "美服全明星第57奶骑", ["Athiest_Pagle"] = "美服全明星第91神牧", ["Liagos_Pagle"] = "美服全明星第39奶德", ["Veroxis_Pagle"] = "美服全明星第197奶萨", ["Arkay_Pagle"] = "美服全明星第63奶骑", ["Zebrianna_Pagle"] = "美服全明星第33戒律牧", ["Vive_Pagle"] = "美服全明星第34戒律牧", ["Macdaddyswag_Pagle"] = "美服全明星第56奶德", ["Xaniebars_Pagle"] = "美服全明星第103奶骑", ["Tysai_Pagle"] = "美服全明星第145神牧", ["Hersty_Pagle"] = "美服全明星第284奶萨", ["Ilyasviel_Pagle"] = "美服全明星第106奶骑", ["Cardinalcrzy_Pagle"] = "美服全明星第158神牧", ["Kolthas_Pagle"] = "美服全明星第166神牧", ["Kchow_Pagle"] = "美服全明星第170神牧", ["Khloae_Pagle"] = "美服全明星第131奶骑", ["Luobendesm_Pagle"] = "美服全明星第337奶萨", ["Saramthix_Pagle"] = "美服全明星第38戒律牧", ["Sloobs_Pagle"] = "美服全明星第183神牧", ["Asghar_Pagle"] = "美服全明星第189神牧", ["Edgy_Pagle"] = "美服全明星第144奶骑", ["Foremanfred_Pagle"] = "美服全明星第213神牧", ["Heptagon_Pagle"] = "美服全明星第393奶萨", ["Burkart_Pagle"] = "美服全明星第218神牧", ["Shome_Pagle"] = "美服全明星第413奶萨", ["Shockaholic_Pagle"] = "美服全明星第433奶萨", ["Thaylord_Pagle"] = "美服全明星第167奶骑", ["Swoley_Pagle"] = "美服全明星第247神牧", ["Ogkush_Pagle"] = "美服全明星第109奶德", ["Rilos_Pagle"] = "美服全明星第116奶德", ["Fancyhat_Pagle"] = "美服全明星第187奶骑", ["Equisscry_Pagle"] = "美服全明星第269神牧", ["Paksenarrion_Pagle"] = "美服全明星第201奶骑", ["Eeygore_Pagle"] = "美服全明星第527奶萨", ["Shamannish_Pagle"] = "美服全明星第532奶萨", ["Archshammy_Pagle"] = "美服全明星第547奶萨", ["Speedboat_Pagle"] = "美服全明星第568奶萨", ["Yaza_Pagle"] = "美服全明星第135奶德", ["Rubies_Pagle"] = "美服全明星第139奶德", ["Keensham_Pagle"] = "美服全明星第598奶萨", ["Sardys_Pagle"] = "美服全明星第253奶骑", ["Troppo_Pagle"] = "美服全明星第158奶德", ["Judg_Pagle"] = "美服全明星第645奶萨", ["Nagafen_Pagle"] = "美服全明星第348神牧", ["Kaistria_Pagle"] = "美服全明星第272奶骑", ["Sylairria_Pagle"] = "美服全明星第657奶萨", ["Ardjet_Pagle"] = "美服全明星第659奶萨", ["Citris_Pagle"] = "美服全明星第353神牧", ["Ducklíng_Pagle"] = "美服全明星第664奶萨", ["Gillyflower_Pagle"] = "美服全明星第178奶德", ["Shockvalew_Pagle"] = "美服全明星第667奶萨", ["Naekita_Pagle"] = "美服全明星第184奶德", ["Harpér_Pagle"] = "美服全明星第62戒律牧", ["Silverina_Pagle"] = "美服全明星第360神牧", ["Lazybunny_Pagle"] = "美服全明星第367神牧", ["Potential_Pagle"] = "美服全明星第686奶萨", ["Mizore_Pagle"] = "美服全明星第292奶骑", ["Cellexx_Pagle"] = "美服全明星第192奶德", ["Bobtheknight_Pagle"] = "美服全明星第295奶骑", ["Edia_Pagle"] = "美服全明星第727奶萨", ["Crazymilktea_Pagle"] = "美服全明星第735奶萨", ["Eltos_Pagle"] = "美服全明星第64戒律牧", ["Failz_Pagle"] = "美服全明星第401神牧", ["Keroth_Pagle"] = "美服全明星第315奶骑", ["Flexqt_Pagle"] = "美服全明星第66戒律牧", ["Elesso_Pagle"] = "美服全明星第409神牧", ["Shamurda_Pagle"] = "美服全明星第760奶萨", ["Kadorin_Pagle"] = "美服全明星第418神牧", ["Vive_Pagle"] = "美服全明星第428神牧", ["Nemsky_Pagle"] = "美服全明星第333奶骑", ["Fonziescheme_Pagle"] = "美服全明星第787奶萨", ["Vishna_Pagle"] = "美服全明星第235奶德", ["Lettara_Pagle"] = "美服全明星第237奶德", ["Halliy_Pagle"] = "美服全明星第791奶萨", ["Seckie_Pagle"] = "美服全明星第72戒律牧", ["Auxio_Pagle"] = "美服全明星第73戒律牧", ["Kathelorae_Pagle"] = "美服全明星第246奶德", ["Finasya_Pagle"] = "美服全明星第457神牧", ["Rynth_Pagle"] = "美服全明星第838奶萨", ["Knibbler_Pagle"] = "美服全明星第840奶萨", ["Dakhaos_Pagle"] = "美服全明星第372奶骑", ["Woolfy_Pagle"] = "美服全明星第853奶萨", ["Thehighest_Pagle"] = "美服全明星第470神牧", ["Faîthful_Pagle"] = "美服全明星第381奶骑", ["Papachonk_Pagle"] = "美服全明星第880奶萨", ["Icejelly_Pagle"] = "美服全明星第482神牧", ["Mouseey_Pagle"] = "美服全明星第487神牧", ["Smokemyleaf_Pagle"] = "美服全明星第280奶德", ["Runningdoll_Pagle"] = "美服全明星第299奶德", ["Kerafyrm_Pagle"] = "美服全明星第966奶萨", ["Magneitzed_Pagle"] = "美服全明星第428奶骑", ["Erubetie_Pagle"] = "美服全明星第562神牧", ["Il_Pagle"] = "美服全明星第452奶骑", ["Padros_Pagle"] = "美服全明星第461奶骑", ["Octavium_Pagle"] = "美服全明星第464奶骑", ["Flushy_Pagle"] = "美服全明星第1062奶萨", ["Taarck_Pagle"] = "美服全明星第363奶德", ["Mikalicious_Pagle"] = "美服全明星第490奶骑", ["Danklettzz_Pagle"] = "美服全明星第1103奶萨", ["Ryllist_Pagle"] = "美服全明星第619神牧", ["Stormhub_Pagle"] = "美服全明星第1115奶萨", ["Leeshaarj_Pagle"] = "美服全明星第628神牧", ["Rilosie_Pagle"] = "美服全明星第629神牧", ["Imdeadrespls_Pagle"] = "美服全明星第1154奶萨", ["Failcane_Pagle"] = "美服全明星第1156奶萨", ["Kobenii_Pagle"] = "美服全明星第639神牧", ["Adaira_Pagle"] = "美服全明星第416奶德", ["Eltos_Pagle"] = "美服全明星第644神牧", ["Bastadon_Pagle"] = "美服全明星第536奶骑", ["Behomera_Pagle"] = "美服全明星第1212奶萨", ["Koogsterlol_Pagle"] = "美服全明星第554奶骑", ["Yolo_Pagle"] = "美服全明星第1218奶萨", ["Larcan_Pagle"] = "美服全明星第565奶骑", ["Uki_Pagle"] = "美服全明星第686神牧", ["Humid_Pagle"] = "美服全明星第691神牧", ["Balenciagas_Pagle"] = "美服全明星第1262奶萨", ["Omniusqt_Pagle"] = "美服全明星第1281奶萨", ["Nimicle_Pagle"] = "美服全明星第1284奶萨", ["Shijiesa_Pagle"] = "美服全明星第1294奶萨", ["Twis_Pagle"] = "美服全明星第1297奶萨", ["Urgetopurge_Pagle"] = "美服全明星第1301奶萨", ["Bunshocked_Pagle"] = "美服全明星第1328奶萨", ["Bristlecone_Pagle"] = "美服全明星第478奶德", ["Unrated_Pagle"] = "美服全明星第1346奶萨", ["Ayeeo_Pagle"] = "美服全明星第743神牧", ["Baltsaros_Pagle"] = "美服全明星第501奶德", ["Forseti_Pagle"] = "美服全明星第631奶骑", ["Antispin_Pagle"] = "美服全明星第773神牧", ["Vahealthcare_Pagle"] = "美服全明星第512奶德", ["Imnotashammy_Pagle"] = "美服全明星第1417奶萨", ["Uwufy_Pagle"] = "美服全明星第784神牧", ["Sadpandas_Pagle"] = "美服全明星第1419奶萨", ["Drue_Pagle"] = "美服全明星第787神牧", ["Healtallica_Pagle"] = "美服全明星第791神牧", ["Dadgoku_Pagle"] = "美服全明星第646奶骑", ["Avarti_Pagle"] = "美服全明星第1437奶萨", ["Demtotems_Pagle"] = "美服全明星第1440奶萨", ["Butterhands_Pagle"] = "美服全明星第1441奶萨", ["Maibh_Pagle"] = "美服全明星第648奶骑", ["Uggrukor_Pagle"] = "美服全明星第654奶骑", ["Aranyic_Pagle"] = "美服全明星第813神牧", ["Bulkan_Pagle"] = "美服全明星第1463奶萨", ["Samaras_Pagle"] = "美服全明星第1479奶萨", ["Chainless_Pagle"] = "美服全明星第1500奶萨", ["Sixofstorms_Pagle"] = "美服全明星第1521奶萨", ["Chibitotems_Pagle"] = "美服全明星第1540奶萨", ["Oxanna_Pagle"] = "美服全明星第1558奶萨", ["Askival_Pagle"] = "美服全明星第882神牧", ["Brilliant_Pagle"] = "美服全明星第718奶骑", ["Rhodes_Pagle"] = "美服全明星第1624奶萨", ["Cinatotems_Pagle"] = "美服全明星第1626奶萨", ["Thandius_Pagle"] = "美服全明星第1641奶萨", ["Krosan_Pagle"] = "美服全明星第908神牧", ["Bluegillys_Pagle"] = "美服全明星第1668奶萨", ["Stórmvale_Pagle"] = "美服全明星第637奶德", ["Geecee_Pagle"] = "美服全明星第1672奶萨", ["Smyle_Pagle"] = "美服全明星第642奶德", ["Thoroe_Pagle"] = "美服全明星第1683奶萨", ["Waterslide_Pagle"] = "美服全明星第1688奶萨", ["Tortanic_Pagle"] = "美服全明星第1693奶萨", ["Rugger_Pagle"] = "美服全明星第771奶骑", ["Halli_Pagle"] = "美服全明星第651奶德", ["Aurova_Pagle"] = "美服全明星第951神牧", ["Spoc_Pagle"] = "美服全明星第1719奶萨", ["Veev_Pagle"] = "美服全明星第673奶德", ["Togoweed_Pagle"] = "美服全明星第1728奶萨", ["Boeryj_Pagle"] = "美服全明星第797奶骑", ["Kovak_Pagle"] = "美服全明星第813奶骑", ["Mayenesmalls_Pagle"] = "美服全明星第1783奶萨", ["Mikassa_Pagle"] = "美服全明星第688奶德", ["Eltosdruid_Pagle"] = "美服全明星第689奶德", ["Umji_Pagle"] = "美服全明星第149戒律牧", ["Listlesschai_Pagle"] = "美服全明星第695奶德", ["Rosaliya_Pagle"] = "美服全明星第1807奶萨", ["Beasty_Pagle"] = "美服全明星第697奶德", ["Gello_Pagle"] = "美服全明星第1809奶萨", ["Asrock_Pagle"] = "美服全明星第836奶骑", ["Fayrefour_Pagle"] = "美服全明星第154戒律牧", ["Amaquis_Pagle"] = "美服全明星第705奶德", ["Avaelyn_Pagle"] = "美服全明星第1030神牧", ["Savierra_Pagle"] = "美服全明星第854奶骑", ["Oost_Pagle"] = "美服全明星第1050神牧", ["Nud_Pagle"] = "美服全明星第862奶骑", ["Fseven_Pagle"] = "美服全明星第1058神牧", ["Shoktea_Pagle"] = "美服全明星第1854奶萨", ["Hairyball_Pagle"] = "美服全明星第734奶德", ["Flexqt_Pagle"] = "美服全明星第1067神牧", ["Taliã_Pagle"] = "美服全明星第1870奶萨", ["Delraeyn_Pagle"] = "美服全明星第742奶德", ["Tumpshamn_Pagle"] = "美服全明星第1875奶萨", ["Hermionejane_Pagle"] = "美服全明星第746奶德", ["Kofu_Pagle"] = "美服全明星第1894奶萨", ["Tibbsy_Pagle"] = "美服全明星第1913奶萨", ["Spacêgoat_Pagle"] = "美服全明星第1918奶萨", ["Chainkaren_Pagle"] = "美服全明星第1921奶萨", ["Smokedcheese_Pagle"] = "美服全明星第1940奶萨", ["Vampz_Pagle"] = "美服全明星第1104神牧", ["Folio_Pagle"] = "美服全明星第165戒律牧", ["Cosmicowl_Pagle"] = "美服全明星第783奶德", ["Jenrii_Pagle"] = "美服全明星第1974奶萨", ["Emotionman_Pagle"] = "美服全明星第1979奶萨", } if(GetRealmName() == "Pagle")then STOP_Database = { ["Gillys"] = "团本进度:10/10", ["Winch"] = "团本进度:10/10", ["Raiköu"] = "团本进度:10/10", ["Yoso"] = "团本进度:10/10", ["Pinneous"] = "团本进度:10/10", ["Kimmy"] = "团本进度:10/10", ["Graykin"] = "团本进度:10/10", ["Nighth"] = "团本进度:10/10", ["Satéd"] = "团本进度:10/10", ["Bellsham"] = "团本进度:10/10", ["Judul"] = "团本进度:10/10", ["Mollz"] = "团本进度:10/10", ["Iggi"] = "团本进度:10/10", ["Wreckfest"] = "团本进度:10/10", ["Gatherdude"] = "团本进度:10/10", ["Lucen"] = "团本进度:10/10", ["Tweet"] = "团本进度:10/10", ["Forgivlock"] = "团本进度:10/10", ["Vivax"] = "团本进度:10/10", ["Airiul"] = "团本进度:10/10", ["Switchup"] = "团本进度:10/10", ["Gil"] = "团本进度:10/10", ["Waksum"] = "团本进度:10/10", ["Juanbutton"] = "团本进度:10/10", ["Ishotbiggie"] = "团本进度:10/10", ["Evae"] = "团本进度:10/10", ["Kàge"] = "团本进度:10/10", ["Obamallama"] = "团本进度:10/10", ["Slish"] = "团本进度:10/10", ["Erendis"] = "团本进度:10/10", ["Dintendo"] = "团本进度:10/10", ["Lyfegrip"] = "团本进度:10/10", ["Steeberetta"] = "团本进度:10/10", ["Fuggled"] = "团本进度:10/10", ["Typh"] = "团本进度:10/10", ["Ladorisa"] = "团本进度:10/10", ["Graygoat"] = "团本进度:10/10", ["Moui"] = "团本进度:10/10", ["Monki"] = "团本进度:10/10", ["Casualgamer"] = "团本进度:10/10", ["Ryde"] = "团本进度:10/10", ["Oreomilktea"] = "团本进度:10/10", ["Spicynugz"] = "团本进度:10/10", ["Lilpeepo"] = "团本进度:10/10", ["Jimmybigbean"] = "团本进度:10/10", ["Sweettleaff"] = "团本进度:10/10", ["Dowgoat"] = "团本进度:10/10", ["Akãlol"] = "团本进度:10/10", ["Burylock"] = "团本进度:10/10", ["Nèx"] = "团本进度:10/10", ["Spacevolt"] = "团本进度:10/10", ["Backtobasics"] = "团本进度:10/10", ["Teejayc"] = "团本进度:10/10", ["Jargannan"] = "团本进度:10/10", ["Roguejim"] = "团本进度:10/10", ["Clipi"] = "团本进度:10/10", ["Kvm"] = "团本进度:9/10", ["Uwuhunterxd"] = "团本进度:10/10", ["Blastsxoxo"] = "团本进度:10/10", ["Steelx"] = "团本进度:10/10", ["Micken"] = "团本进度:10/10", ["Smokeforce"] = "团本进度:10/10", ["Brettsu"] = "团本进度:10/10", ["Momojun"] = "团本进度:10/10", ["Melonpapa"] = "团本进度:10/10", ["Djtwistbeats"] = "团本进度:10/10", ["Zarthara"] = "团本进度:10/10", ["Summus"] = "团本进度:10/10", ["Kràkatoa"] = "团本进度:10/10", ["Fearmont"] = "团本进度:10/10", ["Spamfirebolt"] = "团本进度:10/10", ["Jàzz"] = "团本进度:10/10", ["Kyote"] = "团本进度:10/10", ["Manaforge"] = "团本进度:10/10", ["Lupa"] = "团本进度:10/10", ["Stepbow"] = "团本进度:10/10", ["Kactar"] = "团本进度:10/10", ["Sweatingcow"] = "团本进度:10/10", ["Bottlegnome"] = "团本进度:10/10", ["Ukarn"] = "团本进度:10/10", ["Quazle"] = "团本进度:10/10", ["Chancito"] = "团本进度:10/10", ["Crune"] = "团本进度:10/10", ["Gorshnak"] = "团本进度:10/10", ["Worrisome"] = "团本进度:10/10", ["Xria"] = "团本进度:10/10", ["Hasan"] = "团本进度:10/10", ["Ashenx"] = "团本进度:10/10", ["Class"] = "团本进度:10/10", ["Wakjob"] = "团本进度:10/10", ["Smoketrain"] = "团本进度:10/10", ["Noisome"] = "团本进度:10/10", ["Lightups"] = "团本进度:10/10", ["Vegan"] = "团本进度:10/10", ["Serrall"] = "团本进度:10/10", ["Ayzi"] = "团本进度:10/10", ["Probeast"] = "团本进度:10/10", ["Warlockdad"] = "团本进度:10/10", ["Instînct"] = "团本进度:10/10", ["Mareaa"] = "团本进度:10/10", ["Yaely"] = "团本进度:10/10", ["Wirewirewire"] = "团本进度:10/10", ["Notaez"] = "团本进度:10/10", ["Ananash"] = "团本进度:10/10", ["Truelulw"] = "团本进度:10/10", ["Viddi"] = "团本进度:10/10", ["Munghar"] = "团本进度:10/10", ["Lilcutietoo"] = "团本进度:10/10", ["Mudflapz"] = "团本进度:10/10", ["Fizzlin"] = "团本进度:10/10", ["Sebago"] = "团本进度:10/10", ["Blooberrypie"] = "团本进度:10/10", ["Bagelsnacks"] = "团本进度:10/10", ["Mspeaches"] = "团本进度:10/10", ["Borsh"] = "团本进度:10/10", ["Kiggz"] = "团本进度:10/10", ["Lucaa"] = "团本进度:10/10", ["Recurrence"] = "团本进度:10/10", ["Evi"] = "团本进度:10/10", ["Kervon"] = "团本进度:10/10", ["Pokeherfacex"] = "团本进度:10/10", ["Greasymidget"] = "团本进度:10/10", ["Allure"] = "团本进度:10/10", ["Monolann"] = "团本进度:10/10", ["Ramras"] = "团本进度:10/10", ["Neterò"] = "团本进度:10/10", ["Thandorr"] = "团本进度:10/10", ["Tibbles"] = "团本进度:10/10", ["Cinecine"] = "团本进度:10/10", ["Huntardness"] = "团本进度:10/10", ["Yubbers"] = "团本进度:10/10", ["Poglin"] = "团本进度:10/10", ["Ravi"] = "团本进度:10/10", ["Harrybagpipe"] = "团本进度:10/10", ["Pescatarian"] = "团本进度:10/10", ["Sashammi"] = "团本进度:10/10", ["Docjowles"] = "团本进度:10/10", ["Saelody"] = "团本进度:10/10", ["Norah"] = "团本进度:10/10", ["Outofbound"] = "团本进度:10/10", ["Slue"] = "团本进度:10/10", ["Morbidlol"] = "团本进度:10/10", ["Whodatrog"] = "团本进度:10/10", ["Wagitlit"] = "团本进度:10/10", ["Peacegnome"] = "团本进度:10/10", ["Notmilktea"] = "团本进度:10/10", ["Moltov"] = "团本进度:10/10", ["Belicity"] = "团本进度:10/10", ["Víðar"] = "团本进度:9/10", ["Rickeh"] = "团本进度:10/10", ["Rolrithe"] = "团本进度:10/10", ["Vloka"] = "团本进度:10/10", ["Roguedrone"] = "团本进度:10/10", ["Wallylock"] = "团本进度:10/10", ["Elliey"] = "团本进度:10/10", ["Flameberge"] = "团本进度:10/10", ["Ambivalent"] = "团本进度:10/10", ["Tracyrina"] = "团本进度:10/10", ["Awaka"] = "团本进度:10/10", ["Misophonia"] = "团本进度:10/10", ["Jedeen"] = "团本进度:10/10", ["Mac"] = "团本进度:10/10", ["Bàkery"] = "团本进度:10/10", ["Layonmybolt"] = "团本进度:10/10", ["Zilyy"] = "团本进度:10/10", ["Kalha"] = "团本进度:10/10", ["Topkek"] = "团本进度:10/10", ["Zhukii"] = "团本进度:10/10", ["Darksidè"] = "团本进度:10/10", ["Chaoszap"] = "团本进度:10/10", ["Fabricate"] = "团本进度:10/10", ["Kronex"] = "团本进度:8/10", ["Collsson"] = "团本进度:8/10", ["Highvoltage"] = "团本进度:8/10", ["Paragor"] = "团本进度:8/10", ["Grew"] = "团本进度:8/10", ["Reliable"] = "团本进度:8/10", ["Prevailing"] = "团本进度:8/10", ["Lulumadbro"] = "团本进度:8/10", ["Ulg"] = "团本进度:7/10", ["Kahnquest"] = "团本进度:8/10", ["Zulrack"] = "团本进度:8/10", ["Lamprae"] = "团本进度:4/10", ["Demobolt"] = "团本进度:8/10", ["Jaxrella"] = "团本进度:5/10", ["Lowgravitas"] = "团本进度:7/10", ["Breixo"] = "团本进度:8/10", ["Falcros"] = "团本进度:7/10", ["Melphy"] = "团本进度:3/10", ["Sunnysmiles"] = "团本进度:8/10", ["Tyrous"] = "团本进度:8/10", ["Specialblend"] = "团本进度:8/10", ["Cecchino"] = "团本进度:8/10", ["Worried"] = "团本进度:8/10", ["Lareck"] = "团本进度:8/10", ["Morphic"] = "团本进度:8/10", ["Amherstt"] = "团本进度:8/10", ["Serenitea"] = "团本进度:8/10", ["Cripy"] = "团本进度:9/10", ["Queej"] = "团本进度:7/10", ["Darkevilhin"] = "团本进度:7/10", ["Johnnydot"] = "团本进度:8/10", ["Fayeel"] = "团本进度:5/10", ["Drming"] = "团本进度:7/10", ["Guccichain"] = "团本进度:8/10", ["Amsden"] = "团本进度:8/10", ["Enhzo"] = "团本进度:8/10", ["Beeyotch"] = "团本进度:保密", ["Warzero"] = "团本进度:7/10", ["Toeflop"] = "团本进度:7/10", ["Agewynn"] = "团本进度:6/10", ["Osoma"] = "团本进度:8/10", ["Infernality"] = "团本进度:8/10", ["Redßûll"] = "团本进度:8/10", ["Uldrick"] = "团本进度:8/10", ["Kuribow"] = "团本进度:8/10", ["Cumklin"] = "团本进度:6/10", ["Hoofluffers"] = "团本进度:8/10", ["Eurydc"] = "团本进度:8/10", ["Miaka"] = "团本进度:8/10", ["Bigeul"] = "团本进度:8/10", ["Kemsin"] = "团本进度:8/10", ["Dotzftw"] = "团本进度:8/10", ["Shawst"] = "团本进度:6/10", ["Aegrota"] = "团本进度:10/10", ["Moonithil"] = "团本进度:8/10", ["Misoarrow"] = "团本进度:8/10", ["Sketti"] = "团本进度:保密", ["Apdö"] = "团本进度:8/10", ["Boomdots"] = "团本进度:8/10", ["Hbombsushi"] = "团本进度:8/10", ["Saggie"] = "团本进度:8/10", ["Ventriloquis"] = "团本进度:8/10", ["Cawl"] = "团本进度:8/10", ["Ephian"] = "团本进度:保密", ["Thashocker"] = "团本进度:8/10", ["Ravenoso"] = "团本进度:8/10", ["Spearmint"] = "团本进度:7/10", ["Ragno"] = "团本进度:8/10", ["Bagofchips"] = "团本进度:8/10", ["Phoul"] = "团本进度:9/10", ["Velaryon"] = "团本进度:7/10", ["Noddegamra"] = "团本进度:保密", ["Chappelle"] = "团本进度:6/10", ["Krankley"] = "团本进度:8/10", ["Manbearttank"] = "团本进度:10/10", ["Jollybowman"] = "团本进度:8/10", ["Fidzyo"] = "团本进度:10/10", ["Arnían"] = "团本进度:10/10", ["Alade"] = "团本进度:10/10", ["Antonchigurh"] = "团本进度:10/10", ["Arcfirefrost"] = "团本进度:10/10", ["Kyoukö"] = "团本进度:10/10", ["Rudeclizzy"] = "团本进度:10/10", ["Cramer"] = "团本进度:10/10", ["Dottivandoom"] = "团本进度:10/10", ["Dibullbaa"] = "团本进度:10/10", ["Manamilkies"] = "团本进度:10/10", ["Butterytoast"] = "团本进度:10/10", ["Cyndruid"] = "团本进度:10/10", ["Getmad"] = "团本进度:10/10", ["Yarnik"] = "团本进度:10/10", ["Shoyu"] = "团本进度:10/10", ["Shochy"] = "团本进度:10/10", ["Gaffhorion"] = "团本进度:10/10", ["Zubxo"] = "团本进度:10/10", ["Geefers"] = "团本进度:10/10", ["Synh"] = "团本进度:10/10", ["Anique"] = "团本进度:10/10", ["Lennath"] = "团本进度:10/10", ["Weylam"] = "团本进度:10/10", ["Fudgepop"] = "团本进度:10/10", ["Bobojijio"] = "团本进度:10/10", ["Tahkra"] = "团本进度:10/10", ["Peach"] = "团本进度:10/10", ["Gertim"] = "团本进度:10/10", ["Happiminti"] = "团本进度:10/10", ["Elekon"] = "团本进度:10/10", ["Simonize"] = "团本进度:10/10", ["Drdot"] = "团本进度:10/10", ["Procy"] = "团本进度:10/10", ["Shockalet"] = "团本进度:10/10", ["Baharroth"] = "团本进度:10/10", ["Niccia"] = "团本进度:10/10", ["Clippi"] = "团本进度:10/10", ["Yumire"] = "团本进度:10/10", ["Qwixotic"] = "团本进度:9/10", ["Xiaogang"] = "团本进度:10/10", ["Fakeyou"] = "团本进度:10/10", ["Deitz"] = "团本进度:10/10", ["Steadycook"] = "团本进度:10/10", ["Arathar"] = "团本进度:10/10", ["Talkurt"] = "团本进度:10/10", ["Djtrapbeats"] = "团本进度:10/10", ["Hellskitchen"] = "团本进度:10/10", ["Heolfrig"] = "团本进度:10/10", ["Jeego"] = "团本进度:10/10", ["Wandraa"] = "团本进度:10/10", ["Ywil"] = "团本进度:10/10", ["Narwhals"] = "团本进度:10/10", ["Minthorin"] = "团本进度:10/10", ["Vimmy"] = "团本进度:10/10", ["Sturbucks"] = "团本进度:10/10", ["Pumpzz"] = "团本进度:10/10", ["Fleursdumal"] = "团本进度:10/10", ["Doup"] = "团本进度:10/10", ["Sspaghetti"] = "团本进度:10/10", ["Randygoboom"] = "团本进度:10/10", ["Felby"] = "团本进度:10/10", ["Kimmyjimmel"] = "团本进度:10/10", ["Trina"] = "团本进度:10/10", ["Profmilk"] = "团本进度:10/10", ["Wize"] = "团本进度:10/10", ["Utopian"] = "团本进度:10/10", ["Barrenkaren"] = "团本进度:10/10", ["Evilomen"] = "团本进度:10/10", ["Xypdot"] = "团本进度:10/10", ["Senorsquishy"] = "团本进度:10/10", ["Livaly"] = "团本进度:10/10", ["Thatmage"] = "团本进度:10/10", ["Merlìn"] = "团本进度:10/10", ["Greys"] = "团本进度:10/10", ["Maxdamage"] = "团本进度:10/10", ["Gooseinator"] = "团本进度:10/10", ["Furyose"] = "团本进度:8/10", ["Yummzz"] = "团本进度:10/10", ["Cyyo"] = "团本进度:10/10", ["Cudâ"] = "团本进度:10/10", ["Stayliftedd"] = "团本进度:10/10", ["Untzuntzuntz"] = "团本进度:10/10", ["Woogieboogi"] = "团本进度:10/10", ["Akonvict"] = "团本进度:10/10", ["Haschel"] = "团本进度:10/10", ["Homiekisserr"] = "团本进度:10/10", ["Ramity"] = "团本进度:10/10", ["Yunghealer"] = "团本进度:10/10", ["Awh"] = "团本进度:10/10", ["Powdermonkey"] = "团本进度:10/10", ["Clutchness"] = "团本进度:10/10", ["Siliica"] = "团本进度:10/10", ["Incurious"] = "团本进度:10/10", ["Brazzersqtee"] = "团本进度:10/10", ["Emphatic"] = "团本进度:10/10", ["Smileys"] = "团本进度:10/10", ["Acidthief"] = "团本进度:10/10", ["Tianjineer"] = "团本进度:10/10", ["Alleyoop"] = "团本进度:10/10", ["Syryana"] = "团本进度:10/10", ["Imtsp"] = "团本进度:10/10", ["Mtlolqt"] = "团本进度:10/10", ["Chairforce"] = "团本进度:10/10", ["Jaems"] = "团本进度:10/10", ["Lulum"] = "团本进度:10/10", ["Mèng"] = "团本进度:10/10", ["Didifreezeu"] = "团本进度:10/10", ["Fairis"] = "团本进度:10/10", ["Chaud"] = "团本进度:10/10", ["Fiesta"] = "团本进度:10/10", ["Bigdswingin"] = "团本进度:10/10", ["Pokeandbroke"] = "团本进度:10/10", ["Impslapped"] = "团本进度:10/10", ["Mharti"] = "团本进度:10/10", ["Borbrun"] = "团本进度:10/10", ["Gaelenn"] = "团本进度:1/10", ["Judlyness"] = "团本进度:10/10", ["Aniqué"] = "团本进度:10/10", ["Xiryah"] = "团本进度:10/10", ["Shadowtotemz"] = "团本进度:10/10", ["Wootbeer"] = "团本进度:10/10", ["Dirtfrost"] = "团本进度:10/10", ["Naggymental"] = "团本进度:10/10", ["Norothh"] = "团本进度:10/10", ["Dbw"] = "团本进度:10/10", ["Clutchsham"] = "团本进度:10/10", ["Búlba"] = "团本进度:10/10", ["Malgarius"] = "团本进度:10/10", ["Meefa"] = "团本进度:9/10", ["Phengzwei"] = "团本进度:10/10", ["Bisect"] = "团本进度:10/10", ["Aniqüe"] = "团本进度:10/10", ["Miriis"] = "团本进度:10/10", ["Glockylol"] = "团本进度:10/10", ["Belldru"] = "团本进度:10/10", ["Arkprophet"] = "团本进度:10/10", ["Verý"] = "团本进度:10/10", ["Timbob"] = "团本进度:9/10", ["Trilli"] = "团本进度:10/10", ["Shoknorris"] = "团本进度:10/10", ["Pubapie"] = "团本进度:10/10", ["Lannigan"] = "团本进度:10/10", ["Neppu"] = "团本进度:6/10", ["Papafugg"] = "团本进度:10/10", ["Totemkappa"] = "团本进度:10/10", ["Yib"] = "团本进度:10/10", ["Silika"] = "团本进度:10/10", ["Aeonith"] = "团本进度:10/10", ["Jaýde"] = "团本进度:10/10", ["Melchi"] = "团本进度:8/10", ["Rumrunner"] = "团本进度:10/10", ["Lorgrath"] = "团本进度:10/10", ["Onlyfeignz"] = "团本进度:10/10", ["Thickasblood"] = "团本进度:10/10", ["Archrmage"] = "团本进度:10/10", ["Berean"] = "团本进度:10/10", ["Zygtron"] = "团本进度:10/10", ["Flurped"] = "团本进度:10/10", ["Beali"] = "团本进度:10/10", ["Sullypowers"] = "团本进度:10/10", ["Laagalicious"] = "团本进度:9/10", ["Holybarry"] = "团本进度:6/10", ["Pens"] = "团本进度:8/10", ["Ricardoy"] = "团本进度:8/10", ["Baddreams"] = "团本进度:8/10", ["Tomsellock"] = "团本进度:8/10", ["Jeryspringer"] = "团本进度:5/10", ["Noggaholic"] = "团本进度:6/10", ["Gnommercy"] = "团本进度:6/10", ["Moonbiter"] = "团本进度:8/10", ["Nilaeh"] = "团本进度:4/10", ["Thickener"] = "团本进度:保密", ["Khatun"] = "团本进度:8/10", ["Tinko"] = "团本进度:8/10", ["Îü"] = "团本进度:7/10", ["Triix"] = "团本进度:8/10", ["Shamfore"] = "团本进度:8/10", ["Lemony"] = "团本进度:8/10", ["Chá"] = "团本进度:8/10", ["Stilet"] = "团本进度:保密", ["Dirtyrai"] = "团本进度:8/10", ["Pyrolord"] = "团本进度:8/10", ["Darmorae"] = "团本进度:9/10", ["Sorows"] = "团本进度:8/10", ["Wonkka"] = "团本进度:8/10", ["Beilian"] = "团本进度:8/10", ["Zhulock"] = "团本进度:保密", ["Ricochét"] = "团本进度:8/10", ["Termz"] = "团本进度:9/10", ["Bdizz"] = "团本进度:8/10", ["Jessiew"] = "团本进度:10/10", ["Betterpally"] = "团本进度:8/10", ["Celtron"] = "团本进度:8/10", ["Kaínda"] = "团本进度:8/10", ["Xele"] = "团本进度:8/10", ["Stizzle"] = "团本进度:8/10", ["Zbot"] = "团本进度:8/10", ["Hiddens"] = "团本进度:8/10", ["Guldare"] = "团本进度:8/10", ["Abba"] = "团本进度:9/10", ["Pram"] = "团本进度:8/10", ["Magerlord"] = "团本进度:8/10", ["Bakedfajita"] = "团本进度:8/10", ["Rög"] = "团本进度:8/10", ["Ishotbiggi"] = "团本进度:9/10", ["Janarous"] = "团本进度:8/10", ["Meliciaria"] = "团本进度:8/10", ["Velexia"] = "团本进度:8/10", ["Deletera"] = "团本进度:7/10", ["Lorani"] = "团本进度:7/10", ["Paain"] = "团本进度:3/10", ["Darkdwarrior"] = "团本进度:8/10", ["Adiaiila"] = "团本进度:8/10", ["Trílogy"] = "团本进度:8/10", ["Yjichi"] = "团本进度:9/10", ["Acidshades"] = "团本进度:8/10", ["Imjustacat"] = "团本进度:8/10", ["Memeowlbear"] = "团本进度:6/10", ["Barcas"] = "团本进度:8/10", ["Metztli"] = "团本进度:7/10", ["Eclipsë"] = "团本进度:8/10", ["Millaray"] = "团本进度:8/10", ["Fikê"] = "团本进度:9/10", ["Brigítte"] = "团本进度:6/10", ["Hansi"] = "团本进度:8/10", ["Tiinadrack"] = "团本进度:8/10", ["Mackase"] = "团本进度:5/10", ["Psychöbunny"] = "团本进度:8/10", ["Cuddletwo"] = "团本进度:1/10", ["Ameya"] = "团本进度:9/10", ["Skunked"] = "团本进度:5/10", ["Braxson"] = "团本进度:9/10", ["Izzyheal"] = "团本进度:8/10", ["Natalsa"] = "团本进度:9/10", ["Ragebeerd"] = "团本进度:5/10", ["Pykhan"] = "团本进度:8/10", ["Alexthymia"] = "团本进度:9/10", ["Keivah"] = "团本进度:8/10", ["Maevy"] = "团本进度:8/10", ["Extensive"] = "团本进度:10/10", ["Shiwi"] = "团本进度:8/10", ["Timemachine"] = "团本进度:10/10", ["Newjeans"] = "团本进度:10/10", ["Swiggler"] = "团本进度:10/10", ["Gerudopriest"] = "团本进度:10/10", ["Imapotato"] = "团本进度:10/10", ["Calibour"] = "团本进度:10/10", ["Simppz"] = "团本进度:10/10", ["Baberuth"] = "团本进度:10/10", ["Winddfury"] = "团本进度:10/10", ["Lamanity"] = "团本进度:10/10", ["Mcknifer"] = "团本进度:10/10", ["Cornee"] = "团本进度:10/10", ["Mcgoat"] = "团本进度:10/10", ["Lucahunt"] = "团本进度:10/10", ["Slobersworth"] = "团本进度:10/10", ["Sephinroth"] = "团本进度:10/10", ["Vinny"] = "团本进度:10/10", ["Stepsis"] = "团本进度:10/10", ["Noyes"] = "团本进度:10/10", ["Smitespam"] = "团本进度:10/10", ["Panyin"] = "团本进度:10/10", ["Heygirlsup"] = "团本进度:10/10", ["Niceguybtw"] = "团本进度:10/10", ["Cle"] = "团本进度:10/10", ["Skookem"] = "团本进度:10/10", ["Ahogg"] = "团本进度:4/10", ["Cynaesthesia"] = "团本进度:7/10", ["Madarb"] = "团本进度:10/10", ["Forgiv"] = "团本进度:10/10", ["Buffcake"] = "团本进度:10/10", ["Yokstradamus"] = "团本进度:10/10", ["Irradiant"] = "团本进度:10/10", ["Ringmaster"] = "团本进度:10/10", ["Metius"] = "团本进度:10/10", ["Athri"] = "团本进度:10/10", ["Cptclutch"] = "团本进度:10/10", ["Assasination"] = "团本进度:10/10", ["Opponent"] = "团本进度:10/10", ["Infernalmage"] = "团本进度:10/10", ["Shlion"] = "团本进度:10/10", ["Plinked"] = "团本进度:10/10", ["Zenth"] = "团本进度:10/10", ["Cattyireland"] = "团本进度:9/10", ["Tarss"] = "团本进度:10/10", ["Fossy"] = "团本进度:9/10", ["Halfdollar"] = "团本进度:8/10", ["Thyz"] = "团本进度:10/10", ["Islai"] = "团本进度:10/10", ["Kosa"] = "团本进度:10/10", ["Heili"] = "团本进度:保密", ["Lemonpotato"] = "团本进度:10/10", ["Jagernaught"] = "团本进度:10/10", ["Runnis"] = "团本进度:10/10", ["Sineww"] = "团本进度:10/10", ["Fearoshimá"] = "团本进度:10/10", ["Chiyeri"] = "团本进度:10/10", ["Preddatorr"] = "团本进度:10/10", ["Stokholm"] = "团本进度:10/10", ["Cillea"] = "团本进度:10/10", ["Llama"] = "团本进度:10/10", ["Trinon"] = "团本进度:10/10", ["Zess"] = "团本进度:10/10", ["Hoofz"] = "团本进度:10/10", ["Shambeano"] = "团本进度:10/10", ["Zodìn"] = "团本进度:9/10", ["Happycat"] = "团本进度:10/10", ["Sudoku"] = "团本进度:10/10", ["Ininlulu"] = "团本进度:10/10", ["Rothana"] = "团本进度:9/10", ["Nullbot"] = "团本进度:10/10", ["Aveleena"] = "团本进度:10/10", ["Scartz"] = "团本进度:10/10", ["Omilley"] = "团本进度:10/10", ["Kadinn"] = "团本进度:10/10", ["Pamui"] = "团本进度:10/10", ["Narvinta"] = "团本进度:10/10", ["Scarys"] = "团本进度:10/10", ["Kalisse"] = "团本进度:10/10", ["Billmuri"] = "团本进度:10/10", ["Chumchum"] = "团本进度:10/10", ["Hellford"] = "团本进度:10/10", ["Lastspring"] = "团本进度:10/10", ["Anastasiax"] = "团本进度:8/10", ["Zetalock"] = "团本进度:5/10", ["Rétbaron"] = "团本进度:8/10", ["Faxall"] = "团本进度:8/10", ["ßayaz"] = "团本进度:7/10", ["Zandtór"] = "团本进度:8/10", ["Appallo"] = "团本进度:8/10", ["Llia"] = "团本进度:10/10", ["Onemillionk"] = "团本进度:8/10", ["Nofunrose"] = "团本进度:8/10", ["Amonorth"] = "团本进度:保密", ["Wolvi"] = "团本进度:9/10", ["Extorment"] = "团本进度:6/10", ["Anthym"] = "团本进度:8/10", ["Ragnar"] = "团本进度:7/10", ["Toshone"] = "团本进度:8/10", ["Sixisangry"] = "团本进度:保密", ["Lìnks"] = "团本进度:7/10", ["Tasokare"] = "团本进度:7/10", ["Akiyuzu"] = "团本进度:10/10", ["Stak"] = "团本进度:8/10", ["Adaine"] = "团本进度:8/10", ["Lambhunter"] = "团本进度:9/10", ["Cherished"] = "团本进度:8/10", ["Alyssiå"] = "团本进度:8/10", ["Lithïum"] = "团本进度:7/10", ["Shokkerz"] = "团本进度:8/10", ["Goatalien"] = "团本进度:7/10", ["Healyrayray"] = "团本进度:8/10", ["Lahrn"] = "团本进度:8/10", ["Vexxed"] = "团本进度:8/10", ["Verklempt"] = "团本进度:10/10", ["Dorminion"] = "团本进度:8/10", ["Sukonami"] = "团本进度:7/10", ["Necrosploosh"] = "团本进度:3/10", ["Freezflame"] = "团本进度:8/10", ["Honteur"] = "团本进度:8/10", ["Tastikakes"] = "团本进度:9/10", ["Lightshack"] = "团本进度:10/10", ["Allessarin"] = "团本进度:9/10", ["Shurbz"] = "团本进度:7/10", ["Mediumdumb"] = "团本进度:7/10", ["Vèskr"] = "团本进度:8/10", ["Zabeaux"] = "团本进度:7/10", ["Warack"] = "团本进度:8/10", ["Fo"] = "团本进度:8/10", ["Jarkkol"] = "团本进度:8/10", ["Darthkathien"] = "团本进度:9/10", ["Stigg"] = "团本进度:7/10", ["Medrinn"] = "团本进度:3/10", ["Terista"] = "团本进度:8/10", ["Nariann"] = "团本进度:8/10", ["Eyezz"] = "团本进度:9/10", ["Talknavitome"] = "团本进度:5/10", ["Allisandre"] = "团本进度:8/10", ["Calacirya"] = "团本进度:8/10", ["Airline"] = "团本进度:8/10", ["Hadwoken"] = "团本进度:5/10", ["Stewve"] = "团本进度:7/10", ["Cornhubb"] = "团本进度:7/10", ["Squeakyz"] = "团本进度:10/10", ["Bootastic"] = "团本进度:8/10", ["Pewpewmacgoo"] = "团本进度:8/10", ["Plaugeus"] = "团本进度:6/10", ["Danzigsimp"] = "团本进度:8/10", ["Loltrash"] = "团本进度:7/10", ["Kralael"] = "团本进度:9/10", ["Edgeblade"] = "团本进度:8/10", ["Smirkythread"] = "团本进度:8/10", ["Balcuzzi"] = "团本进度:6/10", ["Kruck"] = "团本进度:7/10", ["Bubonic"] = "团本进度:10/10", ["Borshn"] = "团本进度:10/10", ["Valkiri"] = "团本进度:10/10", ["Sulwin"] = "团本进度:10/10", ["Deadoralived"] = "团本进度:10/10", ["Naandairy"] = "团本进度:10/10", ["Harrytruman"] = "团本进度:10/10", ["Stepshock"] = "团本进度:10/10", ["Hayrl"] = "团本进度:10/10", ["Tokyohot"] = "团本进度:10/10", ["Funions"] = "团本进度:10/10", ["Cyrrin"] = "团本进度:10/10", ["Yenalab"] = "团本进度:10/10", ["Abhorrent"] = "团本进度:10/10", ["Prions"] = "团本进度:10/10", ["Lanelle"] = "团本进度:10/10", ["Neohimeka"] = "团本进度:10/10", ["Aiccin"] = "团本进度:10/10", ["Davidhunt"] = "团本进度:10/10", ["Setsushaman"] = "团本进度:10/10", ["Tripler"] = "团本进度:10/10", ["Inorae"] = "团本进度:10/10", ["Neoyuzusoft"] = "团本进度:10/10", ["Zephani"] = "团本进度:10/10", ["Purefame"] = "团本进度:10/10", ["Inzyme"] = "团本进度:10/10", ["Carciveous"] = "团本进度:10/10", ["Imsotall"] = "团本进度:10/10", ["Blackhumor"] = "团本进度:10/10", ["Eüro"] = "团本进度:10/10", ["Sus"] = "团本进度:10/10", ["Jnrlol"] = "团本进度:10/10", ["Evelome"] = "团本进度:10/10", ["Samur"] = "团本进度:10/10", ["Tweeting"] = "团本进度:10/10", ["Bwuisa"] = "团本进度:10/10", ["Lyrikz"] = "团本进度:10/10", ["Hoshosh"] = "团本进度:10/10", ["Raè"] = "团本进度:10/10", ["Perceptions"] = "团本进度:10/10", ["Cowe"] = "团本进度:10/10", ["Lethalsniper"] = "团本进度:10/10", ["Jurmom"] = "团本进度:10/10", ["Furynotret"] = "团本进度:10/10", ["Kim"] = "团本进度:10/10", ["Ayala"] = "团本进度:10/10", ["Leslienope"] = "团本进度:10/10", ["Munkfu"] = "团本进度:10/10", ["Improved"] = "团本进度:9/10", ["Liniim"] = "团本进度:10/10", ["Yliz"] = "团本进度:10/10", ["Razmatâzz"] = "团本进度:8/10", ["Ardrax"] = "团本进度:10/10", ["Saikriid"] = "团本进度:7/10", ["Alabamaman"] = "团本进度:10/10", ["Zavlul"] = "团本进度:10/10", ["Kaleidoscope"] = "团本进度:10/10", ["Leymonar"] = "团本进度:10/10", ["Zapperoni"] = "团本进度:10/10", ["Riecheck"] = "团本进度:10/10", ["Hangdang"] = "团本进度:10/10", ["Azurekite"] = "团本进度:10/10", ["Zerofour"] = "团本进度:8/10", ["Shadowhuff"] = "团本进度:9/10", ["Ael"] = "团本进度:10/10", ["Ôõ"] = "团本进度:10/10", ["Jettica"] = "团本进度:10/10", ["Fictional"] = "团本进度:8/10", ["Polantis"] = "团本进度:10/10", ["Avellani"] = "团本进度:9/10", ["Karbek"] = "团本进度:10/10", ["Clockspider"] = "团本进度:10/10", ["Bankais"] = "团本进度:10/10", ["Magicblunt"] = "团本进度:10/10", ["Windfurybot"] = "团本进度:10/10", ["Purplechef"] = "团本进度:5/10", ["Vibratortotm"] = "团本进度:10/10", ["Natorø"] = "团本进度:8/10", ["Iggysmalls"] = "团本进度:10/10", ["Elfsheen"] = "团本进度:8/10", ["Meatmelter"] = "团本进度:7/10", ["Skyshatter"] = "团本进度:7/10", ["Batteri"] = "团本进度:8/10", ["Varrolokkur"] = "团本进度:8/10", ["Cameltotëm"] = "团本进度:9/10", ["Greggiee"] = "团本进度:8/10", ["Bearlyknowem"] = "团本进度:8/10", ["Oldnstiff"] = "团本进度:8/10", ["Blightcallër"] = "团本进度:8/10", ["Tyrambe"] = "团本进度:8/10", ["Lockiebalboa"] = "团本进度:8/10", ["Hubbardo"] = "团本进度:8/10", ["Louiswu"] = "团本进度:7/10", ["Kalrick"] = "团本进度:10/10", ["Anteo"] = "团本进度:8/10", ["Rockypath"] = "团本进度:8/10", ["Gatorzero"] = "团本进度:8/10", ["Bownedyou"] = "团本进度:7/10", ["Lüka"] = "团本进度:8/10", ["Ryuke"] = "团本进度:7/10", ["Virtia"] = "团本进度:8/10", ["Niunn"] = "团本进度:8/10", ["Ayre"] = "团本进度:9/10", ["Texin"] = "团本进度:8/10", ["Azralea"] = "团本进度:5/10", ["Ryzla"] = "团本进度:6/10", ["Mutt"] = "团本进度:8/10", ["Alikatt"] = "团本进度:8/10", ["Viper"] = "团本进度:8/10", ["Frozentz"] = "团本进度:5/10", ["Gaps"] = "团本进度:6/10", ["Zacu"] = "团本进度:8/10", ["Reiign"] = "团本进度:8/10", ["Xeno"] = "团本进度:7/10", ["Shadowslayer"] = "团本进度:8/10", ["Climatact"] = "团本进度:8/10", ["Opallen"] = "团本进度:8/10", ["Tyrang"] = "团本进度:8/10", ["Talendas"] = "团本进度:8/10", ["Homelander"] = "团本进度:8/10", ["Bourtshaman"] = "团本进度:7/10", ["Doomlady"] = "团本进度:8/10", ["Baijiu"] = "团本进度:8/10", ["Daemonsoul"] = "团本进度:8/10", ["Tocal"] = "团本进度:9/10", ["Sockseller"] = "团本进度:8/10", ["Beerpanda"] = "团本进度:4/10", ["Anterok"] = "团本进度:5/10", ["Riamyst"] = "团本进度:7/10", ["Bruunor"] = "团本进度:8/10", ["Baitlock"] = "团本进度:8/10", ["Kilmandaros"] = "团本进度:8/10", ["Lividicus"] = "团本进度:8/10", ["Sesamechkn"] = "团本进度:8/10", ["Chidorii"] = "团本进度:8/10", ["Ziathx"] = "团本进度:9/10", ["Adipos"] = "团本进度:8/10", ["Torshock"] = "团本进度:8/10", ["Tex"] = "团本进度:8/10", ["Loral"] = "团本进度:5/10", ["Stormbreäker"] = "团本进度:8/10", ["Tengachaya"] = "团本进度:8/10", ["Snowdog"] = "团本进度:8/10", ["Necrovulgar"] = "团本进度:8/10", ["Burgy"] = "团本进度:8/10", ["Tesslah"] = "团本进度:7/10", ["Tonybigman"] = "团本进度:3/10", ["Níkaido"] = "团本进度:10/10", ["Tempestcreep"] = "团本进度:5/10", ["Lesster"] = "团本进度:8/10", ["Ensui"] = "团本进度:8/10", ["Duji"] = "团本进度:10/10", ["Anannas"] = "团本进度:10/10", ["Skyëstorm"] = "团本进度:10/10", ["Rinxqt"] = "团本进度:8/10", ["Lr"] = "团本进度:10/10", ["Onepie"] = "团本进度:10/10", ["Kalmdown"] = "团本进度:10/10", ["Allicatt"] = "团本进度:10/10", ["Drainlo"] = "团本进度:10/10", ["Emilyjade"] = "团本进度:10/10", ["Bset"] = "团本进度:10/10", ["Spíke"] = "团本进度:10/10", ["Healisgood"] = "团本进度:10/10", ["Grimmlockk"] = "团本进度:10/10", ["Ailysely"] = "团本进度:10/10", ["Vendx"] = "团本进度:9/10", ["Totemptation"] = "团本进度:10/10", ["Sevix"] = "团本进度:10/10", ["Gargoyaldh"] = "团本进度:10/10", ["Walleh"] = "团本进度:10/10", ["Yakamo"] = "团本进度:8/10", ["Astaldos"] = "团本进度:10/10", ["Minidude"] = "团本进度:10/10", ["Foxim"] = "团本进度:10/10", ["Plexxen"] = "团本进度:10/10", ["Magicmoments"] = "团本进度:10/10", ["Servoarm"] = "团本进度:10/10", ["Girthymcgee"] = "团本进度:10/10", ["Trac"] = "团本进度:10/10", ["Nwdruid"] = "团本进度:10/10", ["Hordescum"] = "团本进度:10/10", ["Squiddles"] = "团本进度:8/10", ["Rydhia"] = "团本进度:6/10", ["Chrishansan"] = "团本进度:10/10", ["Phrawst"] = "团本进度:10/10", ["Ebonlocked"] = "团本进度:10/10", ["Onebuttondps"] = "团本进度:9/10", ["Ergaroth"] = "团本进度:10/10", ["Moneybaggyo"] = "团本进度:10/10", ["Sarahbellum"] = "团本进度:10/10", ["Ddonut"] = "团本进度:10/10", ["Spintotem"] = "团本进度:8/10", ["Driksham"] = "团本进度:10/10", ["Superpowers"] = "团本进度:10/10", ["Wolfzlock"] = "团本进度:10/10", ["Rushica"] = "团本进度:7/10", ["Luobendeshi"] = "团本进度:10/10", ["Rzy"] = "团本进度:10/10", ["Tastykaké"] = "团本进度:10/10", ["Maevar"] = "团本进度:10/10", ["Enigmatique"] = "团本进度:10/10", ["Aerich"] = "团本进度:10/10", ["Adogs"] = "团本进度:10/10", ["Gandalon"] = "团本进度:10/10", ["Evoix"] = "团本进度:10/10", ["Clendý"] = "团本进度:10/10", ["Aniqùe"] = "团本进度:10/10", ["Gwenalyn"] = "团本进度:10/10", ["Trãsh"] = "团本进度:10/10", ["Warjim"] = "团本进度:10/10", ["Arquera"] = "团本进度:10/10", ["Cymmarra"] = "团本进度:10/10", ["Papafrita"] = "团本进度:10/10", ["Kielta"] = "团本进度:9/10", ["Euroz"] = "团本进度:10/10", ["Pete"] = "团本进度:10/10", ["Nothreatmetr"] = "团本进度:10/10", ["Sylpharia"] = "团本进度:10/10", ["Greentealady"] = "团本进度:10/10", ["Turbofalcon"] = "团本进度:10/10", ["Gargoyald"] = "团本进度:10/10", ["Lotos"] = "团本进度:10/10", ["Primatotems"] = "团本进度:10/10", ["Brocksolid"] = "团本进度:10/10", ["Vaxi"] = "团本进度:10/10", ["Chazzy"] = "团本进度:10/10", ["Norkkani"] = "团本进度:10/10", ["Dpsmacro"] = "团本进度:10/10", ["Bailing"] = "团本进度:10/10", ["Brittñéy"] = "团本进度:10/10", ["Starswarma"] = "团本进度:10/10", ["Lunakittay"] = "团本进度:10/10", ["Tyrage"] = "团本进度:10/10", ["Grimblekin"] = "团本进度:8/10", ["Rainbowbear"] = "团本进度:10/10", ["Woylock"] = "团本进度:8/10", ["Davidbowi"] = "团本进度:8/10", ["Dabowers"] = "团本进度:10/10", ["Trumanswife"] = "团本进度:10/10", ["Podge"] = "团本进度:10/10", ["Varthilen"] = "团本进度:10/10", ["Desiara"] = "团本进度:10/10", ["Thehelix"] = "团本进度:10/10", ["Harakan"] = "团本进度:7/10", ["Larsy"] = "团本进度:10/10", ["Maniak"] = "团本进度:10/10", ["Nephen"] = "团本进度:10/10", ["Icemiagi"] = "团本进度:10/10", ["Artxisxdeath"] = "团本进度:10/10", ["Samdee"] = "团本进度:9/10", ["Emorell"] = "团本进度:9/10", ["Flintwood"] = "团本进度:10/10", ["Paelias"] = "团本进度:10/10", ["Metawarlord"] = "团本进度:10/10", ["Lisapants"] = "团本进度:10/10", ["Hotfather"] = "团本进度:10/10", ["Turnt"] = "团本进度:10/10", ["Narcisist"] = "团本进度:10/10", ["Opisop"] = "团本进度:8/10", ["Desekrate"] = "团本进度:9/10", ["Neckweiners"] = "团本进度:10/10", ["Jonnyshock"] = "团本进度:10/10", ["Ashlenny"] = "团本进度:10/10", ["Kvoth"] = "团本进度:8/10", ["Dazarth"] = "团本进度:10/10", ["Lurknyou"] = "团本进度:10/10", ["Stonkhouse"] = "团本进度:10/10", ["Steinez"] = "团本进度:9/10", ["Gnocchii"] = "团本进度:10/10", ["Warboom"] = "团本进度:10/10", ["Gagoosh"] = "团本进度:10/10", ["Nabss"] = "团本进度:10/10", ["Eviltoopaste"] = "团本进度:10/10", ["Árnold"] = "团本进度:3/10", ["Xzodus"] = "团本进度:10/10", ["Jumi"] = "团本进度:10/10", ["Ghostyhunter"] = "团本进度:10/10", ["Aisx"] = "团本进度:8/10", ["Stevelol"] = "团本进度:10/10", ["Preestee"] = "团本进度:10/10", ["Citru"] = "团本进度:7/10", ["Raymundar"] = "团本进度:10/10", ["Zeezijay"] = "团本进度:10/10", ["Frostykiller"] = "团本进度:8/10", ["Ilikewafflez"] = "团本进度:10/10", ["Skooma"] = "团本进度:10/10", ["Killanna"] = "团本进度:8/10", ["Huntroc"] = "团本进度:8/10", ["Alvisferda"] = "团本进度:10/10", ["Inxaen"] = "团本进度:8/10", ["Bellicity"] = "团本进度:10/10", ["Garbaggio"] = "团本进度:10/10", ["Stickky"] = "团本进度:10/10", ["Twohooves"] = "团本进度:10/10", ["Hanabi"] = "团本进度:10/10", ["Yogartfellow"] = "团本进度:10/10", ["Auriea"] = "团本进度:10/10", ["Performances"] = "团本进度:10/10", ["Alvina"] = "团本进度:10/10", ["Kyraetha"] = "团本进度:10/10", ["Prosenia"] = "团本进度:2/10", ["Fordelf"] = "团本进度:8/10", ["Sweettlock"] = "团本进度:10/10", ["Pizzacat"] = "团本进度:10/10", ["Punper"] = "团本进度:9/10", ["Onlyshocks"] = "团本进度:9/10", ["Saji"] = "团本进度:8/10", ["Manó"] = "团本进度:10/10", ["Dejinn"] = "团本进度:10/10", ["Xerxizzle"] = "团本进度:9/10", ["Inthelava"] = "团本进度:10/10", ["Lambchopp"] = "团本进度:10/10", ["Corgoat"] = "团本进度:10/10", ["Southwind"] = "团本进度:10/10", ["Excelsius"] = "团本进度:10/10", ["Helzing"] = "团本进度:10/10", ["Ornela"] = "团本进度:10/10", ["Vosse"] = "团本进度:10/10", ["Rathuzin"] = "团本进度:4/10", ["Vaarda"] = "团本进度:5/10", ["Sarognug"] = "团本进度:8/10", ["Bobodoken"] = "团本进度:保密", ["Rickyross"] = "团本进度:6/10", ["Khingsman"] = "团本进度:8/10", ["Imposterz"] = "团本进度:2/10", ["Drobeis"] = "团本进度:保密", ["Frostspotz"] = "团本进度:8/10", ["Makeitnasty"] = "团本进度:8/10", ["Cocowubwub"] = "团本进度:7/10", ["Zeebub"] = "团本进度:8/10", ["Nedkar"] = "团本进度:7/10", ["Adelleyn"] = "团本进度:保密", ["Vaylenn"] = "团本进度:7/10", ["Stolencake"] = "团本进度:9/10", ["Felrosé"] = "团本进度:8/10", ["Getcrunk"] = "团本进度:8/10", ["Arrow"] = "团本进度:5/10", ["Ferg"] = "团本进度:8/10", ["Floatsmygoat"] = "团本进度:8/10", ["Mobsterman"] = "团本进度:8/10", ["Jenthier"] = "团本进度:7/10", ["Heatus"] = "团本进度:8/10", ["Fatballz"] = "团本进度:8/10", ["Malefena"] = "团本进度:8/10", ["Gnachos"] = "团本进度:7/10", ["Murkd"] = "团本进度:7/10", ["Zandarkun"] = "团本进度:8/10", ["Clennisell"] = "团本进度:8/10", ["Klippyy"] = "团本进度:5/10", ["Stonesmcgee"] = "团本进度:8/10", ["Martharion"] = "团本进度:6/10", ["Fujinkyu"] = "团本进度:10/10", ["Figwit"] = "团本进度:8/10", ["Suntair"] = "团本进度:8/10", ["Shadwise"] = "团本进度:8/10", ["Iceinmyveins"] = "团本进度:8/10", ["Goodruid"] = "团本进度:8/10", ["Shakka"] = "团本进度:8/10", ["Sulamwen"] = "团本进度:6/10", ["Maxdots"] = "团本进度:4/10", ["Burndamost"] = "团本进度:8/10", ["Felegam"] = "团本进度:7/10", ["Tactit"] = "团本进度:8/10", ["Hitches"] = "团本进度:8/10", ["Axt"] = "团本进度:8/10", ["Greatness"] = "团本进度:7/10", ["Kalard"] = "团本进度:5/10", ["Smackërs"] = "团本进度:8/10", ["Zarric"] = "团本进度:8/10", ["Zjt"] = "团本进度:9/10", ["Threetears"] = "团本进度:8/10", ["Anquietas"] = "团本进度:3/10", ["Hanness"] = "团本进度:3/10", ["Yihyih"] = "团本进度:8/10", ["Onescotch"] = "团本进度:8/10", ["Munkshood"] = "团本进度:7/10", ["Hamper"] = "团本进度:8/10", ["Zca"] = "团本进度:8/10", ["Bronxzoo"] = "团本进度:8/10", ["Killads"] = "团本进度:7/10", ["Dookimus"] = "团本进度:保密", ["Pugua"] = "团本进度:4/10", ["Thurlan"] = "团本进度:10/10", ["Avamirri"] = "团本进度:8/10", ["Bertaneough"] = "团本进度:7/10", ["Bigeater"] = "团本进度:8/10", ["Frostydots"] = "团本进度:7/10", ["Joster"] = "团本进度:7/10", ["Gerbz"] = "团本进度:10/10", ["Shizen"] = "团本进度:6/10", ["Winesweats"] = "团本进度:5/10", ["Opheliaballz"] = "团本进度:10/10", ["Frawstshawk"] = "团本进度:10/10", ["Mindbroken"] = "团本进度:9/10", ["Foggedlock"] = "团本进度:10/10", ["Eb"] = "团本进度:9/10", ["Slank"] = "团本进度:10/10", ["Coltplay"] = "团本进度:10/10", ["Mozzer"] = "团本进度:10/10", ["Lostinsauce"] = "团本进度:10/10", ["Atildabear"] = "团本进度:10/10", ["Oakenstorm"] = "团本进度:10/10", ["Cringed"] = "团本进度:10/10", ["Grimreäper"] = "团本进度:10/10", ["Mikexx"] = "团本进度:6/10", ["Infisio"] = "团本进度:7/10", ["Raycon"] = "团本进度:9/10", ["Poppastoney"] = "团本进度:8/10", ["Burlypriest"] = "团本进度:9/10", ["Wundrschwanz"] = "团本进度:10/10", ["Curveballsh"] = "团本进度:10/10", ["Aaowen"] = "团本进度:3/10", ["Piwi"] = "团本进度:6/10", ["Imjj"] = "团本进度:9/10", ["Noph"] = "团本进度:10/10", ["Shmumbr"] = "团本进度:10/10", ["Jhammin"] = "团本进度:8/10", ["Benisato"] = "团本进度:9/10", ["Thromathalt"] = "团本进度:9/10", ["Noso"] = "团本进度:10/10", ["Gpt"] = "团本进度:9/10", ["Solidsmoke"] = "团本进度:10/10", ["Marrogue"] = "团本进度:9/10", ["Némsy"] = "团本进度:10/10", ["Poofandgone"] = "团本进度:10/10", ["Kredian"] = "团本进度:10/10", ["Melødy"] = "团本进度:10/10", ["Statefrmjake"] = "团本进度:10/10", ["Ludovico"] = "团本进度:9/10", ["Middin"] = "团本进度:10/10", ["Remus"] = "团本进度:10/10", ["Buryhun"] = "团本进度:10/10", ["Suarin"] = "团本进度:9/10", ["Diesel"] = "团本进度:10/10", ["Terrorshaman"] = "团本进度:9/10", ["Huxii"] = "团本进度:10/10", ["Norz"] = "团本进度:10/10", ["Mynus"] = "团本进度:10/10", ["Kalé"] = "团本进度:10/10", ["Chompta"] = "团本进度:10/10", ["Disbarred"] = "团本进度:10/10", ["Giddz"] = "团本进度:9/10", ["Noodletoots"] = "团本进度:7/10", ["Dekuwu"] = "团本进度:10/10", ["Huawei"] = "团本进度:8/10", ["Blapper"] = "团本进度:9/10", ["Khaddgar"] = "团本进度:10/10", ["Omnoms"] = "团本进度:10/10", ["Altano"] = "团本进度:9/10", ["Grular"] = "团本进度:10/10", ["Siegfried"] = "团本进度:10/10", ["Stepsac"] = "团本进度:10/10", ["Plebx"] = "团本进度:9/10", ["Twistandseal"] = "团本进度:10/10", ["Chopsueey"] = "团本进度:10/10", ["Aeorogue"] = "团本进度:9/10", ["Carpriest"] = "团本进度:10/10", ["Alelio"] = "团本进度:10/10", ["Sugardaddy"] = "团本进度:10/10", ["Mythycal"] = "团本进度:8/10", ["Redleadersha"] = "团本进度:10/10", ["Nekropolis"] = "团本进度:10/10", ["Gallendell"] = "团本进度:8/10", ["Xiaoaiai"] = "团本进度:10/10", ["Emilee"] = "团本进度:10/10", ["Felarahan"] = "团本进度:10/10", ["Tumnus"] = "团本进度:6/10", ["Fayk"] = "团本进度:10/10", ["Vardag"] = "团本进度:10/10", ["Neltsair"] = "团本进度:8/10", ["Saruphina"] = "团本进度:9/10", ["Icyshadow"] = "团本进度:10/10", ["Skady"] = "团本进度:10/10", ["Iristeri"] = "团本进度:10/10", ["Daný"] = "团本进度:9/10", ["Thiccshaman"] = "团本进度:9/10", ["Dshockz"] = "团本进度:10/10", ["Bremerton"] = "团本进度:10/10", ["Ieatcorndogs"] = "团本进度:10/10", ["Skillscore"] = "团本进度:10/10", ["Blitzkregz"] = "团本进度:9/10", ["Feltouch"] = "团本进度:10/10", ["Chaoxyang"] = "团本进度:10/10", ["Muratbae"] = "团本进度:10/10", ["Xephy"] = "团本进度:10/10", ["Chewe"] = "团本进度:8/10", ["Rizac"] = "团本进度:10/10", ["Ashot"] = "团本进度:9/10", ["Faralain"] = "团本进度:10/10", ["Flapjacker"] = "团本进度:8/10", ["Lusty"] = "团本进度:10/10", ["Suilasev"] = "团本进度:8/10", ["Sodawater"] = "团本进度:9/10", ["Caedeer"] = "团本进度:10/10", ["Artesiea"] = "团本进度:9/10", ["Derok"] = "团本进度:10/10", ["Blatant"] = "团本进度:10/10", ["Catequil"] = "团本进度:10/10", ["Cclol"] = "团本进度:9/10", ["Uldamar"] = "团本进度:10/10", ["Quastx"] = "团本进度:9/10", ["Raveshock"] = "团本进度:10/10", ["Tiddytwista"] = "团本进度:8/10", ["Rh"] = "团本进度:10/10", ["Mongert"] = "团本进度:10/10", ["Termitater"] = "团本进度:10/10", ["Eldraxis"] = "团本进度:10/10", ["Pupster"] = "团本进度:9/10", ["Strictlypve"] = "团本进度:10/10", ["Nala"] = "团本进度:10/10", ["Ræn"] = "团本进度:10/10", ["Haunterr"] = "团本进度:9/10", ["Demonshrub"] = "团本进度:10/10", ["Xirobolts"] = "团本进度:9/10", ["Yandalf"] = "团本进度:9/10", ["Havin"] = "团本进度:10/10", ["Arcside"] = "团本进度:9/10", ["Six"] = "团本进度:10/10", ["Janna"] = "团本进度:10/10", ["Lilithel"] = "团本进度:10/10", ["Keltàra"] = "团本进度:10/10", ["Shamnitz"] = "团本进度:10/10", ["Cold"] = "团本进度:10/10", ["Vox"] = "团本进度:10/10", ["Veevoque"] = "团本进度:10/10", ["Gracielou"] = "团本进度:8/10", ["Bamapana"] = "团本进度:10/10", ["Grazilla"] = "团本进度:10/10", ["Junkyjay"] = "团本进度:10/10", ["Gambithunter"] = "团本进度:10/10", ["Onyxqt"] = "团本进度:10/10", ["Bearlydrikk"] = "团本进度:10/10", ["Reimage"] = "团本进度:保密", ["Liliyell"] = "团本进度:10/10", ["Vohnkar"] = "团本进度:8/10", ["Githaya"] = "团本进度:10/10", ["Feyria"] = "团本进度:8/10", ["Alicinha"] = "团本进度:8/10", ["Sejjeto"] = "团本进度:10/10", ["Fistofdeath"] = "团本进度:10/10", ["Zeesap"] = "团本进度:10/10", ["Toomuchsauce"] = "团本进度:10/10", ["Eiyr"] = "团本进度:8/10", ["Spookmage"] = "团本进度:8/10", ["Laundra"] = "团本进度:10/10", ["Adiäila"] = "团本进度:8/10", ["Baelkasuo"] = "团本进度:10/10", ["Galleyboi"] = "团本进度:10/10", ["Capriol"] = "团本进度:10/10", ["Usopu"] = "团本进度:10/10", ["Slamulet"] = "团本进度:8/10", ["Raplock"] = "团本进度:10/10", ["Esk"] = "团本进度:10/10", ["Fullbot"] = "团本进度:8/10", ["Richeliu"] = "团本进度:8/10", ["Càin"] = "团本进度:8/10", ["Farisa"] = "团本进度:3/10", ["Tythuus"] = "团本进度:7/10", ["Blindshadow"] = "团本进度:8/10", ["Lostidentity"] = "团本进度:7/10", ["Bigfatjerk"] = "团本进度:保密", ["Noodlesz"] = "团本进度:保密", ["Andinera"] = "团本进度:8/10", ["Tunhard"] = "团本进度:8/10", ["Spawnan"] = "团本进度:8/10", ["Chingqua"] = "团本进度:8/10", ["Gugguluk"] = "团本进度:8/10", ["Mincer"] = "团本进度:8/10", ["Pchuntard"] = "团本进度:8/10", ["Aaemon"] = "团本进度:8/10", ["Metamage"] = "团本进度:保密", ["Freesia"] = "团本进度:8/10", ["Himreborn"] = "团本进度:8/10", ["Smokedopë"] = "团本进度:8/10", ["Marisabelle"] = "团本进度:8/10", ["Tammyswanson"] = "团本进度:7/10", ["Pippatoo"] = "团本进度:8/10", ["Brainstop"] = "团本进度:7/10", ["Elaera"] = "团本进度:8/10", ["Gogoogo"] = "团本进度:6/10", ["Küröky"] = "团本进度:8/10", ["Gnomestructo"] = "团本进度:5/10", ["Kamahood"] = "团本进度:8/10", ["Lockafella"] = "团本进度:7/10", ["Blastöise"] = "团本进度:保密", ["Moltavio"] = "团本进度:10/10", ["Lasirper"] = "团本进度:7/10", ["Samgee"] = "团本进度:8/10", ["Tigerhoods"] = "团本进度:保密", ["Primnpropr"] = "团本进度:8/10", ["Fanteen"] = "团本进度:保密", ["Mellifleur"] = "团本进度:5/10", ["Dreadxofz"] = "团本进度:8/10", ["Advént"] = "团本进度:7/10", ["Alaasen"] = "团本进度:2/10", ["Shinoda"] = "团本进度:6/10", ["Urhëro"] = "团本进度:7/10", ["Felgrog"] = "团本进度:8/10", ["Eillarra"] = "团本进度:8/10", ["Skyzeroo"] = "团本进度:8/10", ["Snorlock"] = "团本进度:6/10", ["Moldram"] = "团本进度:10/10", ["Trackstar"] = "团本进度:8/10", ["Vanderloc"] = "团本进度:7/10", ["Grimshope"] = "团本进度:8/10", ["Howdý"] = "团本进度:8/10", ["Drogba"] = "团本进度:7/10", ["Magelily"] = "团本进度:8/10", ["Tehpro"] = "团本进度:7/10", ["Ellieese"] = "团本进度:8/10", ["Clatterpots"] = "团本进度:4/10", ["Sillenna"] = "团本进度:7/10", ["Stille"] = "团本进度:8/10", ["Llethani"] = "团本进度:3/10", ["Kelpyg"] = "团本进度:3/10", ["Wtfizjuice"] = "团本进度:8/10", ["Fhemlock"] = "团本进度:5/10", ["Cabanaboi"] = "团本进度:8/10", ["Railegun"] = "团本进度:5/10", ["Meteorlight"] = "团本进度:8/10", ["Rîpplêy"] = "团本进度:6/10", ["Razon"] = "团本进度:8/10", ["Revir"] = "团本进度:8/10", ["Snukeinsnizz"] = "团本进度:8/10", ["Sigismund"] = "团本进度:7/10", ["Drîzztt"] = "团本进度:8/10", ["Prydz"] = "团本进度:8/10", ["Zøøkeeper"] = "团本进度:8/10", ["Niightrider"] = "团本进度:8/10", ["Tweeker"] = "团本进度:8/10", ["Drpayne"] = "团本进度:7/10", ["Deezknots"] = "团本进度:9/10", ["Kaéth"] = "团本进度:8/10", ["Hippocrit"] = "团本进度:8/10", ["Yuzohunter"] = "团本进度:10/10", ["Coggers"] = "团本进度:10/10", ["Tsen"] = "团本进度:9/10", ["Salazanca"] = "团本进度:10/10", ["Lunamente"] = "团本进度:10/10", ["Majinbu"] = "团本进度:10/10", ["Leadsled"] = "团本进度:10/10", ["Draiden"] = "团本进度:9/10", ["Suuny"] = "团本进度:10/10", ["Itsahtrap"] = "团本进度:10/10", ["Edrine"] = "团本进度:10/10", ["Chokomatotum"] = "团本进度:8/10", ["Sacredale"] = "团本进度:8/10", ["Senorwebs"] = "团本进度:10/10", ["Shorthang"] = "团本进度:10/10", ["Tic"] = "团本进度:10/10", ["Robsterclaws"] = "团本进度:9/10", ["Sugaah"] = "团本进度:10/10", ["Heheheyup"] = "团本进度:8/10", ["Papazeus"] = "团本进度:7/10", ["Drikpriest"] = "团本进度:10/10", ["Alwayslitt"] = "团本进度:8/10", ["Pullingaggro"] = "团本进度:10/10", ["Pickelrick"] = "团本进度:10/10", ["Hellsham"] = "团本进度:9/10", ["Whisp"] = "团本进度:10/10", ["Fizzletrick"] = "团本进度:8/10", ["Procsnshocks"] = "团本进度:9/10", ["Mukade"] = "团本进度:9/10", ["Bouncydemon"] = "团本进度:9/10", ["Bmhuntard"] = "团本进度:10/10", ["Lastrec"] = "团本进度:10/10", ["Macerogue"] = "团本进度:10/10", ["Windfüry"] = "团本进度:10/10", ["Aluminúm"] = "团本进度:9/10", ["Ishotbigge"] = "团本进度:保密", ["Shqr"] = "团本进度:8/10", ["Nahtan"] = "团本进度:10/10", ["Crazyhooves"] = "团本进度:5/10", ["Sillverr"] = "团本进度:8/10", ["Woodside"] = "团本进度:8/10", ["Futamami"] = "团本进度:10/10", ["Sorreah"] = "团本进度:9/10", ["Krova"] = "团本进度:8/10", ["Mommynugs"] = "团本进度:10/10", ["Wolfbow"] = "团本进度:9/10", ["Pillar"] = "团本进度:10/10", ["Chaothicc"] = "团本进度:9/10", ["Immortanbob"] = "团本进度:10/10", ["Kìdd"] = "团本进度:10/10", ["Meatscare"] = "团本进度:10/10", ["Meatrack"] = "团本进度:9/10", ["Lockidown"] = "团本进度:10/10", ["Alcremie"] = "团本进度:8/10", ["Tötem"] = "团本进度:10/10", ["Muriyl"] = "团本进度:10/10", ["Elysios"] = "团本进度:8/10", ["Robadin"] = "团本进度:10/10", ["Notadruid"] = "团本进度:9/10", ["Corps"] = "团本进度:8/10", ["Shirimani"] = "团本进度:10/10", ["Xaeden"] = "团本进度:10/10", ["Agreian"] = "团本进度:9/10", ["Soxim"] = "团本进度:10/10", ["Crackshot"] = "团本进度:10/10", ["Sloann"] = "团本进度:10/10", ["Ckrim"] = "团本进度:9/10", ["Digpickbump"] = "团本进度:10/10", ["Coolhand"] = "团本进度:9/10", ["Teamocil"] = "团本进度:8/10", ["Shepster"] = "团本进度:10/10", ["Stompintotes"] = "团本进度:10/10", ["Ivanashocku"] = "团本进度:10/10", ["Katrína"] = "团本进度:10/10", ["Infobit"] = "团本进度:9/10", ["Ucciderti"] = "团本进度:8/10", ["Cernut"] = "团本进度:10/10", ["Fearpersec"] = "团本进度:9/10", ["Cept"] = "团本进度:保密", ["Bearywhite"] = "团本进度:8/10", ["Thorbjørn"] = "团本进度:10/10", ["Simian"] = "团本进度:3/10", ["Valhance"] = "团本进度:8/10", ["Darkon"] = "团本进度:8/10", ["Atomick"] = "团本进度:8/10", ["Sonofzodiac"] = "团本进度:8/10", ["Anic"] = "团本进度:8/10", ["Vladopolous"] = "团本进度:8/10", ["Theamalen"] = "团本进度:7/10", ["Taterdøtz"] = "团本进度:8/10", ["Coolstory"] = "团本进度:8/10", ["Wrxy"] = "团本进度:保密", ["Tigolcritiez"] = "团本进度:8/10", ["Barendwee"] = "团本进度:8/10", ["Damødred"] = "团本进度:8/10", ["Bubbleslock"] = "团本进度:8/10", ["Kdo"] = "团本进度:4/10", ["Xymage"] = "团本进度:8/10", ["Itsdeepdad"] = "团本进度:8/10", ["Nappyafro"] = "团本进度:6/10", ["Hotanist"] = "团本进度:9/10", ["Rooks"] = "团本进度:3/10", ["Raenen"] = "团本进度:8/10", ["Asherillie"] = "团本进度:8/10", ["Seongya"] = "团本进度:9/10", ["Nurri"] = "团本进度:8/10", ["Khrimson"] = "团本进度:8/10", ["Napaeae"] = "团本进度:5/10", ["Smerfes"] = "团本进度:8/10", ["Kurokÿ"] = "团本进度:10/10", ["Æye"] = "团本进度:4/10", ["Dzoo"] = "团本进度:8/10", ["Raech"] = "团本进度:8/10", ["Igetlucky"] = "团本进度:5/10", ["Waynewangx"] = "团本进度:9/10", ["Gerhargenarg"] = "团本进度:7/10", ["Scidious"] = "团本进度:8/10", ["Ísmael"] = "团本进度:7/10", ["Pewpie"] = "团本进度:8/10", ["Beckagene"] = "团本进度:8/10", ["Annomaly"] = "团本进度:9/10", ["Berberce"] = "团本进度:5/10", ["Ipat"] = "团本进度:8/10", ["Optimator"] = "团本进度:8/10", ["Senngir"] = "团本进度:8/10", ["Dagreathippo"] = "团本进度:8/10", ["Sutilock"] = "团本进度:8/10", ["Sandey"] = "团本进度:9/10", ["Killerkuma"] = "团本进度:6/10", ["Blackcloak"] = "团本进度:8/10", ["Koorynne"] = "团本进度:8/10", ["Psychosmart"] = "团本进度:5/10", ["Jathoro"] = "团本进度:8/10", ["Relapsing"] = "团本进度:7/10", ["Danimall"] = "团本进度:8/10", ["Xeqtrr"] = "团本进度:8/10", ["Akatøsh"] = "团本进度:8/10", ["Latronis"] = "团本进度:7/10", ["Pantsmuppet"] = "团本进度:保密", ["Guinnivere"] = "团本进度:7/10", ["Foogie"] = "团本进度:5/10", ["Dragonpaw"] = "团本进度:5/10", ["Tentonse"] = "团本进度:8/10", ["Mirandacc"] = "团本进度:9/10", ["Erisell"] = "团本进度:8/10", ["Dewberries"] = "团本进度:9/10", ["Draenaurius"] = "团本进度:9/10", ["Clivespet"] = "团本进度:8/10", ["Kodplovian"] = "团本进度:8/10", ["Righeous"] = "团本进度:8/10", ["Aenubis"] = "团本进度:5/10", ["Felurian"] = "团本进度:8/10", ["Reukey"] = "团本进度:5/10", ["Insano"] = "团本进度:9/10", ["Whattehpho"] = "团本进度:10/10", ["Rocinaante"] = "团本进度:8/10", ["Demonsbane"] = "团本进度:4/10", ["Fathrbdtuch"] = "团本进度:4/10", ["Gali"] = "团本进度:8/10", ["Lowker"] = "团本进度:10/10", ["Nonon"] = "团本进度:8/10", ["Kahona"] = "团本进度:10/10", ["Shlummon"] = "团本进度:10/10", ["Owllan"] = "团本进度:9/10", ["Blazers"] = "团本进度:10/10", ["Tannagin"] = "团本进度:9/10", ["Gildah"] = "团本进度:9/10", ["Nalora"] = "团本进度:10/10", ["Habby"] = "团本进度:10/10", ["Drikkink"] = "团本进度:8/10", ["Piorum"] = "团本进度:10/10", ["Zezella"] = "团本进度:10/10", ["Manofwarr"] = "团本进度:10/10", ["Decipher"] = "团本进度:9/10", ["Penguinporn"] = "团本进度:9/10", ["Iwannadieirl"] = "团本进度:9/10", ["Walruss"] = "团本进度:10/10", ["Imemo"] = "团本进度:8/10", ["Astiatlan"] = "团本进度:5/10", ["Darblock"] = "团本进度:10/10", ["Robba"] = "团本进度:10/10", ["Throckhunt"] = "团本进度:9/10", ["Reara"] = "团本进度:9/10", ["Blacklabel"] = "团本进度:10/10", ["Bbobloblaw"] = "团本进度:10/10", ["Toxify"] = "团本进度:6/10", ["Mbq"] = "团本进度:10/10", ["Deltaheavy"] = "团本进度:8/10", ["Hööt"] = "团本进度:10/10", ["Dontaè"] = "团本进度:6/10", ["Adartso"] = "团本进度:10/10", ["Gargathor"] = "团本进度:10/10", ["Scær"] = "团本进度:10/10", ["Yingyang"] = "团本进度:8/10", ["Aaither"] = "团本进度:8/10", ["Davidshammy"] = "团本进度:9/10", ["Abaxial"] = "团本进度:9/10", ["Xposer"] = "团本进度:10/10", ["Cannaril"] = "团本进度:8/10", ["Darkensmall"] = "团本进度:8/10", ["Tweakman"] = "团本进度:9/10", ["Grumpyolcuss"] = "团本进度:10/10", ["Fatmimzy"] = "团本进度:10/10", ["Summac"] = "团本进度:10/10", ["Medio"] = "团本进度:9/10", ["Unlockable"] = "团本进度:9/10", ["Babam"] = "团本进度:8/10", ["Brobiwan"] = "团本进度:9/10", ["Diabolicall"] = "团本进度:10/10", ["Lelli"] = "团本进度:10/10", ["Lyshkara"] = "团本进度:9/10", ["Fuyu"] = "团本进度:10/10", ["Bootyjuiice"] = "团本进度:10/10", ["Laeriel"] = "团本进度:9/10", ["Kreate"] = "团本进度:10/10", ["Chewyi"] = "团本进度:10/10", ["Foxxalocks"] = "团本进度:10/10", ["Myney"] = "团本进度:10/10", ["Nisse"] = "团本进度:10/10", ["Iyeetcorndog"] = "团本进度:8/10", ["Cuendillar"] = "团本进度:8/10", ["Digiorno"] = "团本进度:10/10", ["Filledefilur"] = "团本进度:9/10", ["Purges"] = "团本进度:8/10", ["Shadowhair"] = "团本进度:8/10", ["Cybear"] = "团本进度:9/10", ["Zugmuh"] = "团本进度:10/10", ["Hildar"] = "团本进度:9/10", ["Swiftshock"] = "团本进度:9/10", ["Hohenhiem"] = "团本进度:10/10", ["Poptartss"] = "团本进度:10/10", ["Veracitys"] = "团本进度:9/10", ["Visaya"] = "团本进度:9/10", ["Beckers"] = "团本进度:10/10", ["Hisato"] = "团本进度:10/10", ["Mindflayer"] = "团本进度:10/10", ["Reedsy"] = "团本进度:9/10", ["Ililia"] = "团本进度:9/10", ["Iamsocool"] = "团本进度:10/10", ["Vizerion"] = "团本进度:8/10", ["Mantequillãs"] = "团本进度:10/10", ["Damagicdamm"] = "团本进度:8/10", ["Murli"] = "团本进度:10/10", ["Distörtion"] = "团本进度:9/10", ["Msterchief"] = "团本进度:10/10", ["Glunglog"] = "团本进度:8/10", ["Ragetotem"] = "团本进度:10/10", ["Clonkalarm"] = "团本进度:9/10", ["Brenwinster"] = "团本进度:8/10", ["Madloki"] = "团本进度:10/10", ["Sheepcaptain"] = "团本进度:10/10", ["Collondruid"] = "团本进度:10/10", ["Dunsparrow"] = "团本进度:8/10", ["Lightmurk"] = "团本进度:10/10", ["Bulbastone"] = "团本进度:9/10", ["Phebs"] = "团本进度:5/10", ["Gubrr"] = "团本进度:9/10", ["Reidski"] = "团本进度:10/10", ["Tigerpriest"] = "团本进度:10/10", ["Södaz"] = "团本进度:8/10", ["Azzora"] = "团本进度:10/10", ["Bigpasta"] = "团本进度:10/10", ["Masasume"] = "团本进度:7/10", ["Totemicpower"] = "团本进度:9/10", ["Aelira"] = "团本进度:10/10", ["Thotdaught"] = "团本进度:10/10", ["Dubloons"] = "团本进度:9/10", ["Uptime"] = "团本进度:10/10", ["Harunachan"] = "团本进度:10/10", ["Anseima"] = "团本进度:10/10", ["Nickelbakrox"] = "团本进度:10/10", ["Phaseseven"] = "团本进度:10/10", ["Gork"] = "团本进度:10/10", ["Kobey"] = "团本进度:10/10", ["Diddylicious"] = "团本进度:8/10", ["Ragnell"] = "团本进度:10/10", ["Choababa"] = "团本进度:10/10", ["Stuneree"] = "团本进度:10/10", ["Tfs"] = "团本进度:2/10", ["Superspike"] = "团本进度:5/10", ["Southbronx"] = "团本进度:10/10", ["Ooaahh"] = "团本进度:10/10", ["Krinard"] = "团本进度:9/10", ["Markus"] = "团本进度:10/10", ["Venquai"] = "团本进度:8/10", ["Tantrumtyler"] = "团本进度:6/10", ["Fcojavier"] = "团本进度:8/10", ["Hairydots"] = "团本进度:9/10", ["Brodige"] = "团本进度:9/10", ["Convulsive"] = "团本进度:8/10", ["Thatzaza"] = "团本进度:9/10", ["Gargon"] = "团本进度:9/10", ["Inure"] = "团本进度:8/10", ["Bhlasphemous"] = "团本进度:10/10", ["Targroft"] = "团本进度:8/10", ["Eleisòn"] = "团本进度:8/10", ["Mazzory"] = "团本进度:10/10", ["Painncakes"] = "团本进度:10/10", ["Eralia"] = "团本进度:10/10", ["Emogit"] = "团本进度:10/10", ["Xanti"] = "团本进度:7/10", ["Altimillia"] = "团本进度:8/10", ["Vicci"] = "团本进度:9/10", ["Velibor"] = "团本进度:9/10", ["Ticrisse"] = "团本进度:9/10", ["Weezle"] = "团本进度:8/10", ["Cleetus"] = "团本进度:5/10", ["Winniewolf"] = "团本进度:9/10", ["Robodin"] = "团本进度:10/10", ["Frostfire"] = "团本进度:8/10", ["Rucyriu"] = "团本进度:10/10", ["Rius"] = "团本进度:10/10", ["Lastcares"] = "团本进度:10/10", ["Jeck"] = "团本进度:8/10", ["Foretwenty"] = "团本进度:10/10", ["Phredshaman"] = "团本进度:10/10", ["Spak"] = "团本进度:9/10", ["Fallka"] = "团本进度:7/10", ["Lapsidius"] = "团本进度:5/10", ["Dossman"] = "团本进度:10/10", ["Beramoose"] = "团本进度:8/10", ["Dieinsect"] = "团本进度:8/10", ["Tyräng"] = "团本进度:7/10", ["Raidboss"] = "团本进度:8/10", ["Abr"] = "团本进度:10/10", ["Bomicbook"] = "团本进度:8/10", ["Doogzy"] = "团本进度:4/10", ["Asshredder"] = "团本进度:8/10", ["Blúe"] = "团本进度:8/10", ["Greyarea"] = "团本进度:保密", ["Smasha"] = "团本进度:5/10", ["Necron"] = "团本进度:保密", ["Hbgsmokin"] = "团本进度:5/10", ["Nolah"] = "团本进度:8/10", ["Akimura"] = "团本进度:10/10", ["Iceburns"] = "团本进度:8/10", ["Bludwulf"] = "团本进度:6/10", ["Yamazake"] = "团本进度:6/10", ["Wickedgoat"] = "团本进度:6/10", ["Water"] = "团本进度:8/10", ["Araniik"] = "团本进度:6/10", ["Skaven"] = "团本进度:8/10", ["Organza"] = "团本进度:8/10", ["Berice"] = "团本进度:8/10", ["Sisyphuss"] = "团本进度:9/10", ["Lagnosis"] = "团本进度:8/10", ["Vikktor"] = "团本进度:保密", ["Poisonvial"] = "团本进度:7/10", ["Samsin"] = "团本进度:8/10", ["Arhya"] = "团本进度:9/10", ["Funeres"] = "团本进度:5/10", ["Saultseemen"] = "团本进度:8/10", ["Scordygoat"] = "团本进度:8/10", ["Bigpluto"] = "团本进度:6/10", ["Kiji"] = "团本进度:8/10", ["Sevalana"] = "团本进度:8/10", ["Tiraganks"] = "团本进度:8/10", ["Turdsham"] = "团本进度:8/10", ["Valakutie"] = "团本进度:7/10", ["Snuffý"] = "团本进度:8/10", ["Doomshocks"] = "团本进度:8/10", ["Lucylynn"] = "团本进度:8/10", ["Jhordie"] = "团本进度:8/10", ["Lokidawg"] = "团本进度:5/10", ["Jackzz"] = "团本进度:6/10", ["Shadishan"] = "团本进度:8/10", ["Zweimal"] = "团本进度:7/10", ["Hóotie"] = "团本进度:6/10", ["Hphatecraft"] = "团本进度:8/10", ["Montanos"] = "团本进度:7/10", ["Zlade"] = "团本进度:8/10", ["Bearguru"] = "团本进度:8/10", ["Lìttlebear"] = "团本进度:8/10", ["Bobas"] = "团本进度:8/10", ["Veliara"] = "团本进度:8/10", ["Fraxie"] = "团本进度:5/10", ["Athetos"] = "团本进度:7/10", ["Iawlbringer"] = "团本进度:8/10", ["ßeuna"] = "团本进度:8/10", ["Baelmonde"] = "团本进度:7/10", ["Queste"] = "团本进度:7/10", ["Weens"] = "团本进度:8/10", ["Eekoson"] = "团本进度:8/10", ["Nydall"] = "团本进度:8/10", ["Mydots"] = "团本进度:7/10", ["Mcshamins"] = "团本进度:3/10", ["Sheols"] = "团本进度:8/10", ["Tyrami"] = "团本进度:5/10", ["Tardismnrnnr"] = "团本进度:5/10", ["Namzord"] = "团本进度:8/10", ["Valashock"] = "团本进度:7/10", ["Bowsêr"] = "团本进度:8/10", ["Gonjalock"] = "团本进度:10/10", ["Goatems"] = "团本进度:8/10", ["Xoyaa"] = "团本进度:9/10", ["Stiggle"] = "团本进度:8/10", ["Semana"] = "团本进度:10/10", ["Shrimpdaddy"] = "团本进度:8/10", ["Spookyy"] = "团本进度:9/10", ["Meandmypets"] = "团本进度:10/10", ["Xxneverdead"] = "团本进度:8/10", ["Domsix"] = "团本进度:10/10", ["Chomsky"] = "团本进度:10/10", ["Danearbane"] = "团本进度:10/10", ["Pmillah"] = "团本进度:10/10", ["Wildmind"] = "团本进度:9/10", ["Neoten"] = "团本进度:10/10", ["Willoh"] = "团本进度:10/10", ["Zalkcar"] = "团本进度:10/10", ["Sconnie"] = "团本进度:7/10", ["Fooksy"] = "团本进度:9/10", ["Zinef"] = "团本进度:8/10", ["Ravepal"] = "团本进度:10/10", ["Kastgodx"] = "团本进度:9/10", ["Baldseeker"] = "团本进度:9/10", ["Onelove"] = "团本进度:9/10", ["Katard"] = "团本进度:8/10", ["Workz"] = "团本进度:9/10", ["Magolion"] = "团本进度:10/10", ["Shockums"] = "团本进度:8/10", ["Mtin"] = "团本进度:10/10", ["Chesder"] = "团本进度:10/10", ["Aashini"] = "团本进度:8/10", ["Alron"] = "团本进度:6/10", ["Greedling"] = "团本进度:8/10", ["Hypothetical"] = "团本进度:10/10", ["Setalle"] = "团本进度:7/10", ["Dariscus"] = "团本进度:10/10", ["Grimhildr"] = "团本进度:10/10", ["Morrim"] = "团本进度:8/10", ["Buttshrub"] = "团本进度:9/10", ["Crossbones"] = "团本进度:9/10", ["Dowman"] = "团本进度:10/10", ["Nelaro"] = "团本进度:10/10", ["Plrate"] = "团本进度:8/10", ["Seedop"] = "团本进度:10/10", ["Namrebeil"] = "团本进度:9/10", ["Zixxel"] = "团本进度:8/10", ["Popslóck"] = "团本进度:10/10", ["Shoresyy"] = "团本进度:9/10", ["Edard"] = "团本进度:9/10", ["Solmere"] = "团本进度:8/10", ["Furrybutted"] = "团本进度:9/10", ["Gallcho"] = "团本进度:9/10", ["Velexna"] = "团本进度:8/10", ["Frostycane"] = "团本进度:10/10", ["Flaveless"] = "团本进度:9/10", ["Heterodox"] = "团本进度:9/10", ["Seinfeld"] = "团本进度:8/10", ["Zidaega"] = "团本进度:9/10", ["Allynder"] = "团本进度:9/10", ["Xellus"] = "团本进度:10/10", ["Omegagoatrod"] = "团本进度:10/10", ["Stickks"] = "团本进度:6/10", ["Mersati"] = "团本进度:9/10", ["Voltia"] = "团本进度:9/10", ["Corneslave"] = "团本进度:10/10", ["Divinement"] = "团本进度:6/10", ["Validiti"] = "团本进度:10/10", ["Zykosa"] = "团本进度:9/10", ["Barvise"] = "团本进度:9/10", ["Rybot"] = "团本进度:8/10", ["Svar"] = "团本进度:10/10", ["Dextina"] = "团本进度:10/10", ["Wickram"] = "团本进度:9/10", ["Chaosbonk"] = "团本进度:10/10", ["Vixenna"] = "团本进度:10/10", ["Lawlop"] = "团本进度:9/10", ["Ayumpuùn"] = "团本进度:9/10", ["Hazgar"] = "团本进度:10/10", ["Demonicrune"] = "团本进度:保密", ["Wj"] = "团本进度:9/10", ["Mezziah"] = "团本进度:7/10", ["Millennium"] = "团本进度:8/10", ["Frosthand"] = "团本进度:8/10", ["Mezzoforte"] = "团本进度:8/10", ["Hèrst"] = "团本进度:3/10", ["Evrydayghost"] = "团本进度:8/10", ["Kurlo"] = "团本进度:保密", ["Gobananas"] = "团本进度:保密", ["Popupmop"] = "团本进度:8/10", ["Bluedreamin"] = "团本进度:8/10", ["Dannemora"] = "团本进度:9/10", ["Intense"] = "团本进度:4/10", ["Alaindalles"] = "团本进度:7/10", ["Nuclearkiwi"] = "团本进度:8/10", ["Poosy"] = "团本进度:8/10", ["Vador"] = "团本进度:保密", ["Elìse"] = "团本进度:3/10", ["Bonéz"] = "团本进度:保密", ["Winstonwolf"] = "团本进度:7/10", ["Elysiel"] = "团本进度:6/10", ["Tristany"] = "团本进度:6/10", ["Mize"] = "团本进度:8/10", ["Goldielock"] = "团本进度:8/10", ["Ferana"] = "团本进度:6/10", ["Miasmalady"] = "团本进度:8/10", ["Rzaréctor"] = "团本进度:3/10", ["Hurlish"] = "团本进度:7/10", ["Corsáir"] = "团本进度:8/10", ["Guttlock"] = "团本进度:8/10", ["Muraco"] = "团本进度:8/10", ["Demonrage"] = "团本进度:保密", ["Benswood"] = "团本进度:8/10", ["Thorax"] = "团本进度:6/10", ["Dabootidots"] = "团本进度:4/10", ["Iamsorude"] = "团本进度:9/10", ["Hapi"] = "团本进度:8/10", ["Notreestohug"] = "团本进度:10/10", ["Tregan"] = "团本进度:8/10", ["Klockwerk"] = "团本进度:7/10", ["Jushiro"] = "团本进度:8/10", ["Ehsna"] = "团本进度:5/10", ["Cosmocapra"] = "团本进度:8/10", ["Droptablés"] = "团本进度:8/10", ["Garaconh"] = "团本进度:8/10", ["Ireldia"] = "团本进度:4/10", ["Fourwide"] = "团本进度:8/10", ["Carmony"] = "团本进度:保密", ["Natries"] = "团本进度:8/10", ["Fiberoptix"] = "团本进度:8/10", ["Vèks"] = "团本进度:2/10", ["Xythan"] = "团本进度:8/10", ["Coldpizza"] = "团本进度:8/10", ["Rioho"] = "团本进度:8/10", ["Arteames"] = "团本进度:8/10", ["Cendrick"] = "团本进度:8/10", ["Annervate"] = "团本进度:7/10", ["Tosspot"] = "团本进度:8/10", ["Spunkdrunk"] = "团本进度:9/10", ["Willeaddle"] = "团本进度:8/10", ["Spacemarine"] = "团本进度:9/10", ["Desdemonea"] = "团本进度:6/10", ["Warlex"] = "团本进度:8/10", ["Zarilun"] = "团本进度:保密", ["Nivslock"] = "团本进度:8/10", ["Dabora"] = "团本进度:8/10", ["Stardustxvii"] = "团本进度:8/10", ["Progenitor"] = "团本进度:8/10", ["Twixsticks"] = "团本进度:7/10", ["Nirene"] = "团本进度:8/10", ["Rÿleigh"] = "团本进度:2/10", ["Kaboomtoo"] = "团本进度:10/10", ["Rip"] = "团本进度:8/10", ["Cyralia"] = "团本进度:7/10", ["Kawasakí"] = "团本进度:8/10", ["Belisaurus"] = "团本进度:8/10", ["Turmzy"] = "团本进度:10/10", ["Tianmowei"] = "团本进度:10/10", ["Bigtiddysham"] = "团本进度:10/10", ["Cinabolt"] = "团本进度:8/10", ["Hardtoguardw"] = "团本进度:9/10", ["Tocketimer"] = "团本进度:9/10", ["Hesaymenoob"] = "团本进度:10/10", ["Freakster"] = "团本进度:保密", ["Xiaomi"] = "团本进度:10/10", ["Budnick"] = "团本进度:8/10", ["Koogz"] = "团本进度:9/10", ["Mom"] = "团本进度:6/10", ["Hangrycanuck"] = "团本进度:8/10", ["Convalesce"] = "团本进度:9/10", ["Meh"] = "团本进度:10/10", ["Magnús"] = "团本进度:8/10", ["Mcpoopleton"] = "团本进度:3/10", ["Shamanbeast"] = "团本进度:10/10", ["Fluiid"] = "团本进度:8/10", ["Karui"] = "团本进度:8/10", ["Ashbronger"] = "团本进度:10/10", ["Dualshock"] = "团本进度:8/10", ["Ithramil"] = "团本进度:8/10", ["Zantherr"] = "团本进度:10/10", ["Icetav"] = "团本进度:6/10", ["Damagesum"] = "团本进度:10/10", ["Smoriz"] = "团本进度:8/10", ["Elucinda"] = "团本进度:10/10", ["Sunshineboy"] = "团本进度:10/10", ["Dâven"] = "团本进度:10/10", ["Gidgetzan"] = "团本进度:9/10", ["Argoath"] = "团本进度:9/10", ["Bswitch"] = "团本进度:10/10", ["Jaylicious"] = "团本进度:10/10", ["Damebesitos"] = "团本进度:8/10", ["Niteshock"] = "团本进度:8/10", ["Kelvalroy"] = "团本进度:8/10", ["Yamina"] = "团本进度:10/10", ["Khulio"] = "团本进度:8/10", ["Thoney"] = "团本进度:9/10", ["Fxh"] = "团本进度:6/10", ["Airgo"] = "团本进度:8/10", ["Diivii"] = "团本进度:8/10", ["Walarick"] = "团本进度:10/10", ["Dikaia"] = "团本进度:10/10", ["Tharaven"] = "团本进度:10/10", ["Vmuxx"] = "团本进度:10/10", ["Fullytorqued"] = "团本进度:7/10", ["Tastybukaké"] = "团本进度:10/10", ["Grymm"] = "团本进度:7/10", ["Dunderbolt"] = "团本进度:8/10", ["Mytheryn"] = "团本进度:保密", ["Spacegekka"] = "团本进度:10/10", ["Donutburglar"] = "团本进度:9/10", ["Fohom"] = "团本进度:9/10", ["Vay"] = "团本进度:10/10", ["Wedgie"] = "团本进度:7/10", ["Nosoulonbord"] = "团本进度:9/10", ["Trislock"] = "团本进度:8/10", ["Diaqueenn"] = "团本进度:8/10", ["Sauce"] = "团本进度:8/10", ["Sepherina"] = "团本进度:8/10", ["Avao"] = "团本进度:10/10", ["Orrik"] = "团本进度:8/10", ["Astrology"] = "团本进度:10/10", ["Kavelle"] = "团本进度:10/10", ["Honeymussy"] = "团本进度:10/10", ["Stupz"] = "团本进度:8/10", ["Doughhman"] = "团本进度:10/10", ["Nogo"] = "团本进度:3/10", ["Najia"] = "团本进度:10/10", ["Lildiddler"] = "团本进度:9/10", ["Newshirts"] = "团本进度:10/10", ["Priestydude"] = "团本进度:9/10", ["Katterinna"] = "团本进度:8/10", ["Mav"] = "团本进度:10/10", ["Bluebrr"] = "团本进度:9/10", ["Kuzak"] = "团本进度:10/10", ["Flamingfart"] = "团本进度:8/10", ["Ethemis"] = "团本进度:8/10", ["Touchofglass"] = "团本进度:5/10", ["Tyne"] = "团本进度:3/10", ["Milkncookie"] = "团本进度:4/10", ["Nightdreamer"] = "团本进度:8/10", ["ßlake"] = "团本进度:8/10", ["Hottergirlz"] = "团本进度:8/10", ["Trashedpanda"] = "团本进度:8/10", ["Webs"] = "团本进度:8/10", ["Xenopol"] = "团本进度:8/10", ["Kamarya"] = "团本进度:保密", ["Satìva"] = "团本进度:7/10", ["Shocklesnar"] = "团本进度:8/10", ["Tarsonis"] = "团本进度:6/10", ["Goldstien"] = "团本进度:8/10", ["Moonjac"] = "团本进度:5/10", ["Maganu"] = "团本进度:5/10", ["Burningcutie"] = "团本进度:8/10", ["Astran"] = "团本进度:8/10", ["Kriskyle"] = "团本进度:4/10", ["Shadowheals"] = "团本进度:8/10", ["Krystelle"] = "团本进度:8/10", ["Smeedge"] = "团本进度:保密", ["Klumpy"] = "团本进度:7/10", ["Critrubber"] = "团本进度:7/10", ["Alurand"] = "团本进度:3/10", ["Shirball"] = "团本进度:8/10", ["Gini"] = "团本进度:8/10", ["Lalasama"] = "团本进度:10/10", ["Eberhard"] = "团本进度:7/10", ["Keelthuzad"] = "团本进度:保密", ["Fredrodent"] = "团本进度:7/10", ["Phiren"] = "团本进度:9/10", ["Icyccle"] = "团本进度:8/10", ["Kayotica"] = "团本进度:5/10", ["Rhune"] = "团本进度:6/10", ["Valacke"] = "团本进度:保密", ["Kurthân"] = "团本进度:8/10", ["Starisa"] = "团本进度:8/10", ["Schnöz"] = "团本进度:8/10", ["Ambass"] = "团本进度:5/10", ["Ishootsht"] = "团本进度:6/10", ["Tøøn"] = "团本进度:8/10", ["Ayudar"] = "团本进度:保密", ["Incaroads"] = "团本进度:6/10", ["Artioo"] = "团本进度:8/10", ["Burningzin"] = "团本进度:7/10", ["Laathan"] = "团本进度:6/10", ["Tiñk"] = "团本进度:7/10", ["Endorr"] = "团本进度:8/10", ["Madeev"] = "团本进度:7/10", ["Budde"] = "团本进度:8/10", ["Susiqueue"] = "团本进度:6/10", ["Zaang"] = "团本进度:8/10", ["Felennara"] = "团本进度:8/10", ["Jæger"] = "团本进度:8/10", ["Natureblyght"] = "团本进度:9/10", ["Metajet"] = "团本进度:7/10", ["Trelen"] = "团本进度:5/10", ["Thïccums"] = "团本进度:8/10", ["Nibbacotton"] = "团本进度:9/10", ["Vysion"] = "团本进度:7/10", ["Zurcarak"] = "团本进度:6/10", ["Totolastico"] = "团本进度:8/10", ["Utsusemini"] = "团本进度:8/10", ["Featherinit"] = "团本进度:8/10", ["Ikazuchi"] = "团本进度:6/10", ["Psicosys"] = "团本进度:8/10", ["Constintine"] = "团本进度:8/10", ["Keter"] = "团本进度:8/10", ["Stewyg"] = "团本进度:5/10", ["Antilove"] = "团本进度:8/10", ["Ashanara"] = "团本进度:8/10", ["Fortunato"] = "团本进度:7/10", ["Seanytoodoty"] = "团本进度:8/10", ["Dwainbro"] = "团本进度:9/10", ["Icelancè"] = "团本进度:8/10", ["Thorokar"] = "团本进度:9/10", ["Rocklis"] = "团本进度:9/10", ["Effcaves"] = "团本进度:8/10", ["Kaog"] = "团本进度:9/10", ["Amazngrace"] = "团本进度:10/10", ["Holydeity"] = "团本进度:10/10", ["Dòòt"] = "团本进度:8/10", ["Warician"] = "团本进度:8/10", ["Fordrion"] = "团本进度:8/10", ["Duckduórden"] = "团本进度:10/10", ["Icetea"] = "团本进度:10/10", ["Alterfate"] = "团本进度:保密", ["Corghat"] = "团本进度:8/10", ["Seriousdeal"] = "团本进度:8/10", ["Brickashaw"] = "团本进度:10/10", ["Pikabruu"] = "团本进度:9/10", ["Purelle"] = "团本进度:10/10", ["Lotwizard"] = "团本进度:10/10", ["Norlax"] = "团本进度:10/10", ["Softcup"] = "团本进度:8/10", ["Totemhappi"] = "团本进度:9/10", ["Zukini"] = "团本进度:8/10", ["Thebodega"] = "团本进度:8/10", ["Neffarious"] = "团本进度:8/10", ["Seder"] = "团本进度:7/10", ["Zeliara"] = "团本进度:10/10", ["Kilgir"] = "团本进度:9/10", ["Jamser"] = "团本进度:8/10", ["Kirail"] = "团本进度:8/10", ["Anexxia"] = "团本进度:10/10", ["Starfiregodx"] = "团本进度:10/10", ["Swordbreaker"] = "团本进度:8/10", ["Redhotdot"] = "团本进度:8/10", ["Malexion"] = "团本进度:8/10", ["Gibdo"] = "团本进度:8/10", ["Nicob"] = "团本进度:8/10", ["Windchíll"] = "团本进度:10/10", ["Potatobolt"] = "团本进度:10/10", ["Kesseah"] = "团本进度:7/10", ["Videogames"] = "团本进度:8/10", ["Boltstein"] = "团本进度:10/10", ["Fancytotem"] = "团本进度:8/10", ["Albinomadeus"] = "团本进度:9/10", ["Tychondrius"] = "团本进度:6/10", ["Tonysunshine"] = "团本进度:10/10", ["Wolfstalker"] = "团本进度:8/10", ["Magicmoose"] = "团本进度:8/10", ["Dienneh"] = "团本进度:8/10", ["Kazarhi"] = "团本进度:10/10", ["Acidlight"] = "团本进度:10/10", ["Maxwelle"] = "团本进度:10/10", ["Luckyxiaobei"] = "团本进度:10/10", ["Blindface"] = "团本进度:8/10", ["Timmytwo"] = "团本进度:8/10", ["Boltspin"] = "团本进度:9/10", ["Feanór"] = "团本进度:8/10", ["Khaily"] = "团本进度:10/10", ["Thegrey"] = "团本进度:9/10", ["Kaendris"] = "团本进度:10/10", ["Kakanin"] = "团本进度:8/10", ["Lowenbrau"] = "团本进度:9/10", ["Flacidiche"] = "团本进度:10/10", ["Dolorama"] = "团本进度:8/10", ["Hitsu"] = "团本进度:9/10", ["Kyubbi"] = "团本进度:9/10", ["Kwameej"] = "团本进度:9/10", ["Boneyard"] = "团本进度:9/10", ["Photato"] = "团本进度:9/10", ["Belicicily"] = "团本进度:10/10", ["Malvectra"] = "团本进度:9/10", ["Tengumilk"] = "团本进度:9/10", ["Indiafoxtrot"] = "团本进度:10/10", ["Cixelsyd"] = "团本进度:9/10", ["Robtuck"] = "团本进度:8/10", ["Automne"] = "团本进度:9/10", ["Krashoveride"] = "团本进度:3/10", ["Glasscannon"] = "团本进度:10/10", ["Angelthunder"] = "团本进度:10/10", ["Chuckleboo"] = "团本进度:8/10", ["Freia"] = "团本进度:9/10", ["Skipio"] = "团本进度:8/10", ["Vazir"] = "团本进度:8/10", ["Revyy"] = "团本进度:8/10", ["Halroc"] = "团本进度:9/10", ["Shamanatrix"] = "团本进度:10/10", ["Arrietty"] = "团本进度:10/10", ["Woref"] = "团本进度:8/10", ["Islandczar"] = "团本进度:10/10", ["Friendlyguy"] = "团本进度:5/10", ["Wildtotem"] = "团本进度:8/10", ["Shur"] = "团本进度:5/10", ["Parages"] = "团本进度:10/10", ["Heatcheck"] = "团本进度:8/10", ["Druilex"] = "团本进度:10/10", ["Scary"] = "团本进度:10/10", ["Articunö"] = "团本进度:10/10", ["Electrolíte"] = "团本进度:10/10", ["Traxis"] = "团本进度:9/10", ["Qü"] = "团本进度:9/10", ["Yikes"] = "团本进度:10/10", ["Tasitus"] = "团本进度:10/10", ["Joemac"] = "团本进度:8/10", ["Orlik"] = "团本进度:8/10", ["Chickendance"] = "团本进度:10/10", ["Vatsuak"] = "团本进度:8/10", ["Reld"] = "团本进度:9/10", ["Benisatõ"] = "团本进度:8/10", ["Erèbus"] = "团本进度:9/10", ["Dotuniversy"] = "团本进度:10/10", ["Bigmouth"] = "团本进度:8/10", ["Vinktar"] = "团本进度:8/10", ["Lilassamang"] = "团本进度:10/10", ["Shadownugs"] = "团本进度:保密", ["Pyur"] = "团本进度:9/10", ["Kraxx"] = "团本进度:8/10", ["Sorie"] = "团本进度:9/10", ["Dementeddots"] = "团本进度:8/10", ["Beetlesoup"] = "团本进度:保密", ["Ladoras"] = "团本进度:8/10", ["Bogosort"] = "团本进度:9/10", ["Burtiens"] = "团本进度:8/10", ["Impunity"] = "团本进度:10/10", ["Killerx"] = "团本进度:8/10", ["Ceasing"] = "团本进度:9/10", ["Mcbain"] = "团本进度:2/10", ["Edorand"] = "团本进度:6/10", ["Drbleu"] = "团本进度:8/10", ["Nevinho"] = "团本进度:10/10", ["Doozey"] = "团本进度:10/10", ["Deselok"] = "团本进度:10/10", ["Yokuso"] = "团本进度:10/10", ["Ashinms"] = "团本进度:10/10", ["Cealo"] = "团本进度:8/10", ["Shañked"] = "团本进度:9/10", ["Remjingtoon"] = "团本进度:9/10", ["Pewsalot"] = "团本进度:10/10", ["Cdaws"] = "团本进度:8/10", ["Innaro"] = "团本进度:9/10", ["Xiratak"] = "团本进度:9/10", ["Milksouls"] = "团本进度:10/10", ["Tsukinousagi"] = "团本进度:7/10", ["Adanlight"] = "团本进度:10/10", ["Phuryia"] = "团本进度:10/10", ["Deltas"] = "团本进度:8/10", ["Solon"] = "团本进度:8/10", ["Waeyke"] = "团本进度:保密", ["Aqix"] = "团本进度:8/10", ["Selysa"] = "团本进度:9/10", ["Kuratsolo"] = "团本进度:6/10", ["Aeshadow"] = "团本进度:8/10", ["Misschievous"] = "团本进度:9/10", ["Furplay"] = "团本进度:8/10", ["Espèr"] = "团本进度:9/10", ["Iø"] = "团本进度:9/10", ["Nored"] = "团本进度:9/10", ["Reohaiko"] = "团本进度:9/10", ["Wuzy"] = "团本进度:9/10", ["Schuckss"] = "团本进度:8/10", ["Sowwy"] = "团本进度:8/10", ["Egnatios"] = "团本进度:7/10", ["Birdzik"] = "团本进度:6/10", ["Gwenalin"] = "团本进度:8/10", ["Wire"] = "团本进度:6/10", ["Karnock"] = "团本进度:4/10", ["Davidmushi"] = "团本进度:7/10", ["Tofulock"] = "团本进度:9/10", ["Atharyn"] = "团本进度:8/10", ["Caelle"] = "团本进度:5/10", ["Daddytotems"] = "团本进度:5/10", ["Takav"] = "团本进度:7/10", ["Realpanday"] = "团本进度:8/10", ["Hexpistol"] = "团本进度:5/10", ["Gnims"] = "团本进度:6/10", ["Mooredots"] = "团本进度:8/10", ["Druidmachine"] = "团本进度:8/10", ["Ashzgar"] = "团本进度:4/10", ["Juellz"] = "团本进度:7/10", ["Gennah"] = "团本进度:8/10", ["Moonfury"] = "团本进度:5/10", ["Tuill"] = "团本进度:8/10", ["Brawnswanson"] = "团本进度:6/10", ["Evilscar"] = "团本进度:9/10", ["Nexusz"] = "团本进度:7/10", ["Aladeem"] = "团本进度:8/10", ["Mdew"] = "团本进度:7/10", ["Trippd"] = "团本进度:8/10", ["Uchihasasuke"] = "团本进度:8/10", ["Greenarmor"] = "团本进度:6/10", ["Hamthepirate"] = "团本进度:7/10", ["Quicks"] = "团本进度:8/10", ["Xiaoyuer"] = "团本进度:8/10", ["Salleon"] = "团本进度:8/10", ["Oliniin"] = "团本进度:7/10", ["Côlossus"] = "团本进度:7/10", ["Slowbenny"] = "团本进度:10/10", ["Pumkin"] = "团本进度:6/10", ["Erroneus"] = "团本进度:8/10", ["Scareberry"] = "团本进度:保密", ["Voltswagon"] = "团本进度:7/10", ["Dreadster"] = "团本进度:5/10", ["Tisiphoni"] = "团本进度:8/10", ["No"] = "团本进度:8/10", ["Tygranna"] = "团本进度:8/10", ["Raistt"] = "团本进度:8/10", ["Tihra"] = "团本进度:8/10", ["Tiggywiggy"] = "团本进度:5/10", ["Twistedwayz"] = "团本进度:3/10", ["Gigì"] = "团本进度:8/10", ["Packman"] = "团本进度:8/10", ["Rahshay"] = "团本进度:保密", ["Immakulate"] = "团本进度:8/10", ["Brasskeyy"] = "团本进度:10/10", ["Winterale"] = "团本进度:7/10", ["Xarxes"] = "团本进度:7/10", ["Drestranio"] = "团本进度:8/10", ["Asais"] = "团本进度:8/10", ["Eelektross"] = "团本进度:7/10", ["Crazysean"] = "团本进度:7/10", ["Ijustblecked"] = "团本进度:6/10", ["Goontard"] = "团本进度:10/10", ["Pidmit"] = "团本进度:6/10", ["Akte"] = "团本进度:6/10", ["Mahiko"] = "团本进度:保密", ["Jkt"] = "团本进度:8/10", ["Dairyfresh"] = "团本进度:8/10", ["Fcboi"] = "团本进度:7/10", ["Waahoo"] = "团本进度:3/10", ["Clippetyclop"] = "团本进度:8/10", ["Currice"] = "团本进度:2/10", ["Nomulus"] = "团本进度:8/10", ["Swayla"] = "团本进度:8/10", ["Geltor"] = "团本进度:保密", ["Grumpydave"] = "团本进度:8/10", ["Segó"] = "团本进度:8/10", ["Gazzpacho"] = "团本进度:7/10", ["Randomeyes"] = "团本进度:6/10", ["Doggerss"] = "团本进度:7/10", ["Hosr"] = "团本进度:10/10", ["Jindiz"] = "团本进度:8/10", ["Veltrex"] = "团本进度:8/10", ["Damuffiinman"] = "团本进度:5/10", ["Drfumanchu"] = "团本进度:7/10", ["Wolvigoat"] = "团本进度:7/10", ["Brucimus"] = "团本进度:8/10", ["Drahma"] = "团本进度:7/10", ["Linkeree"] = "团本进度:8/10", ["Doretta"] = "团本进度:8/10", ["Lafear"] = "团本进度:7/10", ["Deluxepewpew"] = "团本进度:8/10", ["Alpherious"] = "团本进度:7/10", ["Keemstar"] = "团本进度:8/10", ["Prred"] = "团本进度:10/10", ["Trife"] = "团本进度:8/10", ["Beetsxoxo"] = "团本进度:8/10", ["Skuzdoom"] = "团本进度:9/10", ["Unseengoat"] = "团本进度:9/10", ["Thòros"] = "团本进度:9/10", ["Charlíe"] = "团本进度:8/10", ["Sinsational"] = "团本进度:9/10", ["Rhexxar"] = "团本进度:10/10", ["Acidrein"] = "团本进度:8/10", ["Romsae"] = "团本进度:10/10", ["Venatos"] = "团本进度:9/10", ["Seungri"] = "团本进度:8/10", ["Goldnlock"] = "团本进度:9/10", ["Ghostayame"] = "团本进度:9/10", ["Staysafel"] = "团本进度:8/10", ["Hraiden"] = "团本进度:9/10", ["Zxmage"] = "团本进度:8/10", ["Zatron"] = "团本进度:9/10", ["Ascara"] = "团本进度:8/10", ["Hemarian"] = "团本进度:8/10", ["Waterinc"] = "团本进度:8/10", ["Snowbiz"] = "团本进度:8/10", ["Retxd"] = "团本进度:9/10", ["Ayvi"] = "团本进度:8/10", ["Anactra"] = "团本进度:10/10", ["Hungtard"] = "团本进度:9/10", ["Cottonchainz"] = "团本进度:保密", ["Howshotbow"] = "团本进度:9/10", ["Ferrel"] = "团本进度:8/10", ["Totempls"] = "团本进度:8/10", ["Nailme"] = "团本进度:10/10", ["Zdubb"] = "团本进度:8/10", ["Pyroblasting"] = "团本进度:8/10", ["Spacebones"] = "团本进度:8/10", ["Mcdot"] = "团本进度:8/10", ["Savorypork"] = "团本进度:8/10", ["Fatash"] = "团本进度:10/10", ["Riaky"] = "团本进度:8/10", ["Avocation"] = "团本进度:8/10", ["Gnope"] = "团本进度:8/10", ["Dumdumb"] = "团本进度:10/10", ["Cronzo"] = "团本进度:保密", ["Boogiebear"] = "团本进度:8/10", ["Doozd"] = "团本进度:9/10", ["Artoriux"] = "团本进度:8/10", ["Gloving"] = "团本进度:9/10", ["Judise"] = "团本进度:8/10", ["Ampedup"] = "团本进度:8/10", ["Kineticka"] = "团本进度:8/10", ["Jezzibelle"] = "团本进度:9/10", ["Kaserz"] = "团本进度:10/10", ["Sharihunt"] = "团本进度:9/10", ["Swill"] = "团本进度:8/10", ["Veksar"] = "团本进度:8/10", ["Geistman"] = "团本进度:5/10", ["Vob"] = "团本进度:8/10", ["Avente"] = "团本进度:7/10", ["Darkengor"] = "团本进度:9/10", ["Tickleville"] = "团本进度:8/10", ["Fhëllrÿcks"] = "团本进度:9/10", ["Natachi"] = "团本进度:9/10", ["Ampxl"] = "团本进度:8/10", ["Unluck"] = "团本进度:10/10", ["Hxe"] = "团本进度:8/10", ["Wimpfury"] = "团本进度:8/10", ["Metadarklord"] = "团本进度:10/10", ["Liliann"] = "团本进度:9/10", ["Aimedie"] = "团本进度:9/10", ["Berniesmitts"] = "团本进度:8/10", ["Deelo"] = "团本进度:8/10", ["Decrepit"] = "团本进度:8/10", ["Getgetudrunk"] = "团本进度:8/10", ["Slambobambo"] = "团本进度:9/10", ["Corneboys"] = "团本进度:10/10", ["Tabascomedic"] = "团本进度:10/10", ["Zzyyzy"] = "团本进度:9/10", ["Ententre"] = "团本进度:5/10", ["Mezpal"] = "团本进度:7/10", ["Snaper"] = "团本进度:5/10", ["Hotwirê"] = "团本进度:8/10", ["Redbirdfever"] = "团本进度:8/10", ["Kagney"] = "团本进度:保密", ["Delfang"] = "团本进度:8/10", ["Jacquelyne"] = "团本进度:8/10", ["Nasst"] = "团本进度:6/10", ["Shocktina"] = "团本进度:8/10", ["Kailora"] = "团本进度:5/10", ["Jahera"] = "团本进度:8/10", ["Fawnia"] = "团本进度:4/10", ["Kpjs"] = "团本进度:7/10", ["Tmolos"] = "团本进度:8/10", ["Badbeat"] = "团本进度:3/10", ["Hakodä"] = "团本进度:8/10", ["Malalock"] = "团本进度:8/10", ["Ineverheal"] = "团本进度:8/10", ["Tunnellrat"] = "团本进度:8/10", ["Tinymarbles"] = "团本进度:8/10", ["Eshen"] = "团本进度:7/10", ["Pudded"] = "团本进度:7/10", ["Ghend"] = "团本进度:8/10", ["Quinco"] = "团本进度:7/10", ["Racon"] = "团本进度:8/10", ["Gwynythe"] = "团本进度:5/10", ["Razorvioo"] = "团本进度:7/10", ["Skreetneeg"] = "团本进度:4/10", ["Jokerwiley"] = "团本进度:8/10", ["Leymonaar"] = "团本进度:7/10", ["Sevvered"] = "团本进度:8/10", ["Wolfdevil"] = "团本进度:5/10", ["Misiek"] = "团本进度:8/10", ["Tinuviél"] = "团本进度:8/10", ["Artx"] = "团本进度:8/10", ["Methina"] = "团本进度:7/10", ["Woösh"] = "团本进度:7/10", ["Tyrels"] = "团本进度:8/10", ["Elvas"] = "团本进度:7/10", ["Drarus"] = "团本进度:7/10", ["Navanikholin"] = "团本进度:6/10", ["Shaag"] = "团本进度:6/10", ["Andelaine"] = "团本进度:8/10", ["Birdeaux"] = "团本进度:8/10", ["Dookydoo"] = "团本进度:8/10", ["Primoris"] = "团本进度:8/10", ["Honeydip"] = "团本进度:10/10", ["Daddyzgurl"] = "团本进度:7/10", ["Fatgirlsrule"] = "团本进度:7/10", ["Jederax"] = "团本进度:8/10", ["Falkyre"] = "团本进度:8/10", ["Hany"] = "团本进度:7/10", ["Dfish"] = "团本进度:6/10", ["Teslora"] = "团本进度:8/10", ["Redluster"] = "团本进度:7/10", ["Loxahatchee"] = "团本进度:8/10", ["Coldil"] = "团本进度:8/10", ["Midgetpowèr"] = "团本进度:8/10", ["Ostara"] = "团本进度:8/10", ["Dharok"] = "团本进度:8/10", ["Fiithysummon"] = "团本进度:6/10", ["Rosstir"] = "团本进度:7/10", ["Numan"] = "团本进度:保密", ["Catprotector"] = "团本进度:9/10", ["Floorlock"] = "团本进度:5/10", ["Lentilstew"] = "团本进度:5/10", ["Getchlock"] = "团本进度:8/10", ["Caketotem"] = "团本进度:8/10", ["Mannagen"] = "团本进度:保密", ["Killawatts"] = "团本进度:保密", ["Aeqi"] = "团本进度:5/10", ["Mooncryia"] = "团本进度:5/10", ["Flash"] = "团本进度:8/10", ["Healgazm"] = "团本进度:7/10", ["Kengï"] = "团本进度:9/10", ["Xpexe"] = "团本进度:7/10", ["Deeviant"] = "团本进度:6/10", ["Aladía"] = "团本进度:7/10", ["Crotchet"] = "团本进度:7/10", ["Haedia"] = "团本进度:保密", ["Resol"] = "团本进度:8/10", ["Raltor"] = "团本进度:8/10", ["Twisticle"] = "团本进度:8/10", ["Cursed"] = "团本进度:10/10", ["Brazzersqt"] = "团本进度:8/10", ["Chuggers"] = "团本进度:10/10", ["Zerpyh"] = "团本进度:6/10", ["Aeonwyn"] = "团本进度:8/10", ["Tuux"] = "团本进度:保密", ["Hugedaddy"] = "团本进度:6/10", ["Handerjob"] = "团本进度:8/10", ["Veeshan"] = "团本进度:8/10", ["Rhinnosham"] = "团本进度:8/10", ["Orthag"] = "团本进度:5/10", ["Bittzy"] = "团本进度:8/10", ["Chocomilktea"] = "团本进度:10/10", ["Sarcotic"] = "团本进度:9/10", ["Riktharr"] = "团本进度:8/10", ["Deebozz"] = "团本进度:8/10", ["Newdress"] = "团本进度:10/10", ["Stiffniples"] = "团本进度:10/10", ["Iballballu"] = "团本进度:10/10", ["Gorgrath"] = "团本进度:9/10", ["Défy"] = "团本进度:10/10", ["Wozzee"] = "团本进度:8/10", ["Pillarist"] = "团本进度:8/10", ["Hocis"] = "团本进度:8/10", ["Murygoldberg"] = "团本进度:9/10", ["Thottydot"] = "团本进度:8/10", ["Zly"] = "团本进度:8/10", ["Reapermarii"] = "团本进度:8/10", ["Perna"] = "团本进度:8/10", ["Ahmes"] = "团本进度:10/10", ["Cantstopdis"] = "团本进度:9/10", ["Nateww"] = "团本进度:10/10", ["Lanadelraid"] = "团本进度:8/10", ["Radmure"] = "团本进度:8/10", ["Mandoszun"] = "团本进度:8/10", ["Paluna"] = "团本进度:5/10", ["Chromithor"] = "团本进度:8/10", ["Bookabaddie"] = "团本进度:9/10", ["Bláckstár"] = "团本进度:9/10", ["Oblious"] = "团本进度:8/10", ["Eriyu"] = "团本进度:9/10", ["Capnplanet"] = "团本进度:8/10", ["Thunderrolls"] = "团本进度:9/10", ["Mochimin"] = "团本进度:9/10", ["Credo"] = "团本进度:8/10", ["Laryssa"] = "团本进度:9/10", ["Sigthera"] = "团本进度:8/10", ["Guavaduff"] = "团本进度:9/10", ["Wrexekutor"] = "团本进度:8/10", ["Shulur"] = "团本进度:9/10", ["Rojoverde"] = "团本进度:9/10", ["Jantage"] = "团本进度:5/10", ["Yiz"] = "团本进度:9/10", ["Dasmagicshot"] = "团本进度:8/10", ["Leocrazy"] = "团本进度:2/10", ["Aleusa"] = "团本进度:9/10", ["Feaste"] = "团本进度:9/10", ["Møldie"] = "团本进度:9/10", ["Ezrabar"] = "团本进度:8/10", ["Darazul"] = "团本进度:8/10", ["Thiccnpc"] = "团本进度:8/10", ["Jaypee"] = "团本进度:10/10", ["Velyna"] = "团本进度:8/10", ["Layinthapipe"] = "团本进度:8/10", ["Stoutwell"] = "团本进度:3/10", ["Kurrn"] = "团本进度:10/10", ["Minismores"] = "团本进度:8/10", ["Shiggle"] = "团本进度:9/10", ["Aevëlynn"] = "团本进度:8/10", ["Caughtnshots"] = "团本进度:9/10", ["Dewbiebolt"] = "团本进度:8/10", ["Missguide"] = "团本进度:9/10", ["Hoopidy"] = "团本进度:10/10", ["Aveo"] = "团本进度:5/10", ["Khaosbender"] = "团本进度:8/10", ["Oldhaggin"] = "团本进度:4/10", ["Schenanigans"] = "团本进度:9/10", ["Conartist"] = "团本进度:8/10", ["Notlitt"] = "团本进度:9/10", ["Hobö"] = "团本进度:8/10", ["Khazroh"] = "团本进度:8/10", ["Fëanor"] = "团本进度:8/10", ["Sandreo"] = "团本进度:8/10", ["Onlypets"] = "团本进度:5/10", ["Maxmeridius"] = "团本进度:8/10", ["Scaperune"] = "团本进度:7/10", ["Stommlette"] = "团本进度:8/10", ["Airstrike"] = "团本进度:8/10", ["Johrunn"] = "团本进度:10/10", ["Shamizzle"] = "团本进度:4/10", ["Moncha"] = "团本进度:9/10", ["Demonicjane"] = "团本进度:8/10", ["Sindaahl"] = "团本进度:8/10", ["Felesana"] = "团本进度:9/10", ["Precisìon"] = "团本进度:8/10", ["Wilmoth"] = "团本进度:8/10", ["Bromilah"] = "团本进度:5/10", ["Tw"] = "团本进度:保密", ["Bigslapper"] = "团本进度:10/10", ["Stavrock"] = "团本进度:10/10", ["Blights"] = "团本进度:7/10", ["Mushaboom"] = "团本进度:8/10", ["Jncos"] = "团本进度:8/10", ["Zariix"] = "团本进度:6/10", ["Kalmsucks"] = "团本进度:保密", ["Dmruin"] = "团本进度:9/10", ["Turagdar"] = "团本进度:10/10", ["Bdonk"] = "团本进度:8/10", ["Qifeiaa"] = "团本进度:10/10", ["Totemizë"] = "团本进度:5/10", ["Ciance"] = "团本进度:9/10", ["Inside"] = "团本进度:8/10", ["Stelia"] = "团本进度:10/10", ["Czaar"] = "团本进度:10/10", ["Nemsis"] = "团本进度:5/10", ["Aurel"] = "团本进度:10/10", ["Toshimo"] = "团本进度:9/10", ["Selënë"] = "团本进度:8/10", ["Cidaryl"] = "团本进度:8/10", ["Lilderp"] = "团本进度:8/10", ["Nickway"] = "团本进度:8/10", ["Milivolt"] = "团本进度:8/10", ["Ekimm"] = "团本进度:9/10", ["Robow"] = "团本进度:9/10", ["Yodasdad"] = "团本进度:3/10", ["Quack"] = "团本进度:8/10", ["Metin"] = "团本进度:8/10", ["Blinkypew"] = "团本进度:8/10", ["Boccob"] = "团本进度:8/10", ["Leadris"] = "团本进度:8/10", ["Iketicklevil"] = "团本进度:8/10", ["Nortzebek"] = "团本进度:10/10", ["Meowdruid"] = "团本进度:10/10", ["Eveñing"] = "团本进度:9/10", ["Armandoszun"] = "团本进度:9/10", ["Axera"] = "团本进度:7/10", ["Pwnskies"] = "团本进度:8/10", ["Creamypoof"] = "团本进度:8/10", ["Bolticus"] = "团本进度:8/10", ["Annarah"] = "团本进度:8/10", ["Jvrc"] = "团本进度:9/10", ["Baodion"] = "团本进度:6/10", ["Andross"] = "团本进度:8/10", ["Loganitus"] = "团本进度:8/10", ["Colnelsander"] = "团本进度:10/10", ["Hiddenninja"] = "团本进度:8/10", ["Zeldage"] = "团本进度:6/10", ["Taysir"] = "团本进度:保密", ["Chewtheoat"] = "团本进度:10/10", ["Retgar"] = "团本进度:8/10", ["Sparklebat"] = "团本进度:10/10", ["Evilwayz"] = "团本进度:8/10", ["Couchchan"] = "团本进度:8/10", ["Rugalson"] = "团本进度:9/10", ["Coopas"] = "团本进度:保密", ["Knauxx"] = "团本进度:保密", ["Thiccpala"] = "团本进度:8/10", ["Lonut"] = "团本进度:6/10", ["Döngoose"] = "团本进度:8/10", ["Bellacqua"] = "团本进度:8/10", ["Phoeberry"] = "团本进度:3/10", ["Helixuwu"] = "团本进度:10/10", ["Roylon"] = "团本进度:8/10", ["Aurorealis"] = "团本进度:8/10", ["Coffeetimee"] = "团本进度:3/10", ["Stinkmcdink"] = "团本进度:8/10", ["Dannymuscle"] = "团本进度:8/10", ["Periculim"] = "团本进度:8/10", ["Nerdraged"] = "团本进度:6/10", ["Modigrim"] = "团本进度:7/10", ["Cutiemisaka"] = "团本进度:保密", ["Eliavia"] = "团本进度:6/10", ["Dashraider"] = "团本进度:8/10", ["Pawswipe"] = "团本进度:8/10", ["Mirwandis"] = "团本进度:3/10", ["Ijustsharded"] = "团本进度:5/10", ["Voidchaos"] = "团本进度:6/10", ["Emmita"] = "团本进度:8/10", ["Bearßear"] = "团本进度:10/10", ["Doubleu"] = "团本进度:5/10", ["Treminn"] = "团本进度:8/10", ["Heartzy"] = "团本进度:4/10", ["Mercurius"] = "团本进度:6/10", ["Gametheory"] = "团本进度:8/10", ["Dmgbuff"] = "团本进度:8/10", ["Sternziege"] = "团本进度:7/10", ["Zessy"] = "团本进度:10/10", ["Linaera"] = "团本进度:8/10", ["Glana"] = "团本进度:8/10", ["Badmamajamma"] = "团本进度:8/10", ["Tawriell"] = "团本进度:8/10", ["Serilthewild"] = "团本进度:7/10", ["Othaniel"] = "团本进度:10/10", ["Gnoni"] = "团本进度:保密", ["Yög"] = "团本进度:8/10", ["Holyfang"] = "团本进度:6/10", ["Todums"] = "团本进度:7/10", ["Gebora"] = "团本进度:6/10", ["Ismut"] = "团本进度:8/10", ["Sincere"] = "团本进度:8/10", ["Zyba"] = "团本进度:3/10", ["Azkalar"] = "团本进度:8/10", ["Mötörböat"] = "团本进度:5/10", ["Kashtraitor"] = "团本进度:7/10", ["Darkrain"] = "团本进度:8/10", ["Urbumflufbud"] = "团本进度:7/10", ["Lilcutie"] = "团本进度:5/10", ["Dankei"] = "团本进度:8/10", ["Dfsdfs"] = "团本进度:5/10", ["Jetiau"] = "团本进度:7/10", ["Tightsnbuze"] = "团本进度:8/10", ["Lithìum"] = "团本进度:8/10", ["Britnéyfears"] = "团本进度:5/10", ["Shámrock"] = "团本进度:5/10", ["Smallpoke"] = "团本进度:5/10", ["Knuckels"] = "团本进度:8/10", ["Vixxi"] = "团本进度:6/10", ["Buffysticky"] = "团本进度:7/10", ["Mischievouss"] = "团本进度:6/10", ["Marishi"] = "团本进度:6/10", ["Bradach"] = "团本进度:8/10", ["Enttreri"] = "团本进度:8/10", ["Rhylen"] = "团本进度:8/10", ["Jogin"] = "团本进度:8/10", ["Darkzelot"] = "团本进度:8/10", ["Ahuataba"] = "团本进度:10/10", ["Daragaz"] = "团本进度:8/10", ["Thundahlips"] = "团本进度:8/10", ["Arthurn"] = "团本进度:9/10", ["Schenn"] = "团本进度:8/10", ["Kroniac"] = "团本进度:9/10", ["Ragsmage"] = "团本进度:9/10", ["Wtchyerbaek"] = "团本进度:10/10", ["Dygoth"] = "团本进度:5/10", ["Squidlust"] = "团本进度:8/10", ["Jcb"] = "团本进度:8/10", ["Odinnheim"] = "团本进度:8/10", ["Zoyi"] = "团本进度:7/10", ["Blevgoat"] = "团本进度:7/10", ["Jambudio"] = "团本进度:8/10", ["Billyhunts"] = "团本进度:8/10", ["Crystali"] = "团本进度:9/10", ["Funglewongul"] = "团本进度:8/10", ["Dertrion"] = "团本进度:8/10", ["Talonfury"] = "团本进度:8/10", ["Matherz"] = "团本进度:2/10", ["Sails"] = "团本进度:6/10", ["Warpandas"] = "团本进度:8/10", ["Avatore"] = "团本进度:10/10", ["Jasmindria"] = "团本进度:8/10", ["Irishgnome"] = "团本进度:9/10", ["Rhorlyn"] = "团本进度:8/10", ["Speediee"] = "团本进度:8/10", ["Teacupps"] = "团本进度:8/10", ["Gymshoes"] = "团本进度:8/10", ["Ravilian"] = "团本进度:9/10", ["Bearymanalöw"] = "团本进度:8/10", ["Baelx"] = "团本进度:5/10", ["Chandrá"] = "团本进度:10/10", ["Shylo"] = "团本进度:8/10", ["Hàrpèr"] = "团本进度:9/10", ["Amóur"] = "团本进度:8/10", ["Dragorea"] = "团本进度:7/10", ["Klownkiller"] = "团本进度:6/10", ["Kremit"] = "团本进度:8/10", ["Cruciantis"] = "团本进度:10/10", ["Zugfu"] = "团本进度:8/10", ["Mâgé"] = "团本进度:保密", ["Masterblâstr"] = "团本进度:8/10", ["Mortimure"] = "团本进度:8/10", ["Gnomlet"] = "团本进度:9/10", ["Kyrl"] = "团本进度:8/10", ["Aarween"] = "团本进度:10/10", ["Ken"] = "团本进度:8/10", ["Jordith"] = "团本进度:9/10", ["Wardom"] = "团本进度:8/10", ["Malcadia"] = "团本进度:8/10", ["Greasedltng"] = "团本进度:9/10", ["Shaniece"] = "团本进度:9/10", ["Isch"] = "团本进度:8/10", ["Cowboybob"] = "团本进度:9/10", ["Bleedblack"] = "团本进度:6/10", ["Trìggered"] = "团本进度:6/10", ["Geräld"] = "团本进度:8/10", ["Krulltastic"] = "团本进度:8/10", ["Serené"] = "团本进度:9/10", ["Headliner"] = "团本进度:9/10", ["Jellemagne"] = "团本进度:9/10", ["Derd"] = "团本进度:8/10", ["Catjamz"] = "团本进度:10/10", ["Vyktus"] = "团本进度:9/10", ["Centa"] = "团本进度:9/10", ["Eatpunchbeef"] = "团本进度:10/10", ["Twizzlérs"] = "团本进度:10/10", ["Willevill"] = "团本进度:8/10", ["Aprudd"] = "团本进度:9/10", ["Leylathra"] = "团本进度:8/10", ["Nathhan"] = "团本进度:8/10", ["Shadowconjur"] = "团本进度:9/10", ["Professional"] = "团本进度:8/10", ["Dotchyah"] = "团本进度:8/10", ["Chagganaar"] = "团本进度:8/10", ["Ilindelm"] = "团本进度:8/10", ["Vinsanto"] = "团本进度:7/10", ["Bicc"] = "团本进度:8/10", ["Shammikaze"] = "团本进度:8/10", ["Kendro"] = "团本进度:9/10", ["Zeroes"] = "团本进度:8/10", ["Kheeler"] = "团本进度:8/10", ["Kbot"] = "团本进度:9/10", ["Bladestormqq"] = "团本进度:10/10", ["Milton"] = "团本进度:8/10", ["Bruteforcè"] = "团本进度:8/10", ["Aldukar"] = "团本进度:7/10", ["Dunkthelunk"] = "团本进度:6/10", ["Bootysweatm"] = "团本进度:8/10", ["Bobmaster"] = "团本进度:7/10", ["Burnik"] = "团本进度:保密", ["Sonols"] = "团本进度:8/10", ["Flosterdamus"] = "团本进度:6/10", ["Belladanger"] = "团本进度:7/10", ["Blondiè"] = "团本进度:保密", ["Gimlax"] = "团本进度:5/10", ["Dedzhot"] = "团本进度:6/10", ["Vargirl"] = "团本进度:5/10", ["Dak"] = "团本进度:8/10", ["Arbent"] = "团本进度:7/10", ["Lyonit"] = "团本进度:8/10", ["Grandolf"] = "团本进度:7/10", ["Shadowclassy"] = "团本进度:4/10", ["Kessiah"] = "团本进度:6/10", ["Foluroene"] = "团本进度:7/10", ["Chadswick"] = "团本进度:6/10", ["Tètsu"] = "团本进度:6/10", ["Plzen"] = "团本进度:10/10", ["Karnagie"] = "团本进度:7/10", ["Amandus"] = "团本进度:6/10", ["Flud"] = "团本进度:保密", ["Firstartemis"] = "团本进度:10/10", ["Wiilly"] = "团本进度:6/10", ["Cerysmug"] = "团本进度:6/10", ["Cerboss"] = "团本进度:7/10", ["Stânnis"] = "团本进度:4/10", ["Ochouno"] = "团本进度:4/10", ["Darthgen"] = "团本进度:8/10", ["Pooleÿ"] = "团本进度:6/10", ["Algerion"] = "团本进度:7/10", ["Kudashot"] = "团本进度:10/10", ["Roslÿn"] = "团本进度:8/10", ["Zevethesimp"] = "团本进度:保密", ["Draeneisnuts"] = "团本进度:3/10", ["Morbidsally"] = "团本进度:8/10", ["Coronacht"] = "团本进度:6/10", ["Burgerboy"] = "团本进度:8/10", ["Chillice"] = "团本进度:8/10", ["Tinkserbella"] = "团本进度:5/10", ["Rickygrimes"] = "团本进度:8/10", ["Palmtree"] = "团本进度:10/10", ["Madvillainy"] = "团本进度:8/10", ["Scròtòtem"] = "团本进度:5/10", ["Jjones"] = "团本进度:8/10", ["Liveevil"] = "团本进度:8/10", ["Geicogecko"] = "团本进度:10/10", ["Luceifer"] = "团本进度:8/10", ["Caelectric"] = "团本进度:6/10", ["Shadkin"] = "团本进度:5/10", ["Hylete"] = "团本进度:5/10", ["Girls"] = "团本进度:8/10", ["Unitè"] = "团本进度:8/10", ["Aitisha"] = "团本进度:6/10", ["Gameovrr"] = "团本进度:保密", ["Wethepubz"] = "团本进度:7/10", ["Criptdragon"] = "团本进度:8/10", ["Imalwaysdead"] = "团本进度:5/10", ["Derukk"] = "团本进度:8/10", ["Rolyon"] = "团本进度:8/10", ["Xilé"] = "团本进度:5/10", ["Schlee"] = "团本进度:6/10", ["Miishamii"] = "团本进度:8/10", ["Gerrutelt"] = "团本进度:5/10", ["Salts"] = "团本进度:10/10", ["Yapzor"] = "团本进度:5/10", ["Freyå"] = "团本进度:8/10", ["Aoede"] = "团本进度:7/10", ["Stantheman"] = "团本进度:9/10", ["Ahlai"] = "团本进度:6/10", ["Zvjo"] = "团本进度:保密", ["Satedtwo"] = "团本进度:8/10", ["Tugafel"] = "团本进度:7/10", ["Reluctance"] = "团本进度:7/10", ["Oliveri"] = "团本进度:8/10", ["Gaurin"] = "团本进度:8/10", ["Warodd"] = "团本进度:8/10", ["Ashen"] = "团本进度:9/10", ["Thanyewest"] = "团本进度:8/10", ["Sharima"] = "团本进度:8/10", ["Hellhound"] = "团本进度:8/10", ["Knifeparty"] = "团本进度:6/10", ["Exladle"] = "团本进度:9/10", ["Nanox"] = "团本进度:8/10", ["Lilgalaxy"] = "团本进度:7/10", ["Lodivico"] = "团本进度:8/10", ["Myph"] = "团本进度:8/10", ["Shoehuntr"] = "团本进度:8/10", ["Robusta"] = "团本进度:9/10", ["Trbodsl"] = "团本进度:8/10", ["Holyholm"] = "团本进度:8/10", ["Vüdoo"] = "团本进度:9/10", ["Croslin"] = "团本进度:8/10", ["Cu"] = "团本进度:8/10", ["Sanslorei"] = "团本进度:9/10", ["Turbostrike"] = "团本进度:8/10", ["Avu"] = "团本进度:8/10", ["Thomak"] = "团本进度:8/10", ["Yrelic"] = "团本进度:9/10", ["Kraanium"] = "团本进度:8/10", ["Goosefarm"] = "团本进度:8/10", ["Bluuee"] = "团本进度:8/10", ["Brokshock"] = "团本进度:9/10", ["Anzeu"] = "团本进度:8/10", ["Chukb"] = "团本进度:8/10", ["Deoseo"] = "团本进度:10/10", ["Alireah"] = "团本进度:8/10", ["Shawtybad"] = "团本进度:8/10", ["Snepp"] = "团本进度:10/10", ["Zeabowarlock"] = "团本进度:8/10", ["Kenshinn"] = "团本进度:8/10", ["Archille"] = "团本进度:10/10", ["Kast"] = "团本进度:8/10", ["Lenná"] = "团本进度:8/10", ["Tîtus"] = "团本进度:8/10", ["Laparess"] = "团本进度:9/10", ["Æshen"] = "团本进度:8/10", ["Baphømet"] = "团本进度:8/10", ["Faelienne"] = "团本进度:10/10", ["Angelise"] = "团本进度:10/10", ["Vongecko"] = "团本进度:8/10", ["Coolerr"] = "团本进度:9/10", ["Kankun"] = "团本进度:9/10", ["Mackzy"] = "团本进度:保密", ["Anthisor"] = "团本进度:6/10", ["Alifax"] = "团本进度:9/10", ["Faylfrost"] = "团本进度:9/10", ["Fornia"] = "团本进度:6/10", ["Dedderita"] = "团本进度:8/10", ["Liari"] = "团本进度:4/10", ["Mediocraedes"] = "团本进度:8/10", ["Guybehindyou"] = "团本进度:8/10", ["Tilgaz"] = "团本进度:8/10", ["Aspara"] = "团本进度:9/10", ["Ryleth"] = "团本进度:9/10", ["Double"] = "团本进度:8/10", ["Reavr"] = "团本进度:8/10", ["Bunkum"] = "团本进度:9/10", ["Doktahgonzo"] = "团本进度:9/10", ["Loitis"] = "团本进度:8/10", ["Mizzpegger"] = "团本进度:8/10", ["Cadàn"] = "团本进度:8/10", ["Bëë"] = "团本进度:8/10", ["Vachss"] = "团本进度:10/10", ["Keikai"] = "团本进度:8/10", ["Jmqq"] = "团本进度:4/10", ["Thestreak"] = "团本进度:8/10", ["Anammox"] = "团本进度:8/10", ["Djshadowplay"] = "团本进度:1/10", ["Phaser"] = "团本进度:7/10", ["Commodôre"] = "团本进度:8/10", ["Incorrect"] = "团本进度:9/10", ["Ranzo"] = "团本进度:10/10", ["Nessii"] = "团本进度:4/10", ["Auroria"] = "团本进度:6/10", ["Liltotemthro"] = "团本进度:7/10", ["Hokeypoke"] = "团本进度:保密", ["Chevalya"] = "团本进度:4/10", ["Survivalbows"] = "团本进度:5/10", ["Ilindar"] = "团本进度:7/10", ["Hermyne"] = "团本进度:8/10", ["Soulshadow"] = "团本进度:8/10", ["Dwoowid"] = "团本进度:4/10", ["Rothunt"] = "团本进度:7/10", ["Zepol"] = "团本进度:5/10", ["Supot"] = "团本进度:6/10", ["Dropu"] = "团本进度:5/10", ["Sigilite"] = "团本进度:7/10", ["Oodotdot"] = "团本进度:6/10", ["Soulkek"] = "团本进度:8/10", ["Sunfangs"] = "团本进度:7/10", ["Demoshock"] = "团本进度:5/10", ["Caiaphas"] = "团本进度:8/10", ["Bruisez"] = "团本进度:8/10", ["Picklymage"] = "团本进度:6/10", ["Hipsley"] = "团本进度:5/10", ["Sádness"] = "团本进度:5/10", ["Mîfty"] = "团本进度:6/10", ["Ýsabella"] = "团本进度:8/10", ["Spagoosh"] = "团本进度:5/10", ["Moshee"] = "团本进度:8/10", ["Sasie"] = "团本进度:6/10", ["Luney"] = "团本进度:8/10", ["Zanah"] = "团本进度:6/10", ["Janatan"] = "团本进度:8/10", ["Über"] = "团本进度:7/10", ["Angellia"] = "团本进度:8/10", ["Gatherfly"] = "团本进度:保密", ["Eurõ"] = "团本进度:7/10", ["Otterpaws"] = "团本进度:10/10", ["Shabupey"] = "团本进度:保密", ["Fldsmdfr"] = "团本进度:8/10", ["Lumpydumper"] = "团本进度:7/10", ["Maggiec"] = "团本进度:8/10", ["Öprawindfury"] = "团本进度:8/10", ["Rissca"] = "团本进度:5/10", ["Calistron"] = "团本进度:7/10", ["Partylunch"] = "团本进度:保密", ["Taniz"] = "团本进度:5/10", ["Øctañe"] = "团本进度:8/10", ["Noukan"] = "团本进度:8/10", ["Jiuu"] = "团本进度:6/10", ["Arigam"] = "团本进度:5/10", ["Tyrathiane"] = "团本进度:10/10", ["Manlybeast"] = "团本进度:5/10", ["Melliodas"] = "团本进度:5/10", ["Jskp"] = "团本进度:4/10", ["Dojangles"] = "团本进度:8/10", ["Garenwood"] = "团本进度:8/10", ["Urala"] = "团本进度:6/10", ["Feddaror"] = "团本进度:6/10", ["Wedlowe"] = "团本进度:8/10", ["Riamost"] = "团本进度:保密", ["Motokó"] = "团本进度:8/10", ["Sendmegolds"] = "团本进度:8/10", ["Foxfyer"] = "团本进度:8/10", ["Narcissaskye"] = "团本进度:8/10", ["Circuitslug"] = "团本进度:1/10", ["Hankmarvin"] = "团本进度:保密", ["Feltotem"] = "团本进度:8/10", ["Deesmage"] = "团本进度:8/10", ["Turtlesoup"] = "团本进度:6/10", ["Oreopithecus"] = "团本进度:8/10", ["Samwelltarly"] = "团本进度:7/10", ["Muffdaddy"] = "团本进度:7/10", ["Mayy"] = "团本进度:6/10", ["Equinoix"] = "团本进度:3/10", ["Stickiebuns"] = "团本进度:6/10", ["Oshamypants"] = "团本进度:6/10", ["Habbz"] = "团本进度:7/10", ["Msbigstuff"] = "团本进度:6/10", ["Dottybaron"] = "团本进度:5/10", ["Deidarå"] = "团本进度:8/10", ["Porps"] = "团本进度:5/10", ["Duskfallen"] = "团本进度:7/10", ["Lucilynn"] = "团本进度:8/10", ["Sustenances"] = "团本进度:8/10", ["Notserp"] = "团本进度:8/10", ["Turakai"] = "团本进度:8/10", ["Zaapnasty"] = "团本进度:9/10", ["Goobii"] = "团本进度:8/10", ["Ghostlyrider"] = "团本进度:7/10", ["Aelfgifu"] = "团本进度:8/10", ["Daitro"] = "团本进度:8/10", ["Johnwayne"] = "团本进度:8/10", ["Konst"] = "团本进度:8/10", ["Winterchan"] = "团本进度:8/10", ["Tioq"] = "团本进度:8/10", ["Chagiya"] = "团本进度:8/10", ["Dontaé"] = "团本进度:8/10", ["Twissler"] = "团本进度:8/10", ["Zapdose"] = "团本进度:10/10", ["Rotatrap"] = "团本进度:10/10", ["Roscofv"] = "团本进度:8/10", ["Caillens"] = "团本进度:9/10", ["Wolveriné"] = "团本进度:8/10", ["Xiaodaodao"] = "团本进度:10/10", ["Aquilon"] = "团本进度:8/10", ["Fullspin"] = "团本进度:保密", ["Terrycrewzz"] = "团本进度:8/10", ["Livandria"] = "团本进度:8/10", ["Techanalyst"] = "团本进度:8/10", ["Swoopydoopy"] = "团本进度:8/10", ["Dayzah"] = "团本进度:4/10", ["Portalocity"] = "团本进度:8/10", ["Blorfang"] = "团本进度:8/10", ["Feltsmer"] = "团本进度:8/10", ["Tawnii"] = "团本进度:8/10", ["Taxed"] = "团本进度:8/10", ["Ambran"] = "团本进度:10/10", ["Silentkills"] = "团本进度:8/10", ["Minielliey"] = "团本进度:保密", ["Fezzy"] = "团本进度:8/10", ["Ariovistus"] = "团本进度:8/10", ["Betherin"] = "团本进度:8/10", ["Shockiim"] = "团本进度:保密", ["Bobojijo"] = "团本进度:保密", ["Leuce"] = "团本进度:9/10", ["Zallor"] = "团本进度:8/10", ["Grymshade"] = "团本进度:10/10", ["Viticus"] = "团本进度:9/10", ["Termnalfrost"] = "团本进度:8/10", ["Turkeytits"] = "团本进度:10/10", ["Progvibe"] = "团本进度:10/10", ["Healeay"] = "团本进度:8/10", ["Ryrd"] = "团本进度:8/10", ["Thundercrack"] = "团本进度:8/10", ["Wilburt"] = "团本进度:8/10", ["Raidspec"] = "团本进度:9/10", ["Nnll"] = "团本进度:9/10", ["Thorgrym"] = "团本进度:10/10", ["Opheliaballs"] = "团本进度:9/10", ["Kaerto"] = "团本进度:8/10", ["Katastraa"] = "团本进度:8/10", ["Cubcakes"] = "团本进度:8/10", ["Stuntonem"] = "团本进度:8/10", ["Kåmira"] = "团本进度:5/10", ["Fuzzykook"] = "团本进度:10/10", ["Omegas"] = "团本进度:8/10", ["Roxyweavin"] = "团本进度:8/10", ["Chouder"] = "团本进度:8/10", ["Novasynth"] = "团本进度:8/10", ["Trekkiedruid"] = "团本进度:10/10", ["Vølbeat"] = "团本进度:8/10", ["Blowgurt"] = "团本进度:8/10", ["Pureleaf"] = "团本进度:1/10", ["Valkyrae"] = "团本进度:10/10", ["Manafish"] = "团本进度:8/10", ["Xiaolongnv"] = "团本进度:8/10", ["Brujahh"] = "团本进度:8/10", ["Montilite"] = "团本进度:10/10", ["Dotzshotz"] = "团本进度:8/10", ["Spinebuster"] = "团本进度:5/10", ["Quangaroo"] = "团本进度:8/10", ["Killb"] = "团本进度:8/10", ["Wardpossible"] = "团本进度:5/10", ["Truedaz"] = "团本进度:8/10", ["Culoc"] = "团本进度:8/10", ["Nageed"] = "团本进度:8/10", ["Eliesiena"] = "团本进度:8/10", ["Tyetye"] = "团本进度:6/10", ["Breadnought"] = "团本进度:8/10", ["Lightaegis"] = "团本进度:7/10", ["Tika"] = "团本进度:8/10", ["Etherlink"] = "团本进度:5/10", ["Xandelm"] = "团本进度:4/10", ["Néxx"] = "团本进度:保密", ["Billybo"] = "团本进度:8/10", ["Tnig"] = "团本进度:8/10", ["Whiteeye"] = "团本进度:8/10", ["Hugeassbear"] = "团本进度:6/10", ["Dylanne"] = "团本进度:5/10", ["Lamsijan"] = "团本进度:7/10", ["Potera"] = "团本进度:7/10", ["Cranbeary"] = "团本进度:8/10", ["Darkdalia"] = "团本进度:1/10", ["Purerock"] = "团本进度:8/10", ["Netius"] = "团本进度:6/10", ["Kilrok"] = "团本进度:保密", ["Deanolock"] = "团本进度:8/10", ["Doriie"] = "团本进度:7/10", ["Zerphy"] = "团本进度:保密", ["Nyhrox"] = "团本进度:7/10", ["Norrak"] = "团本进度:8/10", ["Snootboopers"] = "团本进度:6/10", ["Warrhead"] = "团本进度:2/10", ["Chiisana"] = "团本进度:5/10", ["Mozzybear"] = "团本进度:保密", ["Thunderbóóm"] = "团本进度:6/10", ["Aeonwynn"] = "团本进度:8/10", ["Ducktapé"] = "团本进度:6/10", ["Nëckbeard"] = "团本进度:8/10", ["Herbie"] = "团本进度:5/10", ["Romorc"] = "团本进度:10/10", ["Bribee"] = "团本进度:6/10", ["Runewatcher"] = "团本进度:6/10", ["Carrots"] = "团本进度:4/10", ["Blìtz"] = "团本进度:7/10", ["Greexis"] = "团本进度:7/10", ["Mudg"] = "团本进度:10/10", ["Snaakdrood"] = "团本进度:8/10", ["Akm"] = "团本进度:8/10", ["Sicshot"] = "团本进度:6/10", ["Demonicyew"] = "团本进度:保密", ["Roastedpork"] = "团本进度:6/10", ["Lisetta"] = "团本进度:7/10", ["Yogurtshaman"] = "团本进度:2/10", ["Enduris"] = "团本进度:10/10", ["Zimare"] = "团本进度:5/10", ["Ashietaka"] = "团本进度:5/10", ["Boostlife"] = "团本进度:8/10", ["Bumkin"] = "团本进度:9/10", ["Forvalaka"] = "团本进度:保密", ["Jeeneric"] = "团本进度:5/10", ["Ronaghs"] = "团本进度:8/10", ["Pandebanana"] = "团本进度:8/10", ["Bigmeanmark"] = "团本进度:7/10", ["Sylek"] = "团本进度:5/10", ["Ravènna"] = "团本进度:8/10", ["Abear"] = "团本进度:10/10", ["Napolian"] = "团本进度:8/10", ["Rodknee"] = "团本进度:保密", ["Druidbuddy"] = "团本进度:7/10", ["Breckfest"] = "团本进度:10/10", ["Demnók"] = "团本进度:7/10", ["Vanderdander"] = "团本进度:6/10", ["Generas"] = "团本进度:8/10", ["Independant"] = "团本进度:8/10", ["Ziti"] = "团本进度:8/10", ["Miding"] = "团本进度:8/10", ["Hellerella"] = "团本进度:6/10", ["Boomer"] = "团本进度:7/10", ["Moralhazard"] = "团本进度:8/10", ["Hooahaa"] = "团本进度:6/10", ["Shámmwów"] = "团本进度:3/10", ["Ducksworth"] = "团本进度:保密", ["Aprikat"] = "团本进度:3/10", ["Taldra"] = "团本进度:7/10", ["Lgprou"] = "团本进度:10/10", ["Mikeyp"] = "团本进度:8/10", ["Angrulus"] = "团本进度:8/10", ["Yungmetro"] = "团本进度:8/10", ["Goatt"] = "团本进度:8/10", ["Kwamee"] = "团本进度:6/10", ["Evette"] = "团本进度:8/10", ["Virii"] = "团本进度:8/10", ["Phague"] = "团本进度:8/10", ["Santay"] = "团本进度:8/10", ["Blindsay"] = "团本进度:8/10", ["Malavai"] = "团本进度:8/10", ["Sandsa"] = "团本进度:8/10", ["Valendil"] = "团本进度:8/10", ["Inmysightz"] = "团本进度:8/10", ["Thundertitti"] = "团本进度:1/10", ["Aradynn"] = "团本进度:8/10", ["Krispenwah"] = "团本进度:7/10", ["Listiani"] = "团本进度:8/10", ["Itsoj"] = "团本进度:8/10", ["Dankletzz"] = "团本进度:保密", ["Vallanx"] = "团本进度:8/10", ["Papvanwinkle"] = "团本进度:8/10", ["Thoams"] = "团本进度:8/10", ["Anaes"] = "团本进度:8/10", ["Akkiuth"] = "团本进度:4/10", ["Wevli"] = "团本进度:8/10", ["Bellariya"] = "团本进度:8/10", ["Swolljah"] = "团本进度:5/10", ["Asdare"] = "团本进度:8/10", ["Ivorymage"] = "团本进度:10/10", ["Dirknasty"] = "团本进度:8/10", ["Feanor"] = "团本进度:8/10", ["Nerunnevan"] = "团本进度:8/10", ["Whoshotcha"] = "团本进度:8/10", ["Fikyrie"] = "团本进度:10/10", ["Vinsane"] = "团本进度:8/10", ["Danneydevito"] = "团本进度:8/10", ["Wyzrd"] = "团本进度:9/10", ["Fearkappa"] = "团本进度:10/10", ["Arcavial"] = "团本进度:8/10", ["Nesing"] = "团本进度:8/10", ["Little"] = "团本进度:6/10", ["Rillas"] = "团本进度:8/10", ["Isídora"] = "团本进度:8/10", ["Boppin"] = "团本进度:5/10", ["Shinskies"] = "团本进度:9/10", ["Emporio"] = "团本进度:9/10", ["Nzar"] = "团本进度:8/10", ["Bronxie"] = "团本进度:9/10", ["Scoota"] = "团本进度:8/10", ["Airdreann"] = "团本进度:8/10", ["Redbeardman"] = "团本进度:8/10", ["Vynearth"] = "团本进度:8/10", ["Rayzor"] = "团本进度:8/10", ["Desperada"] = "团本进度:9/10", ["Xprt"] = "团本进度:8/10", ["Cybors"] = "团本进度:7/10", ["Ancilla"] = "团本进度:9/10", ["Jblock"] = "团本进度:8/10", ["Algoz"] = "团本进度:8/10", ["Wildmoon"] = "团本进度:6/10", ["Greenshade"] = "团本进度:9/10", ["Reesus"] = "团本进度:9/10", ["Sivers"] = "团本进度:9/10", ["Invisibob"] = "团本进度:8/10", ["Violetotter"] = "团本进度:保密", ["Edmont"] = "团本进度:8/10", ["Deodorant"] = "团本进度:8/10", ["Skiiz"] = "团本进度:8/10", ["Retii"] = "团本进度:8/10", ["Pileofdirt"] = "团本进度:7/10", ["Zendal"] = "团本进度:4/10", ["Agathonike"] = "团本进度:9/10", ["Helixo"] = "团本进度:8/10", ["Darkastra"] = "团本进度:保密", ["Kasst"] = "团本进度:5/10", ["Moredps"] = "团本进度:5/10", ["Oberthegreat"] = "团本进度:7/10", ["Astri"] = "团本进度:8/10", ["Derakkon"] = "团本进度:5/10", ["Circlez"] = "团本进度:6/10", ["Quiwanjinn"] = "团本进度:8/10", ["Psunami"] = "团本进度:7/10", ["Razmun"] = "团本进度:8/10", ["Smokeflower"] = "团本进度:5/10", ["Publisher"] = "团本进度:保密", ["Vaski"] = "团本进度:8/10", ["Senrawr"] = "团本进度:10/10", ["Eadinne"] = "团本进度:7/10", ["Notsturm"] = "团本进度:7/10", ["Baffldbobcat"] = "团本进度:7/10", ["Blackfreid"] = "团本进度:5/10", ["Baldmen"] = "团本进度:4/10", ["Fadedaway"] = "团本进度:8/10", ["Dingleworth"] = "团本进度:7/10", ["Bigfloppy"] = "团本进度:7/10", ["Carminattï"] = "团本进度:5/10", ["Nahz"] = "团本进度:5/10", ["Syntheesize"] = "团本进度:4/10", ["Aublet"] = "团本进度:7/10", ["Magrú"] = "团本进度:6/10", ["Carpethea"] = "团本进度:4/10", ["Lilgreasy"] = "团本进度:8/10", ["Rickehh"] = "团本进度:3/10", ["Kisgrits"] = "团本进度:8/10", ["Söpe"] = "团本进度:8/10", ["Cátrex"] = "团本进度:4/10", ["Crakrocks"] = "团本进度:7/10", ["Xeltharian"] = "团本进度:3/10", ["Lazylion"] = "团本进度:7/10", ["Theebucket"] = "团本进度:5/10", ["Lasca"] = "团本进度:7/10", ["Nokee"] = "团本进度:5/10", ["Kriton"] = "团本进度:6/10", ["Lbee"] = "团本进度:8/10", ["Touchmybible"] = "团本进度:7/10", ["Fraegorn"] = "团本进度:5/10", ["Krellian"] = "团本进度:8/10", ["Wickedpally"] = "团本进度:6/10", ["Missionman"] = "团本进度:8/10", ["Stormbeardd"] = "团本进度:6/10", ["Devestate"] = "团本进度:8/10", ["Si"] = "团本进度:保密", ["Crystalesia"] = "团本进度:8/10", ["Elemnt"] = "团本进度:6/10", ["Seema"] = "团本进度:8/10", ["Dankfel"] = "团本进度:3/10", ["Draiclid"] = "团本进度:4/10", ["Lowlimblunge"] = "团本进度:6/10", ["Multistrikes"] = "团本进度:6/10", ["Athenus"] = "团本进度:保密", ["Aggronus"] = "团本进度:6/10", ["Asketill"] = "团本进度:7/10", ["Theredone"] = "团本进度:8/10", ["Kooman"] = "团本进度:6/10", ["Leonella"] = "团本进度:保密", ["Skudtank"] = "团本进度:4/10", ["Elairia"] = "团本进度:8/10", ["Slayingcasts"] = "团本进度:7/10", ["Eridain"] = "团本进度:8/10", ["Pyökki"] = "团本进度:8/10", ["Sassumfrass"] = "团本进度:3/10", ["Kimzora"] = "团本进度:7/10", ["Kodaka"] = "团本进度:2/10", ["Béan"] = "团本进度:8/10", ["Fizzsan"] = "团本进度:4/10", ["Luminaran"] = "团本进度:9/10", ["Vova"] = "团本进度:10/10", ["Oroarke"] = "团本进度:8/10", ["Beear"] = "团本进度:7/10", ["Catalia"] = "团本进度:8/10", ["Areyoumad"] = "团本进度:8/10", ["Raidspotbtw"] = "团本进度:8/10", ["Tasidus"] = "团本进度:8/10", ["Kryminal"] = "团本进度:8/10", ["Luvly"] = "团本进度:7/10", ["Nevistorm"] = "团本进度:6/10", ["Rabbitpriest"] = "团本进度:8/10", ["Camboslice"] = "团本进度:7/10", ["Kallaco"] = "团本进度:8/10", ["Cordial"] = "团本进度:8/10", ["Minomage"] = "团本进度:8/10", ["Keidia"] = "团本进度:8/10", ["Thebespriest"] = "团本进度:8/10", ["Ufourick"] = "团本进度:8/10", ["Taben"] = "团本进度:8/10", ["Frodokin"] = "团本进度:8/10", ["Rmt"] = "团本进度:保密", ["Dalatecht"] = "团本进度:8/10", ["Botnetattack"] = "团本进度:8/10", ["Bulmunk"] = "团本进度:6/10", ["Widesthardo"] = "团本进度:8/10", ["Alaskan"] = "团本进度:8/10", ["Arelus"] = "团本进度:8/10", ["Buggyswires"] = "团本进度:1/10", ["Worvess"] = "团本进度:保密", ["Skelt"] = "团本进度:9/10", ["Shadowqt"] = "团本进度:8/10", ["Kaneko"] = "团本进度:8/10", ["Wolfverine"] = "团本进度:8/10", ["Runstadara"] = "团本进度:8/10", ["Abortio"] = "团本进度:8/10", ["Shingles"] = "团本进度:8/10", ["Cyoniscus"] = "团本进度:8/10", ["Lucidshots"] = "团本进度:8/10", ["Holomorphic"] = "团本进度:8/10", ["Gaigelol"] = "团本进度:5/10", ["Thìllon"] = "团本进度:8/10", ["Dolpherine"] = "团本进度:8/10", ["Avatard"] = "团本进度:5/10", ["Forestsham"] = "团本进度:8/10", ["Thirdofnine"] = "团本进度:7/10", ["Shadowjug"] = "团本进度:8/10", ["Sizteefiztee"] = "团本进度:9/10", ["Flashwulf"] = "团本进度:8/10", ["Allyxia"] = "团本进度:8/10", ["Yerocsomat"] = "团本进度:8/10", ["Ártémís"] = "团本进度:8/10", ["Icylocks"] = "团本进度:8/10", ["Sbolt"] = "团本进度:8/10", ["Gainester"] = "团本进度:8/10", ["Lunaurya"] = "团本进度:8/10", ["Hankock"] = "团本进度:9/10", ["Wabaslock"] = "团本进度:10/10", ["Fourthfactor"] = "团本进度:9/10", ["Paene"] = "团本进度:4/10", ["Iridal"] = "团本进度:9/10", ["Shooketh"] = "团本进度:8/10", ["Vernerus"] = "团本进度:9/10", ["Kinvaraa"] = "团本进度:8/10", ["Prædyth"] = "团本进度:7/10", ["Hallrox"] = "团本进度:8/10", ["Troxed"] = "团本进度:8/10", ["Nagini"] = "团本进度:8/10", ["Cowbi"] = "团本进度:9/10", ["Likewhoa"] = "团本进度:8/10", ["Achcar"] = "团本进度:8/10", ["Skej"] = "团本进度:7/10", ["Minershots"] = "团本进度:9/10", ["Agathos"] = "团本进度:6/10", ["Hadrich"] = "团本进度:6/10", ["Troublemage"] = "团本进度:8/10", ["Landic"] = "团本进度:8/10", ["Melthyo"] = "团本进度:8/10", ["Cepartek"] = "团本进度:7/10", ["Kelderon"] = "团本进度:8/10", ["Ellselune"] = "团本进度:8/10", ["Veliana"] = "团本进度:8/10", ["Flips"] = "团本进度:10/10", ["Tinybear"] = "团本进度:9/10", ["Hrothger"] = "团本进度:5/10", ["Sylaar"] = "团本进度:6/10", ["Themar"] = "团本进度:10/10", ["Aviditas"] = "团本进度:8/10", ["Raynaedwards"] = "团本进度:10/10", ["Funsizzed"] = "团本进度:8/10", ["Esvee"] = "团本进度:9/10", ["Inscidious"] = "团本进度:8/10", ["Xionaaru"] = "团本进度:8/10", ["Benderhover"] = "团本进度:5/10", ["Jaxitron"] = "团本进度:4/10", ["Vynd"] = "团本进度:8/10", ["Drahkais"] = "团本进度:8/10", ["Sock"] = "团本进度:10/10", ["Valsaint"] = "团本进度:9/10", ["Fix"] = "团本进度:5/10", ["Alphabet"] = "团本进度:5/10", ["Saeen"] = "团本进度:8/10", ["Chuyoo"] = "团本进度:8/10", ["Minermax"] = "团本进度:10/10", ["Tantojuato"] = "团本进度:8/10", ["Lushonesh"] = "团本进度:8/10", ["Challenging"] = "团本进度:8/10", ["Meriadoc"] = "团本进度:8/10", ["Sarini"] = "团本进度:5/10", ["Readysetzerg"] = "团本进度:8/10", ["Khid"] = "团本进度:7/10", ["Fizzipoke"] = "团本进度:7/10", ["Knock"] = "团本进度:8/10", ["Jefecc"] = "团本进度:8/10", ["Toastodin"] = "团本进度:9/10", ["Charlow"] = "团本进度:8/10", ["Kyno"] = "团本进度:8/10", ["Geauxtigers"] = "团本进度:8/10", ["Jasperia"] = "团本进度:10/10", ["Thermomancer"] = "团本进度:8/10", ["Onlyfanlock"] = "团本进度:8/10", ["Mockra"] = "团本进度:8/10", ["Kaest"] = "团本进度:8/10", ["Theohuxtable"] = "团本进度:9/10", ["Sabrus"] = "团本进度:9/10", ["Hexela"] = "团本进度:8/10", ["Definity"] = "团本进度:8/10", ["Peruna"] = "团本进度:8/10", ["Medsar"] = "团本进度:8/10", ["Totës"] = "团本进度:10/10", ["Dolofona"] = "团本进度:8/10", ["Vesemirr"] = "团本进度:9/10", ["Megadrama"] = "团本进度:8/10", ["Azeral"] = "团本进度:9/10", ["Gauli"] = "团本进度:9/10", ["Yttik"] = "团本进度:8/10", ["Kamalà"] = "团本进度:8/10", ["Neross"] = "团本进度:9/10", ["Buckwheaties"] = "团本进度:8/10", ["Kasskass"] = "团本进度:8/10", ["Lightlock"] = "团本进度:8/10", ["Puckfyffe"] = "团本进度:8/10", ["Baou"] = "团本进度:5/10", ["Flexzone"] = "团本进度:9/10", ["Kesselz"] = "团本进度:8/10", ["Breelys"] = "团本进度:8/10", ["Evernaris"] = "团本进度:10/10", ["Bosmer"] = "团本进度:9/10", ["Grimmell"] = "团本进度:8/10", ["Shadrew"] = "团本进度:8/10", ["Turboblast"] = "团本进度:8/10", ["Banthanor"] = "团本进度:8/10", ["Cubs"] = "团本进度:8/10", ["Fiesti"] = "团本进度:9/10", ["Thang"] = "团本进度:8/10", ["ßearßear"] = "团本进度:7/10", ["Androncius"] = "团本进度:8/10", ["Gizonde"] = "团本进度:保密", ["Squeekiclean"] = "团本进度:10/10", ["Blackbeti"] = "团本进度:8/10", ["Basketty"] = "团本进度:5/10", ["Warreaper"] = "团本进度:9/10", ["Daberan"] = "团本进度:1/10", ["Slevin"] = "团本进度:8/10", ["Listrada"] = "团本进度:7/10", ["Blackcharm"] = "团本进度:8/10", ["Danizinha"] = "团本进度:5/10", ["Wuntsumfuk"] = "团本进度:3/10", ["Snowphoon"] = "团本进度:4/10", ["Eloy"] = "团本进度:5/10", ["Dajooj"] = "团本进度:8/10", ["Rokana"] = "团本进度:4/10", ["Tigerlaw"] = "团本进度:10/10", ["Lemmiwinkz"] = "团本进度:6/10", ["Kurrun"] = "团本进度:10/10", ["Ganesha"] = "团本进度:8/10", ["Vívy"] = "团本进度:8/10", ["Thodaar"] = "团本进度:8/10", ["Elvenbowie"] = "团本进度:8/10", ["Lunarial"] = "团本进度:8/10", ["Beara"] = "团本进度:保密", ["Sutibungoka"] = "团本进度:4/10", ["Felknibble"] = "团本进度:8/10", ["Beladelle"] = "团本进度:8/10", ["Ragadish"] = "团本进度:9/10", ["Bígfatjerk"] = "团本进度:5/10", ["Strikr"] = "团本进度:5/10", ["Destilian"] = "团本进度:6/10", ["Alyzon"] = "团本进度:6/10", ["Maclyr"] = "团本进度:5/10", ["Moonbutt"] = "团本进度:8/10", ["Craftygoods"] = "团本进度:8/10", ["Djent"] = "团本进度:5/10", ["Demolock"] = "团本进度:6/10", ["Alisara"] = "团本进度:5/10", ["Äshe"] = "团本进度:8/10", ["Oshimaru"] = "团本进度:7/10", ["Incoherent"] = "团本进度:8/10", ["Duecalian"] = "团本进度:3/10", ["Quiteshallow"] = "团本进度:8/10", ["Kellaz"] = "团本进度:8/10", ["Skarloc"] = "团本进度:7/10", ["Bawee"] = "团本进度:8/10", ["Nepu"] = "团本进度:保密", ["Wreckin"] = "团本进度:8/10", ["Amalynd"] = "团本进度:2/10", ["Udamncrazy"] = "团本进度:6/10", ["Jru"] = "团本进度:6/10", ["Põrthub"] = "团本进度:保密", ["Bigones"] = "团本进度:8/10", ["Xest"] = "团本进度:10/10", ["Chvslock"] = "团本进度:6/10", ["Rubyrush"] = "团本进度:8/10", ["Lilshootr"] = "团本进度:8/10", ["Tirp"] = "团本进度:8/10", ["Torpick"] = "团本进度:10/10", ["Tsarsong"] = "团本进度:3/10", ["Aquarae"] = "团本进度:6/10", ["Shámtastic"] = "团本进度:8/10", ["Dumptrucc"] = "团本进度:5/10", ["Bugsby"] = "团本进度:4/10", ["Kylaeris"] = "团本进度:4/10", ["Joocannon"] = "团本进度:4/10", ["Tantopoco"] = "团本进度:8/10", ["Sanjaganja"] = "团本进度:5/10", ["Velorica"] = "团本进度:5/10", ["Hykx"] = "团本进度:6/10", ["Nystrom"] = "团本进度:4/10", ["Fordd"] = "团本进度:5/10", ["Bonkmeass"] = "团本进度:5/10", ["Llola"] = "团本进度:8/10", ["Zeroace"] = "团本进度:5/10", ["Palmito"] = "团本进度:5/10", ["Grombier"] = "团本进度:9/10", ["Devito"] = "团本进度:4/10", ["Porknoclick"] = "团本进度:5/10", ["Mezron"] = "团本进度:保密", ["Ganwo"] = "团本进度:8/10", ["Sqx"] = "团本进度:保密", ["Nicolii"] = "团本进度:6/10", ["Celyrana"] = "团本进度:5/10", ["Uriahworld"] = "团本进度:8/10", ["Daemonyk"] = "团本进度:8/10", ["Firesachey"] = "团本进度:9/10", ["Ordrios"] = "团本进度:7/10", ["Spaceface"] = "团本进度:8/10", ["Tribunis"] = "团本进度:5/10", ["Ordinarìí"] = "团本进度:8/10", ["Boomtoasted"] = "团本进度:8/10", ["Handsomedan"] = "团本进度:9/10", ["Maxcleavage"] = "团本进度:1/10", ["Platinoo"] = "团本进度:8/10", ["Gnuggs"] = "团本进度:4/10", ["Sosososo"] = "团本进度:8/10", ["Frizzie"] = "团本进度:10/10", ["Nerpnerp"] = "团本进度:8/10", ["Guywithknife"] = "团本进度:7/10", ["Fullpump"] = "团本进度:9/10", ["Lulula"] = "团本进度:6/10", ["Kanariaa"] = "团本进度:8/10", ["Trixa"] = "团本进度:8/10", ["Lunifièn"] = "团本进度:8/10", ["Fenran"] = "团本进度:9/10", ["Kîth"] = "团本进度:8/10", ["Bradcrit"] = "团本进度:8/10", ["Dubbsy"] = "团本进度:5/10", ["Papaboom"] = "团本进度:9/10", ["Holycorgi"] = "团本进度:10/10", ["Rax"] = "团本进度:8/10", ["Norboz"] = "团本进度:9/10", ["Elyntiya"] = "团本进度:8/10", ["Redbar"] = "团本进度:8/10", ["Neckshot"] = "团本进度:8/10", ["Vitressa"] = "团本进度:8/10", ["Carvile"] = "团本进度:8/10", ["Makiee"] = "团本进度:8/10", ["Treylocks"] = "团本进度:8/10", ["Squirtdaddi"] = "团本进度:5/10", ["Heaanaalantu"] = "团本进度:8/10", ["Gunitt"] = "团本进度:1/10", ["Gimliganja"] = "团本进度:8/10", ["Gelvin"] = "团本进度:9/10", ["Bolster"] = "团本进度:8/10", ["Oldbaggin"] = "团本进度:10/10", ["Prussik"] = "团本进度:8/10", ["Salasthion"] = "团本进度:8/10", ["Talaina"] = "团本进度:8/10", ["Trengineer"] = "团本进度:8/10", ["Owenjoseph"] = "团本进度:8/10", ["Bromzy"] = "团本进度:5/10", ["Gloomybeard"] = "团本进度:8/10", ["Alynn"] = "团本进度:8/10", ["Benjamin"] = "团本进度:8/10", ["Hallassinate"] = "团本进度:9/10", ["Celeby"] = "团本进度:7/10", ["Ragout"] = "团本进度:9/10", ["Rexea"] = "团本进度:2/10", ["Dharmaa"] = "团本进度:8/10", ["Malkavielle"] = "团本进度:8/10", ["Harleyfquinn"] = "团本进度:9/10", ["Daeeron"] = "团本进度:8/10", ["Droganon"] = "团本进度:8/10", ["Litzia"] = "团本进度:8/10", ["Dimithius"] = "团本进度:8/10", ["Everende"] = "团本进度:7/10", ["Reqqu"] = "团本进度:8/10", ["Automagicaly"] = "团本进度:8/10", ["Creamsalagi"] = "团本进度:8/10", ["Bambouselled"] = "团本进度:8/10", ["Ophell"] = "团本进度:8/10", ["Iibutterr"] = "团本进度:8/10", ["Silentslain"] = "团本进度:8/10", ["Risensaint"] = "团本进度:8/10", ["Illâdelph"] = "团本进度:8/10", ["Shankzera"] = "团本进度:8/10", ["Restotime"] = "团本进度:4/10", ["Dghunter"] = "团本进度:5/10", ["Timesinc"] = "团本进度:5/10", ["Treebagin"] = "团本进度:2/10", ["Kristkall"] = "团本进度:保密", ["Epicwood"] = "团本进度:7/10", ["Dotcurse"] = "团本进度:5/10", ["Stankyfeet"] = "团本进度:2/10", ["Halceyon"] = "团本进度:5/10", ["Critidin"] = "团本进度:保密", ["Elifive"] = "团本进度:4/10", ["Pepel"] = "团本进度:8/10", ["Yasgaga"] = "团本进度:5/10", ["Elmengon"] = "团本进度:8/10", ["Jobruthless"] = "团本进度:8/10", ["Mizzbehavin"] = "团本进度:6/10", ["Spetznaz"] = "团本进度:8/10", ["Sambuucca"] = "团本进度:5/10", ["Animepillow"] = "团本进度:9/10", ["Larahara"] = "团本进度:4/10", ["Apostate"] = "团本进度:4/10", ["Padam"] = "团本进度:8/10", ["Rbmage"] = "团本进度:7/10", ["Twinklebush"] = "团本进度:6/10", ["Animikee"] = "团本进度:6/10", ["Ryenpepsi"] = "团本进度:8/10", ["Ræne"] = "团本进度:5/10", ["Izumi"] = "团本进度:6/10", ["Pittoe"] = "团本进度:8/10", ["Yargannan"] = "团本进度:保密", ["Catsnack"] = "团本进度:8/10", ["Jolýne"] = "团本进度:5/10", ["Ulfhëdnar"] = "团本进度:7/10", ["Palfurang"] = "团本进度:8/10", ["Baaske"] = "团本进度:6/10", ["Droptotems"] = "团本进度:8/10", ["Wraithblood"] = "团本进度:保密", ["Shortshotz"] = "团本进度:8/10", ["Boope"] = "团本进度:5/10", ["Letsgetwild"] = "团本进度:8/10", ["Thuattie"] = "团本进度:8/10", ["Jabic"] = "团本进度:7/10", ["Insomnianite"] = "团本进度:7/10", ["Conjurus"] = "团本进度:4/10", ["Tokengoat"] = "团本进度:5/10", ["Runninghoof"] = "团本进度:8/10", ["Fütanaarü"] = "团本进度:9/10", ["Poúncey"] = "团本进度:5/10", ["Kimbelmaa"] = "团本进度:3/10", ["Torann"] = "团本进度:6/10", ["Strongerhand"] = "团本进度:8/10", ["Larinestra"] = "团本进度:7/10", ["Socks"] = "团本进度:8/10", ["Pendingdeath"] = "团本进度:6/10", ["Buridim"] = "团本进度:4/10", ["Theperch"] = "团本进度:8/10", ["Frostmage"] = "团本进度:保密", ["Nicorobiin"] = "团本进度:7/10", ["Aderintan"] = "团本进度:5/10", ["Barleybeard"] = "团本进度:5/10", ["Dethwysh"] = "团本进度:7/10", ["Kadiin"] = "团本进度:保密", ["Ziltch"] = "团本进度:保密", ["Fightnbite"] = "团本进度:8/10", ["Biffie"] = "团本进度:6/10", ["Drakni"] = "团本进度:8/10", ["Zidra"] = "团本进度:4/10", ["Cyrec"] = "团本进度:8/10", ["Tuathah"] = "团本进度:4/10", ["Hextt"] = "团本进度:5/10", ["Skinnyjeans"] = "团本进度:6/10", ["Rhonjuras"] = "团本进度:5/10", ["Seefu"] = "团本进度:8/10", ["Whitehunter"] = "团本进度:7/10", ["Sapnupüas"] = "团本进度:3/10", ["Melekid"] = "团本进度:5/10", ["Christyhorn"] = "团本进度:6/10", ["Anoctrius"] = "团本进度:6/10", ["Cuc"] = "团本进度:8/10", ["Cozmo"] = "团本进度:8/10", ["Zelrik"] = "团本进度:6/10", ["Kikimora"] = "团本进度:7/10", ["Phebass"] = "团本进度:9/10", ["Myracy"] = "团本进度:8/10", ["Krendos"] = "团本进度:8/10", ["Certo"] = "团本进度:8/10", ["Seleyntar"] = "团本进度:7/10", ["Aretha"] = "团本进度:8/10", ["Rarakiri"] = "团本进度:8/10", ["Bahlein"] = "团本进度:9/10", ["Frankyj"] = "团本进度:8/10", ["Seumwich"] = "团本进度:3/10", ["Zenmetsu"] = "团本进度:8/10", ["Uwugamergirl"] = "团本进度:8/10", ["Reedsie"] = "团本进度:8/10", ["Husaria"] = "团本进度:10/10", ["Gabiar"] = "团本进度:8/10", ["Bagél"] = "团本进度:9/10", ["Taverley"] = "团本进度:7/10", ["Mixaria"] = "团本进度:8/10", ["Brndn"] = "团本进度:4/10", ["Nishikawa"] = "团本进度:5/10", ["Thatrogue"] = "团本进度:8/10", ["Titun"] = "团本进度:8/10", ["Puertorock"] = "团本进度:8/10", ["Theßad"] = "团本进度:8/10", ["Fergylicious"] = "团本进度:8/10", ["Endophira"] = "团本进度:8/10", ["Sycamort"] = "团本进度:8/10", ["Foretetoo"] = "团本进度:保密", ["Tezeret"] = "团本进度:8/10", ["Bacardy"] = "团本进度:8/10", ["Garalk"] = "团本进度:9/10", ["Arisson"] = "团本进度:10/10", ["Protcro"] = "团本进度:8/10", ["Chrispbacon"] = "团本进度:8/10", ["Profaned"] = "团本进度:7/10", ["Grampatrung"] = "团本进度:5/10", ["Dunkel"] = "团本进度:8/10", ["Rübberdückie"] = "团本进度:5/10", ["Gadjah"] = "团本进度:7/10", ["Ipo"] = "团本进度:8/10", ["Wafflecopter"] = "团本进度:8/10", ["Hunturdshado"] = "团本进度:8/10", ["Lockednloded"] = "团本进度:8/10", ["Eogard"] = "团本进度:8/10", ["Mackáy"] = "团本进度:8/10", ["Mikeu"] = "团本进度:9/10", ["Meqa"] = "团本进度:8/10", ["Warlter"] = "团本进度:7/10", ["Aersilyne"] = "团本进度:8/10", ["Dolel"] = "团本进度:7/10", ["Garthillas"] = "团本进度:8/10", ["Eviradyna"] = "团本进度:9/10", ["Bigpadre"] = "团本进度:3/10", ["Alivin"] = "团本进度:10/10", ["Kngofkngs"] = "团本进度:4/10", ["Taylaa"] = "团本进度:8/10", ["Turkeyz"] = "团本进度:8/10", ["Tärcus"] = "团本进度:8/10", ["Biguno"] = "团本进度:8/10", ["Nuggs"] = "团本进度:8/10", ["Lockets"] = "团本进度:10/10", ["Bosswarlock"] = "团本进度:5/10", ["Semíramis"] = "团本进度:7/10", ["Notlox"] = "团本进度:9/10", ["Frogdog"] = "团本进度:3/10", ["Nekt"] = "团本进度:8/10", ["Baldmeany"] = "团本进度:8/10", ["Sprahket"] = "团本进度:6/10", ["Galinda"] = "团本进度:8/10", ["Twisd"] = "团本进度:9/10", ["Hawksnest"] = "团本进度:8/10", ["Luckyegirl"] = "团本进度:8/10", ["Demportals"] = "团本进度:8/10", ["Owlbeast"] = "团本进度:8/10", ["Jayzues"] = "团本进度:8/10", ["Twodeepme"] = "团本进度:8/10", ["Lunarè"] = "团本进度:5/10", ["Rassp"] = "团本进度:8/10", ["Zoink"] = "团本进度:7/10", ["Migzsan"] = "团本进度:5/10", ["Kirklazzurus"] = "团本进度:8/10", ["Atreus"] = "团本进度:5/10", ["Lilvear"] = "团本进度:8/10", ["Lloric"] = "团本进度:8/10", ["Spicy"] = "团本进度:4/10", ["Amadeth"] = "团本进度:5/10", ["Çonkers"] = "团本进度:5/10", ["Railia"] = "团本进度:5/10", ["Momoiji"] = "团本进度:保密", ["Lilloli"] = "团本进度:7/10", ["Hospitality"] = "团本进度:3/10", ["Gereregory"] = "团本进度:5/10", ["Bigmoose"] = "团本进度:5/10", ["Droolbot"] = "团本进度:8/10", ["Bigjaw"] = "团本进度:8/10", ["Kindleress"] = "团本进度:5/10", ["Azare"] = "团本进度:10/10", ["Andridian"] = "团本进度:5/10", ["Chiter"] = "团本进度:1/10", ["Dooggubee"] = "团本进度:8/10", ["Smileandcry"] = "团本进度:3/10", ["Nårul"] = "团本进度:6/10", ["Schalacous"] = "团本进度:8/10", ["Kutou"] = "团本进度:7/10", ["Satsumo"] = "团本进度:5/10", ["Luvsic"] = "团本进度:6/10", ["Johnnyutah"] = "团本进度:7/10", ["Qunder"] = "团本进度:7/10", ["Memnok"] = "团本进度:8/10", ["Fadetorônin"] = "团本进度:5/10", ["Xkun"] = "团本进度:8/10", ["Nxt"] = "团本进度:5/10", ["Remmyz"] = "团本进度:3/10", ["Tacokingxxiv"] = "团本进度:7/10", ["Strudeltoast"] = "团本进度:7/10", ["Maxioum"] = "团本进度:7/10", ["Darcfire"] = "团本进度:8/10", ["Ciscoekidd"] = "团本进度:5/10", ["Hamjam"] = "团本进度:8/10", ["Kimûnlikely"] = "团本进度:4/10", ["Popsshots"] = "团本进度:2/10", ["Vardath"] = "团本进度:6/10", ["Aiirna"] = "团本进度:5/10", ["Armsandlegs"] = "团本进度:6/10", ["Orck"] = "团本进度:6/10", ["Ogs"] = "团本进度:5/10", ["Vidraeus"] = "团本进度:8/10", ["Sphelix"] = "团本进度:8/10", ["Bereg"] = "团本进度:8/10", ["Jonnymäge"] = "团本进度:8/10", ["Esdese"] = "团本进度:5/10", ["Lotionman"] = "团本进度:8/10", ["Truhbool"] = "团本进度:7/10", ["Gnomenomicon"] = "团本进度:保密", ["Arcazulus"] = "团本进度:5/10", ["Ghat"] = "团本进度:8/10", ["Paparubix"] = "团本进度:6/10", ["Zhenktela"] = "团本进度:5/10", ["Desune"] = "团本进度:7/10", ["Flarkwell"] = "团本进度:2/10", ["Erolyn"] = "团本进度:8/10", ["Telvi"] = "团本进度:5/10", ["Talron"] = "团本进度:8/10", ["Bearbunsgrl"] = "团本进度:7/10", ["Xierro"] = "团本进度:5/10", ["Hotdoug"] = "团本进度:10/10", ["Whìllow"] = "团本进度:6/10", ["Cussack"] = "团本进度:保密", ["Nathernlock"] = "团本进度:6/10", ["Huntmyas"] = "团本进度:8/10", ["Sandreena"] = "团本进度:5/10", ["Sansbaby"] = "团本进度:7/10", ["Parmycheese"] = "团本进度:5/10", ["Syphonkek"] = "团本进度:8/10", ["Blackanvil"] = "团本进度:8/10", ["Zeaton"] = "团本进度:10/10", ["Tyrbow"] = "团本进度:保密", ["Fitheal"] = "团本进度:7/10", ["Kristkoll"] = "团本进度:保密", ["Seksha"] = "团本进度:7/10", ["Dylael"] = "团本进度:5/10", ["Briån"] = "团本进度:8/10", ["Heeva"] = "团本进度:6/10", ["Tyliuu"] = "团本进度:6/10", ["Stayclassy"] = "团本进度:5/10", ["Banchax"] = "团本进度:5/10", ["Kaspp"] = "团本进度:5/10", ["Badmaster"] = "团本进度:4/10", ["Kartikay"] = "团本进度:8/10", ["Mastalock"] = "团本进度:8/10", ["Krustybachs"] = "团本进度:8/10", ["Strateia"] = "团本进度:8/10", ["Bolthrune"] = "团本进度:8/10", ["Waruia"] = "团本进度:8/10", ["Mystyk"] = "团本进度:8/10", ["Clovette"] = "团本进度:8/10", ["Durgis"] = "团本进度:8/10", ["Flaremaven"] = "团本进度:2/10", ["Krinack"] = "团本进度:8/10", ["Weinerweiner"] = "团本进度:8/10", ["Konvickted"] = "团本进度:4/10", ["Soräkä"] = "团本进度:8/10", ["Mxmadmage"] = "团本进度:8/10", ["Livedtwice"] = "团本进度:8/10", ["Tangusha"] = "团本进度:8/10", ["Omegacringe"] = "团本进度:保密", ["Désslock"] = "团本进度:8/10", ["Mapledonut"] = "团本进度:8/10", ["Flatheris"] = "团本进度:8/10", ["Mysthogan"] = "团本进度:5/10", ["Robynlight"] = "团本进度:6/10", ["Lemonslayer"] = "团本进度:10/10", ["Taerja"] = "团本进度:8/10", ["Anthy"] = "团本进度:8/10", ["Raved"] = "团本进度:8/10", ["Arinthyst"] = "团本进度:9/10", ["Thöra"] = "团本进度:8/10", ["Eggsaladin"] = "团本进度:9/10", ["Jetharus"] = "团本进度:9/10", ["Boostedgodx"] = "团本进度:8/10", ["Malicath"] = "团本进度:8/10", ["Lscisdead"] = "团本进度:8/10", ["Saturdays"] = "团本进度:8/10", ["Gerellirra"] = "团本进度:8/10", ["Agamand"] = "团本进度:8/10", ["Boomyblaze"] = "团本进度:8/10", ["Zehm"] = "团本进度:7/10", ["Caliblonde"] = "团本进度:7/10", ["Mercuri"] = "团本进度:8/10", ["Yawg"] = "团本进度:8/10", ["Panitusä"] = "团本进度:10/10", ["Heicath"] = "团本进度:8/10", ["Ziranwarlock"] = "团本进度:9/10", ["Vóldemort"] = "团本进度:8/10", ["Matt"] = "团本进度:8/10", ["Misty"] = "团本进度:10/10", ["Tintellë"] = "团本进度:8/10", ["Anun"] = "团本进度:8/10", ["Colls"] = "团本进度:8/10", ["Riylo"] = "团本进度:8/10", ["Sweetshot"] = "团本进度:8/10", ["Gompie"] = "团本进度:9/10", ["Beefbucket"] = "团本进度:8/10", ["Tåkuu"] = "团本进度:8/10", ["Zeyoss"] = "团本进度:5/10", ["Furiae"] = "团本进度:8/10", ["Stron"] = "团本进度:8/10", ["Madette"] = "团本进度:8/10", ["Xandercrewz"] = "团本进度:8/10", ["Vyneria"] = "团本进度:8/10", ["Unf"] = "团本进度:6/10", ["Hobert"] = "团本进度:4/10", ["Metalmoejoe"] = "团本进度:8/10", ["Marwan"] = "团本进度:8/10", ["Skandelous"] = "团本进度:6/10", ["Rubi"] = "团本进度:9/10", ["Zansham"] = "团本进度:8/10", ["Copium"] = "团本进度:10/10", ["Kiritobro"] = "团本进度:7/10", ["Wrigley"] = "团本进度:5/10", ["Chartreuse"] = "团本进度:8/10", ["Suøh"] = "团本进度:8/10", ["Statiev"] = "团本进度:8/10", ["Onirose"] = "团本进度:8/10", ["Broadfang"] = "团本进度:8/10", ["Littlefellow"] = "团本进度:8/10", ["Pacel"] = "团本进度:8/10", ["Gachimuchi"] = "团本进度:8/10", ["Sigmago"] = "团本进度:10/10", ["Phred"] = "团本进度:8/10", ["Jalapinot"] = "团本进度:8/10", ["Zoovy"] = "团本进度:10/10", ["Chaith"] = "团本进度:9/10", ["Carechaos"] = "团本进度:8/10", ["Azbolt"] = "团本进度:8/10", ["Yatters"] = "团本进度:9/10", ["Darkcraze"] = "团本进度:5/10", ["Kochèt"] = "团本进度:8/10", ["Drooddeity"] = "团本进度:10/10", ["Beyoncè"] = "团本进度:6/10", ["Yungblanchy"] = "团本进度:10/10", ["Gnoreally"] = "团本进度:8/10", ["Davegrimfall"] = "团本进度:8/10", ["Simonhertzel"] = "团本进度:9/10", ["Aceling"] = "团本进度:8/10", ["Knacks"] = "团本进度:8/10", ["Orvos"] = "团本进度:9/10", ["Basilia"] = "团本进度:6/10", ["Malumortu"] = "团本进度:8/10", ["Nightmarcher"] = "团本进度:10/10", ["Bogeyman"] = "团本进度:8/10", ["Evalya"] = "团本进度:5/10", ["Shockeng"] = "团本进度:8/10", ["Gudvaibes"] = "团本进度:8/10", ["Belnedra"] = "团本进度:8/10", ["Prettybird"] = "团本进度:6/10", ["Gnombre"] = "团本进度:8/10", ["Kaiboom"] = "团本进度:8/10", ["Schwuuh"] = "团本进度:5/10", ["Guttigoat"] = "团本进度:8/10", ["Locknerd"] = "团本进度:8/10", ["Tarind"] = "团本进度:8/10", ["Itzey"] = "团本进度:8/10", ["Rontastic"] = "团本进度:8/10", ["Situations"] = "团本进度:保密", ["Catadrin"] = "团本进度:9/10", ["Quikley"] = "团本进度:8/10", ["Midash"] = "团本进度:8/10", ["Unblurr"] = "团本进度:7/10", ["Kranks"] = "团本进度:5/10", ["Teagor"] = "团本进度:8/10", ["Manzanas"] = "团本进度:保密", ["Zeratarkin"] = "团本进度:6/10", ["Voldirr"] = "团本进度:7/10", ["Ahsana"] = "团本进度:8/10", ["Amazania"] = "团本进度:8/10", ["Dipanddotz"] = "团本进度:7/10", ["Cyntha"] = "团本进度:8/10", ["Gepeto"] = "团本进度:8/10", ["Peppajack"] = "团本进度:8/10", ["Exekute"] = "团本进度:8/10", ["Staralisious"] = "团本进度:8/10", ["Battlefire"] = "团本进度:8/10", ["Glams"] = "团本进度:8/10", ["Milkncereal"] = "团本进度:5/10", ["Magewindu"] = "团本进度:保密", ["Honorarium"] = "团本进度:9/10", ["Thorno"] = "团本进度:10/10", ["Darthside"] = "团本进度:5/10", ["Braeks"] = "团本进度:9/10", ["Drpeepee"] = "团本进度:保密", ["Hotopic"] = "团本进度:8/10", ["Ogguk"] = "团本进度:10/10", ["Bunsmile"] = "团本进度:10/10", ["Harpêr"] = "团本进度:10/10", ["Steevee"] = "团本进度:10/10", ["Soultraín"] = "团本进度:10/10", ["Awesome"] = "团本进度:10/10", ["Ceveth"] = "团本进度:10/10", ["Bindinglight"] = "团本进度:10/10", ["Sylvatar"] = "团本进度:10/10", ["Clage"] = "团本进度:10/10", ["Draydin"] = "团本进度:10/10", ["Harambeghost"] = "团本进度:10/10", ["Kokoh"] = "团本进度:10/10", ["Athiest"] = "团本进度:10/10", ["Liagos"] = "团本进度:10/10", ["Veroxis"] = "团本进度:10/10", ["Arkay"] = "团本进度:10/10", ["Macdaddyswag"] = "团本进度:10/10", ["Xaniebars"] = "团本进度:10/10", ["Tysai"] = "团本进度:10/10", ["Hersty"] = "团本进度:10/10", ["Cardinalcrzy"] = "团本进度:10/10", ["Kolthas"] = "团本进度:10/10", ["Khloae"] = "团本进度:10/10", ["Luobendesm"] = "团本进度:10/10", ["Sloobs"] = "团本进度:10/10", ["Edgy"] = "团本进度:10/10", ["Heptagon"] = "团本进度:4/10", ["Shome"] = "团本进度:10/10", ["Shockaholic"] = "团本进度:10/10", ["Thaylord"] = "团本进度:10/10", ["Swoley"] = "团本进度:10/10", ["Rilos"] = "团本进度:10/10", ["Fancyhat"] = "团本进度:9/10", ["Paksenarrion"] = "团本进度:10/10", ["Eeygore"] = "团本进度:10/10", ["Shamannish"] = "团本进度:10/10", ["Archshammy"] = "团本进度:10/10", ["Speedboat"] = "团本进度:10/10", ["Yaza"] = "团本进度:10/10", ["Rubies"] = "团本进度:10/10", ["Keensham"] = "团本进度:10/10", ["Judg"] = "团本进度:10/10", ["Nagafen"] = "团本进度:10/10", ["Kaistria"] = "团本进度:10/10", ["Sylairria"] = "团本进度:10/10", ["Ardjet"] = "团本进度:10/10", ["Citris"] = "团本进度:10/10", ["Ducklíng"] = "团本进度:10/10", ["Gillyflower"] = "团本进度:10/10", ["Shockvalew"] = "团本进度:10/10", ["Naekita"] = "团本进度:10/10", ["Harpér"] = "团本进度:10/10", ["Silverina"] = "团本进度:10/10", ["Potential"] = "团本进度:10/10", ["Mizore"] = "团本进度:10/10", ["Cellexx"] = "团本进度:10/10", ["Failz"] = "团本进度:10/10", ["Keroth"] = "团本进度:10/10", ["Elesso"] = "团本进度:10/10", ["Kadorin"] = "团本进度:10/10", ["Fonziescheme"] = "团本进度:10/10", ["Lettara"] = "团本进度:10/10", ["Kathelorae"] = "团本进度:10/10", ["Rynth"] = "团本进度:10/10", ["Knibbler"] = "团本进度:10/10", ["Dakhaos"] = "团本进度:10/10", ["Woolfy"] = "团本进度:10/10", ["Thehighest"] = "团本进度:10/10", ["Frogonalog"] = "团本进度:10/10", ["Ilyasviel"] = "团本进度:10/10", ["Kchow"] = "团本进度:10/10", ["Sardys"] = "团本进度:10/10", ["Troppo"] = "团本进度:9/10", ["Bobtheknight"] = "团本进度:7/10", ["Edia"] = "团本进度:10/10", ["Crazymilktea"] = "团本进度:10/10", ["Nemsky"] = "团本进度:8/10", ["Halliy"] = "团本进度:10/10", ["Finasya"] = "团本进度:10/10", ["Faîthful"] = "团本进度:10/10", ["Papachonk"] = "团本进度:10/10", ["Icejelly"] = "团本进度:10/10", ["Mouseey"] = "团本进度:10/10", ["Smokemyleaf"] = "团本进度:10/10", ["Kerafyrm"] = "团本进度:10/10", ["Magneitzed"] = "团本进度:8/10", ["Erubetie"] = "团本进度:10/10", ["Il"] = "团本进度:10/10", ["Padros"] = "团本进度:10/10", ["Octavium"] = "团本进度:9/10", ["Flushy"] = "团本进度:10/10", ["Taarck"] = "团本进度:10/10", ["Mikalicious"] = "团本进度:10/10", ["Ryllist"] = "团本进度:10/10", ["Stormhub"] = "团本进度:10/10", ["Leeshaarj"] = "团本进度:10/10", ["Rilosie"] = "团本进度:10/10", ["Imdeadrespls"] = "团本进度:10/10", ["Kobenii"] = "团本进度:10/10", ["Adaira"] = "团本进度:10/10", ["Bastadon"] = "团本进度:10/10", ["Behomera"] = "团本进度:9/10", ["Koogsterlol"] = "团本进度:10/10", ["Larcan"] = "团本进度:10/10", ["Uki"] = "团本进度:10/10", ["Humid"] = "团本进度:10/10", ["Balenciagas"] = "团本进度:10/10", ["Omniusqt"] = "团本进度:10/10", ["Nimicle"] = "团本进度:10/10", ["Shijiesa"] = "团本进度:10/10", ["Twis"] = "团本进度:10/10", ["Urgetopurge"] = "团本进度:10/10", ["Bunshocked"] = "团本进度:9/10", ["Unrated"] = "团本进度:10/10", ["Ayeeo"] = "团本进度:10/10", ["Baltsaros"] = "团本进度:10/10", ["Forseti"] = "团本进度:10/10", ["Antispin"] = "团本进度:10/10", ["Vahealthcare"] = "团本进度:9/10", ["Imnotashammy"] = "团本进度:9/10", ["Uwufy"] = "团本进度:10/10", ["Sadpandas"] = "团本进度:10/10", ["Healtallica"] = "团本进度:10/10", ["Avarti"] = "团本进度:10/10", ["Demtotems"] = "团本进度:8/10", ["Butterhands"] = "团本进度:10/10", ["Maibh"] = "团本进度:10/10", ["Uggrukor"] = "团本进度:10/10", ["Aranyic"] = "团本进度:10/10", ["Bulkan"] = "团本进度:10/10", ["Chainless"] = "团本进度:10/10", ["Chibitotems"] = "团本进度:10/10", ["Oxanna"] = "团本进度:10/10", ["Askival"] = "团本进度:10/10", ["Brilliant"] = "团本进度:10/10", ["Rhodes"] = "团本进度:10/10", ["Cinatotems"] = "团本进度:保密", ["Bluegillys"] = "团本进度:10/10", ["Stórmvale"] = "团本进度:8/10", ["Geecee"] = "团本进度:10/10", ["Smyle"] = "团本进度:10/10", ["Rugger"] = "团本进度:9/10", ["Halli"] = "团本进度:10/10", ["Aurova"] = "团本进度:10/10", ["Spoc"] = "团本进度:10/10", ["Veev"] = "团本进度:10/10", ["Boeryj"] = "团本进度:10/10", ["Kovak"] = "团本进度:9/10", ["Mayenesmalls"] = "团本进度:10/10", ["Mikassa"] = "团本进度:10/10", ["Listlesschai"] = "团本进度:10/10", ["Beasty"] = "团本进度:10/10", ["Gello"] = "团本进度:10/10", ["Asrock"] = "团本进度:9/10", ["Fayrefour"] = "团本进度:10/10", ["Amaquis"] = "团本进度:8/10", ["Avaelyn"] = "团本进度:10/10", ["Savierra"] = "团本进度:10/10", ["Oost"] = "团本进度:9/10", ["Nud"] = "团本进度:10/10", ["Runningdoll"] = "团本进度:10/10", ["Bristlecone"] = "团本进度:10/10", ["Drue"] = "团本进度:10/10", ["Dadgoku"] = "团本进度:10/10", ["Samaras"] = "团本进度:10/10", ["Sixofstorms"] = "团本进度:10/10", ["Thandius"] = "团本进度:10/10", ["Krosan"] = "团本进度:10/10", ["Thoroe"] = "团本进度:10/10", ["Waterslide"] = "团本进度:10/10", ["Tortanic"] = "团本进度:8/10", ["Eltosdruid"] = "团本进度:10/10", ["Rosaliya"] = "团本进度:8/10", ["Fseven"] = "团本进度:9/10", ["Shoktea"] = "团本进度:9/10", ["Taliã"] = "团本进度:10/10", ["Delraeyn"] = "团本进度:10/10", ["Kofu"] = "团本进度:10/10", ["Tibbsy"] = "团本进度:10/10", ["Spacêgoat"] = "团本进度:10/10", ["Smokedcheese"] = "团本进度:8/10", ["Cosmicowl"] = "团本进度:10/10", ["Jenrii"] = "团本进度:10/10", ["Kchowchow"] = "团本进度:10/10", ["Purr"] = "团本进度:10/10", ["Mumbley"] = "团本进度:9/10", ["Shinao"] = "团本进度:10/10", ["Cameltoez"] = "团本进度:10/10", ["Restoplay"] = "团本进度:10/10", ["Romerl"] = "团本进度:8/10", ["Sunnyrayfc"] = "团本进度:9/10", ["Papacy"] = "团本进度:10/10", ["Shizamn"] = "团本进度:10/10", ["Olark"] = "团本进度:10/10", ["Hoelyspirit"] = "团本进度:10/10", ["Raugnar"] = "团本进度:8/10", ["Erinann"] = "团本进度:9/10", ["Ezriel"] = "团本进度:8/10", ["Aireal"] = "团本进度:10/10", ["Phaedgoat"] = "团本进度:10/10", ["Shamn"] = "团本进度:10/10", ["Laini"] = "团本进度:9/10", ["Edríc"] = "团本进度:10/10", ["Gëmini"] = "团本进度:10/10", ["Aleksia"] = "团本进度:8/10", ["Nalik"] = "团本进度:9/10", ["Knok"] = "团本进度:8/10", ["Stankyhealz"] = "团本进度:10/10", ["Nudders"] = "团本进度:10/10", ["Mentaiko"] = "团本进度:10/10", ["Simiercy"] = "团本进度:9/10", ["Biffolo"] = "团本进度:保密", ["Fredmcgriff"] = "团本进度:8/10", ["Chimmity"] = "团本进度:9/10", ["Cuddleloaf"] = "团本进度:10/10", ["Wintersail"] = "团本进度:10/10", ["Tamagatcha"] = "团本进度:8/10", ["Crosseyed"] = "团本进度:10/10", ["Sytherlin"] = "团本进度:10/10", ["Jayex"] = "团本进度:8/10", ["Aqul"] = "团本进度:9/10", ["Tryface"] = "团本进度:10/10", ["Ghoules"] = "团本进度:8/10", ["Netix"] = "团本进度:9/10", ["Tickleiish"] = "团本进度:8/10", ["Aeoshaman"] = "团本进度:10/10", ["Starcus"] = "团本进度:9/10", ["Fumblez"] = "团本进度:保密", ["Alytalee"] = "团本进度:10/10", ["Interactive"] = "团本进度:8/10", ["Lyralindole"] = "团本进度:10/10", ["Jiaan"] = "团本进度:10/10", ["Prophecie"] = "团本进度:10/10", ["Teqheala"] = "团本进度:9/10", ["Amariyo"] = "团本进度:8/10", ["Chunkminaj"] = "团本进度:10/10", ["Syntheseez"] = "团本进度:10/10", ["Hairyball"] = "团本进度:10/10", ["Tumpshamn"] = "团本进度:10/10", ["Hermionejane"] = "团本进度:10/10", ["Chainkaren"] = "团本进度:10/10", ["Vampz"] = "团本进度:10/10", ["Emotionman"] = "团本进度:10/10", ["Lemonrazz"] = "团本进度:8/10", ["Lighthands"] = "团本进度:9/10", ["Bready"] = "团本进度:10/10", ["Lolspeak"] = "团本进度:8/10", ["Fauwkin"] = "团本进度:9/10", ["Capacities"] = "团本进度:10/10", ["Skèl"] = "团本进度:9/10", ["Salyn"] = "团本进度:10/10", ["Ilixiaana"] = "团本进度:10/10", ["Blitzago"] = "团本进度:10/10", ["Jwood"] = "团本进度:8/10", ["Manameg"] = "团本进度:10/10", ["Salvania"] = "团本进度:10/10", ["Aristal"] = "团本进度:10/10", ["Jumpstartz"] = "团本进度:9/10", ["Somtaaw"] = "团本进度:10/10", ["Quotem"] = "团本进度:10/10", ["Grumble"] = "团本进度:10/10", ["Taharqa"] = "团本进度:10/10", ["Spartandawg"] = "团本进度:9/10", ["Hazzey"] = "团本进度:10/10", ["Illundrais"] = "团本进度:10/10", ["Duckíe"] = "团本进度:9/10", ["Revìi"] = "团本进度:6/10", ["Reconnekt"] = "团本进度:10/10", ["Totemfans"] = "团本进度:10/10", ["Rexbuttz"] = "团本进度:10/10", ["Smoseroni"] = "团本进度:10/10", ["Horni"] = "团本进度:9/10", ["Charanna"] = "团本进度:10/10", ["Frappé"] = "团本进度:9/10", ["Newsted"] = "团本进度:10/10", ["Exitus"] = "团本进度:10/10", ["Rizelle"] = "团本进度:8/10", ["Phowl"] = "团本进度:8/10", ["Demius"] = "团本进度:10/10", ["Hetmasteen"] = "团本进度:10/10", ["Roocifer"] = "团本进度:8/10", ["Rislyei"] = "团本进度:10/10", ["Bricki"] = "团本进度:8/10", ["Krystyl"] = "团本进度:10/10", ["Aeonos"] = "团本进度:10/10", ["Zéphyrine"] = "团本进度:10/10", ["Charlo"] = "团本进度:9/10", ["Miziris"] = "团本进度:10/10", ["Ashbrínger"] = "团本进度:5/10", ["Cabs"] = "团本进度:10/10", ["Flakeandbake"] = "团本进度:10/10", ["Photon"] = "团本进度:10/10", ["Jumbô"] = "团本进度:9/10", ["Senek"] = "团本进度:9/10", ["Beaü"] = "团本进度:5/10", ["Fouronetwo"] = "团本进度:8/10", ["Mosse"] = "团本进度:10/10", ["Marilou"] = "团本进度:9/10", ["Deevosham"] = "团本进度:10/10", ["Notclove"] = "团本进度:8/10", ["Kadìus"] = "团本进度:7/10", ["Daddymagic"] = "团本进度:8/10", ["Delveona"] = "团本进度:10/10", ["Healhammer"] = "团本进度:8/10", ["Scibbys"] = "团本进度:8/10", ["Palastotem"] = "团本进度:8/10", ["Xiaocc"] = "团本进度:9/10", ["Devanz"] = "团本进度:9/10", ["Totemboat"] = "团本进度:10/10", ["Benedictine"] = "团本进度:10/10", ["Kilijadan"] = "团本进度:8/10", ["Baadeline"] = "团本进度:10/10", ["Silverfaith"] = "团本进度:9/10", ["Raache"] = "团本进度:9/10", ["Lolsville"] = "团本进度:8/10", ["Komaki"] = "团本进度:7/10", ["Knade"] = "团本进度:10/10", ["Rackit"] = "团本进度:8/10", ["Tarf"] = "团本进度:10/10", ["Cathasaigh"] = "团本进度:8/10", ["Scüba"] = "团本进度:10/10", ["Pópe"] = "团本进度:8/10", ["Tamagatchu"] = "团本进度:8/10", ["Madason"] = "团本进度:4/10", ["Gap"] = "团本进度:10/10", ["Higolebeals"] = "团本进度:10/10", ["Azithromycin"] = "团本进度:8/10", ["Rust"] = "团本进度:10/10", ["Äuriol"] = "团本进度:8/10", ["Tonnynha"] = "团本进度:8/10", ["Nynaevve"] = "团本进度:10/10", ["Zessyy"] = "团本进度:8/10", ["Grizmo"] = "团本进度:10/10", ["Kumaa"] = "团本进度:10/10", ["Earljr"] = "团本进度:10/10", ["Luzextingido"] = "团本进度:10/10", ["Latte"] = "团本进度:8/10", ["Teaani"] = "团本进度:10/10", ["Refrigarator"] = "团本进度:10/10", ["Nubshy"] = "团本进度:10/10", ["Tickstre"] = "团本进度:10/10", ["Bearish"] = "团本进度:10/10", ["Sabem"] = "团本进度:8/10", ["ßlights"] = "团本进度:4/10", ["Twointhebush"] = "团本进度:8/10", ["Tasaku"] = "团本进度:9/10", ["Serenityz"] = "团本进度:10/10", ["Alagator"] = "团本进度:9/10", ["Gwenalun"] = "团本进度:10/10", ["Folorene"] = "团本进度:9/10", ["Groot"] = "团本进度:10/10", ["Enpho"] = "团本进度:9/10", ["Ramzeth"] = "团本进度:8/10", ["Chellin"] = "团本进度:8/10", ["Mediocreides"] = "团本进度:保密", ["Popefranky"] = "团本进度:9/10", ["Meladoul"] = "团本进度:10/10", ["Maryjuano"] = "团本进度:8/10", ["Yhisara"] = "团本进度:8/10", ["Sonicwavez"] = "团本进度:8/10", ["Craftybanana"] = "团本进度:8/10", ["Felicitywest"] = "团本进度:10/10", ["Doraj"] = "团本进度:10/10", ["Atosh"] = "团本进度:8/10", ["Zuniat"] = "团本进度:10/10", ["Skizzy"] = "团本进度:10/10", ["Spamchain"] = "团本进度:6/10", ["Flannelman"] = "团本进度:9/10", ["Brandizzle"] = "团本进度:9/10", ["Baraphor"] = "团本进度:10/10", ["Digismash"] = "团本进度:10/10", ["Bruriah"] = "团本进度:8/10", ["Shamadome"] = "团本进度:8/10", ["Faylnewe"] = "团本进度:10/10", ["Kampuchea"] = "团本进度:8/10", ["Dallia"] = "团本进度:9/10", ["Toerag"] = "团本进度:6/10", ["Sorryisuck"] = "团本进度:8/10", ["Zoboomafoo"] = "团本进度:6/10", ["Nasterous"] = "团本进度:8/10", ["Notnotlox"] = "团本进度:8/10", ["Kaachow"] = "团本进度:10/10", ["Asherynn"] = "团本进度:8/10", ["Dinaria"] = "团本进度:8/10", ["Heftier"] = "团本进度:10/10", ["Cloverlight"] = "团本进度:10/10", ["Karone"] = "团本进度:10/10", ["Zettooz"] = "团本进度:10/10", ["Bayes"] = "团本进度:4/10", ["Qwackster"] = "团本进度:9/10", ["Bluetiful"] = "团本进度:保密", ["Gäara"] = "团本进度:9/10", ["Rumiho"] = "团本进度:10/10", ["Nuhro"] = "团本进度:10/10", ["Hutch"] = "团本进度:9/10", ["Sanä"] = "团本进度:9/10", ["Ackack"] = "团本进度:10/10", ["Ppliquor"] = "团本进度:8/10", ["Biocändy"] = "团本进度:8/10", ["Orangeade"] = "团本进度:10/10", ["Mahalo"] = "团本进度:9/10", ["Fonzarella"] = "团本进度:9/10", ["Fathermayeye"] = "团本进度:10/10", ["Wîb"] = "团本进度:8/10", ["Horaff"] = "团本进度:8/10", ["Dorffo"] = "团本进度:10/10", ["Taavi"] = "团本进度:8/10", ["Emirin"] = "团本进度:8/10", ["Nanukimon"] = "团本进度:7/10", ["Omnidos"] = "团本进度:8/10", ["Jaredin"] = "团本进度:8/10", ["Babykitty"] = "团本进度:9/10", ["Lazagna"] = "团本进度:10/10", ["Telilah"] = "团本进度:8/10", ["Cyraya"] = "团本进度:8/10", ["Travis"] = "团本进度:8/10", ["Carib"] = "团本进度:8/10", ["Leonti"] = "团本进度:10/10", ["Dysko"] = "团本进度:9/10", ["Ferrawin"] = "团本进度:10/10", ["Caulktwister"] = "团本进度:9/10", ["Jeak"] = "团本进度:9/10", ["Aedui"] = "团本进度:9/10", ["Treeofhealz"] = "团本进度:10/10", ["Bleumeanie"] = "团本进度:10/10", ["Furvur"] = "团本进度:3/10", ["Dominican"] = "团本进度:9/10", ["Bramar"] = "团本进度:10/10", ["Stormmie"] = "团本进度:8/10", ["Nalui"] = "团本进度:10/10", ["Xercez"] = "团本进度:9/10", ["Dionte"] = "团本进度:8/10", ["Leets"] = "团本进度:10/10", ["Blursed"] = "团本进度:10/10", ["Risikia"] = "团本进度:7/10", ["Druidy"] = "团本进度:10/10", ["Lichi"] = "团本进度:9/10", ["Imphearth"] = "团本进度:8/10", ["Aviendhha"] = "团本进度:9/10", ["Hotmama"] = "团本进度:10/10", ["Cluckish"] = "团本进度:1/10", ["Shortyguy"] = "团本进度:10/10", ["Sephias"] = "团本进度:10/10", ["Dyoniå"] = "团本进度:8/10", ["Fuzzythreat"] = "团本进度:3/10", ["Oschean"] = "团本进度:8/10", ["Gemmers"] = "团本进度:10/10", ["Sorral"] = "团本进度:8/10", ["Nagomiling"] = "团本进度:9/10", ["Preynde"] = "团本进度:9/10", ["Xiha"] = "团本进度:10/10", ["Splooish"] = "团本进度:8/10", ["Wubbanub"] = "团本进度:10/10", ["Lookman"] = "团本进度:9/10", ["Moonnsorrow"] = "团本进度:9/10", ["Kassany"] = "团本进度:10/10", ["Dromind"] = "团本进度:9/10", ["Moorhammer"] = "团本进度:8/10", ["Perveepally"] = "团本进度:3/10", ["Kobk"] = "团本进度:8/10", ["Audiyo"] = "团本进度:10/10", ["Raizia"] = "团本进度:8/10", ["Denfo"] = "团本进度:8/10", ["Achillsheal"] = "团本进度:9/10", ["Patchymoon"] = "团本进度:8/10", ["Dellbourner"] = "团本进度:5/10", ["Gatling"] = "团本进度:8/10", ["Jornostar"] = "团本进度:10/10", ["Jameseysnows"] = "团本进度:6/10", ["Aceolust"] = "团本进度:5/10", ["Zealparm"] = "团本进度:10/10", ["Myherblol"] = "团本进度:10/10", ["Autry"] = "团本进度:9/10", ["Worzel"] = "团本进度:8/10", ["Hollandez"] = "团本进度:4/10", ["Brontee"] = "团本进度:8/10", ["Hushy"] = "团本进度:10/10", ["Shocksadin"] = "团本进度:10/10", ["Meechyy"] = "团本进度:9/10", ["Joltp"] = "团本进度:8/10", ["Destructus"] = "团本进度:8/10", ["Stormserge"] = "团本进度:8/10", ["Nordana"] = "团本进度:9/10", ["Tototem"] = "团本进度:8/10", ["Lanikahi"] = "团本进度:8/10", ["Balloonman"] = "团本进度:5/10", ["Cottonswabz"] = "团本进度:7/10", ["Goldonlysham"] = "团本进度:5/10", ["Soscar"] = "团本进度:8/10", ["Vrael"] = "团本进度:8/10", ["Bootypally"] = "团本进度:8/10", ["Æpainkille"] = "团本进度:8/10", ["Delve"] = "团本进度:5/10", ["Pinipparu"] = "团本进度:8/10", ["Charrsie"] = "团本进度:8/10", ["Babinate"] = "团本进度:6/10", ["Kadak"] = "团本进度:8/10", ["Totemmarran"] = "团本进度:8/10", ["Chainhealing"] = "团本进度:8/10", ["Raytlon"] = "团本进度:8/10", ["Inervateme"] = "团本进度:9/10", ["Ramenchain"] = "团本进度:10/10", ["Brethan"] = "团本进度:8/10", ["Valshammy"] = "团本进度:9/10", ["Nevahtu"] = "团本进度:8/10", ["Runxi"] = "团本进度:10/10", ["Faawn"] = "团本进度:9/10", ["Milklady"] = "团本进度:10/10", ["Khazdum"] = "团本进度:7/10", ["Xspartan"] = "团本进度:5/10", ["Stepbear"] = "团本进度:8/10", ["Humperump"] = "团本进度:9/10", ["Anaideia"] = "团本进度:10/10", ["Xebster"] = "团本进度:9/10", ["Heihu"] = "团本进度:9/10", ["Hachimaki"] = "团本进度:10/10", ["Sunswirl"] = "团本进度:10/10", ["Xldumpster"] = "团本进度:10/10", ["Euli"] = "团本进度:9/10", ["Ralbus"] = "团本进度:8/10", ["Maxentia"] = "团本进度:10/10", ["Lynnae"] = "团本进度:10/10", ["Woolfx"] = "团本进度:10/10", ["Nauli"] = "团本进度:9/10", ["Amonmin"] = "团本进度:6/10", ["Meilaymage"] = "团本进度:9/10", ["Bittykrunks"] = "团本进度:10/10", ["Joshlul"] = "团本进度:8/10", ["Laruni"] = "团本进度:9/10", ["Farclear"] = "团本进度:10/10", ["Falynx"] = "团本进度:9/10", ["Calyptus"] = "团本进度:10/10", ["Violét"] = "团本进度:8/10", ["Droptrio"] = "团本进度:10/10", ["Kikkass"] = "团本进度:9/10", ["Shellf"] = "团本进度:8/10", ["Andrewscott"] = "团本进度:10/10", ["Awefull"] = "团本进度:9/10", ["Oscuravolta"] = "团本进度:9/10", ["Koopanater"] = "团本进度:8/10", ["Fishrub"] = "团本进度:8/10", ["Wysteria"] = "团本进度:10/10", ["Gumpy"] = "团本进度:10/10", ["Mathalas"] = "团本进度:8/10", ["Daefionas"] = "团本进度:8/10", ["Slaightsham"] = "团本进度:8/10", ["Fathergrassi"] = "团本进度:8/10", ["Vows"] = "团本进度:8/10", ["Stij"] = "团本进度:9/10", ["Burmand"] = "团本进度:8/10", ["Pooksi"] = "团本进度:8/10", ["Tofa"] = "团本进度:保密", ["Jeffrus"] = "团本进度:保密", ["Kisaari"] = "团本进度:9/10", ["Ry"] = "团本进度:10/10", ["Icehead"] = "团本进度:8/10", ["Tereä"] = "团本进度:8/10", ["Pouncing"] = "团本进度:8/10", ["Aeronetha"] = "团本进度:9/10", ["Toemexe"] = "团本进度:10/10", ["Heraklius"] = "团本进度:10/10", ["Susu"] = "团本进度:10/10", ["Sawbones"] = "团本进度:7/10", ["Acys"] = "团本进度:9/10", ["Lilshamwow"] = "团本进度:10/10", ["Bearbéb"] = "团本进度:10/10", ["Physicían"] = "团本进度:7/10", ["Reoh"] = "团本进度:5/10", ["Amaazing"] = "团本进度:8/10", ["Draenika"] = "团本进度:8/10", ["Leu"] = "团本进度:8/10", ["Merrs"] = "团本进度:8/10", ["Wataire"] = "团本进度:10/10", ["Zuulin"] = "团本进度:8/10", ["Frubin"] = "团本进度:10/10", ["Thecreekchub"] = "团本进度:8/10", ["Makerz"] = "团本进度:8/10", ["Clueleaf"] = "团本进度:10/10", ["Luulabella"] = "团本进度:8/10", ["Tasai"] = "团本进度:10/10", ["Faithlynne"] = "团本进度:8/10", ["Lczero"] = "团本进度:8/10", ["Sleepypika"] = "团本进度:8/10", ["Taeyonce"] = "团本进度:6/10", ["Floorpunch"] = "团本进度:10/10", ["Trendh"] = "团本进度:4/10", ["Emobear"] = "团本进度:8/10", ["Angelínaholy"] = "团本进度:10/10", ["Fettyhop"] = "团本进度:9/10", ["Krowne"] = "团本进度:8/10", ["Khadwynn"] = "团本进度:8/10", ["Capset"] = "团本进度:5/10", ["Inlanzer"] = "团本进度:8/10", ["Afterlath"] = "团本进度:8/10", ["Boykisser"] = "团本进度:8/10", ["Codemaster"] = "团本进度:8/10", ["Molliwhump"] = "团本进度:8/10", ["Wipes"] = "团本进度:9/10", ["Dildocracy"] = "团本进度:8/10", ["Lamankei"] = "团本进度:10/10", ["Steph"] = "团本进度:10/10", ["Ardisen"] = "团本进度:9/10", ["Meryon"] = "团本进度:8/10", ["Wabacairn"] = "团本进度:10/10", ["Saelas"] = "团本进度:9/10", ["Mwali"] = "团本进度:8/10", ["Tortue"] = "团本进度:8/10", ["Aarrgghh"] = "团本进度:9/10", ["Thewest"] = "团本进度:5/10", ["Shalvio"] = "团本进度:9/10", ["Vatt"] = "团本进度:8/10", ["Timinoupi"] = "团本进度:8/10", ["Ifallna"] = "团本进度:9/10", ["Boreplay"] = "团本进度:6/10", ["Xareyn"] = "团本进度:8/10", ["Edeille"] = "团本进度:10/10", ["Demonicbug"] = "团本进度:5/10", ["Baryndis"] = "团本进度:8/10", ["Ziggiey"] = "团本进度:9/10", ["Dreamcycle"] = "团本进度:2/10", ["Thunderheist"] = "团本进度:保密", ["Leyndah"] = "团本进度:7/10", ["Artemidorus"] = "团本进度:8/10", ["Tigi"] = "团本进度:8/10", ["Evermisty"] = "团本进度:8/10", ["Instt"] = "团本进度:8/10", ["Raíderz"] = "团本进度:10/10", ["Lemonhaunter"] = "团本进度:8/10", ["Eddofive"] = "团本进度:8/10", ["Bjen"] = "团本进度:8/10", ["Cariadne"] = "团本进度:10/10", ["Grimword"] = "团本进度:7/10", ["Lilyachty"] = "团本进度:10/10", ["Yggdrasila"] = "团本进度:8/10", ["Jennytu"] = "团本进度:10/10", ["Jinxer"] = "团本进度:8/10", ["Didishift"] = "团本进度:8/10", ["Profitofdoom"] = "团本进度:8/10", ["Aeriyael"] = "团本进度:9/10", ["Miloki"] = "团本进度:10/10", ["Larryberries"] = "团本进度:8/10", ["Yerimiese"] = "团本进度:7/10", ["Dawkinz"] = "团本进度:8/10", ["Teejofc"] = "团本进度:8/10", ["Terawatt"] = "团本进度:8/10", ["Foranso"] = "团本进度:保密", ["Shiftplox"] = "团本进度:5/10", ["Hinomiko"] = "团本进度:10/10", ["Lionez"] = "团本进度:保密", ["Upseti"] = "团本进度:10/10", ["Kadywompus"] = "团本进度:8/10", ["Howlers"] = "团本进度:10/10", ["Deerr"] = "团本进度:10/10", ["Ëndless"] = "团本进度:8/10", ["Ichainem"] = "团本进度:7/10", ["Totamz"] = "团本进度:9/10", ["Shamalarkey"] = "团本进度:8/10", ["Holorek"] = "团本进度:8/10", ["Absorbed"] = "团本进度:8/10", ["Shämwöwguy"] = "团本进度:8/10", ["Ruathgar"] = "团本进度:9/10", ["Leashmea"] = "团本进度:8/10", ["Rowenä"] = "团本进度:5/10", ["Defamation"] = "团本进度:9/10", ["Trckysham"] = "团本进度:8/10", ["Tjasa"] = "团本进度:8/10", ["Lunagoodlove"] = "团本进度:9/10", ["Deporte"] = "团本进度:9/10", ["Sneer"] = "团本进度:8/10", ["Hijosh"] = "团本进度:8/10", ["Loftea"] = "团本进度:8/10", ["Multi"] = "团本进度:8/10", ["Marg"] = "团本进度:5/10", ["Catatoniclol"] = "团本进度:10/10", ["Choomah"] = "团本进度:9/10", ["Missanne"] = "团本进度:8/10", ["Shamrocshake"] = "团本进度:8/10", ["Hatredcopter"] = "团本进度:8/10", ["Pleasurer"] = "团本进度:10/10", ["Jackzor"] = "团本进度:8/10", ["Dukali"] = "团本进度:8/10", ["Drenalyn"] = "团本进度:9/10", ["Gameness"] = "团本进度:8/10", ["Missioñary"] = "团本进度:10/10", ["Shamonster"] = "团本进度:8/10", ["Kiyokó"] = "团本进度:8/10", ["Zhukit"] = "团本进度:8/10", ["Anaara"] = "团本进度:8/10", ["Mournival"] = "团本进度:8/10", ["Dezyi"] = "团本进度:8/10", ["Friofra"] = "团本进度:1/10", ["Holytuck"] = "团本进度:5/10", ["Diamand"] = "团本进度:8/10", ["Deepfriar"] = "团本进度:8/10", ["Keend"] = "团本进度:3/10", ["Aprincess"] = "团本进度:8/10", ["Morchi"] = "团本进度:8/10", ["Xelis"] = "团本进度:7/10", ["Wantsumhit"] = "团本进度:9/10", ["Polibert"] = "团本进度:7/10", ["Mcbreezey"] = "团本进度:8/10", ["Juicyloll"] = "团本进度:10/10", ["Astarind"] = "团本进度:7/10", ["Totalitarios"] = "团本进度:9/10", ["Maithanet"] = "团本进度:7/10", ["Troublemaker"] = "团本进度:10/10", ["Tekhmender"] = "团本进度:8/10", ["Sinistersyco"] = "团本进度:5/10", ["Eyerus"] = "团本进度:8/10", ["Zarnoth"] = "团本进度:8/10", ["Stavion"] = "团本进度:8/10", ["Brekki"] = "团本进度:8/10", ["Jazmine"] = "团本进度:8/10", ["Brittleglass"] = "团本进度:9/10", ["Evelli"] = "团本进度:10/10", ["Moregrain"] = "团本进度:10/10", ["Tankforgolds"] = "团本进度:保密", ["Freora"] = "团本进度:8/10", ["Kanalar"] = "团本进度:10/10", ["Bootydruid"] = "团本进度:7/10", ["Miriella"] = "团本进度:7/10", ["Kallies"] = "团本进度:10/10", ["Shiftii"] = "团本进度:7/10", ["Zanienn"] = "团本进度:8/10", ["Melmarie"] = "团本进度:8/10", ["Healbad"] = "团本进度:8/10", ["Grokkers"] = "团本进度:7/10", ["Kophi"] = "团本进度:9/10", ["Larrin"] = "团本进度:4/10", ["Doombuffstik"] = "团本进度:8/10", ["Stentor"] = "团本进度:8/10", ["Imhealer"] = "团本进度:8/10", ["Lavadaddy"] = "团本进度:8/10", ["Frosted"] = "团本进度:8/10", ["Tamagatchi"] = "团本进度:5/10", ["Teefa"] = "团本进度:8/10", ["Idrìs"] = "团本进度:保密", ["Dryne"] = "团本进度:8/10", ["Duskdancer"] = "团本进度:8/10", ["Hotis"] = "团本进度:8/10", ["Lifebinder"] = "团本进度:8/10", ["Heldenhammer"] = "团本进度:4/10", ["Qiriana"] = "团本进度:10/10", ["Anirvan"] = "团本进度:9/10", ["Littlehealz"] = "团本进度:8/10", ["Rmaxo"] = "团本进度:8/10", ["Magìkarp"] = "团本进度:7/10", ["Calvâsse"] = "团本进度:8/10", ["Nahr"] = "团本进度:7/10", ["Hidalin"] = "团本进度:8/10", ["Gunnhilda"] = "团本进度:7/10", ["Flauna"] = "团本进度:7/10", ["Crispybois"] = "团本进度:6/10", ["Rashal"] = "团本进度:8/10", ["Tigergirl"] = "团本进度:8/10", ["Falconspirit"] = "团本进度:6/10", ["Tamokah"] = "团本进度:10/10", ["Cheshire"] = "团本进度:8/10", ["Dabearin"] = "团本进度:8/10", ["Chyzam"] = "团本进度:7/10", ["Kyrala"] = "团本进度:8/10", ["Alyceflint"] = "团本进度:8/10", ["Naato"] = "团本进度:7/10", ["Unbenched"] = "团本进度:10/10", ["Lucifia"] = "团本进度:6/10", ["Kodiaka"] = "团本进度:9/10", ["Feeks"] = "团本进度:8/10", ["Darek"] = "团本进度:8/10", ["Alvaryn"] = "团本进度:5/10", ["Birou"] = "团本进度:6/10", ["Kimmykk"] = "团本进度:8/10", ["Azraíel"] = "团本进度:9/10", ["Sunlounger"] = "团本进度:4/10", ["Saison"] = "团本进度:8/10", ["Mayukii"] = "团本进度:8/10", ["Ravende"] = "团本进度:10/10", ["Threpallyman"] = "团本进度:10/10", ["Teva"] = "团本进度:8/10", ["Vondugan"] = "团本进度:9/10", ["Shamtasical"] = "团本进度:8/10", ["Duckduckgoat"] = "团本进度:8/10", ["Lusst"] = "团本进度:10/10", ["Remadin"] = "团本进度:7/10", ["Philbedder"] = "团本进度:8/10", ["Jasibella"] = "团本进度:8/10", ["Ereviz"] = "团本进度:10/10", ["Leía"] = "团本进度:10/10", ["Löthar"] = "团本进度:9/10", ["Madtree"] = "团本进度:6/10", ["Praxiteles"] = "团本进度:6/10", ["Fantasie"] = "团本进度:8/10", ["Dekertha"] = "团本进度:8/10", ["Sylka"] = "团本进度:8/10", ["Underlight"] = "团本进度:8/10", ["Leerishock"] = "团本进度:4/10", ["Swämp"] = "团本进度:8/10", ["Fuzzygoat"] = "团本进度:9/10", ["Varladen"] = "团本进度:8/10", ["Asunaqt"] = "团本进度:5/10", ["Bodivine"] = "团本进度:3/10", ["Omja"] = "团本进度:10/10", ["Dosmanzanas"] = "团本进度:8/10", ["Tcat"] = "团本进度:5/10", ["Alealy"] = "团本进度:8/10", ["Semih"] = "团本进度:2/10", ["Nodak"] = "团本进度:8/10", ["Delimeats"] = "团本进度:8/10", ["Dirkaa"] = "团本进度:8/10", ["Ellinore"] = "团本进度:8/10", ["Felmirah"] = "团本进度:8/10", ["Ininfufu"] = "团本进度:7/10", ["Thotiiana"] = "团本进度:7/10", ["Avelessa"] = "团本进度:保密", ["Ascher"] = "团本进度:8/10", ["Lahbeans"] = "团本进度:8/10", ["Cerbius"] = "团本进度:8/10", ["Xordon"] = "团本进度:8/10", ["Navikins"] = "团本进度:保密", ["Redfiveforce"] = "团本进度:8/10", ["Xiaoder"] = "团本进度:8/10", ["Wyldflower"] = "团本进度:9/10", ["Mullie"] = "团本进度:5/10", ["Shamanne"] = "团本进度:8/10", ["Edwardhyde"] = "团本进度:8/10", ["Rahelly"] = "团本进度:9/10", ["Furryball"] = "团本进度:8/10", ["Valoriee"] = "团本进度:8/10", ["Boombajones"] = "团本进度:8/10", ["Allformsmatr"] = "团本进度:8/10", ["Mama"] = "团本进度:8/10", ["Shawky"] = "团本进度:8/10", ["Swedbucks"] = "团本进度:8/10", ["Deneathor"] = "团本进度:5/10", ["Beladel"] = "团本进度:8/10", ["Glamo"] = "团本进度:10/10", ["Verdras"] = "团本进度:8/10", ["Bluebar"] = "团本进度:8/10", ["Enduras"] = "团本进度:8/10", ["Benehime"] = "团本进度:6/10", ["Shadowlove"] = "团本进度:8/10", ["Issona"] = "团本进度:10/10", ["Konstance"] = "团本进度:8/10", ["Aqulsham"] = "团本进度:8/10", ["Shammyspiçe"] = "团本进度:8/10", ["Federer"] = "团本进度:5/10", ["Rawrs"] = "团本进度:6/10", ["Gillygoat"] = "团本进度:8/10", ["Crisprbaby"] = "团本进度:10/10", ["Starfya"] = "团本进度:6/10", ["Pelatris"] = "团本进度:9/10", ["Xdriven"] = "团本进度:9/10", ["Beodan"] = "团本进度:10/10", ["Dranik"] = "团本进度:7/10", ["Holycoconuts"] = "团本进度:10/10", ["Boxish"] = "团本进度:1/10", ["Jmaxichains"] = "团本进度:5/10", ["Litup"] = "团本进度:8/10", ["Naomihots"] = "团本进度:6/10", ["Lucicely"] = "团本进度:8/10", ["Kassamirri"] = "团本进度:8/10", ["Anklanara"] = "团本进度:7/10", ["Durrlin"] = "团本进度:8/10", ["Pruffers"] = "团本进度:5/10", ["Swyftpaw"] = "团本进度:9/10", ["Rednaxela"] = "团本进度:9/10", ["Evantessa"] = "团本进度:8/10", ["Skuzwife"] = "团本进度:9/10", ["Mindala"] = "团本进度:8/10", ["Murkarr"] = "团本进度:10/10", ["Gurdafarid"] = "团本进度:8/10", ["Tylershaman"] = "团本进度:6/10", ["Gascanstan"] = "团本进度:3/10", ["Gavitor"] = "团本进度:8/10", ["Skarla"] = "团本进度:8/10", ["Calamie"] = "团本进度:8/10", ["Yogibearish"] = "团本进度:8/10", ["Saelorn"] = "团本进度:8/10", ["Marrics"] = "团本进度:8/10", ["Grenei"] = "团本进度:8/10", ["Sovereignman"] = "团本进度:8/10", ["Benedicktus"] = "团本进度:保密", ["Frwn"] = "团本进度:3/10", ["Stann"] = "团本进度:8/10", ["Tikadi"] = "团本进度:8/10", ["Chakras"] = "团本进度:8/10", ["Strickenholy"] = "团本进度:2/10", ["Tophoo"] = "团本进度:9/10", ["Anthonomus"] = "团本进度:10/10", ["Zerospace"] = "团本进度:8/10", ["Happymints"] = "团本进度:8/10", ["Vanzaniss"] = "团本进度:8/10", ["Elenin"] = "团本进度:8/10", ["Kaitlaa"] = "团本进度:5/10", ["Qhw"] = "团本进度:9/10", ["Yeethaw"] = "团本进度:7/10", ["Stormyblaze"] = "团本进度:8/10", ["Mélisse"] = "团本进度:9/10", ["Cailthan"] = "团本进度:10/10", ["Babyruthie"] = "团本进度:9/10", ["Endaria"] = "团本进度:8/10", ["Erggy"] = "团本进度:8/10", ["Fifthelement"] = "团本进度:7/10", ["Rozbicie"] = "团本进度:7/10", ["Shannanigan"] = "团本进度:8/10", ["Psychopump"] = "团本进度:8/10", ["Zharros"] = "团本进度:8/10", ["Aesop"] = "团本进度:8/10", ["Unoshield"] = "团本进度:8/10", ["Raikonz"] = "团本进度:8/10", ["Sanglante"] = "团本进度:5/10", ["Luanné"] = "团本进度:8/10", ["Tepaartos"] = "团本进度:8/10", ["Tirek"] = "团本进度:9/10", ["Mamastace"] = "团本进度:8/10", ["Palymandroid"] = "团本进度:8/10", ["Aeveradys"] = "团本进度:8/10", ["Vainzanis"] = "团本进度:8/10", ["Gavinras"] = "团本进度:6/10", ["Kahllii"] = "团本进度:8/10", ["Nyalee"] = "团本进度:8/10", ["Teremianin"] = "团本进度:10/10", ["Adonzi"] = "团本进度:9/10", ["Redbox"] = "团本进度:8/10", ["Motato"] = "团本进度:8/10", ["Lunifien"] = "团本进度:9/10", ["Eyeforaneye"] = "团本进度:保密", ["Thiccdruid"] = "团本进度:保密", ["Wíldcat"] = "团本进度:5/10", ["Raynsticks"] = "团本进度:8/10", ["Dranic"] = "团本进度:8/10", ["Aeriem"] = "团本进度:8/10", ["Sadindris"] = "团本进度:8/10", ["Highish"] = "团本进度:8/10", ["Stivstam"] = "团本进度:7/10", ["Druidsef"] = "团本进度:8/10", ["Saroshiar"] = "团本进度:7/10", ["Dyríc"] = "团本进度:8/10", ["Yellowsnoman"] = "团本进度:8/10", ["Basansi"] = "团本进度:8/10", ["Danidoodle"] = "团本进度:8/10", ["Jessi"] = "团本进度:8/10", ["Neba"] = "团本进度:保密", ["Tailwag"] = "团本进度:10/10", ["Hotdogfarm"] = "团本进度:8/10", ["Kaatt"] = "团本进度:9/10", ["Granolas"] = "团本进度:8/10", ["Zombiehuntr"] = "团本进度:8/10", ["Gayusmaximus"] = "团本进度:保密", ["Glucose"] = "团本进度:8/10", ["Shiifty"] = "团本进度:8/10", ["Atey"] = "团本进度:8/10", ["Divineblade"] = "团本进度:8/10", ["Couchripper"] = "团本进度:8/10", ["Johemian"] = "团本进度:8/10", ["Amayah"] = "团本进度:6/10", ["Norroth"] = "团本进度:10/10", ["Offseason"] = "团本进度:8/10", ["Noimnot"] = "团本进度:8/10", ["Draíodóir"] = "团本进度:6/10", ["Hotties"] = "团本进度:8/10", ["Holyron"] = "团本进度:8/10", ["Majurtotems"] = "团本进度:8/10", ["Riggy"] = "团本进度:8/10", ["Alidaddy"] = "团本进度:8/10", ["Thundrbottom"] = "团本进度:8/10", ["Aumm"] = "团本进度:8/10", ["Alchemist"] = "团本进度:8/10", ["Skahdoosh"] = "团本进度:5/10", ["Shinigamixo"] = "团本进度:7/10", ["Opiie"] = "团本进度:8/10", ["Oxycodonut"] = "团本进度:6/10", ["Ashantix"] = "团本进度:9/10", ["Roofeo"] = "团本进度:8/10", ["Vxis"] = "团本进度:8/10", ["Stentrr"] = "团本进度:6/10", ["Proline"] = "团本进度:保密", ["Almera"] = "团本进度:8/10", ["Yazimuth"] = "团本进度:7/10", ["Chychy"] = "团本进度:6/10", ["Juiced"] = "团本进度:5/10", ["Mellojello"] = "团本进度:6/10", ["Nyxisnox"] = "团本进度:8/10", ["Fabindric"] = "团本进度:8/10", ["Daelyla"] = "团本进度:5/10", ["Mitop"] = "团本进度:8/10", ["Nobilitas"] = "团本进度:8/10", ["Classicdude"] = "团本进度:7/10", ["Glumptruck"] = "团本进度:8/10", ["Fauna"] = "团本进度:5/10", ["Alisarisel"] = "团本进度:8/10", ["Overdozer"] = "团本进度:8/10", ["Sandbandito"] = "团本进度:8/10", ["Sotirios"] = "团本进度:8/10", ["Ozmodiar"] = "团本进度:8/10", ["Fullyresto"] = "团本进度:6/10", ["Nyú"] = "团本进度:8/10", ["Inst"] = "团本进度:6/10", ["Sunsetgodess"] = "团本进度:8/10", ["Bigreaver"] = "团本进度:6/10", ["Jiounx"] = "团本进度:8/10", ["Taviarn"] = "团本进度:7/10", ["Meddy"] = "团本进度:8/10", ["Murejs"] = "团本进度:8/10", ["Tyronn"] = "团本进度:8/10", ["Holydabs"] = "团本进度:8/10", ["Rites"] = "团本进度:10/10", ["Gothicgirl"] = "团本进度:8/10", ["Foshizle"] = "团本进度:7/10", ["Woops"] = "团本进度:8/10", ["Sianthi"] = "团本进度:8/10", ["Nospriest"] = "团本进度:8/10", ["Yuriká"] = "团本进度:5/10", ["Kalte"] = "团本进度:7/10", ["Vari"] = "团本进度:9/10", ["Nicespice"] = "团本进度:8/10", ["Mayjai"] = "团本进度:8/10", ["Kayonae"] = "团本进度:7/10", ["Mikeg"] = "团本进度:8/10", ["Hotzndots"] = "团本进度:5/10", ["Draugzen"] = "团本进度:8/10", ["Leafygreene"] = "团本进度:9/10", ["Almaelma"] = "团本进度:8/10", ["Rozzygoat"] = "团本进度:7/10", ["Phenomena"] = "团本进度:8/10", ["Gammago"] = "团本进度:8/10", ["Dadadruid"] = "团本进度:7/10", ["Burlokin"] = "团本进度:8/10", ["Notoriouspim"] = "团本进度:7/10", ["Echilada"] = "团本进度:10/10", ["Lakim"] = "团本进度:8/10", ["Pide"] = "团本进度:10/10", ["Clamara"] = "团本进度:8/10", ["Hèllstar"] = "团本进度:6/10", ["Remedeez"] = "团本进度:8/10", ["Webin"] = "团本进度:8/10", ["Stigzz"] = "团本进度:5/10", ["Sanguini"] = "团本进度:8/10", ["Walordpally"] = "团本进度:8/10", ["Krustykristy"] = "团本进度:7/10", ["Luckymaneer"] = "团本进度:8/10", ["Temptréss"] = "团本进度:8/10", ["Thundrastruk"] = "团本进度:7/10", ["Coolbot"] = "团本进度:8/10", ["Vermilian"] = "团本进度:8/10", ["Hurli"] = "团本进度:8/10", ["Rogerfederer"] = "团本进度:5/10", ["Shriya"] = "团本进度:8/10", ["Rylleaf"] = "团本进度:7/10", ["Dakkpriest"] = "团本进度:8/10", ["Blakeoman"] = "团本进度:5/10", ["Bernetta"] = "团本进度:8/10", ["Mallaise"] = "团本进度:8/10", ["Lenaskyson"] = "团本进度:8/10", ["Isdelth"] = "团本进度:保密", ["Auriella"] = "团本进度:8/10", ["Kanst"] = "团本进度:8/10", ["Screemx"] = "团本进度:8/10", ["Breahna"] = "团本进度:8/10", ["Jonesii"] = "团本进度:8/10", ["Hk"] = "团本进度:6/10", ["Plewb"] = "团本进度:5/10", ["Singulär"] = "团本进度:8/10", ["Youjun"] = "团本进度:8/10", ["Malfaz"] = "团本进度:8/10", ["Kizaru"] = "团本进度:7/10", ["Camco"] = "团本进度:6/10", ["Coolconrad"] = "团本进度:8/10", ["Xoxolu"] = "团本进度:7/10", ["Ironcladx"] = "团本进度:7/10", ["Berzox"] = "团本进度:3/10", ["Megatotem"] = "团本进度:7/10", ["Golmeth"] = "团本进度:8/10", ["Namesmt"] = "团本进度:8/10", ["Ordinarii"] = "团本进度:5/10", ["Deanbean"] = "团本进度:8/10", ["Boomdrood"] = "团本进度:7/10", ["Mstreat"] = "团本进度:8/10", ["Darescus"] = "团本进度:8/10", ["Darkharvest"] = "团本进度:8/10", ["Kvat"] = "团本进度:7/10", ["Nikeeta"] = "团本进度:8/10", ["Urbanbourbon"] = "团本进度:8/10", ["Moonelyte"] = "团本进度:8/10", ["Glicia"] = "团本进度:8/10", ["Tigershaman"] = "团本进度:10/10", ["Niniiaca"] = "团本进度:10/10", ["Abellah"] = "团本进度:8/10", ["Spk"] = "团本进度:9/10", ["Chanseyy"] = "团本进度:8/10", ["Syranis"] = "团本进度:8/10", ["Sponkadin"] = "团本进度:5/10", ["Scörpiô"] = "团本进度:8/10", ["Pitusberry"] = "团本进度:6/10", ["Arilith"] = "团本进度:8/10", ["Wickller"] = "团本进度:7/10", ["Truex"] = "团本进度:8/10", ["Greeñnewdeal"] = "团本进度:5/10", ["Chayyim"] = "团本进度:9/10", ["Disdimona"] = "团本进度:8/10", ["Selvera"] = "团本进度:8/10", ["Coralinë"] = "团本进度:9/10", ["Kajuh"] = "团本进度:8/10", ["Cadie"] = "团本进度:8/10", ["Rezmeh"] = "团本进度:8/10", ["Nezco"] = "团本进度:9/10", ["Okearney"] = "团本进度:8/10", ["Licalica"] = "团本进度:8/10", ["Roflmywofl"] = "团本进度:5/10", ["Viennalotus"] = "团本进度:10/10", ["Sislovesya"] = "团本进度:7/10", ["Chupapimunyo"] = "团本进度:8/10", ["Tessira"] = "团本进度:8/10", ["Wakadin"] = "团本进度:保密", ["Baalek"] = "团本进度:8/10", ["Mastusius"] = "团本进度:8/10", ["Grifslynam"] = "团本进度:8/10", ["Inkjet"] = "团本进度:6/10", ["Moghleen"] = "团本进度:4/10", ["Bezer"] = "团本进度:8/10", ["Priestiitute"] = "团本进度:6/10", ["Barrii"] = "团本进度:3/10", ["Alynna"] = "团本进度:6/10", ["Dacys"] = "团本进度:8/10", ["Hornytoes"] = "团本进度:5/10", ["Valcyr"] = "团本进度:10/10", ["Naruhodo"] = "团本进度:8/10", ["Stríke"] = "团本进度:3/10", ["Sensetta"] = "团本进度:7/10", ["Thejerk"] = "团本进度:5/10", ["Nymnii"] = "团本进度:保密", ["Nolyhipples"] = "团本进度:8/10", ["Katleah"] = "团本进度:8/10", ["Jackhamma"] = "团本进度:7/10", ["Musculitos"] = "团本进度:8/10", ["Leafone"] = "团本进度:保密", ["Redpriestess"] = "团本进度:8/10", ["Olwë"] = "团本进度:8/10", ["Maryjanelife"] = "团本进度:5/10", ["Haakonsonson"] = "团本进度:8/10", ["Catatonixlol"] = "团本进度:7/10", ["Ashanah"] = "团本进度:6/10", ["Mikveh"] = "团本进度:8/10", ["Solidpliskin"] = "团本进度:8/10", ["Mediiç"] = "团本进度:7/10", ["Thingdru"] = "团本进度:4/10", ["Mellexis"] = "团本进度:8/10", ["Touchmytotom"] = "团本进度:8/10", ["Bastadoc"] = "团本进度:保密", ["Evenieri"] = "团本进度:10/10", ["Zerthadin"] = "团本进度:4/10", ["Damord"] = "团本进度:8/10", ["Snorkly"] = "团本进度:8/10", ["Malaborne"] = "团本进度:8/10", ["Sylqen"] = "团本进度:8/10", ["Bombastica"] = "团本进度:5/10", ["Eleath"] = "团本进度:8/10", ["Sloar"] = "团本进度:6/10", ["Feluriann"] = "团本进度:8/10", ["Jdubtotem"] = "团本进度:8/10", ["Mournhammer"] = "团本进度:8/10", ["Beararms"] = "团本进度:7/10", ["Draltcur"] = "团本进度:5/10", ["Trckypal"] = "团本进度:7/10", ["Brooski"] = "团本进度:8/10", ["Luceline"] = "团本进度:6/10", ["Georgialina"] = "团本进度:7/10", ["Chaosboose"] = "团本进度:9/10", ["Circlebar"] = "团本进度:6/10", ["Muunshade"] = "团本进度:8/10", ["Ravên"] = "团本进度:7/10", ["Kithaa"] = "团本进度:8/10", ["Hï"] = "团本进度:6/10", ["Sarantamoon"] = "团本进度:6/10", ["Shocktarts"] = "团本进度:5/10", ["Oakshand"] = "团本进度:8/10", ["Felgrod"] = "团本进度:5/10", ["Thoryl"] = "团本进度:6/10", ["Bigphatjerk"] = "团本进度:9/10", ["Xyllis"] = "团本进度:8/10", ["Calistto"] = "团本进度:7/10", ["Natural"] = "团本进度:7/10", ["Hadiya"] = "团本进度:8/10", ["Misspots"] = "团本进度:10/10", ["Sigzill"] = "团本进度:5/10", ["Mayumie"] = "团本进度:6/10", ["Petertingle"] = "团本进度:8/10", ["Totei"] = "团本进度:7/10", ["Fïrefïre"] = "团本进度:8/10", ["Nautypillows"] = "团本进度:8/10", ["Amyntherra"] = "团本进度:6/10", ["Bananamanaa"] = "团本进度:8/10", ["Yoloshammy"] = "团本进度:7/10", ["Amallthia"] = "团本进度:8/10", ["Columnclaw"] = "团本进度:6/10", ["Monkdrezel"] = "团本进度:5/10", ["Clütch"] = "团本进度:10/10", ["Intothestorm"] = "团本进度:5/10", ["Remedin"] = "团本进度:1/10", ["Bouncie"] = "团本进度:10/10", ["Breannagh"] = "团本进度:8/10", ["Sketchie"] = "团本进度:7/10", ["Maxenjoy"] = "团本进度:8/10", ["Hoesarious"] = "团本进度:7/10", ["Roonsing"] = "团本进度:8/10", ["Moxel"] = "团本进度:8/10", ["Golomoth"] = "团本进度:5/10", ["Tummystyx"] = "团本进度:3/10", ["Adeluna"] = "团本进度:1/10", ["Bruizzer"] = "团本进度:7/10", ["Djcrazy"] = "团本进度:8/10", ["Squídbilly"] = "团本进度:8/10", ["Asteriá"] = "团本进度:7/10", ["Lillyane"] = "团本进度:7/10", ["Dawnbearer"] = "团本进度:8/10", ["Ankhorman"] = "团本进度:6/10", ["Airissa"] = "团本进度:8/10", ["Méiguïhuä"] = "团本进度:8/10", ["Theoh"] = "团本进度:5/10", ["Gindie"] = "团本进度:7/10", ["Lavona"] = "团本进度:5/10", ["Githerix"] = "团本进度:5/10", ["Darri"] = "团本进度:5/10", ["Caedús"] = "团本进度:5/10", ["Oomm"] = "团本进度:5/10", ["Crackwhoer"] = "团本进度:8/10", ["Kavorkianmd"] = "团本进度:7/10", ["Prometeüs"] = "团本进度:9/10", ["Etaoín"] = "团本进度:6/10", ["Kuritree"] = "团本进度:6/10", ["Treebear"] = "团本进度:5/10", ["Criwolfmist"] = "团本进度:9/10", ["Aduckonquack"] = "团本进度:6/10", ["Tripset"] = "团本进度:保密", ["Duanwu"] = "团本进度:8/10", ["Reflextion"] = "团本进度:7/10", ["Sg"] = "团本进度:9/10", ["Lyplak"] = "团本进度:1/10", ["Andokai"] = "团本进度:8/10", ["Scentaur"] = "团本进度:8/10", ["Anay"] = "团本进度:3/10", ["Taeger"] = "团本进度:4/10", ["Mahyka"] = "团本进度:9/10", ["Liras"] = "团本进度:8/10", ["Restö"] = "团本进度:5/10", ["Demonika"] = "团本进度:8/10", ["Sniffwildly"] = "团本进度:8/10", ["Holymeeko"] = "团本进度:7/10", ["Apojee"] = "团本进度:6/10", ["Chantrelle"] = "团本进度:8/10", ["Xelene"] = "团本进度:5/10", ["Siidim"] = "团本进度:6/10", ["Tbuck"] = "团本进度:5/10", ["Adelia"] = "团本进度:8/10", ["Záb"] = "团本进度:8/10", ["Lorrayn"] = "团本进度:7/10", ["Asholio"] = "团本进度:8/10", ["Evelindrela"] = "团本进度:7/10", ["Camëlla"] = "团本进度:8/10", ["Theda"] = "团本进度:8/10", ["Domemagnon"] = "团本进度:6/10", ["Avacin"] = "团本进度:8/10", ["Edít"] = "团本进度:5/10", ["Mommymilkèrs"] = "团本进度:8/10", ["Shiggetyg"] = "团本进度:8/10", ["Winry"] = "团本进度:6/10", ["Estamonsina"] = "团本进度:8/10", ["Claudus"] = "团本进度:8/10", ["Yetieez"] = "团本进度:7/10", ["Hiawätha"] = "团本进度:8/10", ["Phaedras"] = "团本进度:10/10", ["Lightbewithu"] = "团本进度:8/10", ["Canuckio"] = "团本进度:8/10", ["Shockable"] = "团本进度:8/10", ["Drrako"] = "团本进度:3/10", ["Holysquirts"] = "团本进度:保密", ["Modey"] = "团本进度:7/10", ["Kitiania"] = "团本进度:8/10", ["Tsusena"] = "团本进度:2/10", ["Di"] = "团本进度:8/10", ["Herrgott"] = "团本进度:4/10", ["Sodahealz"] = "团本进度:保密", ["Bitey"] = "团本进度:8/10", ["Tenorclef"] = "团本进度:4/10", ["Narthecium"] = "团本进度:8/10", ["Timothay"] = "团本进度:8/10", ["Xeloth"] = "团本进度:8/10", ["Yabusted"] = "团本进度:7/10", ["Sarahgirl"] = "团本进度:7/10", ["Terrasol"] = "团本进度:8/10", ["Tarcilen"] = "团本进度:8/10", ["Amboolance"] = "团本进度:6/10", ["Atarah"] = "团本进度:7/10", ["Alariss"] = "团本进度:6/10", ["Daretpally"] = "团本进度:8/10", ["Happymeals"] = "团本进度:7/10", ["Megamend"] = "团本进度:8/10", ["Telvar"] = "团本进度:6/10", ["Vizhin"] = "团本进度:8/10", ["Richbaby"] = "团本进度:5/10", ["Birdofnature"] = "团本进度:5/10", ["Amorell"] = "团本进度:4/10", ["Mimzzey"] = "团本进度:7/10", ["Druidbeer"] = "团本进度:保密", ["Ctolz"] = "团本进度:3/10", ["Beerftw"] = "团本进度:5/10", ["Bindy"] = "团本进度:8/10", ["Ogiimaa"] = "团本进度:6/10", ["Onephonypony"] = "团本进度:7/10", ["Kakethea"] = "团本进度:5/10", ["Lightnova"] = "团本进度:8/10", ["Cioc"] = "团本进度:8/10", ["Jadruxin"] = "团本进度:6/10", ["Emppalpatine"] = "团本进度:5/10", ["Bubblyblondy"] = "团本进度:9/10", ["Deespally"] = "团本进度:8/10", ["Catsy"] = "团本进度:8/10", ["Obahdiah"] = "团本进度:8/10", ["Jaason"] = "团本进度:5/10", ["Regorlin"] = "团本进度:保密", ["Sippycups"] = "团本进度:6/10", ["Asurelotas"] = "团本进度:8/10", ["Brizina"] = "团本进度:7/10", ["Zerbadabadoo"] = "团本进度:7/10", ["Bromy"] = "团本进度:8/10", ["Chi"] = "团本进度:8/10", ["Haîrypotter"] = "团本进度:2/10", ["Magrethea"] = "团本进度:8/10", ["Ihavehots"] = "团本进度:5/10", ["Phoeberi"] = "团本进度:7/10", ["Troidtine"] = "团本进度:8/10", ["Gwyndolyn"] = "团本进度:8/10", ["Hyperneps"] = "团本进度:8/10", ["Sinnedale"] = "团本进度:4/10", ["Haltarratay"] = "团本进度:7/10", ["Draras"] = "团本进度:8/10", ["Keydira"] = "团本进度:5/10", ["Unholykiller"] = "团本进度:8/10", ["Gamaflip"] = "团本进度:5/10", ["Corgres"] = "团本进度:8/10", ["Goldenbomber"] = "团本进度:1/10", ["Rhuark"] = "团本进度:4/10", ["Carriedme"] = "团本进度:8/10", ["Terriblesix"] = "团本进度:保密", ["Thewalkinman"] = "团本进度:8/10", ["Drakniara"] = "团本进度:8/10", ["Suchugunuss"] = "团本进度:5/10", ["Fallawen"] = "团本进度:保密", ["Rothua"] = "团本进度:6/10", ["Chainfury"] = "团本进度:5/10", ["Laurenbobby"] = "团本进度:6/10", ["Avorilya"] = "团本进度:8/10", ["Lemontrea"] = "团本进度:6/10", ["Griblit"] = "团本进度:5/10", ["Dawnzlight"] = "团本进度:8/10", ["Airibeth"] = "团本进度:8/10", ["Thetruth"] = "团本进度:4/10", ["Flaap"] = "团本进度:6/10", ["Beakbeak"] = "团本进度:6/10", ["Allipally"] = "团本进度:5/10", ["Hethorius"] = "团本进度:5/10", ["Samwir"] = "团本进度:8/10", ["Cirillà"] = "团本进度:8/10", ["Sylestá"] = "团本进度:5/10", ["Edrian"] = "团本进度:6/10", ["Smokehound"] = "团本进度:8/10", ["Thebuddhaman"] = "团本进度:3/10", ["Vanagorn"] = "团本进度:8/10", ["Frazzles"] = "团本进度:保密", ["Jonque"] = "团本进度:7/10", ["Lyricals"] = "团本进度:4/10", ["Där"] = "团本进度:8/10", ["Sedanis"] = "团本进度:4/10", ["Juneaus"] = "团本进度:6/10", ["Angelium"] = "团本进度:6/10", ["Likeshammo"] = "团本进度:保密", ["Lastsonata"] = "团本进度:8/10", ["Strykadin"] = "团本进度:5/10", ["Zynkar"] = "团本进度:8/10", ["Incarum"] = "团本进度:5/10", ["Mârabella"] = "团本进度:7/10", ["Jimthyme"] = "团本进度:6/10", ["Healztodeath"] = "团本进度:6/10", ["Herbalist"] = "团本进度:8/10", ["Kepinu"] = "团本进度:7/10", ["Arkean"] = "团本进度:8/10", ["Wbmeta"] = "团本进度:保密", ["Newdqt"] = "团本进度:9/10", ["Obligatiøn"] = "团本进度:8/10", ["Ðøc"] = "团本进度:6/10", ["Medik"] = "团本进度:5/10", ["Czeski"] = "团本进度:4/10", ["Obertotem"] = "团本进度:5/10", ["Oreallypal"] = "团本进度:8/10", ["Friarbûck"] = "团本进度:8/10", ["Fohh"] = "团本进度:5/10", ["Annox"] = "团本进度:6/10", ["Furtank"] = "团本进度:6/10", ["Grimadin"] = "团本进度:4/10", ["Murdernickel"] = "团本进度:7/10", ["Skorian"] = "团本进度:3/10", ["Minrimmon"] = "团本进度:8/10", ["Diviniah"] = "团本进度:5/10", ["Aedris"] = "团本进度:5/10", ["Caity"] = "团本进度:8/10", ["Dommodz"] = "团本进度:8/10", ["Glothers"] = "团本进度:8/10", ["Acinonyx"] = "团本进度:保密", ["Poweroffaith"] = "团本进度:5/10", ["Zerein"] = "团本进度:保密", ["Enderz"] = "团本进度:4/10", ["Faniel"] = "团本进度:6/10", ["Holyundawear"] = "团本进度:保密", ["Healing"] = "团本进度:保密", ["Holylightar"] = "团本进度:8/10", ["Wilis"] = "团本进度:5/10", ["Spotchka"] = "团本进度:4/10", ["Bluntzlól"] = "团本进度:10/10", ["Verna"] = "团本进度:8/10", ["Acionna"] = "团本进度:6/10", ["Bübss"] = "团本进度:5/10", ["Hotter"] = "团本进度:保密", ["Hemphealer"] = "团本进度:3/10", ["Nephedrine"] = "团本进度:8/10", ["Healss"] = "团本进度:5/10", ["Naomis"] = "团本进度:8/10", ["Aweshocked"] = "团本进度:8/10", ["Heelsbb"] = "团本进度:9/10", ["Avelysa"] = "团本进度:8/10", ["Aranyszin"] = "团本进度:7/10", ["Zavv"] = "团本进度:6/10", ["Bakdu"] = "团本进度:2/10", ["Akeso"] = "团本进度:4/10", ["Aelwýn"] = "团本进度:8/10", ["Beerpong"] = "团本进度:7/10", ["Neithne"] = "团本进度:5/10", ["Poperoni"] = "团本进度:5/10", ["Discohealz"] = "团本进度:6/10", ["Milliampere"] = "团本进度:7/10", ["Lukefuchs"] = "团本进度:5/10", ["Fryhole"] = "团本进度:8/10", ["Bluesquatch"] = "团本进度:8/10", ["Danath"] = "团本进度:7/10", ["Stratekilin"] = "团本进度:5/10", ["Tomias"] = "团本进度:3/10", ["Soranoikari"] = "团本进度:5/10", ["Healsareus"] = "团本进度:8/10", ["Miralee"] = "团本进度:1/10", ["Acidfairy"] = "团本进度:8/10", ["Verabennett"] = "团本进度:8/10", ["Pollydon"] = "团本进度:5/10", ["Gomisama"] = "团本进度:8/10", ["Admeria"] = "团本进度:7/10", ["Sãdie"] = "团本进度:6/10", ["Darkroux"] = "团本进度:5/10", ["Nephrael"] = "团本进度:6/10", ["Avinath"] = "团本进度:5/10", ["Heilziege"] = "团本进度:4/10", ["Kailune"] = "团本进度:6/10", ["Ceibhfhion"] = "团本进度:3/10", ["Léndora"] = "团本进度:8/10", ["Hordemeat"] = "团本进度:6/10", ["Zenpar"] = "团本进度:6/10", ["Staticboom"] = "团本进度:7/10", ["Elthana"] = "团本进度:6/10", ["Bazouka"] = "团本进度:8/10", ["Ehud"] = "团本进度:7/10", ["Achiel"] = "团本进度:8/10", ["Holyhash"] = "团本进度:5/10", ["Qotu"] = "团本进度:6/10", ["Irontotem"] = "团本进度:8/10", ["Samesso"] = "团本进度:8/10", ["Alinaomili"] = "团本进度:保密", ["Audriana"] = "团本进度:4/10", ["Ennya"] = "团本进度:3/10", ["Dendrophelia"] = "团本进度:8/10", ["Rodnee"] = "团本进度:7/10", ["Pallidann"] = "团本进度:5/10", ["Chifuu"] = "团本进度:8/10", ["Redcross"] = "团本进度:4/10", ["Ziax"] = "团本进度:10/10", ["Blumbly"] = "团本进度:5/10", ["Fatmcafee"] = "团本进度:7/10", ["Aquagodess"] = "团本进度:8/10", ["Melissandrei"] = "团本进度:6/10", ["Hayltotems"] = "团本进度:4/10", ["Daboubers"] = "团本进度:7/10", ["Bearadise"] = "团本进度:4/10", ["Emmaline"] = "团本进度:5/10", ["Saraélisa"] = "团本进度:5/10", ["Indý"] = "团本进度:保密", ["Deanatroi"] = "团本进度:5/10", ["Nivelyrad"] = "团本进度:7/10", ["Wynne"] = "团本进度:8/10", ["Zavìor"] = "团本进度:5/10", ["Adonolam"] = "团本进度:保密", ["Fathergog"] = "团本进度:8/10", ["Corneypoop"] = "团本进度:6/10", ["Treedood"] = "团本进度:保密", ["Rioshock"] = "团本进度:4/10", ["Secta"] = "团本进度:7/10", ["Niahniah"] = "团本进度:7/10", ["Lifè"] = "团本进度:5/10", ["Miraclemaxx"] = "团本进度:8/10", ["Raumziege"] = "团本进度:7/10", ["Bigtimedruid"] = "团本进度:保密", ["Cleminz"] = "团本进度:5/10", ["Badnewsbear"] = "团本进度:5/10", ["Thillygooth"] = "团本进度:4/10", ["Zaelk"] = "团本进度:5/10", ["Mortlife"] = "团本进度:7/10", ["Papatick"] = "团本进度:保密", ["Flannigan"] = "团本进度:保密", ["Buffysticks"] = "团本进度:保密", ["Mèditrina"] = "团本进度:7/10", ["Platinumbabe"] = "团本进度:5/10", ["Remingtyn"] = "团本进度:8/10", ["Wonhky"] = "团本进度:5/10", ["Kerakupo"] = "团本进度:8/10", ["Sundropz"] = "团本进度:7/10", ["Sweetspore"] = "团本进度:5/10", ["Versutius"] = "团本进度:6/10", ["Auralyuna"] = "团本进度:8/10", ["Rnmommy"] = "团本进度:8/10", ["Aethereal"] = "团本进度:6/10", ["Ministrys"] = "团本进度:6/10", ["Davidpally"] = "团本进度:4/10", ["Dieforme"] = "团本进度:5/10", ["Daitenshi"] = "团本进度:1/10", ["Pyrulen"] = "团本进度:8/10", ["Ticcup"] = "团本进度:1/10", ["Aurelyse"] = "团本进度:7/10", ["Seliga"] = "团本进度:4/10", ["Sacrilage"] = "团本进度:8/10", ["Tropics"] = "团本进度:3/10", ["Angelsoftest"] = "团本进度:8/10", ["Uka"] = "团本进度:4/10", ["Sadius"] = "团本进度:保密", ["Lawlshift"] = "团本进度:5/10", ["Lolth"] = "团本进度:7/10", ["Kabishaman"] = "团本进度:5/10", ["Lirec"] = "团本进度:5/10", ["Magde"] = "团本进度:5/10", ["Nindi"] = "团本进度:7/10", ["Nosinda"] = "团本进度:5/10", ["Holyrøck"] = "团本进度:7/10", ["Leolightning"] = "团本进度:5/10", ["Hogfather"] = "团本进度:7/10", ["Lentiljuice"] = "团本进度:5/10", ["Funaho"] = "团本进度:6/10", ["Omlee"] = "团本进度:5/10", ["Fluux"] = "团本进度:7/10", ["Mccdowell"] = "团本进度:5/10", ["Squidproquo"] = "团本进度:5/10", ["Galadene"] = "团本进度:4/10", ["Mudlip"] = "团本进度:保密", ["Katorria"] = "团本进度:5/10", ["Nimman"] = "团本进度:8/10", ["Dandel"] = "团本进度:5/10", ["Bubzndubz"] = "团本进度:保密", ["Tankmytaint"] = "团本进度:4/10", ["Rëpent"] = "团本进度:8/10", ["Kahots"] = "团本进度:5/10", ["Geö"] = "团本进度:4/10", ["Xandalf"] = "团本进度:保密", ["Hyglac"] = "团本进度:7/10", ["Turbocharger"] = "团本进度:4/10", ["Chainheals"] = "团本进度:8/10", ["Shãmbulance"] = "团本进度:6/10", ["Kikö"] = "团本进度:6/10", ["Kelkryst"] = "团本进度:4/10", ["Kasmyth"] = "团本进度:5/10", ["Olívia"] = "团本进度:7/10", ["Soreane"] = "团本进度:8/10", ["Purplehotz"] = "团本进度:2/10", ["Almar"] = "团本进度:6/10", ["Belmillice"] = "团本进度:4/10", ["Paramediic"] = "团本进度:8/10", ["Sarthein"] = "团本进度:4/10", ["Jamis"] = "团本进度:8/10", ["Shocksfired"] = "团本进度:保密", ["Milliee"] = "团本进度:保密", ["Thighmeat"] = "团本进度:4/10", ["Rngeesuz"] = "团本进度:8/10", ["Palladome"] = "团本进度:保密", ["Fastlane"] = "团本进度:1/10", ["Drànari"] = "团本进度:6/10", ["Icechocolate"] = "团本进度:保密", ["Touchyfeeli"] = "团本进度:6/10", ["Holybltz"] = "团本进度:8/10", ["Aeduie"] = "团本进度:4/10", ["Onnerd"] = "团本进度:1/10", ["Vrix"] = "团本进度:4/10", ["Bicycles"] = "团本进度:6/10", ["Kyliasa"] = "团本进度:2/10", ["Xinsha"] = "团本进度:6/10", ["Modag"] = "团本进度:8/10", ["Rhynnoo"] = "团本进度:6/10", ["Minoleaf"] = "团本进度:5/10", ["Whyloitis"] = "团本进度:7/10", ["Figgyzap"] = "团本进度:保密", ["Oompriest"] = "团本进度:3/10", ["Ithicus"] = "团本进度:保密", ["Buttonvayda"] = "团本进度:1/10", ["Nikkojenkins"] = "团本进度:1/10", ["Dingledarts"] = "团本进度:5/10", ["Shoshone"] = "团本进度:9/10", ["Halførd"] = "团本进度:7/10", ["Madspacegoat"] = "团本进度:6/10", ["Suzuno"] = "团本进度:5/10", ["Meanopause"] = "团本进度:5/10", ["Eudaemonea"] = "团本进度:6/10", ["Beladawna"] = "团本进度:5/10", ["Llight"] = "团本进度:5/10", ["Alionna"] = "团本进度:4/10", ["Sàlly"] = "团本进度:7/10", ["Drucelee"] = "团本进度:5/10", ["Morayon"] = "团本进度:4/10", ["Morphdawg"] = "团本进度:保密", ["Oddshaman"] = "团本进度:8/10", ["Burypal"] = "团本进度:4/10", ["Chrollette"] = "团本进度:保密", ["Holypren"] = "团本进度:5/10", ["Schmootsypoo"] = "团本进度:7/10", ["Nöödle"] = "团本进度:8/10", ["Holywoods"] = "团本进度:8/10", ["Shaluks"] = "团本进度:4/10", ["Stephdruid"] = "团本进度:5/10", ["Bigbeans"] = "团本进度:5/10", ["Nallan"] = "团本进度:5/10", ["Bamaonehundy"] = "团本进度:4/10", ["Veruska"] = "团本进度:6/10", ["Gotwings"] = "团本进度:8/10", ["Synnester"] = "团本进度:5/10", ["Xaetha"] = "团本进度:5/10", ["Ganggrel"] = "团本进度:10/10", ["Amelika"] = "团本进度:5/10", ["Aleshanee"] = "团本进度:8/10", ["Santone"] = "团本进度:5/10", ["Pluuto"] = "团本进度:保密", ["Healnado"] = "团本进度:4/10", ["Shawshanked"] = "团本进度:4/10", ["Jukez"] = "团本进度:1/10", ["Keegana"] = "团本进度:8/10", ["Lampx"] = "团本进度:保密", ["Frozenstorm"] = "团本进度:8/10", ["Wildmandy"] = "团本进度:4/10", ["Nawti"] = "团本进度:5/10", ["Alliennah"] = "团本进度:2/10", ["Dwall"] = "团本进度:4/10", ["Möön"] = "团本进度:4/10", ["Cruid"] = "团本进度:5/10", ["Machii"] = "团本进度:5/10", ["Käizen"] = "团本进度:4/10", ["Loriarity"] = "团本进度:5/10", ["Yumelis"] = "团本进度:1/10", ["Haelcat"] = "团本进度:1/10", ["Allixandra"] = "团本进度:6/10", ["Shampere"] = "团本进度:4/10", ["Rotapunzel"] = "团本进度:4/10", ["Aibh"] = "团本进度:3/10", ["Gothvenus"] = "团本进度:8/10", ["Xxbirdman"] = "团本进度:4/10", ["Vapora"] = "团本进度:5/10", ["Wyld"] = "团本进度:保密", ["Fattiecakes"] = "团本进度:保密", ["Holyaggro"] = "团本进度:6/10", ["Sancts"] = "团本进度:5/10", ["Brosaderaura"] = "团本进度:3/10", ["Healthotty"] = "团本进度:保密", ["Wardos"] = "团本进度:5/10", ["Gerboshaman"] = "团本进度:4/10", ["Carlardruid"] = "团本进度:7/10", ["Mcshaman"] = "团本进度:保密", ["Luxblade"] = "团本进度:3/10", ["Blåzer"] = "团本进度:4/10", ["Essmo"] = "团本进度:6/10", ["Dirtbrat"] = "团本进度:4/10", ["Kyasha"] = "团本进度:2/10", ["Munif"] = "团本进度:4/10", ["Arcdruìd"] = "团本进度:4/10", ["Blaskjar"] = "团本进度:5/10", ["Nightmid"] = "团本进度:4/10", ["Adamed"] = "团本进度:6/10", ["Fudgestripes"] = "团本进度:4/10", ["Holypossum"] = "团本进度:4/10", ["Icebandage"] = "团本进度:5/10", ["Dubyasbruhda"] = "团本进度:4/10", ["Verencia"] = "团本进度:5/10", ["Egorl"] = "团本进度:保密", ["Kallihan"] = "团本进度:5/10", ["Alljudgy"] = "团本进度:3/10", ["Semara"] = "团本进度:6/10", ["Sunmist"] = "团本进度:8/10", ["Holyhuff"] = "团本进度:保密", ["Kelbo"] = "团本进度:4/10", ["Nashalla"] = "团本进度:6/10", ["Héllonurse"] = "团本进度:6/10", ["Hunterspet"] = "团本进度:4/10", ["Bagol"] = "团本进度:2/10", ["Lythiun"] = "团本进度:5/10", ["Saandir"] = "团本进度:5/10", ["Gneiss"] = "团本进度:4/10", ["Getilted"] = "团本进度:3/10", ["Chasome"] = "团本进度:8/10", ["Arcaidious"] = "团本进度:3/10", ["Cassiopeiae"] = "团本进度:2/10", ["Mangestrusic"] = "团本进度:4/10", ["Carsha"] = "团本进度:7/10", ["Skalah"] = "团本进度:3/10", ["Lookoutbelow"] = "团本进度:4/10", ["Fauxpas"] = "团本进度:6/10", ["Koreyn"] = "团本进度:3/10", ["Malviena"] = "团本进度:6/10", ["Dfunk"] = "团本进度:保密", ["Miracull"] = "团本进度:保密", ["Mmort"] = "团本进度:5/10", ["Healconjur"] = "团本进度:6/10", ["Samakazam"] = "团本进度:保密", ["Bayesian"] = "团本进度:保密", ["Anamfotou"] = "团本进度:5/10", ["Lùxana"] = "团本进度:8/10", ["Soulwax"] = "团本进度:5/10", ["Thorce"] = "团本进度:保密", ["Stalln"] = "团本进度:保密", ["Elanii"] = "团本进度:2/10", ["Störmer"] = "团本进度:4/10", ["Grayholy"] = "团本进度:4/10", ["Tece"] = "团本进度:3/10", ["Rickyy"] = "团本进度:4/10", ["Ctrlaltshift"] = "团本进度:3/10", ["Anthuriam"] = "团本进度:3/10", ["Uleoth"] = "团本进度:6/10", ["Wowiki"] = "团本进度:6/10", ["Xofe"] = "团本进度:3/10", ["Lehroi"] = "团本进度:5/10", ["Zum"] = "团本进度:4/10", ["Mistyshamann"] = "团本进度:3/10", ["Tigereye"] = "团本进度:4/10", ["Mellesaber"] = "团本进度:4/10", ["Birthcrust"] = "团本进度:4/10", ["Nothingstill"] = "团本进度:4/10", ["Astarsort"] = "团本进度:5/10", ["Sylvirfoot"] = "团本进度:10/10", ["Cátalyst"] = "团本进度:3/10", ["Burlóway"] = "团本进度:4/10", ["Downpresser"] = "团本进度:4/10", ["Grubslinger"] = "团本进度:4/10", ["Jubilexx"] = "团本进度:8/10", ["Zondin"] = "团本进度:6/10", ["Aaliana"] = "团本进度:保密", ["Whozurshammy"] = "团本进度:5/10", ["Arhigos"] = "团本进度:2/10", ["Tomoki"] = "团本进度:5/10", ["Luminance"] = "团本进度:4/10", ["Gracesaving"] = "团本进度:7/10", ["Niteskye"] = "团本进度:5/10", ["Bluebarr"] = "团本进度:保密", ["Oowooga"] = "团本进度:保密", ["Druwish"] = "团本进度:3/10", ["Razergore"] = "团本进度:3/10", ["Chainshock"] = "团本进度:保密", ["Feddie"] = "团本进度:5/10", ["Käleesì"] = "团本进度:5/10", ["Jaii"] = "团本进度:5/10", ["Emmellie"] = "团本进度:2/10", ["Tuldin"] = "团本进度:3/10", ["Tristansmom"] = "团本进度:4/10", ["Chamisen"] = "团本进度:5/10", ["Yirsha"] = "团本进度:保密", ["Egis"] = "团本进度:2/10", ["Shadoobiè"] = "团本进度:4/10", ["Røølinholy"] = "团本进度:2/10", ["Niare"] = "团本进度:保密", ["Ravaek"] = "团本进度:7/10", ["Lugarn"] = "团本进度:5/10", ["Phatdruid"] = "团本进度:10/10", ["Scurrilous"] = "团本进度:保密", ["Nendoroid"] = "团本进度:3/10", ["Kaywinnit"] = "团本进度:1/10", ["Wadey"] = "团本进度:7/10", ["Ryaus"] = "团本进度:5/10", ["Mancco"] = "团本进度:保密", ["Misslynne"] = "团本进度:6/10", ["Rejuvenatìon"] = "团本进度:3/10", ["Saintlee"] = "团本进度:4/10", ["Sapheara"] = "团本进度:4/10", ["Falopiennoob"] = "团本进度:5/10", ["Songflower"] = "团本进度:1/10", ["Ryjal"] = "团本进度:1/10", ["Dawnbeard"] = "团本进度:1/10", ["Evangalina"] = "团本进度:8/10", ["Djn"] = "团本进度:8/10", ["Bobernin"] = "团本进度:6/10", ["Treewhould"] = "团本进度:3/10", ["Dropthetotem"] = "团本进度:3/10", ["Zesikat"] = "团本进度:2/10", ["Leshi"] = "团本进度:5/10", ["Aztrasiadi"] = "团本进度:3/10", ["Lazystoner"] = "团本进度:4/10", ["Senufer"] = "团本进度:6/10", ["Òdi"] = "团本进度:1/10", ["Ambermoo"] = "团本进度:4/10", ["Âstra"] = "团本进度:4/10", ["Bots"] = "团本进度:3/10", ["Untrockive"] = "团本进度:5/10", ["Mizzyk"] = "团本进度:2/10", ["Mssquirmy"] = "团本进度:5/10", ["Calabane"] = "团本进度:5/10", ["Sieo"] = "团本进度:1/10", ["Shertmygert"] = "团本进度:4/10", ["Lunarien"] = "团本进度:4/10", ["Jatlek"] = "团本进度:4/10", ["Myrix"] = "团本进度:2/10", ["Fanner"] = "团本进度:2/10", ["Aramalia"] = "团本进度:5/10", ["Cynnamunn"] = "团本进度:6/10", ["Icytide"] = "团本进度:保密", ["Forzabianca"] = "团本进度:保密", ["Johnmc"] = "团本进度:2/10", ["Står"] = "团本进度:3/10", ["Mayima"] = "团本进度:5/10", ["Vuohi"] = "团本进度:5/10", ["Lyndir"] = "团本进度:4/10", ["Seamän"] = "团本进度:保密", ["Rhoniellas"] = "团本进度:3/10", ["Trmnxd"] = "团本进度:3/10", ["Bullcut"] = "团本进度:4/10", ["Moarthots"] = "团本进度:4/10", ["Dwarfpaladin"] = "团本进度:3/10", ["Khaidence"] = "团本进度:保密", ["Puddinbop"] = "团本进度:3/10", ["Radîance"] = "团本进度:保密", ["Arluncarter"] = "团本进度:5/10", ["Pallycat"] = "团本进度:6/10", ["Grumbling"] = "团本进度:4/10", ["Rennu"] = "团本进度:4/10", ["Raytlin"] = "团本进度:4/10", ["Inlanzy"] = "团本进度:保密", ["Arrelladias"] = "团本进度:2/10", ["Jerrol"] = "团本进度:2/10", ["Cinnzz"] = "团本进度:3/10", ["Zaeriwyn"] = "团本进度:保密", ["Forcedname"] = "团本进度:4/10", ["Enbli"] = "团本进度:2/10", ["Cüpcake"] = "团本进度:5/10", ["Lucidsky"] = "团本进度:4/10", ["Litrium"] = "团本进度:3/10", ["Alliantha"] = "团本进度:4/10", ["Stronghart"] = "团本进度:4/10", ["Moelesser"] = "团本进度:2/10", ["Weasil"] = "团本进度:5/10", ["Macrowolf"] = "团本进度:3/10", ["Pastorr"] = "团本进度:4/10", ["Dubruid"] = "团本进度:5/10", ["Dangermayo"] = "团本进度:保密", ["Salace"] = "团本进度:4/10", ["Fourthitude"] = "团本进度:3/10", ["Aevarah"] = "团本进度:4/10", ["Bovaps"] = "团本进度:3/10", ["Ragenheal"] = "团本进度:3/10", ["Madrammen"] = "团本进度:4/10", ["Raynvi"] = "团本进度:3/10", ["Fatbird"] = "团本进度:5/10", ["Petewilson"] = "团本进度:1/10", ["Hospitalz"] = "团本进度:5/10", ["Kaeren"] = "团本进度:1/10", ["Topdogg"] = "团本进度:4/10", ["Navlo"] = "团本进度:3/10", ["Lagniappe"] = "团本进度:4/10", ["Tyberias"] = "团本进度:5/10", ["Megasnapper"] = "团本进度:3/10", ["Delimiter"] = "团本进度:保密", ["Screama"] = "团本进度:6/10", ["Candriel"] = "团本进度:2/10", ["Saediablo"] = "团本进度:4/10", ["Blessngoddes"] = "团本进度:10/10", ["Gwaedruid"] = "团本进度:8/10", ["Hariett"] = "团本进度:3/10", ["Drschnauz"] = "团本进度:5/10", ["Fattay"] = "团本进度:4/10", ["Jaesa"] = "团本进度:5/10", ["Druidiaone"] = "团本进度:保密", ["Blackmed"] = "团本进度:4/10", ["Coelle"] = "团本进度:4/10", ["Refti"] = "团本进度:2/10", ["Manchild"] = "团本进度:3/10", ["Kaytome"] = "团本进度:4/10", ["Spacelaser"] = "团本进度:4/10", ["Dabenstein"] = "团本进度:保密", ["Holypotato"] = "团本进度:2/10", ["Kiju"] = "团本进度:4/10", ["Kerican"] = "团本进度:5/10", ["Keenx"] = "团本进度:2/10", ["Dianafyre"] = "团本进度:5/10", ["Titustatius"] = "团本进度:4/10", ["Yoû"] = "团本进度:3/10", ["Wrezz"] = "团本进度:4/10", ["Rhyaa"] = "团本进度:5/10", ["Boomboxx"] = "团本进度:3/10", ["Substantia"] = "团本进度:3/10", ["Tyllin"] = "团本进度:4/10", ["Sephiana"] = "团本进度:5/10", ["Monban"] = "团本进度:2/10", ["Blakeness"] = "团本进度:2/10", ["Amallthya"] = "团本进度:3/10", ["Darkspace"] = "团本进度:3/10", ["Hòót"] = "团本进度:4/10", ["Crèd"] = "团本进度:4/10", ["Kovax"] = "团本进度:4/10", ["Killerclaw"] = "团本进度:4/10", ["Belmouth"] = "团本进度:2/10", ["Verwindrand"] = "团本进度:3/10", ["Dischord"] = "团本进度:2/10", ["Alicin"] = "团本进度:保密", ["Supremekaii"] = "团本进度:2/10", ["Oriio"] = "团本进度:7/10", ["Yojo"] = "团本进度:3/10", ["Shuffled"] = "团本进度:5/10", ["Solutìon"] = "团本进度:4/10", ["Enkarta"] = "团本进度:1/10", ["Silversongs"] = "团本进度:保密", ["Aubae"] = "团本进度:8/10", ["Mythari"] = "团本进度:5/10", ["Holytot"] = "团本进度:7/10", ["Dakotafaning"] = "团本进度:2/10", ["Porpss"] = "团本进度:2/10", ["Teisel"] = "团本进度:3/10", ["Traxy"] = "团本进度:3/10", ["Mistyrx"] = "团本进度:保密", ["Leandrra"] = "团本进度:3/10", ["Zorrillian"] = "团本进度:3/10", ["Alicelalune"] = "团本进度:3/10", ["Feathrise"] = "团本进度:4/10", ["Mchildinger"] = "团本进度:保密", ["Thorgasm"] = "团本进度:3/10", ["Holyruc"] = "团本进度:10/10", ["Pliki"] = "团本进度:2/10", ["Moonstriker"] = "团本进度:4/10", ["Luramynal"] = "团本进度:4/10", ["Âleksandra"] = "团本进度:保密", ["Fathomlol"] = "团本进度:保密", ["Bluetrinity"] = "团本进度:4/10", ["Wasabî"] = "团本进度:2/10", ["Innervateyou"] = "团本进度:3/10", ["Doonbode"] = "团本进度:4/10", ["Alucardy"] = "团本进度:5/10", ["Shyloh"] = "团本进度:2/10", ["Cosmicfang"] = "团本进度:4/10", ["Druske"] = "团本进度:2/10", ["Lucritzia"] = "团本进度:保密", ["Durgan"] = "团本进度:3/10", ["Kiwilady"] = "团本进度:1/10", ["Jovaxx"] = "团本进度:1/10", ["Stumpster"] = "团本进度:5/10", ["Verox"] = "团本进度:保密", ["Myrddiñ"] = "团本进度:5/10", ["Krezza"] = "团本进度:2/10", ["Shakkira"] = "团本进度:3/10", ["Nomolesto"] = "团本进度:3/10", ["Dòl"] = "团本进度:4/10", ["Thorgen"] = "团本进度:2/10", ["Tabitjet"] = "团本进度:5/10", ["Rieyu"] = "团本进度:3/10", ["Kaminokaze"] = "团本进度:3/10", ["Quikclót"] = "团本进度:5/10", ["Awannahealu"] = "团本进度:保密", ["Rejuvenile"] = "团本进度:保密", ["Jeru"] = "团本进度:5/10", ["Allouginnann"] = "团本进度:3/10", ["Kuricus"] = "团本进度:3/10", ["Tinytean"] = "团本进度:2/10", ["Frãyya"] = "团本进度:2/10", ["Peshy"] = "团本进度:保密", ["Nadhala"] = "团本进度:保密", ["Hojangles"] = "团本进度:2/10", ["Homonkulus"] = "团本进度:保密", ["Kinkey"] = "团本进度:5/10", ["Arkanjel"] = "团本进度:2/10", ["Adene"] = "团本进度:3/10", ["Komidor"] = "团本进度:4/10", ["Atholstan"] = "团本进度:2/10", ["Thejewforce"] = "团本进度:4/10", ["Tigolhealies"] = "团本进度:2/10", ["Sheraton"] = "团本进度:8/10", ["Gullum"] = "团本进度:4/10", ["Chariklo"] = "团本进度:3/10", ["Turqiouse"] = "团本进度:保密", ["Sallymayhem"] = "团本进度:5/10", ["Paintedbehr"] = "团本进度:3/10", ["Krankor"] = "团本进度:3/10", ["Ziia"] = "团本进度:10/10", ["Fourge"] = "团本进度:3/10", ["Eleresto"] = "团本进度:3/10", ["Xaena"] = "团本进度:3/10", ["Trishy"] = "团本进度:3/10", ["Melamoo"] = "团本进度:3/10", ["Cranjis"] = "团本进度:2/10", ["Colwyn"] = "团本进度:8/10", ["Calune"] = "团本进度:2/10", ["Meennate"] = "团本进度:保密", ["Eretría"] = "团本进度:4/10", ["Riveryn"] = "团本进度:4/10", ["Shornt"] = "团本进度:2/10", ["Zerrez"] = "团本进度:3/10", ["Delenne"] = "团本进度:保密", ["Lucidxhaze"] = "团本进度:保密", ["Fleshmauler"] = "团本进度:保密", ["Ultia"] = "团本进度:2/10", ["Løthric"] = "团本进度:1/10", ["Quirks"] = "团本进度:保密", ["Whispery"] = "团本进度:3/10", ["Mermaidwafle"] = "团本进度:3/10", ["Eitra"] = "团本进度:4/10", ["Bendsham"] = "团本进度:1/10", ["Shaushka"] = "团本进度:保密", ["Nefirtiti"] = "团本进度:2/10", ["Gendling"] = "团本进度:5/10", ["Restohexual"] = "团本进度:3/10", ["Xiphalia"] = "团本进度:2/10", ["Mystikia"] = "团本进度:1/10", ["Frames"] = "团本进度:2/10", ["Bralhu"] = "团本进度:2/10", ["Zaphaela"] = "团本进度:1/10", ["Tavidare"] = "团本进度:4/10", ["Boomfire"] = "团本进度:保密", ["Magam"] = "团本进度:6/10", ["Fatherhank"] = "团本进度:3/10", ["Mangix"] = "团本进度:3/10", ["Raithstorm"] = "团本进度:2/10", ["Faìthless"] = "团本进度:4/10", ["Kekley"] = "团本进度:保密", ["Calzino"] = "团本进度:6/10", ["Payle"] = "团本进度:4/10", ["Askfortotem"] = "团本进度:保密", ["Mutternatur"] = "团本进度:3/10", ["Rurg"] = "团本进度:保密", ["Protektra"] = "团本进度:5/10", ["Marrgle"] = "团本进度:保密", ["Maecilia"] = "团本进度:4/10", ["Bjørna"] = "团本进度:保密", ["Skylàr"] = "团本进度:5/10", ["Keysersuze"] = "团本进度:3/10", ["Sephc"] = "团本进度:6/10", ["Raellis"] = "团本进度:2/10", ["Dsyuki"] = "团本进度:5/10", ["Aphrodytte"] = "团本进度:2/10", ["Shamcare"] = "团本进度:3/10", ["Thaerna"] = "团本进度:3/10", ["Neonx"] = "团本进度:保密", ["Southbeach"] = "团本进度:4/10", ["Teloulah"] = "团本进度:保密", ["Cressida"] = "团本进度:3/10", ["Killcow"] = "团本进度:1/10", ["Helaheals"] = "团本进度:保密", ["Balaney"] = "团本进度:保密", ["Nobagel"] = "团本进度:2/10", ["Sgtbash"] = "团本进度:1/10", ["Aiilish"] = "团本进度:1/10", ["Zooped"] = "团本进度:3/10", ["Berddles"] = "团本进度:1/10", ["Balthezor"] = "团本进度:保密", ["Magimlinnan"] = "团本进度:3/10", ["Zetu"] = "团本进度:6/10", ["Cruelploy"] = "团本进度:2/10", ["Rhiinnoo"] = "团本进度:4/10", ["Healbilley"] = "团本进度:3/10", ["Feladrae"] = "团本进度:2/10", ["Budmolite"] = "团本进度:保密", ["Knackered"] = "团本进度:2/10", ["Aurindre"] = "团本进度:保密", ["Immortalityy"] = "团本进度:1/10", ["Chicdruid"] = "团本进度:1/10", ["Layonmyhands"] = "团本进度:3/10", ["Indigobloom"] = "团本进度:3/10", ["Sprando"] = "团本进度:6/10", ["Nerdenei"] = "团本进度:3/10", ["Trånsistor"] = "团本进度:1/10", ["Valadiel"] = "团本进度:2/10", ["Txliz"] = "团本进度:2/10", ["Holybased"] = "团本进度:1/10", ["Onnatop"] = "团本进度:2/10", ["Jèstér"] = "团本进度:4/10", ["Mulandra"] = "团本进度:5/10", ["Renewanoob"] = "团本进度:保密", ["Jeyz"] = "团本进度:4/10", ["Jensdestiny"] = "团本进度:2/10", ["Fuhzzy"] = "团本进度:1/10", ["Deventhegoat"] = "团本进度:保密", ["Slickhealz"] = "团本进度:保密", ["Phantastic"] = "团本进度:4/10", ["Huskermann"] = "团本进度:2/10", ["Furvus"] = "团本进度:保密", ["Fishpeople"] = "团本进度:3/10", ["Liaya"] = "团本进度:3/10", ["Miniheals"] = "团本进度:保密", ["Zurafi"] = "团本进度:保密", ["Ardormoon"] = "团本进度:4/10", ["Balstadagal"] = "团本进度:2/10", ["Fapster"] = "团本进度:保密", ["Holyplay"] = "团本进度:2/10", ["Dealbreaker"] = "团本进度:保密", ["Therealroger"] = "团本进度:1/10", ["Shammylord"] = "团本进度:保密", ["Raeuna"] = "团本进度:保密", ["Tryfacejr"] = "团本进度:2/10", ["Iesa"] = "团本进度:1/10", ["Willowtb"] = "团本进度:保密", ["Kenòbi"] = "团本进度:5/10", ["Kitafox"] = "团本进度:3/10", ["Aldonza"] = "团本进度:4/10", ["Rashili"] = "团本进度:4/10", ["Bonesmd"] = "团本进度:7/10", ["Rhob"] = "团本进度:3/10", ["Bisforbat"] = "团本进度:保密", ["Wuldain"] = "团本进度:8/10", ["Lucyhayes"] = "团本进度:1/10", ["Ferngulli"] = "团本进度:3/10", ["Archstone"] = "团本进度:3/10", ["Raizö"] = "团本进度:5/10", ["Flapity"] = "团本进度:8/10", ["Èlian"] = "团本进度:2/10", ["Edeldhard"] = "团本进度:保密", ["Osanv"] = "团本进度:保密", ["Naiduin"] = "团本进度:4/10", ["Nomirsy"] = "团本进度:5/10", ["Arborists"] = "团本进度:2/10", ["Balkrin"] = "团本进度:10/10", ["Silverstreak"] = "团本进度:保密", ["Oemgee"] = "团本进度:1/10", ["Milkancereal"] = "团本进度:2/10", ["Naivarra"] = "团本进度:保密", ["Saengsacho"] = "团本进度:1/10", ["Foreverjung"] = "团本进度:3/10", ["Endarin"] = "团本进度:4/10", ["Skylànd"] = "团本进度:3/10", ["Bearista"] = "团本进度:保密", ["Laloless"] = "团本进度:4/10", ["Cupycakes"] = "团本进度:3/10", ["Chillidog"] = "团本进度:2/10", ["Gloisandra"] = "团本进度:2/10", ["Ghoulee"] = "团本进度:2/10", ["Orangeotter"] = "团本进度:1/10", ["Darklyte"] = "团本进度:3/10", ["Shalorina"] = "团本进度:1/10", ["Madisen"] = "团本进度:1/10", ["Cynarinne"] = "团本进度:1/10", ["Stunbublerun"] = "团本进度:保密", ["Beautank"] = "团本进度:保密", ["Valtheris"] = "团本进度:1/10", ["Grimmyboo"] = "团本进度:1/10", ["Stormcreator"] = "团本进度:保密", ["Cretina"] = "团本进度:保密", ["Naatixa"] = "团本进度:1/10", ["Fixitfelix"] = "团本进度:1/10", ["Dwyyer"] = "团本进度:1/10", ["Kamorunhilde"] = "团本进度:保密", ["Scârlet"] = "团本进度:2/10", ["Anvena"] = "团本进度:5/10", ["Notecura"] = "团本进度:4/10", ["Electrode"] = "团本进度:保密", ["Bellbottoms"] = "团本进度:2/10", ["Aggnârr"] = "团本进度:3/10", ["Hallinn"] = "团本进度:1/10", ["Jodyhighrllr"] = "团本进度:1/10", ["Dawnkrystal"] = "团本进度:1/10", ["Chibisan"] = "团本进度:1/10", ["Mightofmany"] = "团本进度:2/10", ["Fathershen"] = "团本进度:1/10", ["Stubz"] = "团本进度:1/10", ["Gajenn"] = "团本进度:3/10", ["Øomkin"] = "团本进度:2/10", ["Crankbait"] = "团本进度:7/10", ["Szambo"] = "团本进度:4/10", ["Rothaja"] = "团本进度:1/10", ["Ellianne"] = "团本进度:3/10", ["Muaar"] = "团本进度:1/10", ["Waddlingtree"] = "团本进度:1/10", ["Keethrax"] = "团本进度:4/10", ["Lebourne"] = "团本进度:2/10", ["Stepbrostop"] = "团本进度:2/10", ["Karsi"] = "团本进度:1/10", ["Avengalily"] = "团本进度:保密", ["Yutopia"] = "团本进度:2/10", ["Epponeene"] = "团本进度:2/10", ["Oomlife"] = "团本进度:2/10", ["Albetter"] = "团本进度:3/10", ["Capncorpsman"] = "团本进度:2/10", ["Chrimson"] = "团本进度:1/10", ["Unyewsial"] = "团本进度:3/10", ["Kkronnixx"] = "团本进度:3/10", ["Killbillie"] = "团本进度:1/10", ["Battery"] = "团本进度:1/10", ["Cheesenipple"] = "团本进度:1/10", ["Bertim"] = "团本进度:2/10", ["Wulstan"] = "团本进度:保密", ["Naturebites"] = "团本进度:1/10", ["Zeldã"] = "团本进度:2/10", ["Shamalaw"] = "团本进度:5/10", ["Holyblight"] = "团本进度:2/10", ["Brem"] = "团本进度:1/10", ["Zarixah"] = "团本进度:2/10", ["Hotsoap"] = "团本进度:1/10", ["Zeebumkek"] = "团本进度:1/10", ["Myrkare"] = "团本进度:6/10", ["Dòókû"] = "团本进度:1/10", ["Bruthajones"] = "团本进度:3/10", ["Luxvina"] = "团本进度:10/10", ["Temptâtion"] = "团本进度:保密", ["Animalplanet"] = "团本进度:1/10", ["Johnygoodboi"] = "团本进度:保密", ["Crito"] = "团本进度:3/10", ["Làwl"] = "团本进度:1/10", ["Ayriah"] = "团本进度:2/10", ["Lenorra"] = "团本进度:保密", ["Saintedone"] = "团本进度:2/10", ["Phailtankwin"] = "团本进度:9/10", ["Cackgobble"] = "团本进度:2/10", ["Koriyama"] = "团本进度:保密", ["Holymyst"] = "团本进度:保密", ["Bhaelor"] = "团本进度:1/10", ["Mystíque"] = "团本进度:1/10", ["Acerhole"] = "团本进度:6/10", ["Palametra"] = "团本进度:2/10", ["Azhel"] = "团本进度:1/10", ["Mestremalk"] = "团本进度:1/10", ["Unholyherö"] = "团本进度:5/10", ["Jolyné"] = "团本进度:2/10", ["Fled"] = "团本进度:1/10", ["Haveuscngaud"] = "团本进度:1/10", ["Coldmaul"] = "团本进度:1/10", ["Sarrinda"] = "团本进度:1/10", ["Croustibat"] = "团本进度:3/10", ["Nanceypelosi"] = "团本进度:保密", ["Smashass"] = "团本进度:3/10", ["Kellendros"] = "团本进度:保密", ["Katarinnaa"] = "团本进度:1/10", ["Ishtarra"] = "团本进度:8/10", ["Salamisteve"] = "团本进度:8/10", ["Turbalight"] = "团本进度:保密", ["Stardonna"] = "团本进度:2/10", ["Mevin"] = "团本进度:1/10", ["Grenadis"] = "团本进度:1/10", ["Robblé"] = "团本进度:1/10", ["Shevchenko"] = "团本进度:1/10", ["Unroku"] = "团本进度:1/10", ["Nighteagle"] = "团本进度:3/10", ["Tglon"] = "团本进度:10/10", ["Thugybear"] = "团本进度:1/10", ["Carasan"] = "团本进度:1/10", ["Helleguar"] = "团本进度:1/10", ["Fkx"] = "团本进度:保密", ["Mikakage"] = "团本进度:5/10", ["Katerinâ"] = "团本进度:6/10", ["Sesameseed"] = "团本进度:3/10", ["Warmpaws"] = "团本进度:4/10", ["Martymccfly"] = "团本进度:6/10", ["Rorinar"] = "团本进度:1/10", ["Zieroh"] = "团本进度:1/10", ["Mørtrëd"] = "团本进度:1/10", ["Cleekchapper"] = "团本进度:保密", ["Asurerain"] = "团本进度:1/10", ["Tokinsmoke"] = "团本进度:1/10", ["Praetex"] = "团本进度:1/10", ["Celez"] = "团本进度:1/10", ["Joclassic"] = "团本进度:1/10", ["Shirahh"] = "团本进度:1/10", ["Werelily"] = "团本进度:1/10", ["Rootall"] = "团本进度:1/10", ["Alysün"] = "团本进度:1/10", ["Lightofflash"] = "团本进度:4/10", ["Xuuni"] = "团本进度:1/10", ["Eldean"] = "团本进度:1/10", ["Kushdaddy"] = "团本进度:1/10", ["Notouchy"] = "团本进度:2/10", ["Celestialg"] = "团本进度:1/10", ["Lowane"] = "团本进度:1/10", ["Ádonalsium"] = "团本进度:2/10", ["Perrogrande"] = "团本进度:保密", ["Jojothelion"] = "团本进度:2/10", ["Supaspicyboi"] = "团本进度:8/10", ["Jahovah"] = "团本进度:1/10", ["Pallew"] = "团本进度:6/10", ["Daleyn"] = "团本进度:1/10", ["Obionekenobi"] = "团本进度:2/10", ["Wèylin"] = "团本进度:保密", ["Lightsmights"] = "团本进度:1/10", ["Zedax"] = "团本进度:2/10", ["Wiani"] = "团本进度:2/10", ["Syvìis"] = "团本进度:保密", ["Rhetgar"] = "团本进度:1/10", ["Amaranthas"] = "团本进度:10/10", ["Eurylla"] = "团本进度:1/10", ["Mydol"] = "团本进度:1/10", ["Pizaro"] = "团本进度:保密", ["Mooseamal"] = "团本进度:2/10", ["Skullmaker"] = "团本进度:6/10", ["Litestrike"] = "团本进度:保密", ["Athi"] = "团本进度:保密", ["Asmoshock"] = "团本进度:5/10", ["Banshei"] = "团本进度:1/10", ["Aztena"] = "团本进度:1/10", ["Soulwound"] = "团本进度:3/10", ["Div"] = "团本进度:1/10", ["Beastmodeon"] = "团本进度:保密", ["Meeschka"] = "团本进度:8/10", ["Nystorm"] = "团本进度:保密", ["Vyurek"] = "团本进度:7/10", ["Brytheguy"] = "团本进度:5/10", ["Beckez"] = "团本进度:3/10", ["Sharice"] = "团本进度:2/10", ["Vakscene"] = "团本进度:1/10", ["Cameilla"] = "团本进度:7/10", ["Baldylocks"] = "团本进度:7/10", ["Linnariel"] = "团本进度:5/10", ["Seileach"] = "团本进度:1/10", ["Shiroxo"] = "团本进度:5/10", ["Altra"] = "团本进度:8/10", ["Happylilheal"] = "团本进度:8/10", ["Zechx"] = "团本进度:9/10", ["Jedsiamalnir"] = "团本进度:8/10", ["Situation"] = "团本进度:8/10", ["Ipvpasholy"] = "团本进度:5/10", ["Wabah"] = "团本进度:8/10", ["Greeneye"] = "团本进度:7/10", ["Annieo"] = "团本进度:6/10", ["Ryleígh"] = "团本进度:7/10", ["Shinylight"] = "团本进度:8/10", ["Phoo"] = "团本进度:6/10", ["Sinope"] = "团本进度:8/10", ["Caccazote"] = "团本进度:8/10", ["Leightbulb"] = "团本进度:8/10", ["Gotheals"] = "团本进度:8/10", ["Runcmc"] = "团本进度:5/10", ["Chron"] = "团本进度:保密", ["Fuggem"] = "团本进度:9/10", ["Doirann"] = "团本进度:10/10", ["Mýthíc"] = "团本进度:8/10", ["Karenator"] = "团本进度:8/10", ["Nickotine"] = "团本进度:9/10", ["Uidori"] = "团本进度:10/10", ["Galaempress"] = "团本进度:5/10", ["Jdlolz"] = "团本进度:8/10", ["Dianne"] = "团本进度:10/10", ["Xqwzt"] = "团本进度:10/10", ["Savien"] = "团本进度:9/10", ["Notadruidyay"] = "团本进度:8/10", ["Dwarfish"] = "团本进度:9/10", ["Figgynewtons"] = "团本进度:7/10", ["Dandange"] = "团本进度:10/10", ["Spicyranch"] = "团本进度:9/10", ["Nohealatall"] = "团本进度:10/10", ["Soulxfate"] = "团本进度:9/10", ["Alleen"] = "团本进度:8/10", ["Badasz"] = "团本进度:8/10", ["Curè"] = "团本进度:8/10", ["Buzinga"] = "团本进度:10/10", ["Christusdeus"] = "团本进度:8/10", ["Edyd"] = "团本进度:8/10", ["Fayre"] = "团本进度:10/10", ["Thrilled"] = "团本进度:8/10", ["Webmd"] = "团本进度:8/10", ["Feezy"] = "团本进度:10/10", ["Crazidumb"] = "团本进度:10/10", ["Christus"] = "团本进度:10/10", ["Rayjaytyrone"] = "团本进度:10/10", ["Auxio"] = "团本进度:9/10", ["Seckie"] = "团本进度:10/10", ["Eltos"] = "团本进度:10/10", ["Equisscry"] = "团本进度:10/10", ["Burkart"] = "团本进度:10/10", ["Asghar"] = "团本进度:10/10", ["Saramthix"] = "团本进度:10/10", ["Vive"] = "团本进度:10/10", ["Zebrianna"] = "团本进度:10/10", ["Fayrefive"] = "团本进度:10/10", ["Babbi"] = "团本进度:9/10", ["Lightsend"] = "团本进度:8/10", ["Prísm"] = "团本进度:8/10", ["Healingboot"] = "团本进度:10/10", ["Zafish"] = "团本进度:4/10", ["Rosaely"] = "团本进度:3/10", ["Tuntunak"] = "团本进度:8/10", ["Silvergrin"] = "团本进度:8/10", ["Huntingwolff"] = "团本进度:8/10", ["Burgerpasta"] = "团本进度:8/10", ["Salamitotem"] = "团本进度:5/10", ["Mikeah"] = "团本进度:6/10", ["Ninelotus"] = "团本进度:8/10", ["Simonov"] = "团本进度:8/10", ["Holyguacmole"] = "团本进度:8/10", ["Verteska"] = "团本进度:8/10", ["Bandaged"] = "团本进度:8/10", ["Khristofur"] = "团本进度:6/10", ["Maynus"] = "团本进度:4/10", ["Sorciaire"] = "团本进度:4/10", ["Mstreesh"] = "团本进度:9/10", ["Patatechaude"] = "团本进度:8/10", ["Goozalations"] = "团本进度:8/10", ["Stolze"] = "团本进度:8/10", ["Denome"] = "团本进度:7/10", ["Tinytwigs"] = "团本进度:10/10", ["Allecto"] = "团本进度:6/10", ["Hamvex"] = "团本进度:9/10", ["Sofiepie"] = "团本进度:8/10", ["Obamashaman"] = "团本进度:9/10", ["Zayuh"] = "团本进度:8/10", ["Ohiri"] = "团本进度:5/10", ["Kissland"] = "团本进度:10/10", ["Danklettzz"] = "团本进度:10/10", ["Millsy"] = "团本进度:8/10", ["Epyôn"] = "团本进度:5/10", ["Glow"] = "团本进度:10/10", ["Kellesan"] = "团本进度:10/10", ["Hugger"] = "团本进度:8/10", ["Prisco"] = "团本进度:8/10", ["Noveria"] = "团本进度:7/10", ["Deadstár"] = "团本进度:8/10", ["Felair"] = "团本进度:10/10", ["Sheepherder"] = "团本进度:8/10", ["Skarymidjit"] = "团本进度:8/10", ["Shazamodo"] = "团本进度:7/10", ["Azhek"] = "团本进度:保密", ["Jaxinthebox"] = "团本进度:8/10", ["Notle"] = "团本进度:8/10", ["Jolts"] = "团本进度:8/10", ["Sylvinah"] = "团本进度:8/10", ["Layintotem"] = "团本进度:8/10", ["Enfinity"] = "团本进度:8/10", ["Diâblos"] = "团本进度:10/10", ["Akinna"] = "团本进度:8/10", ["Fayde"] = "团本进度:10/10", ["Astaris"] = "团本进度:8/10", ["Shamee"] = "团本进度:10/10", ["Quickbenny"] = "团本进度:9/10", ["Moranall"] = "团本进度:8/10", ["Rugietotems"] = "团本进度:8/10", ["Krixsys"] = "团本进度:9/10", ["Veektor"] = "团本进度:10/10", ["Covidshock"] = "团本进度:5/10", ["Lildyl"] = "团本进度:10/10", ["Doubleshift"] = "团本进度:8/10", ["Havóc"] = "团本进度:9/10", ["Dandylion"] = "团本进度:8/10", ["Katgosplat"] = "团本进度:7/10", ["Purpleshelby"] = "团本进度:8/10", ["Venesh"] = "团本进度:10/10", ["Cameltotm"] = "团本进度:7/10", ["Poxer"] = "团本进度:6/10", ["Shamurda"] = "团本进度:10/10", ["Quartzz"] = "团本进度:5/10", ["Healngbohner"] = "团本进度:8/10", ["Nurfthis"] = "团本进度:6/10", ["Hubtones"] = "团本进度:7/10", ["Grain"] = "团本进度:8/10", ["Puckerme"] = "团本进度:9/10", ["Frostchamp"] = "团本进度:4/10", ["Tanklord"] = "团本进度:8/10", ["Zelkrista"] = "团本进度:8/10", ["Arrachinku"] = "团本进度:8/10", ["Dakya"] = "团本进度:7/10", ["Librul"] = "团本进度:7/10", ["Totemsniffer"] = "团本进度:4/10", ["Eliclarice"] = "团本进度:10/10", ["Wingnuut"] = "团本进度:6/10", ["Wakey"] = "团本进度:3/10", ["Mechamonkey"] = "团本进度:8/10", ["Ginsary"] = "团本进度:8/10", ["Kvark"] = "团本进度:3/10", ["Totemmcgoats"] = "团本进度:8/10", ["Straff"] = "团本进度:8/10", ["Druadd"] = "团本进度:8/10", ["Thundrjunk"] = "团本进度:9/10", ["Pablome"] = "团本进度:10/10", ["Azuraii"] = "团本进度:8/10", ["Kiwibird"] = "团本进度:8/10", ["Riptyde"] = "团本进度:10/10", ["Toastytash"] = "团本进度:8/10", ["Gnomadd"] = "团本进度:8/10", ["Xaul"] = "团本进度:8/10", ["Chyz"] = "团本进度:保密", ["Caspiann"] = "团本进度:8/10", ["Chufter"] = "团本进度:6/10", ["Spirgnob"] = "团本进度:8/10", ["Damixian"] = "团本进度:10/10", ["Aegywn"] = "团本进度:8/10", ["Odjavel"] = "团本进度:8/10", ["Wufflez"] = "团本进度:10/10", ["Scattertrap"] = "团本进度:9/10", ["Neylo"] = "团本进度:8/10", ["Bigbadhoof"] = "团本进度:8/10", ["Wordplay"] = "团本进度:7/10", ["Hav"] = "团本进度:9/10", ["Lunchmoneyy"] = "团本进度:8/10", ["Hamanis"] = "团本进度:7/10", ["Syrsie"] = "团本进度:5/10", ["Zail"] = "团本进度:8/10", ["Thôrr"] = "团本进度:9/10", ["Pzzm"] = "团本进度:7/10", ["Pippy"] = "团本进度:8/10", ["Jacuzzi"] = "团本进度:10/10", ["Sopapilia"] = "团本进度:6/10", ["Kodachrome"] = "团本进度:8/10", ["Sarbarcyy"] = "团本进度:8/10", ["Goose"] = "团本进度:5/10", ["Phorine"] = "团本进度:10/10", ["Blackgrizzly"] = "团本进度:10/10", ["Hiccup"] = "团本进度:6/10", ["Shtylez"] = "团本进度:8/10", ["Dorrac"] = "团本进度:10/10", ["Yaundershock"] = "团本进度:8/10", ["Shamv"] = "团本进度:10/10", ["Lunitaria"] = "团本进度:5/10", ["Ponyhooves"] = "团本进度:6/10", ["Silianus"] = "团本进度:8/10", ["Anakou"] = "团本进度:保密", ["Soro"] = "团本进度:8/10", ["Topduck"] = "团本进度:8/10", ["Witheredrose"] = "团本进度:8/10", ["Gnosticqt"] = "团本进度:9/10", ["Kyrstakk"] = "团本进度:6/10", ["Mousqueton"] = "团本进度:5/10", ["Kynó"] = "团本进度:8/10", ["Levinsto"] = "团本进度:8/10", ["Mokolk"] = "团本进度:10/10", ["Uncleslappy"] = "团本进度:8/10", ["Lazybunny"] = "团本进度:10/10", ["Anubiz"] = "团本进度:10/10", ["Keldion"] = "团本进度:8/10", ["Massiveman"] = "团本进度:8/10", ["Saann"] = "团本进度:10/10", ["Elloell"] = "团本进度:9/10", ["Skurrt"] = "团本进度:10/10", ["Kayarra"] = "团本进度:9/10", ["Evaelin"] = "团本进度:9/10", ["Crimeanimal"] = "团本进度:8/10", ["Guadi"] = "团本进度:10/10", ["Everplum"] = "团本进度:10/10", ["Jaxxe"] = "团本进度:8/10", ["Ziggyazalea"] = "团本进度:8/10", ["Moxor"] = "团本进度:8/10", ["Shapeaholic"] = "团本进度:8/10", ["Snubby"] = "团本进度:6/10", ["Rixxik"] = "团本进度:6/10", ["Tjsham"] = "团本进度:7/10", ["Rejus"] = "团本进度:8/10", ["Natureforce"] = "团本进度:10/10", ["Valanquill"] = "团本进度:9/10", ["Rishu"] = "团本进度:10/10", ["Mcfukaduk"] = "团本进度:8/10", ["Aerren"] = "团本进度:9/10", ["Kelvonah"] = "团本进度:9/10", ["Brania"] = "团本进度:10/10", ["Milki"] = "团本进度:8/10", ["Alastairz"] = "团本进度:10/10", ["Cynadra"] = "团本进度:10/10", ["Hundredproof"] = "团本进度:8/10", ["Madridista"] = "团本进度:10/10", ["Angeliscia"] = "团本进度:8/10", ["Quangarue"] = "团本进度:保密", ["Tavant"] = "团本进度:8/10", ["Remedys"] = "团本进度:8/10", ["Maiina"] = "团本进度:8/10", ["Accerso"] = "团本进度:8/10", ["Lyneigh"] = "团本进度:10/10", ["Zappigirl"] = "团本进度:8/10", ["Samero"] = "团本进度:7/10", ["Sohardpally"] = "团本进度:10/10", ["Torkus"] = "团本进度:8/10", ["Kallt"] = "团本进度:9/10", ["Ampp"] = "团本进度:8/10", ["Ieatbadgers"] = "团本进度:10/10", ["Garranta"] = "团本进度:7/10", ["Sidnaht"] = "团本进度:10/10", ["Nthnprsnlkid"] = "团本进度:保密", ["Ballist"] = "团本进度:10/10", ["Trygnometry"] = "团本进度:10/10", ["Iradon"] = "团本进度:10/10", ["Adephage"] = "团本进度:9/10", ["Shamashaska"] = "团本进度:8/10", ["Dontdoitdude"] = "团本进度:9/10", ["Phattykin"] = "团本进度:8/10", ["Goatfury"] = "团本进度:10/10", ["Babish"] = "团本进度:10/10", ["Bemusdnaloof"] = "团本进度:8/10", ["Aristeia"] = "团本进度:10/10", ["Edenhex"] = "团本进度:10/10", ["Caelolas"] = "团本进度:10/10", ["Totemjak"] = "团本进度:8/10", ["Kronique"] = "团本进度:8/10", ["Stardoom"] = "团本进度:10/10", ["Davswarrior"] = "团本进度:10/10", ["Wakkawaka"] = "团本进度:9/10", ["Kamaléi"] = "团本进度:10/10", ["Pordge"] = "团本进度:4/10", ["Chiaku"] = "团本进度:10/10", ["Smallfri"] = "团本进度:5/10", ["Bagpipe"] = "团本进度:8/10", ["Twattle"] = "团本进度:8/10", ["Adare"] = "团本进度:5/10", ["Spaceron"] = "团本进度:6/10", ["Eurylock"] = "团本进度:8/10", ["Thorbizzle"] = "团本进度:5/10", ["Botobaggin"] = "团本进度:5/10", ["Mogden"] = "团本进度:8/10", ["Enfeebles"] = "团本进度:9/10", ["Cathodion"] = "团本进度:10/10", ["Tarthax"] = "团本进度:3/10", ["Nimmo"] = "团本进度:10/10", ["Archrx"] = "团本进度:10/10", ["Kamachi"] = "团本进度:10/10", ["Hamimilktea"] = "团本进度:10/10", ["Awia"] = "团本进度:10/10", ["Huck"] = "团本进度:10/10", ["Elloribeth"] = "团本进度:8/10", ["Klikr"] = "团本进度:10/10", ["Auztin"] = "团本进度:10/10", ["Shîft"] = "团本进度:10/10", ["Asheira"] = "团本进度:8/10", ["Soulcontrol"] = "团本进度:8/10", ["Lessta"] = "团本进度:8/10", ["Arkanah"] = "团本进度:8/10", ["Zapphyre"] = "团本进度:10/10", ["Doraamon"] = "团本进度:10/10", ["Lockloadboom"] = "团本进度:8/10", ["Angermore"] = "团本进度:8/10", ["Westicals"] = "团本进度:8/10", ["Bertcrewcuts"] = "团本进度:4/10", ["Flexecutè"] = "团本进度:8/10", ["Manathadan"] = "团本进度:8/10", ["Losbot"] = "团本进度:8/10", ["Shepunk"] = "团本进度:8/10", ["Dara"] = "团本进度:7/10", ["Vikk"] = "团本进度:8/10", ["Judhaman"] = "团本进度:保密", ["Dissaray"] = "团本进度:9/10", ["Kahnelli"] = "团本进度:9/10", ["Leggolem"] = "团本进度:10/10", ["Jamsham"] = "团本进度:8/10", ["Mithyn"] = "团本进度:9/10", ["Phatmatt"] = "团本进度:10/10", ["Amrun"] = "团本进度:10/10", ["Ahktar"] = "团本进度:10/10", ["Fyrelily"] = "团本进度:9/10", ["Drano"] = "团本进度:7/10", ["Hilley"] = "团本进度:8/10", ["Kpoopfangirl"] = "团本进度:8/10", ["Tweetx"] = "团本进度:9/10", ["Impff"] = "团本进度:10/10", ["Thoradren"] = "团本进度:4/10", ["Critbuff"] = "团本进度:7/10", ["Rubiees"] = "团本进度:10/10", ["Peanutshaman"] = "团本进度:8/10", ["Tavvnii"] = "团本进度:9/10", ["Mopacalypse"] = "团本进度:9/10", ["Traéu"] = "团本进度:6/10", ["Anxiéty"] = "团本进度:6/10", ["Hunterkon"] = "团本进度:9/10", ["Arila"] = "团本进度:9/10", ["Dirtymutt"] = "团本进度:5/10", ["Darenic"] = "团本进度:8/10", ["Bodysnatcher"] = "团本进度:8/10", ["Éxecute"] = "团本进度:5/10", ["Hodgins"] = "团本进度:8/10", ["Kasimi"] = "团本进度:10/10", ["Mdz"] = "团本进度:9/10", ["Ryzek"] = "团本进度:10/10", ["Neostorm"] = "团本进度:8/10", ["Bellwarr"] = "团本进度:保密", ["Penginn"] = "团本进度:8/10", ["Drinkbasket"] = "团本进度:10/10", ["Hekasham"] = "团本进度:10/10", ["Blackwitch"] = "团本进度:8/10", ["Namelesstwo"] = "团本进度:10/10", ["Superdukey"] = "团本进度:10/10", ["Kushimoto"] = "团本进度:10/10", ["Fizzymagis"] = "团本进度:9/10", ["Thundersloth"] = "团本进度:8/10", ["Miggysmalls"] = "团本进度:10/10", ["Obituary"] = "团本进度:10/10", ["Nydek"] = "团本进度:9/10", ["Darwen"] = "团本进度:9/10", ["Hurdis"] = "团本进度:9/10", ["Pietra"] = "团本进度:9/10", ["Lisperwing"] = "团本进度:10/10", ["Domnul"] = "团本进度:10/10", ["Bladek"] = "团本进度:10/10", ["Mythamar"] = "团本进度:8/10", ["Kiatsogim"] = "团本进度:8/10", ["Ainafallener"] = "团本进度:10/10", ["Merkinn"] = "团本进度:8/10", ["Acernuts"] = "团本进度:9/10", ["Natalka"] = "团本进度:8/10", ["Coltss"] = "团本进度:9/10", ["Malms"] = "团本进度:7/10", ["Turmoil"] = "团本进度:8/10", ["Khadash"] = "团本进度:3/10", ["Thørgarn"] = "团本进度:8/10", ["Dabes"] = "团本进度:7/10", ["Meowhunt"] = "团本进度:8/10", ["Dendrancy"] = "团本进度:8/10", ["Olma"] = "团本进度:8/10", ["Coppelia"] = "团本进度:7/10", ["Everto"] = "团本进度:8/10", ["Skabread"] = "团本进度:8/10", ["Alockt"] = "团本进度:10/10", ["Ogkush"] = "团本进度:10/10", ["Cheeser"] = "团本进度:8/10", ["Grue"] = "团本进度:6/10", ["Nisbro"] = "团本进度:9/10", ["Ynix"] = "团本进度:10/10", ["Squeakyshoe"] = "团本进度:9/10", ["Creamycaesar"] = "团本进度:9/10", ["Curint"] = "团本进度:9/10", ["Hundur"] = "团本进度:10/10", ["Niceshot"] = "团本进度:10/10", ["Yoichi"] = "团本进度:10/10", ["Sonnik"] = "团本进度:10/10", ["Sunzu"] = "团本进度:10/10", ["Clivewarren"] = "团本进度:9/10", ["Xochiquétzal"] = "团本进度:8/10", ["Dethbolt"] = "团本进度:8/10", ["Abbstract"] = "团本进度:8/10", ["Giana"] = "团本进度:8/10", ["Ariwenn"] = "团本进度:8/10", ["Sumeko"] = "团本进度:9/10", ["Oozy"] = "团本进度:8/10", ["Dotdashdot"] = "团本进度:8/10", ["Gravelhead"] = "团本进度:8/10", ["Palmzhero"] = "团本进度:8/10", ["Etic"] = "团本进度:6/10", ["Maheo"] = "团本进度:8/10", ["Alair"] = "团本进度:8/10", ["Raycharlesz"] = "团本进度:8/10", ["Constandraa"] = "团本进度:8/10", ["Kimphamily"] = "团本进度:8/10", ["Balzaphon"] = "团本进度:10/10", ["Evink"] = "团本进度:9/10", ["Tighoran"] = "团本进度:8/10", ["Jizadia"] = "团本进度:9/10", ["Tellah"] = "团本进度:10/10", ["Manukaitö"] = "团本进度:10/10", ["Miltok"] = "团本进度:10/10", ["Skoobies"] = "团本进度:10/10", ["Raibread"] = "团本进度:10/10", ["Omgbuffswen"] = "团本进度:10/10", ["Hypno"] = "团本进度:10/10", ["Tinythunder"] = "团本进度:10/10", ["Notbargar"] = "团本进度:10/10", ["Sieghardt"] = "团本进度:10/10", ["Akita"] = "团本进度:8/10", ["Zilick"] = "团本进度:8/10", ["Mightybow"] = "团本进度:8/10", ["Nugray"] = "团本进度:10/10", ["Rasputina"] = "团本进度:10/10", ["Iradow"] = "团本进度:10/10", ["Starroxus"] = "团本进度:8/10", ["Dododo"] = "团本进度:10/10", ["Alsharptons"] = "团本进度:10/10", ["Foremanfred"] = "团本进度:10/10", ["Fettyguac"] = "团本进度:10/10", ["Nextotems"] = "团本进度:5/10", ["Qwyll"] = "团本进度:8/10", ["Belynin"] = "团本进度:8/10", ["Tinyturner"] = "团本进度:9/10", ["Aarakocra"] = "团本进度:8/10", ["Delinyn"] = "团本进度:8/10", ["Lunacola"] = "团本进度:8/10", ["Soulburnt"] = "团本进度:8/10", ["Djhousebeats"] = "团本进度:保密", ["Lilttlemag"] = "团本进度:8/10", ["Nox"] = "团本进度:10/10", ["Jadensmith"] = "团本进度:3/10", ["Trevorm"] = "团本进度:5/10", ["Rosallia"] = "团本进度:10/10", ["Poudy"] = "团本进度:9/10", ["Brokaw"] = "团本进度:8/10", ["Nathani"] = "团本进度:8/10", ["Hexon"] = "团本进度:8/10", ["Scôrpiô"] = "团本进度:9/10", ["Archrbelle"] = "团本进度:8/10", ["Docbrwn"] = "团本进度:10/10", ["Shlat"] = "团本进度:8/10", ["Reality"] = "团本进度:9/10", ["Lurisia"] = "团本进度:8/10", ["Sarahtönin"] = "团本进度:8/10", ["Wickedtrickz"] = "团本进度:10/10", ["Phey"] = "团本进度:8/10", ["Dbg"] = "团本进度:10/10", ["Kaiyuni"] = "团本进度:10/10", ["Salvio"] = "团本进度:10/10", ["Tixx"] = "团本进度:10/10", ["Tinyblaze"] = "团本进度:10/10", ["Shamte"] = "团本进度:10/10", ["Miniflame"] = "团本进度:9/10", ["Pvk"] = "团本进度:10/10", ["Notharry"] = "团本进度:10/10", ["Montelmage"] = "团本进度:10/10", ["Tuggér"] = "团本进度:10/10", ["Winnable"] = "团本进度:10/10", ["Mutoom"] = "团本进度:9/10", ["Fildem"] = "团本进度:10/10", ["Smile"] = "团本进度:10/10", ["Mavs"] = "团本进度:10/10", ["Scapegoatse"] = "团本进度:9/10", ["Zoldych"] = "团本进度:10/10", ["Wanankhucha"] = "团本进度:10/10", ["Hersheys"] = "团本进度:10/10", ["Wysdom"] = "团本进度:8/10", ["Cyonara"] = "团本进度:8/10", ["Tekila"] = "团本进度:8/10", ["Pinpongpew"] = "团本进度:10/10", ["Ishamahell"] = "团本进度:9/10", ["Marek"] = "团本进度:8/10", ["Deggail"] = "团本进度:8/10", ["Pwnytailz"] = "团本进度:10/10", ["Kamodojoe"] = "团本进度:9/10", ["Adorrage"] = "团本进度:8/10", ["Pimcakes"] = "团本进度:7/10", ["Profanthrax"] = "团本进度:8/10", ["Mattola"] = "团本进度:9/10", ["Ginandtotems"] = "团本进度:5/10", ["Dazlyngeit"] = "团本进度:8/10", ["Lazerzpewpew"] = "团本进度:10/10", ["Vishna"] = "团本进度:10/10", ["Minakiss"] = "团本进度:8/10", ["Coasts"] = "团本进度:5/10", ["Öcto"] = "团本进度:8/10", ["Teerabs"] = "团本进度:8/10", ["Symli"] = "团本进度:8/10", ["Ariandelle"] = "团本进度:10/10", ["Delthefunkee"] = "团本进度:8/10", ["Nexlock"] = "团本进度:10/10", ["Aeriulhunt"] = "团本进度:10/10", ["Dondee"] = "团本进度:10/10", ["Recabasaurus"] = "团本进度:10/10", ["Zenicdots"] = "团本进度:10/10", ["Kainswifteye"] = "团本进度:10/10", ["Ramsh"] = "团本进度:9/10", ["Larilia"] = "团本进度:8/10", ["Ggyourlife"] = "团本进度:10/10", ["Demontots"] = "团本进度:10/10", ["Spartikus"] = "团本进度:10/10", ["Battousaí"] = "团本进度:9/10", ["Nilrebas"] = "团本进度:10/10", ["Yolo"] = "团本进度:10/10", ["Beyondpower"] = "团本进度:10/10", ["Beefsandwich"] = "团本进度:10/10", ["Gargoyal"] = "团本进度:10/10", ["Liciy"] = "团本进度:8/10", ["Velexi"] = "团本进度:8/10", ["Rentorar"] = "团本进度:8/10", ["Cashmonie"] = "团本进度:10/10", ["Notfounds"] = "团本进度:8/10", ["Frickendarn"] = "团本进度:8/10", ["Firsthunter"] = "团本进度:8/10", ["Badkarma"] = "团本进度:8/10", ["Swordskill"] = "团本进度:10/10", ["Xpresso"] = "团本进度:8/10", ["Chewtheoak"] = "团本进度:8/10", ["Punishedpizz"] = "团本进度:9/10", ["Duinhir"] = "团本进度:9/10", ["Aneirin"] = "团本进度:8/10", ["Sadbuns"] = "团本进度:8/10", ["Keffka"] = "团本进度:8/10", ["Fearomone"] = "团本进度:8/10", ["Chillax"] = "团本进度:6/10", ["Inutinu"] = "团本进度:8/10", ["Bohemonde"] = "团本进度:10/10", ["Kristkill"] = "团本进度:9/10", ["Stillen"] = "团本进度:6/10", ["Chrispyhorn"] = "团本进度:8/10", ["Yegan"] = "团本进度:9/10", ["Quatsch"] = "团本进度:8/10", ["Kamikanji"] = "团本进度:10/10", ["Scyalya"] = "团本进度:10/10", ["Rabblerouser"] = "团本进度:10/10", ["Gentleshot"] = "团本进度:10/10", ["Corgee"] = "团本进度:10/10", ["Walkingfood"] = "团本进度:10/10", ["Delandria"] = "团本进度:10/10", ["Mangoez"] = "团本进度:10/10", ["Bukduckmuk"] = "团本进度:10/10", ["Caballarii"] = "团本进度:10/10", ["Lukster"] = "团本进度:8/10", ["Vodka"] = "团本进度:10/10", ["Furiosa"] = "团本进度:保密", ["Canila"] = "团本进度:8/10", ["Jaenova"] = "团本进度:8/10", ["Agustus"] = "团本进度:7/10", ["Rawandwrigly"] = "团本进度:8/10", ["Dagnu"] = "团本进度:10/10", ["Hackles"] = "团本进度:8/10", ["Rods"] = "团本进度:9/10", ["Essix"] = "团本进度:8/10", ["Ninnian"] = "团本进度:8/10", ["Failcane"] = "团本进度:10/10", ["Shadywren"] = "团本进度:8/10", ["Cyclopss"] = "团本进度:8/10", ["Marsan"] = "团本进度:8/10", ["Teslacannon"] = "团本进度:8/10", ["Nertimerbert"] = "团本进度:10/10", ["Sábe"] = "团本进度:10/10", ["Yuzaoqian"] = "团本进度:10/10", ["Plutonia"] = "团本进度:10/10", ["Slankitty"] = "团本进度:10/10", ["Novalock"] = "团本进度:10/10", ["Slammerz"] = "团本进度:10/10", ["Milkmana"] = "团本进度:10/10", ["Smallsize"] = "团本进度:10/10", ["Baysix"] = "团本进度:10/10", ["Mediumsize"] = "团本进度:10/10", ["Owlzheimer"] = "团本进度:10/10", ["Sciene"] = "团本进度:9/10", ["Titiyayo"] = "团本进度:10/10", ["Spottedfrog"] = "团本进度:10/10", ["Rivenwood"] = "团本进度:10/10", ["Icé"] = "团本进度:10/10", ["Tantalus"] = "团本进度:10/10", ["Nilea"] = "团本进度:10/10", ["Nesk"] = "团本进度:10/10", ["Tankdude"] = "团本进度:10/10", ["Slavebot"] = "团本进度:10/10", ["Addrea"] = "团本进度:10/10", ["Inudemon"] = "团本进度:10/10", ["Skeazie"] = "团本进度:10/10", ["Virusix"] = "团本进度:10/10", ["Nomorearrow"] = "团本进度:10/10", ["Aeyru"] = "团本进度:10/10", ["Jargsdad"] = "团本进度:9/10", ["Borrax"] = "团本进度:10/10", ["Botsugo"] = "团本进度:8/10", ["Shamwin"] = "团本进度:9/10", ["Ubberz"] = "团本进度:8/10", ["Drdisc"] = "团本进度:5/10", ["Avisoe"] = "团本进度:8/10", ["Gushaa"] = "团本进度:9/10", ["Nats"] = "团本进度:8/10", ["Crazydps"] = "团本进度:9/10", ["Soullinker"] = "团本进度:8/10", ["Coramen"] = "团本进度:10/10", ["Marbsham"] = "团本进度:10/10", ["Kanute"] = "团本进度:8/10", ["Frawrst"] = "团本进度:10/10", ["Viceiceman"] = "团本进度:8/10", ["Spookysalsa"] = "团本进度:7/10", ["Kirchart"] = "团本进度:8/10", ["Berniesunder"] = "团本进度:8/10", ["Principia"] = "团本进度:8/10", ["Shlenet"] = "团本进度:7/10", ["Weakhand"] = "团本进度:8/10", ["Zachmc"] = "团本进度:10/10", ["Symbolz"] = "团本进度:8/10", ["Tinò"] = "团本进度:8/10", ["Ginoreda"] = "团本进度:10/10", ["Kastt"] = "团本进度:10/10", ["Tyriaje"] = "团本进度:10/10", ["Unclefrosty"] = "团本进度:10/10", ["Flooritz"] = "团本进度:10/10", ["Twiddleon"] = "团本进度:10/10", ["Zapdös"] = "团本进度:10/10", ["Uncleshammy"] = "团本进度:10/10", ["Curdlecheesr"] = "团本进度:10/10", ["Palmiesham"] = "团本进度:10/10", ["Aluwynn"] = "团本进度:10/10", ["Spondy"] = "团本进度:10/10", ["Aireuil"] = "团本进度:10/10", ["Jettic"] = "团本进度:10/10", ["Snoway"] = "团本进度:10/10", ["Endure"] = "团本进度:10/10", ["Adiabatic"] = "团本进度:10/10", ["Chaothas"] = "团本进度:10/10", ["Westondn"] = "团本进度:10/10", ["Yubby"] = "团本进度:10/10", ["Winchtwo"] = "团本进度:10/10", ["Mavia"] = "团本进度:10/10", ["Gwenaline"] = "团本进度:10/10", ["Threeleggman"] = "团本进度:10/10", ["Freezypops"] = "团本进度:10/10", ["Andy"] = "团本进度:10/10", ["Pvphealer"] = "团本进度:10/10", ["Karíel"] = "团本进度:10/10", ["Flexqt"] = "团本进度:10/10", ["Folio"] = "团本进度:10/10", ["Kilenya"] = "团本进度:10/10", ["Goldfire"] = "团本进度:8/10", ["Togoweed"] = "团本进度:10/10", ["Easymints"] = "团本进度:8/10", ["Priestara"] = "团本进度:8/10", ["Starsharts"] = "团本进度:10/10", ["Danikamori"] = "团本进度:8/10", ["Nordîc"] = "团本进度:8/10", ["Umji"] = "团本进度:10/10", ["Jorne"] = "团本进度:9/10", ["Elynsynos"] = "团本进度:8/10", ["Kapiti"] = "团本进度:10/10", ["Christoker"] = "团本进度:7/10", ["Kalmia"] = "团本进度:10/10", ["Wahlburg"] = "团本进度:9/10", ["Revan"] = "团本进度:10/10", ["Neoteny"] = "团本进度:10/10", ["Raynvii"] = "团本进度:10/10", ["Thatdruid"] = "团本进度:10/10", ["Results"] = "团本进度:10/10", ["Shredsham"] = "团本进度:8/10", ["Schnucker"] = "团本进度:9/10", ["Switson"] = "团本进度:5/10", ["Drshams"] = "团本进度:7/10", ["Buduh"] = "团本进度:7/10", ["Dérty"] = "团本进度:10/10", ["Envelop"] = "团本进度:10/10", } end
28.28186
40
0.546003
74e25c49306863ca568da2ea28775673566f1870
9,402
rs
Rust
languages/rust/oso/src/query.rs
srenatus/oso
f5ee73c195d0e381841bb1916ae9b223f6332f09
[ "Apache-2.0" ]
null
null
null
languages/rust/oso/src/query.rs
srenatus/oso
f5ee73c195d0e381841bb1916ae9b223f6332f09
[ "Apache-2.0" ]
null
null
null
languages/rust/oso/src/query.rs
srenatus/oso
f5ee73c195d0e381841bb1916ae9b223f6332f09
[ "Apache-2.0" ]
null
null
null
use std::collections::HashMap; use std::sync::{Arc, Mutex}; use crate::host::{Instance, PolarResultIter}; use crate::{FromPolar, ToPolar}; use polar_core::events::*; use polar_core::terms::*; impl Iterator for Query { type Item = crate::Result<ResultSet>; fn next(&mut self) -> Option<Self::Item> { Query::next_result(self) } } pub struct Query { inner: polar_core::polar::Query, calls: HashMap<u64, PolarResultIter>, host: Arc<Mutex<crate::host::Host>>, } impl Query { pub fn new(inner: polar_core::polar::Query, host: Arc<Mutex<crate::host::Host>>) -> Self { Self { calls: HashMap::new(), inner, host, } } pub fn next_result(&mut self) -> Option<crate::Result<ResultSet>> { loop { let event = self.inner.next()?; check_messages!(self.inner); if let Err(e) = event { return Some(Err(e.into())); } let event = event.unwrap(); tracing::debug!(event=?event); let result = match event { QueryEvent::None => Ok(()), QueryEvent::Done => return None, QueryEvent::Result { bindings, .. } => { return Some(Ok(ResultSet { bindings, host: self.host.clone(), })); } QueryEvent::MakeExternal { instance_id, constructor, } => self.handle_make_external(instance_id, constructor), QueryEvent::ExternalCall { call_id, instance, attribute, args, } => self.handle_external_call(call_id, instance, attribute, args), QueryEvent::ExternalOp { call_id, operator, args, } => self.handle_external_op(call_id, operator, args), QueryEvent::ExternalIsa { call_id, instance, class_tag, } => self.handle_external_isa(call_id, instance, class_tag), QueryEvent::ExternalUnify { call_id, left_instance_id, right_instance_id, } => self.handle_external_unify(call_id, left_instance_id, right_instance_id), QueryEvent::ExternalIsSubSpecializer { call_id, instance_id, left_class_tag, right_class_tag, } => self.handle_external_is_subspecializer( call_id, instance_id, left_class_tag, right_class_tag, ), QueryEvent::Debug { message } => self.handle_debug(message), }; if let Err(e) = result { // TODO (dhatch): These seem to be getting swallowed tracing::error!("application error {}", e); self.application_error(e); } } } fn question_result(&mut self, call_id: u64, result: bool) { self.inner.question_result(call_id, result); } fn call_result(&mut self, call_id: u64, result: Box<dyn ToPolar>) -> crate::Result<()> { let mut host = self.host.lock().unwrap(); let value = result.to_polar(&mut host); Ok(self.inner.call_result(call_id, Some(value))?) } fn call_result_none(&mut self, call_id: u64) -> crate::Result<()> { Ok(self.inner.call_result(call_id, None)?) } fn application_error(&mut self, error: crate::OsoError) { self.inner.application_error(error.to_string()) } fn handle_make_external(&mut self, instance_id: u64, constructor: Term) -> crate::Result<()> { let mut host = self.host.lock().unwrap(); match constructor.value() { Value::InstanceLiteral(InstanceLiteral { .. }) => todo!("instantiate from literal"), Value::Call(Call { name, args, .. }) => { let _instance = host.make_instance(name, args.clone(), instance_id); } _ => panic!("not valid"), } Ok(()) } fn register_call( &mut self, call_id: u64, instance: Instance, name: Symbol, args: Option<Vec<Term>>, ) -> crate::Result<()> { if self.calls.get(&call_id).is_none() { let (f, args) = if let Some(args) = args { if let Some(m) = instance.methods.get(&name) { (m, args) } else { return lazy_error!("instance method not found"); } } else if let Some(attr) = instance.attributes.get(&name) { (attr, vec![]) } else { return lazy_error!("attribute lookup not found"); }; tracing::trace!(call_id, name = %name, args = ?args, "register_call"); let host = &mut self.host.lock().unwrap(); let result = f.invoke(instance.instance.as_ref(), args, host)?; self.calls.insert(call_id, result.to_polar_results()); } Ok(()) } fn next_call_result( &mut self, call_id: u64, ) -> Option<Result<Box<dyn ToPolar>, crate::OsoError>> { self.calls.get_mut(&call_id).and_then(|c| c.next()) } fn handle_external_call( &mut self, call_id: u64, instance: Term, name: Symbol, args: Option<Vec<Term>>, ) -> crate::Result<()> { let instance = Instance::from_polar(&instance, &mut self.host.lock().unwrap()).unwrap(); if let Err(e) = self.register_call(call_id, instance, name, args) { self.application_error(e); return self.call_result_none(call_id); } if let Some(result) = self.next_call_result(call_id) { match result { Ok(r) => self.call_result(call_id, r), Err(e) => { self.application_error(e); self.call_result_none(call_id) } } } else { self.call_result_none(call_id) } } fn handle_external_op( &mut self, call_id: u64, operator: Operator, args: Vec<Term>, ) -> crate::Result<()> { assert_eq!(args.len(), 2); let res = { let mut host = self.host.lock().unwrap(); let args = [ Instance::from_polar(&args[0], &mut host).unwrap(), Instance::from_polar(&args[1], &mut host).unwrap(), ]; host.operator(operator, args)? }; self.question_result(call_id, res); Ok(()) } fn handle_external_isa( &mut self, call_id: u64, instance: Term, class_tag: Symbol, ) -> crate::Result<()> { tracing::debug!(instance = ?instance, class = %class_tag, "isa"); let res = self.host.lock().unwrap().isa(instance, &class_tag); self.question_result(call_id, res); Ok(()) } fn handle_external_unify( &mut self, call_id: u64, left_instance_id: u64, right_instance_id: u64, ) -> crate::Result<()> { let res = self .host .lock() .unwrap() .unify(left_instance_id, right_instance_id)?; self.question_result(call_id, res); Ok(()) } fn handle_external_is_subspecializer( &mut self, call_id: u64, instance_id: u64, left_class_tag: Symbol, right_class_tag: Symbol, ) -> crate::Result<()> { let res = self.host.lock().unwrap().is_subspecializer( instance_id, &left_class_tag, &right_class_tag, ); self.question_result(call_id, res); Ok(()) } fn handle_debug(&mut self, message: String) -> crate::Result<()> { eprintln!("TODO: {}", message); check_messages!(self.inner); Ok(()) } } #[derive(Clone)] pub struct ResultSet { pub bindings: polar_core::kb::Bindings, pub host: Arc<Mutex<crate::host::Host>>, } impl ResultSet { pub fn get(&self, name: &str) -> Option<crate::Value> { self.bindings .get(&Symbol(name.to_string())) .map(|t| t.value().clone()) } pub fn get_typed<T: crate::host::FromPolar>(&self, name: &str) -> crate::Result<T> { self.bindings .get(&Symbol(name.to_string())) .ok_or_else(|| crate::OsoError::FromPolar) .and_then(|term| T::from_polar(term, &mut self.host.lock().unwrap())) } } impl std::fmt::Debug for ResultSet { fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { write!(fmt, "{:#?}", self.bindings) } } impl<S: AsRef<str>, T: crate::host::FromPolar + PartialEq<T>> PartialEq<HashMap<S, T>> for ResultSet { fn eq(&self, other: &HashMap<S, T>) -> bool { other.iter().all(|(k, v)| { self.get_typed::<T>(k.as_ref()) .map(|binding| &binding == v) .unwrap_or(false) }) } }
32.088737
98
0.507871
c4a9a494f71925930663849b71c52b8c931dcbe4
147
c
C
test/structs3.c
andersfischernielsen/eba
ceb42493d995120cc266f15fc85c0e07fea3d9b7
[ "BSD-3-Clause" ]
16
2017-01-30T02:45:41.000Z
2022-03-14T03:23:04.000Z
test/structs3.c
andersfischernielsen/eba
ceb42493d995120cc266f15fc85c0e07fea3d9b7
[ "BSD-3-Clause" ]
7
2018-05-11T08:50:11.000Z
2020-06-22T09:34:45.000Z
test/structs3.c
andersfischernielsen/eba
ceb42493d995120cc266f15fc85c0e07fea3d9b7
[ "BSD-3-Clause" ]
2
2019-04-21T10:30:25.000Z
2019-09-13T07:37:29.000Z
struct bar; struct foo { int x; struct bar *b; }; struct bar { int y; struct foo *a; }; int main(void) { struct foo s; return 0; }
8.166667
16
0.564626
611c9d5970eabe688994886a5a67ff38d0bcd2f1
9,201
css
CSS
public/Public/css/pager.css
mysisd/ytrx
cde13ef256151b966dcc8026e76aeef10cf78a0c
[ "Apache-2.0" ]
null
null
null
public/Public/css/pager.css
mysisd/ytrx
cde13ef256151b966dcc8026e76aeef10cf78a0c
[ "Apache-2.0" ]
null
null
null
public/Public/css/pager.css
mysisd/ytrx
cde13ef256151b966dcc8026e76aeef10cf78a0c
[ "Apache-2.0" ]
null
null
null
.w-pageline { display: table; margin: 0 auto; float: none; padding: 12px 0px 20px; font-family: Arial,"Lucida Grande","Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,STHeiti; font-size: 12px; } .w-pagemore { margin: 16px 0 20px 0; font-family: Arial,"Lucida Grande","Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,STHeiti; font-size: 12px; } .w-pageline ul { list-style: none outside none; margin: 0; padding: 0; border: 0; outline: 0; } .w-pageline ul li { float: left; margin-right: 10px; height: 30px; line-height: 30px; text-align: center; } .w-pageline ul li em { font-style: normal; color: #666; } .w-pageline ul li input { padding: 0 10px; width: 30px; height: 30px; line-height: 30px; border: 1px solid #ddd; border-radius: 3px; outline: none; } .w-pageline ul li a { display: block; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; text-decoration: none; } .w-pageline ul li a:hover { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .w-page-cm { width: 30px; height: 30px; line-height: 30px; text-align: center; } .w-page-square li a i { display: none; } .w-page-square li .w-page-flip { width: 67px !important; } .w-page-square li a { color: #666666; background: white; border-color: #dddddd; border-width: 1px; border-style: solid; border-radius: 3px; } .w-page-square li a:hover { background: #eeeeee; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-square li .activi { background: #eeeeee; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-round li a span { display: none; } .w-page-round li a { color: #666666; background: white; border-color: #dddddd; border-width: 1px; border-style: solid; border-radius: 16px; } .w-page-round li a:hover { background: #eeeeee; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-round li .activi { background: #eeeeee; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-alpha li a span { display: none; } .w-page-alpha li a { color: #666666; background: white; border-radius: 3px; } .w-page-alpha li a:hover { background: #eeeeee; } .w-page-alpha li .activi { background: #eeeeee; } .w-page-square-blue li a i { display: none; } .w-page-square-blue li .w-page-flip { width: 67px !important; } .w-page-square-blue li a { color: #666666; background: #eeeeee; border-color: #eeeeee; border-width: 1px; border-style: solid; border-radius: 3px; } .w-page-square-blue li a:hover { color: white; background: #00acf0; border-color: #00acf0; border-width: 1px; border-style: solid; } .w-page-square-blue li .activi { color: white; background: #00acf0; border-color: #00acf0; border-width: 1px; border-style: solid; } .w-page-square-red li a i { display: none; } .w-page-square-red li .w-page-flip { width: 67px !important; } .w-page-square-red li a { color: #666666; background: #eeeeee; border-color: #eeeeee; border-width: 1px; border-style: solid; border-radius: 0px; } .w-page-square-red li a:hover { color: white; background: #ea594f; border-color: #ea594f; border-width: 1px; border-style: solid; } .w-page-square-red li .activi { color: white; background: #ea594f; border-color: #ea594f; border-width: 1px; border-style: solid; } .w-page-square-orange li a i { display: none; } .w-page-square-orange li .w-page-flip { width: 67px !important; } .w-page-square-orange li a { color: #666666; background: #dddddd; border-color: #eeeeee; border-width: 1px; border-style: solid; border-radius: 3px; } .w-page-square-orange li a:hover { color: white; background: #f57a19; border-color: #f57a19; border-width: 1px; border-style: solid; } .w-page-square-orange li .activi { color: white; background: #f57a19; border-color: #f57a19; border-width: 1px; border-style: solid; } .#{$StyleItemAndColor} .w-line-height-ie7{*display:inline-block;*height:30px; *line-height:14px; *vertical-align:middle;} .w-page-rectangle li a i { display: none; } .w-page-rectangle li a { color: #666666; background: #eeeeee; border-color: #dddddd; border-width: 1px; border-style: solid; border-radius: 3px; } .w-page-rectangle li a:hover { background: #dddddd; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-rectangle li .activi { background: #dddddd; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-rectangle-white li a i { display: none; } .w-page-rectangle-white li a { color: #666666; background: white; border-color: #999999; border-width: 1px; border-style: solid; border-radius: 3px; } .w-page-rectangle-white li a:hover { background: #cccccc; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-rectangle-white li .activi { background: #cccccc; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-rectangle-red li a i { display: none; } .w-page-rectangle-red li input { border-radius: 16px !important; } .w-page-rectangle-red li a { color: #ea594f; background: white; border-color: #ea594f; border-width: 1px; border-style: solid; border-radius: 16px; } .w-page-rectangle-red li a:hover { color: white; background: #ea594f; border-color: #ea594f; border-width: 1px; border-style: solid; } .w-page-rectangle-red li .activi { color: white; background: #ea594f; border-color: #ea594f; border-width: 1px; border-style: solid; } .w-page-rectangle-round li a span { display: none; } .w-page-rectangle-round li input { border-radius: 16px !important; } .w-page-rectangle-round li .w-page-flip { width: 30px !important; } .w-page-rectangle-round li a { color: #666666; background: white; border-color: #dddddd; border-width: 1px; border-style: solid; border-radius: 16px; } .w-page-rectangle-round li a:hover { color: #666666; background: #cccccc; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-rectangle-round li .activi { color: #666666; background: #cccccc; border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-rectangle-alpha li a span { display: none; } .w-page-rectangle-alpha li input { border-radius: 16px !important; } .w-page-rectangle-alpha li .w-page-flip { width: 30px !important; } .w-page-rectangle-alpha li a { color: #666666; background: none; border-radius: 16px; } .w-page-rectangle-alpha li a:hover { color: #666666; background: #cccccc; } .w-page-rectangle-alpha li .activi { color: #666666; background: #cccccc; } .#{$StyleItemAndColor} .w-page2-cm { width: 67px; height: 30px; line-height: 30px; text-align: center; } .#{$StyleItemAndColor} .w-page-more{display:block; width:100%; height:36px; line-height:36px; color:#666; text-align:center; text-decoration:none;box-sizing: border-box;} .#{$StyleItemAndColor} .w-page-more:hover{ -webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;} .w-page-more-one { /*background*/ background-color: white; /*border*/ border-color: #dddddd; border-width: 1px; border-style: solid; } .w-page-more-one:hover { background-color: #eeeeee; /*border*/ border-color: #dddddd; border-width: 1px; border-style: solid; } .w-page-more-two { /*background*/ background-color: #eeeeee; /*border*/ border-color: #eeeeee; border-width: 1px; border-style: solid; } .w-page-more-two:hover { background-color: #dddddd; /*border*/ border-color: #cccccc; border-width: 1px; border-style: solid; } .w-page-more-three { background-color: white; border-color: #eeeeee; border-width: 1px; border-style: solid; border-radius: 40px; } .w-page-more-three:hover { background-color: #eeeeee; border-color: #dddddd; border-width: 1px; border-style: solid; } .w-page-more-fives { background-color: none; } .w-page-more-fives:hover { background-color: #dddddd; } .w-page-more-six { color: #ea594f; background-color: white; border-color: #ea594f; border-width: 1px; border-style: solid; border-radius: 40px; } .w-page-more-six:hover { color: white; background-color: #ea594f; border-color: #ea594f; border-width: 1px; border-style: solid; }
22.064748
172
0.630149
4c38c7f976200727a7a8ccf54ede33654c6e5d72
832
php
PHP
app/GraphQL/Types/Config.php
joonlabs/MapNode
152fdd7a404940af5d36cc0d9738540ee9dc8441
[ "MIT" ]
null
null
null
app/GraphQL/Types/Config.php
joonlabs/MapNode
152fdd7a404940af5d36cc0d9738540ee9dc8441
[ "MIT" ]
null
null
null
app/GraphQL/Types/Config.php
joonlabs/MapNode
152fdd7a404940af5d36cc0d9738540ee9dc8441
[ "MIT" ]
null
null
null
<?php namespace App\GraphQL\Types; use App\GraphQL\Utilities\Definition; use GraphQL\Fields\GraphQLTypeField; use GraphQL\Types\GraphQLBoolean; use GraphQL\Types\GraphQLFloat; use GraphQL\Types\GraphQLInt; use GraphQL\Types\GraphQLNonNull; use GraphQL\Types\GraphQLObjectType; use GraphQL\Types\GraphQLString; class Config extends Definition { static ?object $instance = null; /** * @inheritDoc */ public static function build(): object { return new GraphQLObjectType( "Config", "Eine Config", function () { return [ new GraphQLTypeField( "adressomat_token", new GraphQLNonNull(new GraphQLString()), ), ]; } ); } }
23.111111
64
0.574519
f6f18c6c468c0e7544e25e8894a1a5b8f3b51208
1,458
sql
SQL
services/db/init/seed/008-order-History.sql
spencerborgg/buy-site
f3142e2965f12ff7b1f60696fb6c52a38153d105
[ "MIT" ]
null
null
null
services/db/init/seed/008-order-History.sql
spencerborgg/buy-site
f3142e2965f12ff7b1f60696fb6c52a38153d105
[ "MIT" ]
11
2020-09-04T19:59:11.000Z
2022-03-08T22:43:41.000Z
services/db/init/seed/008-order-History.sql
spencerborgg/buy-site
f3142e2965f12ff7b1f60696fb6c52a38153d105
[ "MIT" ]
null
null
null
insert into order_history (order_id, item_handle, quantity ) values ('0893e1d5-80bf-4cb2-a762-61bca694d057', 'e9535a51-5d84-4622-8a7e-fe815f0bc938', '2'), ('0893e1d5-80bf-4cb2-a762-61bca694d057', 'a73d3a85-49f3-42f3-9266-fe2cdbf4b125', '1'), ('0893e1d5-80bf-4cb2-a762-61bca694d057', 'b6d062af-b762-4a5a-9966-2c9e4bf66d27', '2'), ('8b721e8f-c130-4687-bf3b-fd3536b784b6', 'e9535a51-5d84-4622-8a7e-fe815f0bc938', '6'), ('8b721e8f-c130-4687-bf3b-fd3536b784b6', 'a73d3a85-49f3-42f3-9266-fe2cdbf4b125', '3'), ('8b721e8f-c130-4687-bf3b-fd3536b784b6', 'b6d062af-b762-4a5a-9966-2c9e4bf66d27', '7'), ('ed624037-a70f-4c0d-8ffc-360b1beed24f', 'e9535a51-5d84-4622-8a7e-fe815f0bc938', '2'), ('ed624037-a70f-4c0d-8ffc-360b1beed24f', 'a73d3a85-49f3-42f3-9266-fe2cdbf4b125', '6'), ('ed624037-a70f-4c0d-8ffc-360b1beed24f', 'b6d062af-b762-4a5a-9966-2c9e4bf66d27', '2'), ('92f5da3e-34df-4b33-93e7-1976407c9b8c', 'e9535a51-5d84-4622-8a7e-fe815f0bc938', '3'), ('92f5da3e-34df-4b33-93e7-1976407c9b8c', 'a73d3a85-49f3-42f3-9266-fe2cdbf4b125', '8'), ('92f5da3e-34df-4b33-93e7-1976407c9b8c', 'b6d062af-b762-4a5a-9966-2c9e4bf66d27', '5'), ('656b872f-76f5-4363-aa8b-de2dab756e40', 'e9535a51-5d84-4622-8a7e-fe815f0bc938', '1'), ('656b872f-76f5-4363-aa8b-de2dab756e40', 'a73d3a85-49f3-42f3-9266-fe2cdbf4b125', '6'), ('656b872f-76f5-4363-aa8b-de2dab756e40', 'b6d062af-b762-4a5a-9966-2c9e4bf66d27', '5') on conflict do nothing
85.764706
90
0.720165
c38dfe84cc1e43b51eebeba0f3d8b5817fa43fc0
2,197
rs
Rust
day-03/src/main.rs
huzecong/advent-of-code-2018
c9c161e5aa45f25bace51dea68b909b2f3dd479a
[ "MIT" ]
1
2018-12-23T00:50:00.000Z
2018-12-23T00:50:00.000Z
day-03/src/main.rs
huzecong/advent-of-code-2018
c9c161e5aa45f25bace51dea68b909b2f3dd479a
[ "MIT" ]
null
null
null
day-03/src/main.rs
huzecong/advent-of-code-2018
c9c161e5aa45f25bace51dea68b909b2f3dd479a
[ "MIT" ]
null
null
null
extern crate utils; use std::fs; struct Rectange { id: i32, x: usize, y: usize, w: usize, h: usize, } fn parse_numeric<'a, T, I>(iter: I) -> Vec<T> where T: std::str::FromStr, I: Iterator<Item=&'a str> { iter.map(|x| x.parse::<T>().ok().unwrap()).collect() } fn parse(s: &str) -> Rectange { let parts = s.split_whitespace().collect::<Vec<&str>>(); let id = parts[0][1..].parse::<i32>().unwrap(); let x_y = parse_numeric::<usize, _>(parts[2][..(parts[2].len() - 1)].split(",")); let w_h = parse_numeric::<usize, _>(parts[3].split("x")); Rectange { id: id, x: x_y[0], y: x_y[1], w: w_h[0], h: w_h[1] } } fn main() { let input = fs::read_to_string("day-03/input.txt").ok().unwrap(); // temporary bound to the scope let rects: Vec<Rectange> = input.split_terminator("\n").map(parse).collect(); // Part 1 let width = rects.iter().map(|rect| rect.x + rect.w).max().unwrap() as usize; let height = rects.iter().map(|rect| rect.y + rect.h).max().unwrap() as usize; let mut counts = vec![vec![0; width + 1]; height + 1]; // prefix array for rect in rects.iter() { let right = rect.x + rect.w; let down = rect.y + rect.h; counts[rect.x][rect.y] += 1; counts[right][rect.y] -= 1; counts[rect.x][down] -= 1; counts[right][down] += 1; } utils::cumsum(&mut counts, width, height); let mut overlap = 0; for i in 0..width { for j in 1..height { if counts[i][j] > 1 { overlap += 1; } } } println!("{}", overlap); // Part 2 utils::cumsum(&mut counts, width, height); let get_counts = |x: usize, y: usize| -> i32 { if x > 0 && y > 0 { counts[x - 1][y - 1] } else { 0 } }; for rect in rects.iter() { let right = rect.x + rect.w; let down = rect.y + rect.h; let sum = get_counts(right, down) - get_counts(right, rect.y) - get_counts(rect.x, down) + get_counts(rect.x, rect.y); let area = (rect.w * rect.h) as i32; if sum == area { println!("{}", rect.id); break; } } }
30.513889
126
0.514793
13852f1da40e1e1a390cb3b2c1a796577bb5fd29
393
swift
Swift
PaginationWithCollectionViewandTableView/CollectionView/ReusableCollectionView/LoadingReusableView.swift
abdullah1107/TableViewandCollectionViewPagination
456f0cbc94c5d52d7a53df3970fe719a8db9bb46
[ "MIT" ]
null
null
null
PaginationWithCollectionViewandTableView/CollectionView/ReusableCollectionView/LoadingReusableView.swift
abdullah1107/TableViewandCollectionViewPagination
456f0cbc94c5d52d7a53df3970fe719a8db9bb46
[ "MIT" ]
null
null
null
PaginationWithCollectionViewandTableView/CollectionView/ReusableCollectionView/LoadingReusableView.swift
abdullah1107/TableViewandCollectionViewPagination
456f0cbc94c5d52d7a53df3970fe719a8db9bb46
[ "MIT" ]
null
null
null
// // LoadingReusableView.swift // PaginationWithCollectionViewandTableView // // Created by Muhammad Abdullah Al Mamun on 11/10/20. // import UIKit class LoadingReusableView: UICollectionReusableView { @IBOutlet weak var activityIndicator: UIActivityIndicatorView! override func awakeFromNib() { super.awakeFromNib() // Initialization code } }
19.65
66
0.704835
15d678ca304577716513a2877a4b027a147f187a
840
rb
Ruby
db/migrate/20160122134119_create_contacts.rb
arvindnaidu/contacts
5431553aae307898e9dab3fba5e4dfd202a15eb7
[ "Apache-2.0" ]
null
null
null
db/migrate/20160122134119_create_contacts.rb
arvindnaidu/contacts
5431553aae307898e9dab3fba5e4dfd202a15eb7
[ "Apache-2.0" ]
null
null
null
db/migrate/20160122134119_create_contacts.rb
arvindnaidu/contacts
5431553aae307898e9dab3fba5e4dfd202a15eb7
[ "Apache-2.0" ]
null
null
null
class CreateContacts < ActiveRecord::Migration def up execute <<-EOSQL CREATE TABLE contacts ( id bigint(11) NOT NULL AUTO_INCREMENT, account_id bigint(11) NOT NULL, name varchar(100) NOT NULL, email varchar(100), mobile varchar(100), dob varchar(30), gender tinyint(1), city varchar(50), state varchar(50), country varchar(50), zip varchar(20), deleted tinyint(1) DEFAULT 0, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; EOSQL end def down execute <<-EOSQL DROP TABLE contacts EOSQL end end
28
94
0.607143
27d1e4a1827ccf65023b4d1888865c8784819a6c
944
css
CSS
src/styles/content/Footer.css
weblogixx/ssh-gui-helper
fcc137bf5358c85007d8f9baa4cacbf905aec32d
[ "BSD-3-Clause" ]
null
null
null
src/styles/content/Footer.css
weblogixx/ssh-gui-helper
fcc137bf5358c85007d8f9baa4cacbf905aec32d
[ "BSD-3-Clause" ]
null
null
null
src/styles/content/Footer.css
weblogixx/ssh-gui-helper
fcc137bf5358c85007d8f9baa4cacbf905aec32d
[ "BSD-3-Clause" ]
null
null
null
.footer-component { padding: 0 25px 10px; } .footer-component button { padding: 0; border: none; background: none; } .footer-component button:active, .footer-component button:focus { outline: none; } .footer-component button span { padding: 2px 8px; border: 1px solid #dadada; border-radius: 6px; color: #262626; font-size: 14px; display: inline-block; } .footer-component .icon-btn span { padding: 2px 12px; font-family: Courier; font-size: 20px; line-height: 16px; } .footer-component .btn-add { float: left; } .footer-component .btn-edit, .footer-component .btn-open { float: right; } .footer-component .btn-open { margin-left: 5px; } .footer-component .btn-edit span { width: 86px; text-align: center; } .footer-component .btn-edit.active span { color: #2D8EFB; } .footer-component .btn-delete { margin-right: 5px; float: right; } .footer-component .btn-delete span { color: #900; }
15.733333
41
0.679025
f06b6a8f83b37ecd3f54491ae4baf5c423b23607
3,052
js
JavaScript
public/js/client.js
JasonShin/HELP-yo
d1922defb43adc9b5cd77eac614d99c9f90bac45
[ "MIT" ]
null
null
null
public/js/client.js
JasonShin/HELP-yo
d1922defb43adc9b5cd77eac614d99c9f90bac45
[ "MIT" ]
null
null
null
public/js/client.js
JasonShin/HELP-yo
d1922defb43adc9b5cd77eac614d99c9f90bac45
[ "MIT" ]
1
2016-12-07T23:59:47.000Z
2016-12-07T23:59:47.000Z
import React from 'react'; import ReactDOM from 'react-dom'; import { Router, Route, IndexRoute, browserHistory, routes } from 'react-router'; var createBrowserHistory = require('history/lib/createBrowserHistory'); //TODO: Find browserHistory compatibility and if it's not compatible, role back to hashHistory import FirebaseAPI from './api/firebase.api'; //Hash History var history = createBrowserHistory({queryKey: false}); //Styles import '../css/style.scss'; import 'react-date-picker/index.css'; //Date picker dependent css //Import pages //TODO: Refactor all these pages to have component naming convention: e.g. SessionsPage import GeneralLayout from './pages/layouts/GeneralLayout'; import Login from './pages/Login'; import RegisterPage from './pages/RegisterPage'; import MyProfile from './pages/MyProfile'; import SessionTypesPage from './pages/SessionTypesPage'; import Bookings from './pages/Bookings'; import SessionsPage from './pages/SessionsPage'; import WorkshopSetsPage from './pages/WorkshopSetsPage'; import WorkshopsPage from './pages/WorkshopsPage'; import WorkshopPage from './pages/WorkshopPage'; import CreateWorkshopPage from './pages/CreateWorkshopPage'; import FAQPage from './pages/FAQPage'; import injectTapEventPlugin from 'react-tap-event-plugin'; // Needed for onTouchTap // http://stackoverflow.com/a/34015469/988941 injectTapEventPlugin(); //Finds root element const app = document.getElementById('app'); //TODO: Create <Route path="register/profile" component={MyProfile}></Route> for UX = keeping users in context //TODO: Priority 2 ReactDOM.render( <Router history={browserHistory}> <Route path="/" component={GeneralLayout}> <IndexRoute component={Login} /> <Route path="login" component={Login} /> <Route path="sessions" component={SessionTypesPage} /> <Route path="register" component={RegisterPage} /> <Route path="register/profile" component={MyProfile} onEnter={FirebaseAPI.requireAuth} /> <Route path="profile" component={MyProfile} onEnter={FirebaseAPI.requireAuth} /> <Route path='sessions' component={SessionsPage} onEnter={FirebaseAPI.requireAuth} /> <Route path='workshopSets' component={WorkshopSetsPage} onEnter={FirebaseAPI.requireAuth} /> <Route path='workshops' component={WorkshopsPage} onEnter={FirebaseAPI.requireAuth} /> <Route path='workshop' component={WorkshopPage} onEnter={FirebaseAPI.requireAuth} /> <Route path="bookings/past" component={Bookings} onEnter={FirebaseAPI.requireAuth} /> <Route path="bookings/future" component={Bookings} onEnter={FirebaseAPI.requireAuth} /> <Route path="bookings/workshop" component={WorkshopPage} onEnter={FirebaseAPI.requireAuth} /> <Route path="createWorkshop" component={CreateWorkshopPage} onEnter={FirebaseAPI.requireAuth} /> <Route path="faq" component={FAQPage} onEnter={FirebaseAPI.requireAuth} /> </Route> </Router>, app );
49.225806
166
0.722149
01de910401e571516b9bf0d37bc5526a32a838fb
5,190
rs
Rust
src/lib.rs
hermitcore/multiboot
3f784ac6ba11909fa35e7b114c442d6c76431d35
[ "MIT" ]
null
null
null
src/lib.rs
hermitcore/multiboot
3f784ac6ba11909fa35e7b114c442d6c76431d35
[ "MIT" ]
null
null
null
src/lib.rs
hermitcore/multiboot
3f784ac6ba11909fa35e7b114c442d6c76431d35
[ "MIT" ]
null
null
null
// Copyright (c) 2018 Colin Finck, RWTH Aachen University // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #![no_std] // EXTERNAL CRATES #[macro_use] extern crate bitflags; // IMPORTS use core::{slice, str}; bitflags! { // See Multiboot Specification version 0.6.96 struct Flags: u32 { const MULTIBOOT_INFO_MEMORY = 0x00000001; const MULTIBOOT_INFO_BOOTDEV = 0x00000002; const MULTIBOOT_INFO_CMDLINE = 0x00000004; const MULTIBOOT_INFO_MODS = 0x00000008; const MULTIBOOT_INFO_AOUT_SYMS = 0x00000010; const MULTIBOOT_INFO_ELF_SHDR = 0x00000020; const MULTIBOOT_INFO_MEM_MAP = 0x00000040; const MULTIBOOT_INFO_DRIVE_INFO = 0x00000080; const MULTIBOOT_INFO_CONFIG_TABLE = 0x00000100; const MULTIBOOT_INFO_BOOT_LOADER_NAME = 0x00000200; const MULTIBOOT_INFO_APM_TABLE = 0x00000400; const MULTIBOOT_INFO_VBE_INFO = 0x00000800; const MULTIBOOT_INFO_FRAMEBUFFER_INFO = 0x00001000; } } #[repr(C, packed)] struct MultibootHeader { flags: Flags, mem_lower: u32, mem_upper: u32, boot_device: u32, cmdline: u32, mods_count: u32, mods_addr: u32, elf_symbols: [u32; 4], mmap_length: u32, mmap_addr: u32, drives_length: u32, drives_addr: u32, config_table: u32, boot_loader_name: u32, apm_table: u32, vbe_control_info: u32, vbe_mode_info: u32, vbe_mode: u16, vbe_interface_off: u16, vbe_interface_len: u16, framebuffer_addr: u64, framebuffer_pitch: u32, framebuffer_width: u32, framebuffer_height: u32, framebuffer_bpp: u8, framebuffer_type: u8, color_info: [u8; 6], } pub struct Multiboot { header: &'static MultibootHeader, } impl Multiboot { pub unsafe fn new(address: usize) -> Self { Self { header: & *(address as *const MultibootHeader) } } pub fn command_line_address(&self) -> Option<usize> { if {self.header.flags}.contains(Flags::MULTIBOOT_INFO_CMDLINE) { Some(self.header.cmdline as usize) } else { None } } pub unsafe fn command_line(&self) -> Option<&'static str> { self.command_line_address().map(|address| { let mut count = 0; while *((address + count) as *const u8) != 0 { count += 1; } let slice = slice::from_raw_parts(address as *const u8, count); str::from_utf8_unchecked(slice) }) } pub fn modules_address(&self) -> Option<usize> { if {self.header.flags}.contains(Flags::MULTIBOOT_INFO_MODS) { Some(self.header.mods_addr as usize) } else { None } } pub unsafe fn modules(&self) -> Option<&'static [Module]> { self.modules_address().map(|address| { let ptr = address as *const Module; slice::from_raw_parts(ptr, self.header.mods_count as usize) }) } pub fn memory_map_address(&self) -> Option<usize> { if {self.header.flags}.contains(Flags::MULTIBOOT_INFO_MEM_MAP) { Some(self.header.mmap_addr as usize) } else { None } } pub fn memory_map(&self) -> Option<MemoryMapIter> { self.memory_map_address().map(|address| MemoryMapIter { current: address, end: address + self.header.mmap_length as usize, } ) } } #[repr(C, packed)] pub struct Module { mod_start: u32, mod_end: u32, string: u32, reserved: u32, } impl Module { #[inline] pub fn start_address(&self) -> usize { self.mod_start as usize } #[inline] pub fn end_address(&self) -> usize { self.mod_end as usize } } const MEMORY_TYPE_AVAILABLE_RAM: u32 = 1; #[repr(C, packed)] pub struct MemoryMapEntry { size: u32, base_addr: u64, length: u64, ty: u32 } impl MemoryMapEntry { #[inline] pub fn base_address(&self) -> usize { self.base_addr as usize } #[inline] pub fn is_available(&self) -> bool { self.ty == MEMORY_TYPE_AVAILABLE_RAM } #[inline] pub fn length(&self) -> usize { self.length as usize } } pub struct MemoryMapIter { current: usize, end: usize, } impl Iterator for MemoryMapIter { type Item = &'static MemoryMapEntry; fn next(&mut self) -> Option<&'static MemoryMapEntry> { if self.current < self.end { let entry = unsafe { & *(self.current as *const MemoryMapEntry) }; self.current += entry.size as usize + 4; Some(entry) } else { None } } }
24.481132
73
0.702697
06444198f1edb7b129a838f535b93752bed98c83
75
sql
SQL
2 - SELECT from world/q4.sql
cjporteo/sql-zoo-solns
71834caeee3e9fffc26bca2869523289f6c77c90
[ "Unlicense" ]
null
null
null
2 - SELECT from world/q4.sql
cjporteo/sql-zoo-solns
71834caeee3e9fffc26bca2869523289f6c77c90
[ "Unlicense" ]
null
null
null
2 - SELECT from world/q4.sql
cjporteo/sql-zoo-solns
71834caeee3e9fffc26bca2869523289f6c77c90
[ "Unlicense" ]
null
null
null
SELECT name, population/1000000 FROM world WHERE continent='South America'
18.75
31
0.826667
39b98442ced12b4a006fffba017aba7b1aaa4b4c
106
js
JavaScript
server/helpers/create-query-from-req.js
Rod-rig/predictor
101708b1778d19c36c1e37f72c70591caae60925
[ "MIT" ]
2
2021-01-10T03:24:16.000Z
2021-04-12T18:21:43.000Z
server/helpers/create-query-from-req.js
Rod-rig/pl
718789f9506a610fabd967cb8cc195fc2f11f981
[ "MIT" ]
10
2019-07-14T17:45:15.000Z
2019-08-17T17:13:23.000Z
server/helpers/create-query-from-req.js
Rod-rig/pl
718789f9506a610fabd967cb8cc195fc2f11f981
[ "MIT" ]
2
2019-10-24T19:41:43.000Z
2021-03-01T16:31:00.000Z
exports.createQuery = (body, field) => { return body.map(item => ({ [field]: item[field], })); };
17.666667
40
0.54717
2608105767895a8f9419a40a74b1d1bec1ed0e6d
11,240
java
Java
project/src/simulatore/Avvio.java
Luke035/bayesANDjess
137c99ed42c0042808c3059e48b522230afa55f0
[ "MIT" ]
null
null
null
project/src/simulatore/Avvio.java
Luke035/bayesANDjess
137c99ed42c0042808c3059e48b522230afa55f0
[ "MIT" ]
null
null
null
project/src/simulatore/Avvio.java
Luke035/bayesANDjess
137c99ed42c0042808c3059e48b522230afa55f0
[ "MIT" ]
null
null
null
package simulatore; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.GregorianCalendar; import java.util.List; import Wrapper.ComposedProbability; import Wrapper.JayesException; import Wrapper.NodeProbability; import Wrapper.Wrapper; import bayesANDjess.BayesNet; import xml_handler.NetUpdater; import xml_handler.Observation; public class Avvio { private BayesNet likelihoodNet; private List<BayesNet> bnList; private GregorianCalendar calendar; private List<Observation> observationList; private List<PrinterStructure> printerList; private static double baseSeed = 0.8; /* * noParentsNodes.add("temperatura"); noParentsNodes.add("condizioni_meteo"); noParentsNodes.add("mezzo"); noParentsNodes.add("km_to_run"); noParentsNodes.add("momento_viaggio"); */ public Avvio(int gammasNumber){ calendar = new GregorianCalendar(); observationList = new ArrayList<Observation>(); printerList = new ArrayList<PrinterStructure>(); bnList = new ArrayList<BayesNet>(); for(int i=0;i<gammasNumber;i++){ bnList.add(new BayesNet()); } this.likelihoodNet = new BayesNet(); Wrapper wrapper = bnList.get(0).getWrapper(); String [] nodes = wrapper.getNodes(); for(String node:nodes){ try { printerList.add(new PrinterStructure(wrapper.getNodeProbability(node))); } catch (JayesException e) { // TODO Auto-generated catch block e.printStackTrace(); } } } /*public Avvio(){ bn = new BayesNet(); calendar = new GregorianCalendar(); observationList = new ArrayList<Observation>(); printerList = new ArrayList<PrinterStructure>(); Wrapper wrapper = bn.getWrapper(); String [] nodes = wrapper.getNodes(); for(String node:nodes){ try { printerList.add(new PrinterStructure(wrapper.getNodeProbability(node))); } catch (JayesException e) { // TODO Auto-generated catch block e.printStackTrace(); } } }*/ private void print(NodeProbability np, NodeProbability npLikelihood, double gamma, int runNumber, List<Observation> observationList){ PrinterStructure printerStructure = null; for(PrinterStructure ps:printerList){ if(ps.getNp().getNode().equals(np.getNode())){ printerStructure = ps; } } List<ComposedProbability> cpList = np.getProbabilities(); List<ComposedProbability> cpListLikelihood = npLikelihood.getProbabilities(); PrintWriter pw = printerStructure.getPw(); String line = runNumber+","+gamma; int count = 0; for(int i = 0; i<cpList.size(); i++){ for(Observation obs:observationList){ if(obs.getNodeName().equals(np.getNode()) && obs.getObservedOutcome().equals(cpList.get(i).getNodeOutcome())){ count++; } } if(count>0) line += ","+cpList.get(i).getProbability()+","+count+","+cpListLikelihood.get(i).getProbability(); else line += ","+cpList.get(i).getProbability()+","+0+","+cpListLikelihood.get(i).getProbability(); count = 0; } pw.println(line); } private double[] generateConditionalSeeds(int size, double startingSeed, int run, int runsToDo){ double seeds[] = new double[size]; //Scelta del startingSeed double d_outcome = (double) run/runsToDo; double seed_index_par = d_outcome*10; int seed_index = ((int) seed_index_par)%size; System.out.println("Run: "+run+"Par: "+seed_index_par+" seed_index: "+seed_index); seeds[seed_index] = startingSeed; double remain = (1.0-startingSeed)/(seeds.length-1); for(int i=0; i<seeds.length; i++){ if(i!=seed_index) seeds[i] = remain; } return seeds; } private double[] generateRandomSeeds(int size){ double seeds[] = new double[size]; for(int i=0; i<seeds.length; i++){ seeds[i] = Math.random(); } double sum = 0; for(double seed:seeds){ sum += seed; } for(int i=0; i<seeds.length;i++){ seeds[i] = seeds[i]/sum; } return seeds; } public void singleRun(List<String> noParentsNodes, int maxObservations, List<Double> gammas, int runNumber, int runsToDo){ //Quanti nodi voglio aggiornare //double d_nodes = Math.random(); int desiredNodes =noParentsNodes.size(); //desiredNodes++; //Non arriva mai a 5 //Lista nodi da aggiornare List<String> nodesToUpdate = new ArrayList<String>(); int max_observations = 100; while(desiredNodes>0){ //Prendo i primi desired_nodes della lista, non li tiro a caso Wrapper wrapper =bnList.get(0).getWrapper(); String outcomes[] = wrapper.getOutcomes(noParentsNodes.get(desiredNodes-1)); //Evito outofbound nodesToUpdate.add(noParentsNodes.get(desiredNodes-1)); //double seeds [] = generateRandomSeeds(outcomes.length); double seeds[] = generateConditionalSeeds(outcomes.length,baseSeed,runNumber,runsToDo); for(int i =0; i<outcomes.length; i++){ int number_of_observations = (int) (seeds[i]*max_observations); while(number_of_observations > 0){ Observation obs = new Observation(); obs.setNodeName(noParentsNodes.get(desiredNodes-1)); obs.setObservedOutcome(outcomes[i]); obs.setTimestamp(calendar.getTimeInMillis()+(10000*number_of_observations)); //Introduco della variabilità observationList.add(obs); number_of_observations--; } } desiredNodes--; /* //Calcolo di quale outcome genero double d_outcome = Math.random(); int outcome_index = (int) (d_outcome*outcomes.length); System.out.println("Scelto outcome: "+outcomes[outcome_index]); //Calcolo del numero di osservazioni da generare double d_observations = Math.random(); int number_of_observations = (int) (d_observations*max_observations); while(number_of_observations > 0){ Observation obs = new Observation(); obs.setNodeName(noParentsNodes.get(desiredNodes-1)); obs.setObservedOutcome(outcomes[outcome_index]); obs.setTimestamp(calendar.getTimeInMillis()+(10000*number_of_observations)); //Introduco della variabilità observationList.add(obs); number_of_observations--; } desiredNodes--;*/ } /*for(Observation o: observationList){ System.out.println("Osservazione: "+o.toString()); }*/ NetUpdater netUpdaterLikelihood = new NetUpdater(likelihoodNet); for(String node:nodesToUpdate){ netUpdaterLikelihood.updateNoParentsNodeMaximumLikelihood(observationList, node); } for(int i=0; i<bnList.size();i++){ NetUpdater netUpdater = new NetUpdater(bnList.get(i)); long startTime = calendar.getTimeInMillis(); for(String node:nodesToUpdate){ System.out.println("Observations list size: "+observationList.size()); netUpdater.updateNoParentsNode(observationList, node, calendar.getTimeInMillis()+(10000*(max_observations+1)), gammas.get(i)); //Il timestamp nella stampa serve per indicare l'andamento nei vari "run" try { NodeProbability np = bnList.get(i).getWrapper().getNodeProbability(node); NodeProbability npLikelihood = likelihoodNet.getWrapper().getNodeProbability(node); print(np,npLikelihood,gammas.get(i),runNumber,observationList); } catch (JayesException e) { // TODO Auto-generated catch block e.printStackTrace(); } System.out.println("Aggiornato "+node+" in: "+(calendar.getTimeInMillis()-startTime)+"ms"); } } /*NetUpdater netUpdater = new NetUpdater(bn); long startTime = calendar.getTimeInMillis(); for(String node:nodesToUpdate){ System.out.println("Observations list size: "+observationList.size()); for(Double gamma:gammas){ netUpdater.updateNoParentsNode(observationList, node, calendar.getTimeInMillis()+(10000*(max_observations+1)), gamma); //Il timestamp nella stampa serve per indicare l'andamento nei vari "run" try { NodeProbability np = bn.getWrapper().getNodeProbability(node); print(np,gamma,runNumber,observationList); } catch (JayesException e) { // TODO Auto-generated catch block e.printStackTrace(); } System.out.println("Aggiornato "+node+" in: "+(calendar.getTimeInMillis()-startTime)+"ms"); } }*/ observationList.clear(); } public static void main(String[] args) { /*BayesNet bn = new BayesNet(); GregorianCalendar calendar = new GregorianCalendar(); List<Observation> observationList = new ArrayList<Observation>(); */ List<String> noParentsNodes = new ArrayList<String>(); /*noParentsNodes.add("temperatura"); noParentsNodes.add("condizioni_meteo"); noParentsNodes.add("mezzo"); noParentsNodes.add("km_to_run"); noParentsNodes.add("momento_viaggio");*/ noParentsNodes.add("Queue"); noParentsNodes.add("Agent_Type"); List<Double> gammas = new ArrayList<Double>(); gammas.add(1.0); gammas.add(0.1); //gammas.add(0.5); //gammas.add(2.0); //gammas.add(4.0); Avvio avvio = new Avvio(gammas.size()); int runsToDo=100,runs=0; while(runs<runsToDo){ avvio.singleRun(noParentsNodes, 100, gammas,runs+1,runsToDo); runs++; } List<PrinterStructure> printers = avvio.printerList; for(PrinterStructure p:printers){ p.closeStream(); } /* //Quanti nodi voglio aggiornare double d_nodes = Math.random(); int desiredNodes = (int) (d_nodes*noParentsNodes.size()); desiredNodes++; //Non arriva mai a 5 //Lista nodi da aggiornare List<String> nodesToUpdate = new ArrayList<String>(); int max_observations = 100; while(desiredNodes>0){ //Prendo i primi desired_nodes della lista, non li tiro a caso Wrapper wrapper =bn.getWrapper(); String outcomes[] = wrapper.getOutcomes(noParentsNodes.get(desiredNodes-1)); //Evito outofbound nodesToUpdate.add(noParentsNodes.get(desiredNodes-1)); //Calcolo di quale outcome genero double d_outcome = Math.random(); int outcome_index = (int) (d_outcome*outcomes.length); System.out.println("Scelto outcome: "+outcomes[outcome_index]); //Calcolo del numero di osservazioni da generare double d_observations = Math.random(); int number_of_observations = (int) (d_observations*max_observations); while(number_of_observations > 0){ Observation obs = new Observation(); obs.setNodeName(noParentsNodes.get(desiredNodes-1)); obs.setObservedOutcome(outcomes[outcome_index]); obs.setTimestamp(calendar.getTimeInMillis()+(10000*number_of_observations)); //Introduco della variabilità observationList.add(obs); number_of_observations--; } desiredNodes--; } /*for(Observation o: observationList){ System.out.println("Osservazione: "+o.toString()); }*/ /*NetUpdater netUpdater = new NetUpdater(bn); long startTime = calendar.getTimeInMillis(); for(String node:nodesToUpdate){ System.out.println("Observations list size: "+observationList.size()); netUpdater.updateNoParentsNode(observationList, node, calendar.getTimeInMillis()+(10000*(max_observations+1)), 100000); System.out.println("Aggiornato "+node+" in: "+(calendar.getTimeInMillis()-startTime)+"ms"); }*/ } }
30.710383
134
0.691548
502b7387e246f1b08344e46560cd84d472547b6d
1,198
go
Go
utils/recover.go
Treblex/simple-daily
011315e6247afdd7dfd06815b6c4a3feef751a0b
[ "MIT" ]
1
2020-11-14T07:12:12.000Z
2020-11-14T07:12:12.000Z
utils/recover.go
LazyFury/simple-daily
011315e6247afdd7dfd06815b6c4a3feef751a0b
[ "MIT" ]
null
null
null
utils/recover.go
LazyFury/simple-daily
011315e6247afdd7dfd06815b6c4a3feef751a0b
[ "MIT" ]
1
2020-11-14T07:12:14.000Z
2020-11-14T07:12:14.000Z
package utils import ( "log" "net/http" "github.com/getsentry/sentry-go" "github.com/gin-gonic/gin" ) // GinRecover Recover func GinRecover(c *gin.Context) { if r := recover(); r != nil { result := JSON(http.StatusInternalServerError, "", nil) //普通错误 if err, ok := r.(error); ok { result.Message = err.Error() result.Data = err } //错误提示 if err, ok := r.(string); ok { result.Message = err } //错误码 if err, ok := r.(ErrCode); ok { result.Code = err result.Message = StatusText(err) } else if err, ok := r.(int); ok { result.Message = StatusText(ErrCode(err)) } //完整错误类型 if data, ok := r.(Result); ok { result = data } var code = http.StatusOK // if http.StatusText(int(result.Code)) != "" { // code = int(result.Code) // } //返回内容 if ReqFromHTML(c) { c.HTML(code, "404.tmpl", result) } else { c.JSON(code, result) } log.Printf("\n\n\x1b[31m[Custom Debug Result]: URL:%s ;\nErr: %v \x1b[0m\n\n", c.Request.URL.RequestURI(), result) sentry.CaptureEvent(&sentry.Event{ Extra: map[string]interface{}{ "err": result, }, }) // "打断response继续写入内容" c.AbortWithStatus(http.StatusInternalServerError) } }
19.639344
116
0.60601
2695f28095952d5c619103d63d2f6403254c84a8
2,522
java
Java
simplity/core/src/main/java/org/simplity/core/app/IAttachmentAssistant.java
simplity/simplity
3d67e612c112917f8567c5ec6f00bb10e894a459
[ "MIT" ]
3
2017-02-03T05:19:53.000Z
2021-05-24T22:24:06.000Z
simplity/core/src/main/java/org/simplity/core/app/IAttachmentAssistant.java
simplity/simplity
3d67e612c112917f8567c5ec6f00bb10e894a459
[ "MIT" ]
124
2016-08-27T05:14:14.000Z
2017-12-28T02:30:36.000Z
simplity/core/src/main/java/org/simplity/core/app/IAttachmentAssistant.java
simplity/simplity
3d67e612c112917f8567c5ec6f00bb10e894a459
[ "MIT" ]
2
2021-11-27T10:15:25.000Z
2022-01-01T20:07:34.000Z
/* * Copyright (c) 2016 simplity.org * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ package org.simplity.core.app; import java.io.InputStream; import org.simplity.core.ApplicationError; /** * An assistant to AttachmentManager who can store/retrieve file/media in a permanent way. We * provide a simple assistant who uses a designated folder on the file system for this. * * @author simplity.org */ public interface IAttachmentAssistant { /** * store a file into corporate storage area. IMP : we DO NOT close stream. We believe the creator * has to destroy it. * * @param inStream stream to read he media from. Kept open on return. Caller need to close it. * @return key/token that can be used to retrieve this attachment any time. */ public String store(InputStream inStream); /** * store a file into corporate storage area from its temp-area * * @param tempKey key to temp-storage area * @return key/token that can be used to retrieve this attachment any time. */ public String store(String tempKey); /** * retrieve a media file from central storage * * @param storageKey * @return file-token that is to be used to access the retrieved content for sending to client or * re-storage * @throws ApplicationError if storageKey is not valid */ public String retrieve(String storageKey); /** * remove a media file from central storage * * @param storageKey */ public void remove(String storageKey); }
36.028571
99
0.732355
0a4b84cef6ad813a8ae0f09788ea7af645aef03a
940
h
C
junkbox/Classes/JBLoginOperation.h
kenzan8000/junky
99fccc9b414e3eb15772c5ce3268226a19c7a5a7
[ "WTFPL" ]
1
2016-02-08T15:30:41.000Z
2016-02-08T15:30:41.000Z
junkbox/Classes/JBLoginOperation.h
kenzan8000/junky
99fccc9b414e3eb15772c5ce3268226a19c7a5a7
[ "WTFPL" ]
null
null
null
junkbox/Classes/JBLoginOperation.h
kenzan8000/junky
99fccc9b414e3eb15772c5ce3268226a19c7a5a7
[ "WTFPL" ]
null
null
null
/// Pods #import "ISHTTPOperation.h" #pragma mark - JBLoginOperation /// ログイン @interface JBLoginOperation : ISHTTPOperation { } #pragma mark - property /// ユーザー名 @property (strong) NSString *username; /// パスワード @property (strong) NSString *password; /// クッキー名 @property (strong) NSArray *cookieNames; /// クッキードメイン名 @property (strong) NSArray *cookieDomains; #pragma mark - initializer /** * construct * @param username username * @param password password * @param cookieNames cookieNames * @param cookieDomains cookieDomains * @param handler handler * @param request request * @return id */ - (id)initWithUsername:(NSString *)username password:(NSString *)password cookieNames:(NSArray *)cookieNames cookieDomains:(NSArray *)cookieDomains handler:(void (^)(NSHTTPURLResponse *response, id object, NSError *error))handler request:(NSURLRequest *)request; @end
22.380952
96
0.693617
cf104d769bc381a1f2c84990ee55ceba22b13a7b
582
css
CSS
css2/fonts.css
Cookies-Cafe/phpVersion
e518513ef17e2922fecccb84611ff5b8d5dec0a6
[ "Apache-2.0" ]
2
2021-12-30T23:00:47.000Z
2021-12-31T15:03:52.000Z
css2/fonts.css
Dagi5/CookiesCafe
e518513ef17e2922fecccb84611ff5b8d5dec0a6
[ "Apache-2.0" ]
null
null
null
css2/fonts.css
Dagi5/CookiesCafe
e518513ef17e2922fecccb84611ff5b8d5dec0a6
[ "Apache-2.0" ]
null
null
null
@font-face { font-family: Abel; src: url(../fonts2/Abel/Abel-Regular.ttf) } @font-face { font-family: Anton; src: url(../fonts2/Anton/Anton-Regular.ttf) } @font-face { font-family: Herr; src: url(../fonts2/Herr_Von_Muellerhoff/HerrVonMuellerhoff-Regular.ttf) } @font-face { font-family: Josefin; src: url(../fonts2/Josefin_Sans/JosefinSans-Regular.ttf) } @font-face { font-family: Lexend; src:url(../fonts2/Lexend_Deca/LexendDeca-Regular.ttf) } @font-face { font-family: Livvic; src: url(../fonts2/Livvic/Livvic-Regular.ttf) }
18.1875
75
0.659794
715a41dc18da0873ec18b95e500216e342afe05e
180
ts
TypeScript
src/types/GetPorfolioConfigType.ts
martijndierckx/degiro-api
ef46c60dbee42f6722cef683d93ad2ba3a772213
[ "MIT" ]
123
2020-05-23T17:20:51.000Z
2022-03-27T11:55:39.000Z
src/types/GetPorfolioConfigType.ts
martijndierckx/degiro-api
ef46c60dbee42f6722cef683d93ad2ba3a772213
[ "MIT" ]
21
2020-06-26T15:52:15.000Z
2022-01-13T18:55:10.000Z
src/types/GetPorfolioConfigType.ts
martijndierckx/degiro-api
ef46c60dbee42f6722cef683d93ad2ba3a772213
[ "MIT" ]
22
2020-06-17T16:51:47.000Z
2022-03-27T12:06:51.000Z
import { PORTFOLIO_POSITIONS_TYPE_ENUM } from '../enums/DeGiroEnums' export type GetPorfolioConfigType = { type: PORTFOLIO_POSITIONS_TYPE_ENUM, getProductDetails?: boolean, }
25.714286
68
0.794444
fb24fbd0a30aca6c87b184c8f61aca26c90928da
789
h
C
Applications/Setup/BuddyPasscodeBaseViewControllerDelegate-Protocol.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
Applications/Setup/BuddyPasscodeBaseViewControllerDelegate-Protocol.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
Applications/Setup/BuddyPasscodeBaseViewControllerDelegate-Protocol.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // @class BuddyPasscodeBaseViewController, NSString; @protocol BuddyPasscodeBaseViewControllerDelegate - (void)passcodeViewController:(BuddyPasscodeBaseViewController *)arg1 didFinishWithPasscodeCreation:(NSString *)arg2; @optional - (_Bool)passcodeViewControllerAllowSkip:(BuddyPasscodeBaseViewController *)arg1; - (NSString *)passcodeViewControllerCustomFirstEntryInstructions:(BuddyPasscodeBaseViewController *)arg1; - (void)passcodeViewController:(BuddyPasscodeBaseViewController *)arg1 didSetPasscode:(NSString *)arg2; - (void)passcodeViewControllerWillSetPasscode:(BuddyPasscodeBaseViewController *)arg1; @end
41.526316
120
0.820025
befb076f93fa329061ebe0bb0f372e2188720790
21,442
htm
HTML
books/JFB-UPD3/JFB00B.htm
lsforusual/lsforusual.github.io
d8a5c9b12b15d188b09ac306a39262941f3cd86f
[ "MIT" ]
null
null
null
books/JFB-UPD3/JFB00B.htm
lsforusual/lsforusual.github.io
d8a5c9b12b15d188b09ac306a39262941f3cd86f
[ "MIT" ]
null
null
null
books/JFB-UPD3/JFB00B.htm
lsforusual/lsforusual.github.io
d8a5c9b12b15d188b09ac306a39262941f3cd86f
[ "MIT" ]
null
null
null
<HTML> <HEAD> <TITLE>Jamieson-Fausset-Brown Commentary: Introduction to the Poetical Books.</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <HR> <CENTER> <I>This expanded electronic edition of the J-F-B Commentary is in the public domain.</I> </CENTER> <HR> <TABLE WIDTH="100%"> <TR> <TD ALIGN="LEFT" VALIGN="TOP"> [<A HREF="JFB00.htm">Table of Contents</A>]<BR> [<A HREF="JFB00A.htm">Previous</A>] [<A HREF="JFB00C.htm">Next</A>]<BR> <TD ALIGN="RIGHT" VALIGN="TOP"> Robert Jamieson, A. R. Fausset and David Brown<BR> <I>Commentary Critical and Explanatory on the Whole Bible</I> (1871) </TD></TR></TABLE> <HR> <A NAME="Page9"> </A> <CENTER> <BR><FONT SIZE=+2>INTRODUCTION</FONT> <BR><B>TO THE POETICAL BOOKS</B> <BR><I>by</I> A. R. F<FONT SIZE=-1>AUSSETT</FONT> </CENTER> <P>&nbsp; &nbsp; &nbsp; Hebrew poetry is unique in its kind; in essence, the most sublime; in form, marked by a simplicity and ease which flow from its sublimity. "<I>The Spirit of the</I> L<FONT SIZE=-1>ORD</FONT> <I>spake by me</I> [the Hebrew poet], <I>and his word was in my tongue</I>" (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=2Sa+23:2">2Sa 23:2</A>). Even the music was put under the charge of spiritually gifted men; and one of the chief musicians, Heman, is called "the king's seer in the words of God" (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=1Ch+25:1,5">1Ch 25:1, 5</A>). King David is stated to have <I>invented instruments of music</I> (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Am+6:5">Am 6:5</A>). There is not in Hebrew poetry the artistic rhythm of form which appears in the classical poetry of Greece and Rome, but it amply makes up for this by its fresh and graceful naturalness.</P> <P>&nbsp; &nbsp; &nbsp; Early specimens of Hebrew poetry occur; for example, Lamech's skeptical parody of Enoch's prophecy, or, as others think, lamentation for a homicide committed in those lawless times in self-defense (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ge+4:23">Ge 4:23</A>; compare <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Jude+1:14,Ex+32:18,Nu+21:14,15,17,18,27">Jude 14; Ex 32:18; Nu 21:14, 15, 17, 18, 27</A> <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Nu+23:7,8,18,24:3,15">Nu 23:7, 8, 18; 24:3, 15</A>). The poetical element appears much more in the Old than in the New Testament. The poetical <I>books</I> are exclusively those of the Old Testament; and in the Old Testament itself, the portions that are the most fundamental (for example, the Pentateuch of Moses, the lawgiver, in its main body), are those which have in them least of the poetical element in form. Elijah, the father of the prophets, is quite free of poetical art. The succeeding prophets were not strictly poets, except in so far as the ecstatic state in inspiration lifted them to poetic modes of thought and expression. The prophet was more of an inspired teacher than a poet. It is when the sacred writer acts as the representative of the <I>personal experiences</I> of the children of God and of the Church, that poetry finds its proper sphere.</P> <P>&nbsp; &nbsp; &nbsp; The use of poetry in Scripture was particularly to supply the want not provided for by the law, namely, of <I>devotional forms</I> to express in private, and in public joint worship, <I>the feelings</I> of pious Israelites. The schools of the prophets fostered and diffused a religious spirit among the people; and we find them using lyric instruments to accompany their prophesyings (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=1Sa+10:5">1Sa 10:5</A>). However, it was David, who specially matured the lyric effusions of devotion into a perfection which they had not before attained.</P> <P>&nbsp; &nbsp; &nbsp; Another purpose which Psalmody, through David's inspired productions, served, was to <I>draw forth from under the typical forms of legal services their hidden essence and spirit, adapting them to the various spiritual exigencies of individual and congregational life. Nature,</I> too, is in them shown to speak the glory and goodness of the invisible, yet ever present God. A handbook of devotion was furnished to the Israelite whereby he could enter into the true spirit of the services of the sanctuary, and so feel the need of that coming Messiah, of whom especially the Book of Psalms testifies throughout. We also, in our Christian dispensation, need its help in our devotions. Obliged as we are, notwithstanding our higher privileges in most respects, to walk by faith rather than by sight in a greater degree than they, we find the Psalms, with their realizing expression of the felt nearness of God, the best repertory whence to draw <I>divinely sanctioned language,</I> wherewith to express our prayers and thanksgivings to God, and our breathings after holy communion with our fellow saints.</P> <P>&nbsp; &nbsp; &nbsp; As to the objection raised against the spirit of revenge which breathes in some psalms, the answer is: a wide distinction is to be drawn between personal vindictiveness and the desire for God's honor being vindicated. Personal revenge, not only in the other parts of Scripture, but also in the Psalms, in theory and in practice, is alike reprobated (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ex+23:4,5,Le+19:18,Job+31:29,30,Ps+7:4,5,8,11,12,Pr+25:21,22">Ex 23:4, 5; Le 19:18; Job 31:29, 30; Ps 7:4, 5, 8, 11, 12; Pr 25:21, 22</A>), which corresponds to David's practice in the case of his unrelenting enemy (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=1Sa+24:5-6,26:8-10">1Sa 24:5-6; 26:8-10</A>). On the other hand, the people of God have always desired that whatever mars the cause of God, as for instance the prosperity of the enemies of God and His Church, should be brought to an end (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+10:12,35:27,40:16,79:6,10">Ps 10:12; 35:27; 40:16; 79:6, 10</A>). It is well for us, too, in our dispensation of love, to be reminded by these psalms of the danger of lax views as to God's hatred of sin; and of the need there is that we should altogether enter into the mind of God on such points at the same time that we seek to convert all men to God (compare <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=1Sa+16:1,Ps+139:21,Isa+66:24,Re+14:10">1Sa 16:1; Ps 139:21; Isa 66:24; Re 14:10</A>).</P> <P>&nbsp; &nbsp; &nbsp; Some psalms are composed of twenty-two parallel sentences or strophes of verses, beginning with words of which the initial letters correspond with the Hebrew letters (twenty-two) in their order (compare <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+37:1-40,Ps+119:1-176">Ps 37:1-40 and Ps 119:1-176</A>). So also Lamentations. This arrangement was designed as a help to the memory and is found only in such compositions as do not handle a distinct and progressive subject, but a series of pious reflections, in the case of which the precise order was of less moment. The Psalmist in adopting it does not slavishly follow it; but, as in <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+25:1-22">Psalm 25</A>, he deviates from it, so as to make the form, when needful, bend to the sense. Of these poems there are twelve in all in the Hebrew Bible (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+25:1-22,34:1-22,37:1-40,111:1-10,112:1-10,119:1-176,145:1-21">Ps 25:1-22; 34:1-22; 37:1-40; 111:1-10; 112:1-10; 119:1-176; 145:1-21</A> <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Pr+31:10-31,La+1:1-4:22">Pr 31:10-31; La 1:1-4:22</A>).</P> <P>&nbsp; &nbsp; &nbsp; The great excellence of the Hebrew principle of versification, namely, parallelism, or "thought rhythm" [E<FONT SIZE=-1>WALD</FONT>], is that, while the poetry of every other language, whose versification depends on the regular recurrences of certain sounds, suffers considerably by translation, Hebrew poetry, whose rhythm depends on the parallel correspondence of similar <I>thoughts,</I> loses almost nothing in being translated--the Holy Spirit having thus presciently provided for its ultimate translation into every language, without loss to the sense. Thus in our <I>English Version,</I> Job and Psalms, though but translations, are eminently poetical. On parallelism, see my <A HREF="JFB18.htm#Introduction">Introduction to Job</A>. Thus also a clue is given to the <I>meaning</I> in many passages, the sense of the word in one clause being more fully set forth by the corresponding word in the succeeding parallel clause. In the Masoretic punctuation of the Hebrew, the metrical arrangement is marked by the distinctive accents. It accords with the divine inspiration of Scripture poetry, that the <I>thought</I> is more prominent than the form, the kernel than the shell. The Hebrew poetic rhythm resembled our blank verse, without, however, metrical <I>feet.</I> There is a <I>verbal rhythm</I> above that of prose; but as the true Hebrew pronunciation is lost, the rhythm is but imperfectly recognized.</P> <P>&nbsp; &nbsp; &nbsp; The peculiarity of the Hebrew poetical age is that it was <I>always historic</I> and <I>true, not mythical,</I> as the early poetical ages of all other nations. Again, its poetry is distinguished from prose by the use of <I>terms decidedly poetic.</I> David's lament over Jonathan furnishes a beautiful specimen of another feature found in Hebrew poetry, <I>the strophe:</I> three strophes being marked by the recurrence three times of the dirge sung by the chorus; the first dirge sung by the whole body of singers, representing Israel; the second, by a chorus of damsels; the third, by a chorus of youths (<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=2Sa+1:17-27">2Sa 1:17-27</A>).</P> <P>&nbsp; &nbsp; &nbsp; The lyrical poetry, which is the predominant style in the Bible and is especially terse and sententious, seems to have come from an earlier kind resembling the more modern Book of Proverbs (compare <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ge+4:23,24">Ge 4:23, 24</A>). The Oriental mind tends to embody thought in pithy gnomes, maxims, and proverbs. "The poetry of the Easterns is a string of pearls. Every word has life. Every proposition is condensed wisdom. Every thought is striking and epigrammatical" (K<FONT SIZE=-1>ITTO</FONT>, <I>Biblical Cyclop&aelig;dia</I>). We are led to the same inference from the term <I>Maschal,</I> a "proverb" or "similitude," being used to designate <I>poetry in general.</I> "Hebrew poetry, in its origin, was a painting to the eye, a parable or teaching by likenesses discovered by the popular mind, expressed by the popular tongue, and adopted and polished by the national poet." Solomon, under inspiration, may have embodied in his Proverbs such of the pre-existing popular wise sayings as were sanctioned by the Spirit of God.</P> <P>&nbsp; &nbsp; &nbsp; The Hebrew title for the Psalms, <I>Tehilim,</I> means "hymns," that is, joyous praises (sometimes accompanied with dancing, <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ex+15:1-20,Jdg+5:1-31">Ex 15:1-20; Jud 5:1-31</A>), not exactly answering to the <I>Septuagint</I> title, <I>Psalms,</I> that is, "lyrical odes," or songs accompanied by an instrument. The title, <I>Tehilim,</I> "hymns," was probably adopted on account of <I>the use made of the Psalms in divine service,</I> though only a part can be strictly called songs of praise, others being <I>dirges,</I> and very many <I>prayers</I> (whence in <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+72:20">Ps 72:20</A>, David styles all his previous compositions, <I>the prayers of David</I>). Sixty-five bear the title, "lyrical odes" (<I>Mizmorim</I>), while only one is styled <I>Tehilah</I> or "Hymn." From the title being Psalms in the <I>Septuagint</I> and New Testament, and also in the <I>Peshito,</I> it is probable that Psalms (<I>Mizmorim</I>) or "lyrical odes," was the old title before <I>Tehilim.</I> </P> <P>&nbsp; &nbsp; &nbsp; <I>Epic poetry,</I> as having its proper sphere in a <I>mythical heroic age,</I> has no place among the Hebrews of the Old Testament Scripture age. For in their earliest ages, namely, the patriarchal, <I>not fable</I> as in Greece, Rome, Egypt, and all heathen nations, but <I>truth</I> and <I>historic reality</I> reigned; so much so, that the poetic element, which is the offspring of the imagination, is found less in those earlier, than in the later, ages. The Pentateuch is almost throughout historic prose. In the subsequent uninspired age, in Tobit we have some approach to the Epos.</P> <P>&nbsp; &nbsp; &nbsp; <I>Drama,</I> also, in the full modern sense, is not found in Hebrew literature. This was due, not to any want of intellectual culture, as is fully shown by the high excellence of their lyric and didactic poetry, but to their earnest character, and to the solemnity of the subjects of their literature. The dramatic element appears in Job, more than in any other book in the Bible; there are the <I>dramatis person&aelig;,</I> a plot, and the "denouement" prepared for by Elihu, the fourth friend's speech, and brought about by the interposition of Jehovah Himself. Still it is not a strict drama, but rather an inspired debate on a difficult problem of the divine government exemplified in Job's case, with historic narrative, prologue, and epilogue. The Song of Solomon, too, has much of the dramatic cast. See my <A HREF="JFB18.htm#Introduction">Introductions to Job</A> and <A HREF="JFB22.htm#Introduction">Song of Solomon</A>. The <I>style</I> of many psalms is very dramatic, transitions often occurring from one to another person, without introduction, and especially from speaking indirectly <I>of</I> God to addresses <I>to</I> God; thus in <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+32:1,2">Ps 32:1, 2</A>, David makes a general introduction, "Blessed is the man whose iniquity is forgiven," &c.; then in <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+32:3-7">Ps 32:3-7</A>, he passes to addressing God directly; then in <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+32:8">Ps 32:8</A>, without preface God is introduced, directly speaking, in answer to the previous prayer; then in <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+32:10,11">Ps 32:10, 11</A>, again he resumes indirect speaking <I>of</I> God, and addresses himself in conclusion to the righteous. These quick changes of person do not startle us, but give us a stronger sense of his habitual converse with God than any assertions could do. Compare also in <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+132:8-10">Ps 132:8-10</A>, the prayer, "Arise, O Lord, into <I>thy rest;</I> thou, and the ark of thy strength. Let thy <I>priests be clothed with righteousness;</I> and let <I>thy saints shout for joy.</I> For thy servant David's sake turn not away the face of thine anointed," with God's direct answer, which follows in almost the words of the prayer, "The Lord hath sworn unto <I>David,</I>" &c. [<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+132:11-18">Ps 132:11-18</A>]. "This is <I>my rest</I> for ever [<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+132:14">Ps 132:14</A>]. I will <I>clothe her priests with salvation:</I> and <I>her saints shall shout aloud for joy.</I>" Thus also in the <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+2:1-12">second Psalm</A>, various personages are introduced, dramatically acting and speaking--the confederate nations [<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+2:1-3">Ps 2:1-3</A>], Jehovah [<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+2:4-6">Ps 2:4-6</A>], the Messiah [<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+2:7-9">Ps 2:7-9</A>], and the Psalmist [<A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+2:10-12">Ps 2:10-12</A>].</P> <P>&nbsp; &nbsp; &nbsp; A frequent feature is <I>the alternate succession of parts,</I> adapting the several psalms to alternate recitation by two <I>semi-choruses</I> in the temple-worship, followed by a <I>full chorus</I> between the parts or at the end. (So <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+107:15,21,31">Ps 107:15, 21, 31</A>). D<FONT SIZE=-1>E</FONT> B<FONT SIZE=-1>URGH</FONT>, in his valuable commentary on the Psalms, remarks, "Our cathedral service exemplifies the form of chanting the Psalms, except that the <I>semi-chorus</I> is alternately <I>a whole verse,</I> instead of alternating, as of old, <I>the half verse;</I> while <I>the full chorus</I> is the 'gloria' at the end of each Psalm."</P> <P>&nbsp; &nbsp; &nbsp; In conclusion, besides its unique point of excellence, its divine inspiration, Hebrew poetry is characterized as being essentially national, yet eminently catholic, speaking to the heart and spiritual sensibilities of universal humanity. Simple and unconstrained, it is distinguished by a natural freshness which is the result of its genuine truthfulness. The Hebrew poet sought not self or his own fame, as did heathen poets, but he was inspired by the Spirit of God to meet a pressing want which his own and his nation's spiritual aspirations after God made to be at once a necessity and a delight. Compare <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=2Sa+23:1,2">2Sa 23:1, 2</A>, "The sweet Psalmist of Israel said, The Spirit of the L<FONT SIZE=-1>ORD</FONT> spake by me," &c.</P> <P>&nbsp; &nbsp; &nbsp; E<FONT SIZE=-1>WALD</FONT> rightly remarks that several odes of the highest poetic excellence are not included (for example, the songs of Moses, <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ex+15:1-19,De+32:1-43">Ex 15:1-19 and De 32:1-43</A>; of Deborah, <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Jdg+5:1-31">Jud 5:1-31</A>; of Hannah, <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=1Sa+2:1-10">1Sa 2:1-10</A>; of Hezekiah, <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Isa+38:9-20">Isa 38:9-20</A>; of Habakkuk, <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Hab+3:1-19">Hab 3:1-19</A>; and even David's dirge over Saul and Jonathan, <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=2Sa+1:17-18">2Sa 1:17-18</A>). The selection of the Psalms collected in one book was made not so much with reference to the beauty of the pieces, as to their adaptation for public worship. Still one overruling Spirit ordered the selection and arrangement of the contents of the book, as one pervading tone and subject appear throughout, Christ in His own inner life as the God-man, and in His past, present, and future relations to the Church and the world. I<FONT SIZE=-1>SAAC</FONT> T<FONT SIZE=-1>AYLOR</FONT> well calls the Psalms, "The Liturgy of the spiritual life"; and L<FONT SIZE=-1>UTHER</FONT>, "A Bible in miniature."</P> <P>&nbsp; &nbsp; &nbsp; The <I>principle of the order</I> in which the Psalms are given to us, though not always discoverable, is in some cases clear, and shows the arrangement to be unmistakably the work of the Spirit, not merely that of the collector. Thus <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+22+1-31">Psalm 22</A> plainly portrays the dying agonies of Messiah; <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+23:1-6">Psalm 23</A>, His peaceful rest in Paradise after His death on the cross; and <A HREF="http://bible.gospelcom.net/bible?version=KJV&passage=Ps+24:1-10">Psalm 24</A>, His glorious ascension into heaven.</P> <HR> <TABLE WIDTH="100%"> <TR> <TD ALIGN="LEFT" VALIGN="TOP"> [<A HREF="JFB00.htm">Table of Contents</A>]<BR> [<A HREF="JFB00A.htm">Previous</A>] [<A HREF="JFB00C.htm">Next</A>]<BR> <TD ALIGN="RIGHT" VALIGN="TOP"> Robert Jamieson, A. R. Fausset and David Brown<BR> <I>Commentary Critical and Explanatory on the Whole Bible</I> (1871) </TABLE> <HR> <TABLE WIDTH="100%"> <TR> <TD ALIGN="CENTER" VALIGN="BOTTOM"> Send Addenda, Corrigenda, and Sententiae to <A HREF="mailto:e_stefanik@email.com?SUBJECT=J-F-B:_Introduction_to_the_Poetical_Books">the editor</A><BR> </TD></TR></TABLE> </BODY></HTML>
45.427966
141
0.711128
7d7878740cddfa2e80ee15121898ee3c7a1885ea
130
html
HTML
Projects/Math/Data Collection/Pit/201906061448/org.apache.commons.math3.analysis.function/Atanh.java.html
yashgolwala/Software_Measurement_Team_M
3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c
[ "Unlicense" ]
null
null
null
Projects/Math/Data Collection/Pit/201906061448/org.apache.commons.math3.analysis.function/Atanh.java.html
yashgolwala/Software_Measurement_Team_M
3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c
[ "Unlicense" ]
null
null
null
Projects/Math/Data Collection/Pit/201906061448/org.apache.commons.math3.analysis.function/Atanh.java.html
yashgolwala/Software_Measurement_Team_M
3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c
[ "Unlicense" ]
2
2019-06-24T22:57:32.000Z
2019-06-26T16:58:52.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:c534f8f7971b4a59102a5b0f98f17e398c3b8a597708047382ec1922cf141631 size 20752
32.5
75
0.884615
b997e22d6d8595712b27ef6181be82df53f618fe
336
h
C
FlexboxCanvas/Foundation/Components/Image/FCImageStyle.h
mymong/FlexboxCanvas
8b3681c5e549f014071ed68082dd2bc1e67dee9e
[ "MIT" ]
1
2021-08-03T10:05:54.000Z
2021-08-03T10:05:54.000Z
FlexboxCanvas/Foundation/Components/Image/FCImageStyle.h
mymong/FlexboxCanvas
8b3681c5e549f014071ed68082dd2bc1e67dee9e
[ "MIT" ]
null
null
null
FlexboxCanvas/Foundation/Components/Image/FCImageStyle.h
mymong/FlexboxCanvas
8b3681c5e549f014071ed68082dd2bc1e67dee9e
[ "MIT" ]
null
null
null
// // FCImageStyle.h // FlexboxCanvas // // Created by Guang Yang on 2021/8/14. // #import "FCViewStyle.h" NS_ASSUME_NONNULL_BEGIN @interface FCImageStyle : FCViewStyle @property (nonatomic, readonly) UIColor *tintColor; //为所有非透明的像素指定一个颜色 @property (nonatomic, readonly) UIViewContentMode contentMode; @end NS_ASSUME_NONNULL_END
18.666667
69
0.770833
746ffbc3e52d45c98a0c21d045dd2490f8769510
75,210
h
C
WorldEditor/resource.h
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
1
2022-02-14T15:46:44.000Z
2022-02-14T15:46:44.000Z
WorldEditor/resource.h
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
null
null
null
WorldEditor/resource.h
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
2
2022-01-10T22:17:06.000Z
2022-01-17T09:34:08.000Z
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by WorldEditor.rc // #define ID_LOAD_PREFERENCES 3 #define ID_SELECT_ALL 3 #define ID_SAVE_GAME_SETTINGS 3 #define ID_GENERATE_TERRAIN_BRUSH 3 #define ID_CLEAR_WATER 3 #define ID_SAVE_PREFERENCES 4 #define ID_DESELECT_ALL 4 #define ID_RESTORE_GAME_SETTINGS 4 #define ID_SAVE_ANIMATION 4 #define ID_FEED_VOLUME 4 #define ID_LOAD_ANIMATION 5 #define ID_REVERT 5 #define ID_SAVE_AS_ANIMATION 6 #define ID_CLOSE 7 #define ID_ADD_ANIMATION 8 #define ID_DELETE_ANIMATION 9 #define IDD_ABOUTBOX 100 #define CG_IDD_BROWSEDIALOGBAR 102 #define CG_IDD_PROPERTYCOMBO 105 #define IDC_CUT_LINE 105 #define IDC_MIRROR 107 #define IDC_TE_HEIGHTMAP 108 #define IDC_TE_LAYER_PAINT 109 #define IDC_TE_ERASE 110 #define IDC_TE_SMOOTH 111 #define IDC_TE_RND_NOISE 112 #define IDC_TE_MIN 113 #define IDC_TE_MAX 114 #define IDC_TE_FLATTEN 115 #define IDC_TE_POSTERIZE 116 #define IDC_TE_FILTER 117 #define IDC_TE_PICK 118 #define IDC_TE_CONTINOUS_NOISE 119 #define IDC_TE_TILE_PAINTING 120 #define IDR_MAINFRAME 128 #define IDR_WEDTYPE 129 #define IDR_SELECTION_TOOLS 129 #define IDR_WORK_TOOLS 129 #define IDR_BROWSERPOPUP 130 #define IDS_DEFAULT_FONT 130 #define IDR_ICONS_STOCK 130 #define IDD_CREATE_VIRTUAL_DIRECTORY 131 #define IDR_VTREEPOPUP 131 #define IDR_PROJECTIONS 131 #define IDS_WED_ARIAL_FONT 131 #define IDR_WED_POPUP 132 #define IDR_CSG_TOOLS 132 #define IDR_ENTITY_POPUP 132 #define IDB_DIRECTORY_ICONS 139 #define CG_IDD_INFOWINDOW 143 #define IDD_PREFERENCES 145 #define IDD_REMOVE_WORKING_TEXTURE 147 #define IDD_TEST_MODE_DIALOG 148 #define IDD_CREATE_TEXTURE 148 #define IDD_CHOOSE_COLOR 149 #define IDD_PG_PRIMITIVE 150 #define IDD_PG_POSITION 152 #define IDD_RENDERING_PREFERENCES 154 #define IDD_SELECT_BY_NAME 156 #define IDD_BACKGROUND_SETTINGS 157 #define IDD_WORLD_SETTINGS 157 #define IDD_AUTO_DELTA_CSG 158 #define IDD_PG_GLOBAL 161 #define IDD_PROGRESS_DIALOG 162 #define IDD_PG_RENDERING_STATISTICS 163 #define IDD_PG_POLYGON 164 #define IDD_GAME_SETTINGS 165 #define IDR_SETTINGS_AND_UTILITY 166 #define IDR_VIEW_TOOLS 168 #define IDD_SELECT_PLAYER 177 #define IDD_DIALOG1 178 #define IDD_TREE_SHORTCUTS 180 #define IDD_PG_SECTOR 182 #define IDR_SHORTCUTS_POPUP 183 #define IDD_BROWSE_BY_CLASS 184 #define IDR_POLYGON_POPUP 184 #define IDD_FILE_REQUESTER 185 #define IDR_SECTOR_POPUP 185 #define IDD_TREE_SHORTCUTS1 186 #define IDR_CSG_PRIMITIVE_POPUP 186 #define IDD_LIGHT_ANIMATION_EDITOR 186 #define IDR_MIP_TOOLS 187 #define IDR_CSG_TEMPLATE_POPUP 187 #define IDD_PG_TEXTURE 195 #define IDR_THUMBNAIL_TEXTURE_POPUP 197 #define IDR_SHADOW_AND_TEXTURE 200 #define IDR_SHADOWS_AND_TEXTURE 200 #define IDR_SELECT_ENTITY 202 #define IDR_VIEW_TOOLS2 203 #define IDR_COLOR_BUTTON 204 #define IDD_NUMERIC_ALPHA 205 #define IDR_PRIMITIVE_SETTINGS 206 #define IDD_PG_SHADOW 206 #define IDR_ICON_CONUS 207 #define IDR_ICON_TORUS 208 #define IDR_ICON_SPIRAL_STAIRCASES 209 #define IDR_ICON_LINEAR_STAIRCASES 210 #define IDR_ICON_SPHERE 211 #define IDD_MIRROR_AND_STRETCH 211 #define IDR_ICON_TERRAIN 212 #define IDD_FILTER_POLYGON_SELECTION 212 #define IDR_ICON_ADD 213 #define IDR_INFO_POLYGON_POPUP 213 #define IDR_ICON_ADD_REVERSE 214 #define IDD_TIPOFTHEDAY 214 #define IDR_VERTEX_POPUP 214 #define IDR_ICON_REMOVE 215 #define IDB_TIPOFTHEDAY 215 #define IDR_ICON_REMOVE_REVERSE 216 #define IDD_DISPLACE_MAP_SIZE 216 #define IDR_ICON_SPLIT_SECTORS 217 #define IDR_ICON_SPLIT_POLYGONS 218 #define IDR_ICON_JOIN_LAYERS 219 #define IDR_ICON_ROOM 220 #define IDR_ICON_MATERIAL 221 #define IDR_ICON_INNER 222 #define IDR_ICON_OUTER 223 #define IDR_ICON_TOP_STAIRS 224 #define IDR_ICON_TOP_SLOPE 225 #define IDR_ICON_TOP_CEILING 226 #define IDR_ICON_BOTTOM_FLOOR 227 #define IDR_ICON_BOTTOM_SLOPE 228 #define IDR_ICON_BOTTOM_STAIRS 229 #define IDR_ICON_PANE_CSG 230 #define IDR_ICON_PANE_POLYGON 231 #define IDR_ICON_PANE_SECTOR 232 #define IDR_ICON_PANE_ENTITY 233 #define IDR_ICON_PANE_VERTEX 234 #define IDR_ICON_PANE_TERRAIN 235 #define IDR_STOCK 236 #define IDD_COMMENT 237 #define IDR_LINK_TREE_POPUP 237 #define IDR_TERRAIN_POPUP 238 #define IDD_LINK_TREE 241 #define IDD_FILTER_VERTEX_SELECTION 244 #define IDD_SNAP_VERTEX 245 #define IDD_ALLIGN_VERTICES 246 #define IDD_AUTO_TEXTURIZE 247 #define IDD_STRETCH_CHILD_OFFSET 248 #define IDD_DIALOG2 249 #define IDD_DIALOG3 250 #define IDD_PG_TERRAIN 251 #define IDD_EDIT_TERRAIN_BRUSH 252 #define IDD_EDIT_FLOAT 253 #define IDD_TERRAIN_SIZE 255 #define IDD_UPDATE_TERRAIN_SHADOW 255 #define IDD_TERRAIN_HEIGHTMAP_SIZE 256 #define IDD_EDIT_TERRAIN_TIME 256 #define IDD_EDIT_TERRAIN_LAYER 257 #define IDD_TE_OPTION_SETTINGS 258 #define IDD_NPC_DIALOG 260 #define IDD_TERRAIN_PROPERTIES 261 #define IDD_GENERATE_FBM 262 #define IDD_PG_ATTRIBUTE 263 #define IDD_EXPORT_BSPATTRIBUTEMAP 264 #define IDD_MOB_DATA_DIALOG 265 #define IDD_MERCHANT_DATA_DIALOG 267 #define IDD_MAKEFILE 272 #define IDD_DB_LOGIN 275 #define IDD_ZONE_FLAG 276 #define IDR_MOB_POPUP 277 #define IDD_EXPORT_BSPHEIGHTMAP 278 #define IDD_CREATE_WATER 279 #define IDR_DB_DATA_POPUP 280 #define IDD_TERRAIN_SOUND 280 #define IDD_NPC_SPAWNER 281 #define IDD_NPC_MANAGER 282 #define IDD_SHOP_DIALOG 283 #define IDD_SET_PRIORITY 284 #define IDC_VIRTUALTREE 1000 #define IDC_LIST1 1000 #define IDC_ITEM_LIST_SELL 1000 #define IDC_ITEM_LIST_TOTAL 1001 #define IDC_BROWSEWND 1002 #define IDC_EDIT1 1003 #define IDC_TOP_VIEW_HEIGHT 1004 #define IDC_TERRAIN_SHADOW_MIN 1004 #define IDC_TOTAL_COUNT_OF_MOB 1004 #define IDC_BUY_RATE 1004 #define IDC_DIRECTORY_ICON_LIST 1005 #define IDC_FRONT_VIEW_HEIGHT 1005 #define IDC_TERRAIN_SHADOW_SEC 1005 #define IDC_EDIT_WORLD_NUM 1005 #define IDC_RIGHT_VIEW_HEIGHT 1006 #define IDC_MOB_DATA_FILE 1006 #define IDC_TOP_VIEW_CENTER_X 1007 #define IDC_TOP_VIEW_CENTER_Y 1008 #define IDW_BROWSER 1009 #define IDC_FRONT_VIEW_CENTER_X 1009 #define IDW_COLOR_PALETTE 1010 #define IDC_FRONT_VIEW_CENTER_Y 1010 #define IDC_PROPERTYCOMBO 1011 #define IDC_RIGHT_VIEW_CENTER_X 1011 #define IDW_ACTIVE_TEXTURE 1012 #define IDC_RIGHT_VIEW_CENTER_Y 1012 #define IDW_ANIMATION_FRAMES 1013 #define IDW_THUMBNAIL 1013 #define ID_OK_BUTTON 1014 #define IDW_TEST_EFFECT_TEXTURE 1014 #define IDC_BUTTON1 1015 #define IDC_BROWSE_FILE 1015 #define IDC_BROWSE_EFFECT_TEXTURE 1015 #define IDC_SETINGS_STORE 1015 #define IDC_BROWSE_HYPER_TEXTURE 1015 #define IDC_DISPLACE_BROWSE 1015 #define IDC_ALLIGN_X 1015 #define IDC_VIEW_NOISE_TEXTURE 1015 #define IDC_FBM_RANDOMIZE 1015 #define IDC_BSPATTRIBUTEMAP_OPEN 1015 #define IDC_MOB_DATA_LOAD 1015 #define IDC_ITEM_TO_NPC 1015 #define IDC_FIND_FILE 1015 #define IDC_EDIT_BUTTON 1015 #define IDC_BUTTON2 1016 #define IDC_OK 1016 #define IDC_DELETE_MARKER 1016 #define IDC_SETINGS_RESTORE 1016 #define IDC_BROWSE_TOP_VIEW_PICTURE 1016 #define IDC_REMOVE_HYPER_TEXTURE 1016 #define IDC_DISPLACE_NONE 1016 #define IDC_NO_FILE 1016 #define IDC_ALLIGN_Y 1016 #define IDC_BROWSE_CONTINOUS_NOISE 1016 #define IDC_FBM_EXPORT 1016 #define IDC_MOB_DATA_APPLY 1016 #define IDC_ITEM_TO_NPC_ALL 1016 #define IDC_BUTTON_PRIORITY 1016 #define IDC_BUTTON3 1017 #define IDC_BASE_VERTICES 1017 #define IDC_CANCEL 1017 #define IDC_DELETE_EFFECT_TEXTURE 1017 #define IDC_EDIT3 1017 #define IDC_BROWSE_FRONT_VIEW_PICTURE 1017 #define IDC_NO_TARGET 1017 #define IDC_ALLIGN_Z 1017 #define IDC_BROWSE_DISTRIBUTION_NOISE 1017 #define ID_NPC_DATA_UPDATE 1017 #define IDC_ENEMY_SCAN 1017 #define IDC_ITEM_FROM_NPC 1017 #define IDC_BUTTON4 1018 #define IDC_WIDTH 1018 #define IDC_SCROLL_RIGHT 1018 #define IDC_BROWSE_RIGHT_VIEW_PICTURE 1018 #define IDC_VIEW_DISTRIBUTION_NOISE_TEXTURE 1018 #define ID_NPC_DATA_DELETE 1018 #define IDC_ITEM_FROM_NPC_ALL 1018 #define IDC_BUTTON5 1019 #define IDC_HEIGHT 1019 #define IDC_SCROLL_LEFT 1019 #define IDC_GENERATION_SETTINGS 1019 #define ID_NPC_DATA_REFRESH 1019 #define IDC_MERCHANT_UPDATE 1019 #define IDC_ENEMY_EDIT 1019 #define IDC_BUTTON6 1020 #define IDC_LENGHT 1020 #define IDC_SCROLL_PG_LEFT 1020 #define IDC_MERCHANT_REFRESH 1020 #define IDC_BUTTON7 1021 #define IDC_SHEARX 1021 #define IDC_SCROLL_PG_RIGHT 1021 #define IDC_MERCHANT_DEL 1021 #define IDC_BUTTON8 1022 #define IDC_SHEARZ 1022 #define IDC_EDIT2 1022 #define IDC_MERCHANT_MAKEFILE 1022 #define IDC_BUTTON9 1023 #define IDC_JOIN_ON_TOP 1023 #define IDC_MERCHANT_GENERATE 1023 #define IDC_BTN_COPY 1023 #define IDC_BUTTON10 1024 #define IDC_CLOSED 1024 #define IDC_IMPORT 1024 #define IDC_BUTTON11 1025 #define IDC_APPLY 1025 #define IDC_STRETCH 1025 #define IDC_STRETCH_X 1025 #define IDC_EDIT4 1025 #define IDC_STRETCH_U 1025 #define IDC_BUTTON12 1026 #define IDC_RENDERING_PREFS01 1026 #define IDC_STRETCH_Y 1026 #define IDC_EDIT5 1026 #define IDC_SHEAR_U 1026 #define IDC_SHEAR 1026 #define IDC_ROTATION_V 1026 #define IDC_BUTTON13 1027 #define IDC_RENDERING_PREFS02 1027 #define IDC_VERTEX_FILL_TYPE 1027 #define IDC_DIRECTIONAL_SHADOWS 1027 #define IDC_STRENGTH 1027 #define IDC_AUTO_CREATE_MIP_BRUSHES 1027 #define IDC_BUTTON14 1028 #define IDC_RENDERING_PREFS03 1028 #define IDC_EDGES_FILL_TYPE 1028 #define IDC_BUTTON15 1029 #define IDC_RENDERING_PREFS04 1029 #define IDC_POLYGON_FILL_TYPE 1029 #define IDC_BUTTON16 1030 #define IDC_RENDERING_PREFS05 1030 #define IDC_VERTEX_COLORS 1030 #define IDC_BUTTON17 1031 #define IDC_RENDERING_PREFS06 1031 #define IDC_BBOX 1031 #define IDC_BUTTON18 1032 #define IDC_RENDERING_PREFS07 1032 #define IDC_SHADOWS 1032 #define IDC_EDIT_HEADING 1032 #define IDC_BUTTON19 1033 #define IDC_RENDERING_PREFS08 1033 #define IDC_WIRE_FRAME 1033 #define IDC_EDIT_PITCH 1033 #define IDC_BUTTON20 1034 #define IDC_RENDERING_PREFS09 1034 #define IDC_HIDEN_LINES 1034 #define IDC_EDIT_BANKING 1034 #define IDC_BUTTON21 1035 #define IDC_TEXTURE_FILL_TYPE 1035 #define IDC_RENDERING_PREFS10 1035 #define IDC_STATIC_HEADING 1035 #define IDC_SELECTED_POLYGONS 1035 #define IDC_BUTTON22 1036 #define IDC_STATIC_PITCH 1036 #define IDC_SELECTED_SECTORS 1036 #define IDC_FLARE_FX 1036 #define IDC_BUTTON23 1037 #define IDC_STATIC_BANKING 1037 #define IDC_SELECTED_ENTITIES 1037 #define IDC_POLYGONS_IN_SECTORS 1037 #define IDC_APPLY_CLIP_FOR_ISOMETRIC 1037 #define IDC_BUTTON24 1038 #define IDC_EDIT_X 1038 #define IDC_EDGES_IN_SECTORS 1038 #define IDC_BUTTON25 1039 #define IDC_EDIT_Y 1039 #define IDC_VERTICES_IN_SECTORS 1039 #define IDC_BUTTON26 1040 #define IDC_EDIT_Z 1040 #define IDC_PLANES_IN_SECTORS 1040 #define IDC_BUTTON27 1041 #define IDC_STATIC_X 1041 #define IDC_API 1041 #define IDC_BUTTON28 1042 #define IDC_STATIC_Y 1042 #define IDC_TERRAIN_SELECTON_VISIBLE 1042 #define IDC_BUTTON29 1043 #define IDC_STATIC_Z 1043 #define IDC_RENDERING_RANGE 1043 #define IDC_TERRAIN_SELECTION_HIDDEN 1043 #define IDC_BUTTON30 1044 #define IDC_UNDO_LEVELS 1044 #define IDC_FAR_CLIP_PLANE 1044 #define IDC_BUTTON31 1045 #define IDC_USE_BCG_PICTURE 1045 #define IDC_CSG_PRECISSION 1045 #define IDC_BUTTON32 1046 #define IDC_CHECK1 1046 #define IDC_RENDER_EDITOR_MODELS 1046 #define IDC_IS_PORTAL 1046 #define IDC_USE_TEXTURE_FOR_BACKGROUND 1046 #define IDC_CLAMP_U 1046 #define IDC_SHOWTIPSATSTARTUP 1046 #define IDC_DISPLAY_VOLUME 1046 #define IDC_EDIT_DISPLACE_MIDPIXELSAMPLING 1046 #define IDC_LT_CLASS 1046 #define IDC_EXPAND_EDGES 1046 #define IDC_AUTO_GENERATE_LAYER_DISTRIBUTION 1046 #define IDC_ADD_NEGATIVE_VALUES 1046 #define IDC_SHOW_ENEMY_MODEL 1046 #define IDC_SHOW_MODEL 1046 #define IDC_ZONE01 1046 #define IDC_CHECK_BSPFIELD 1046 #define IDC_OBJ_SHADOW_SKA 1046 #define IDC_TITAN 1046 #define IDC_TEXTURE_INFO 1047 #define IDC_AUTO_RENDERING_RANGE 1047 #define IDC_IS_PASSABLE 1047 #define IDC_CLAMP_V 1047 #define IDC_EDIT_DISPLACE_16BITRESOLUTION 1047 #define IDC_LT_PROPERTY 1047 #define IDC_DISPLAY_IMPORTANTS 1047 #define IDC_RANDOM_OFFSET 1047 #define IDC_ZONE02 1047 #define IDC_OBJ_SHADOW_MDL 1047 #define IDC_KNIGHT 1047 #define ID_SECTOR_COLOR 1048 #define IDC_USE_TEXTURE_FOR_BCG 1048 #define IDC_REFLECTIVE 1048 #define IDC_STAIRS 1048 #define IDC_LT_NAME 1048 #define IDC_ZONE03 1048 #define IDC_OBJ_SHADOW_BRUSH 1048 #define IDC_HEALER 1048 #define ID_SECTOR_COLOR2 1049 #define ID_POLYGON_COLOR 1049 #define ID_COLOR_OF_POLYGONS_IN_SECTORS 1049 #define ID_COMBINE_COLOR 1049 #define IDC_RENDER_FIELDS 1049 #define ID_VISIBILITY_FLAGS 1049 #define IDC_LT_WHO 1049 #define IDC_SHOOTTROUGH 1049 #define IDC_ZONE04 1049 #define IDC_OBJ_SHADOW_TERRAIN 1049 #define IDC_MAGE 1049 #define IDC_EASY 1050 #define IDC_IS_TRANSLUSCENT 1050 #define ID_SELECT_POLIGONS_IN_SECTORS 1050 #define IDC_AFTER_SHADOW 1050 #define IDC_RENDER_MIRRORS 1050 #define ID_CLASSIFICATION_FLAGS 1050 #define IDC_ZONE05 1050 #define IDC_ROGUE 1050 #define IDC_EDIT_SELECTION 1051 #define IDC_EDIT_ENUM 1051 #define IDC_INVISIBLE 1051 #define IDC_RENDER_FOG 1051 #define IDC_ZONE06 1051 #define IDC_SORCERER 1051 #define IDC_TEX_TRANS1 1051 #define IDC_MEDIUM 1052 #define IDC_NORMAL 1052 #define IDC_RENDER_HAZE 1052 #define IDC_IS_RECEIVING_SHADOWS2 1052 #define IDC_DOUBLESIDED 1052 #define IDC_ZONE07 1052 #define IDC_TEX_TRANS2 1052 #define IDC_HARD 1053 #define IDC_HAS_DIRECTIONAL_SHADOWS2 1053 #define IDC_ZONE08 1053 #define IDC_TEX_TRANS3 1053 #define IDC_EXTREME 1054 #define IDC_CLAMP_TEXTURE 1054 #define IDC_ZONE09 1054 #define IDC_SINGLE 1055 #define ID_SHADOW_COLOR 1055 #define IDC_CLAMP_U2 1055 #define IDC_ZONE10 1055 #define IDC_COOPERATIVE 1056 #define IDC_IS_DETAIL 1056 #define IDC_ZONE11 1056 #define ID_NPC_GENERATE 1057 #define IDC_DEATHMATCH 1057 #define IDC_IS_OLD_PORTAL 1057 #define IDC_ZONE12 1057 #define IDC_EDIT_BOOL 1058 #define IDC_DYNAMIC_LIGHTS_ONLY2 1058 #define IDC_IS_OCCLUDER 1058 #define ID_NPC_REFRESH 1058 #define IDC_ZONE13 1058 #define IDC_EDIT_STRING 1059 #define IDC_IF_SPIRAL 1059 #define IDC_NO_DYNAMIC_LIGHTS2 1059 #define IDC_IS_TRANSPARENT 1059 #define IDC_ZONE14 1059 #define IDC_EDIT_FLOAT 1060 #define IDC_IF_OUTER 1060 #define IDC_HAS_PRECISE_SHADOWS2 1060 #define IDC_ZONE15 1060 #define IDC_EDIT_FLOAT_RANGE 1061 #define IDC_EDIT_DESCRIPTION_T 1061 #define IDC_FLOAT_RANGE_T 1061 #define IDC_HAS_DIRECTIONAL_AMBIENT2 1061 #define IDC_ZONE16 1061 #define IDC_EDIT_COLOR 1062 #define IDC_DARK_CORNERS2 1062 #define IDC_ZONE17 1062 #define IDC_ENTITY_LIST 1063 #define IDC_CHOOSE_COLOR_T 1063 #define IDC_CLAMP_V2 1063 #define IDC_ZONE18 1063 #define IDC_FILE_NAME_T 1064 #define IDC_REFLECTIVE2 1064 #define IDC_ZONE19 1064 #define IDC_EASY_T 1065 #define IDC_AFTER_SHADOW2 1065 #define IDC_ZONE20 1065 #define IDC_NORMAL_T 1066 #define IDC_ZONE21 1066 #define IDC_HARD_T 1067 #define IDC_ZONE22 1067 #define IDC_EXTREME_T 1068 #define IDC_ZONE23 1068 #define IDC_SINGLE_T 1069 #define IDC_ZONE24 1069 #define IDC_COOPERATIVE_T 1070 #define IDC_ZONE25 1070 #define IDC_DEATHMATCH_T 1071 #define IDC_ZONE26 1071 #define IDC_PICTURE_FILE_T 1072 #define IDC_EDIT_INDEX 1072 #define IDC_ZONE27 1072 #define ID_REMOVE 1073 #define IDC_BACKGROUND_COLOR 1073 #define IDC_INDEX_RANGE_T 1073 #define IDC_ZONE28 1073 #define IDC_EDIT_BBOX_MIN 1074 #define IDC_TOP_VIEW_PICTURE_T 1074 #define ID_LEAVE 1074 #define IDC_ZONE29 1074 #define IDC_EDIT_BBOX_MAX 1075 #define IDC_FRONT_VIEW_PICTURE_T 1075 #define IDC_ZONE30 1075 #define IDC_RENDERING_STATISTICS 1076 #define IDC_RIGHT_VIEW_PICTURE_T 1076 #define IDC_DIFFICULTY_1 1076 #define IDC_ZONE31 1076 #define IDC_EDIT_U 1077 #define IDC_ADD_TO_BROWSER 1077 #define IDC_BACKDROP_OBJECT_T 1077 #define IDC_DIFFICULTY_1_T 1077 #define IDC_ZONE32 1077 #define IDC_EDIT_V 1078 #define IDC_SOURCE_SIZE 1078 #define IDC_DIFFICULTY_2 1078 #define IDC_ZONE33 1078 #define IDC_STATIC_U 1079 #define IDC_CREATED_SIZE 1079 #define IDC_DIFFICULTY_2_T 1079 #define IDC_DIFFICULTY_1_T2 1079 #define IDC_ZONE34 1079 #define IDC_STATIC_V 1080 #define IDC_STATIC_STRETCH 1080 #define IDC_DIFFICULTY_3 1080 #define IDC_ZONE35 1080 #define IDC_STATIC_ROTATION 1081 #define IDC_DIFFICULTY_3_T 1081 #define IDC_DIFFICULTY_2_T2 1081 #define IDC_ZONE36 1081 #define IDC_SPIN1 1082 #define IDC_DIFFICULTY_4 1082 #define IDC_ZONE37 1082 #define IDC_NO_OF_CLONES 1083 #define IDC_STRETCH_V 1083 #define IDC_DIFFICULTY_4_T 1083 #define IDC_DIFFICULTY_3_T2 1083 #define IDC_SPIN2 1083 #define IDC_ZONE38 1083 #define IDC_STATIC_SHEAR 1084 #define IDC_STATIC_ROTATION_SHEAR 1084 #define IDC_DIFFICULTY_5 1084 #define IDC_ZONE39 1084 #define IDC_DIFFICULTY_5_T 1085 #define IDC_DIFFICULTY_4_T2 1085 #define IDC_ZONE40 1085 #define IDC_GAME_MODE_1 1086 #define IDC_DIFFICULTY_5B 1086 #define IDC_ZONE41 1086 #define IDC_PROGRESS_MESSAGE 1087 #define IDC_GAME_MODE_1_T 1087 #define IDC_DIFFICULTY_5_T2 1087 #define IDC_ZONE42 1087 #define IDC_PROGRESS 1088 #define IDC_CREATED_TEXTURE_NAME_T 1088 #define IDC_GAME_MODE_2 1088 #define IDC_ZONE43 1088 #define IDC_GAME_MODE_2_T 1089 #define IDC_GAME_MODE_1_T2 1089 #define IDC_ZONE44 1089 #define IDC_MISSION_DESCRIPTION 1090 #define IDC_GAME_MODE_3 1090 #define IDC_ZONE45 1090 #define IDC_MATERIAL_COMBO 1091 #define IDC_CLUSTER_SIZE_COMBO 1091 #define IDC_GAME_MODE_3_T 1091 #define IDC_GAME_MODE_2B 1091 #define IDC_ZONE46 1091 #define IDC_STATIC_MATERIAL 1092 #define IDC_STATIC_CLUSTER_SIZE 1092 #define IDC_GAME_MODE_4 1092 #define IDC_GAME_MODE_2_T2 1092 #define IDC_ZONE47 1092 #define IDC_FRICTION_COMBO 1093 #define IDC_GAME_MODE_4_T 1093 #define IDC_GAME_MODE_3B 1093 #define IDC_ZONE48 1093 #define IDC_STATIC_FRICTION 1094 #define IDC_SURFACE_FRICTION 1094 #define IDC_GAME_MODE_5 1094 #define IDC_GAME_MODE_3_T2 1094 #define IDC_ZONE49 1094 #define IDC_EFFECT_COMBO 1095 #define IDC_SURFACE_NAME_COMBO 1095 #define IDC_STATIC_SHADOW_BLEND 1095 #define IDC_STATIC_MIRROR 1095 #define IDC_GAME_MODE_5_T 1095 #define IDC_GAME_MODE_4B 1095 #define IDC_ZONE50 1095 #define IDC_STATIC_EFFECT 1096 #define IDC_EFFECT_TEXTURE 1096 #define IDC_SHADOW_BLEND_COMBO 1096 #define IDC_MIRROR_COMBO 1096 #define IDC_GAME_MODE_6 1096 #define IDC_GAME_MODE_4_T2 1096 #define IDC_ZONE51 1096 #define IDC_ILLUMINATION_COMBO 1097 #define IDC_GAME_MODE_6_T 1097 #define IDC_GAME_MODE_5B 1097 #define IDC_STATIC_PRETENDER_DISTANCE 1097 #define IDC_ZONE52 1097 #define IDC_STATIC_ILLUMINATION 1098 #define IDC_EFFECT_NAME_COMBO 1098 #define IDC_GAME_MODE_5_T2 1098 #define IDC_ZONE53 1098 #define IDC_LIGHT_ANIMATION_SPEED 1099 #define IDC_STATIC_SCROLL 1099 #define IDC_GAME_MODE_6B 1099 #define IDC_ZONE54 1099 #define IDC_LIGHT_ANIMATION_NAME_COMBO 1100 #define IDC_SCROLL_COMBO 1100 #define IDC_GAME_MODE_6_T2 1100 #define IDC_ZONE55 1100 #define IDC_LIGHT_ANIMATION_FRAMES 1101 #define IDC_HYPER_MAP_T 1101 #define IDC_STATIC_BLEND 1101 #define IDC_ZONE56 1101 #define IDC_FRAMES_SPIN 1102 #define IDC_BLEND_TYPE 1102 #define IDC_ZONE57 1102 #define IDC_ILLUMINATION_NAMES_COMBO 1103 #define IDC_LIGHT_ANIMATION_NAME 1103 #define IDC_ZONE58 1103 #define IDC_ZONE59 1104 #define IDC_CURRENT_FRAME 1105 #define IDC_ZONE60 1105 #define IDC_FRAMES_AREA 1106 #define IDC_ZONE61 1106 #define IDC_TEST_AREA 1107 #define IDC_ZONE62 1107 #define IDC_AXIS_X 1108 #define IDC_ZONE63 1108 #define IDC_EFFECT_TEXTURE_ANIMATION_COMBO 1109 #define IDC_AXIS_Y 1109 #define IDC_COMBO_AVAILABLE_PLAYERS 1109 #define IDC_ZONE64 1109 #define IDC_TEST_EFFECT_TEXTURE 1110 #define IDC_AXIS_Z 1110 #define IDC_EXTRA01 1110 #define IDC_ENTITY_CLASS 1111 #define IDC_EXTRA02 1111 #define IDC_SHORTCUT01 1112 #define IDC_EXTRA03 1112 #define IDC_ENTITIES_IN_VOLUME_T 1113 #define IDC_SHORTCUT02 1113 #define IDC_EXTRA04 1113 #define IDC_SHORTCUT03 1114 #define IDC_R_OR_H 1114 #define IDC_EXTRA05 1114 #define IDC_SHORTCUT04 1115 #define IDC_G_OR_S 1115 #define IDC_EXTRA06 1115 #define IDC_SHORTCUT05 1116 #define IDC_B_OR_V 1116 #define IDC_EXTRA07 1116 #define IDC_SHORTCUT06 1117 #define IDC_ENTITY_CLASS_DESCRIPTION 1117 #define IDC_ENTITY_NAME 1117 #define IDC_EXTRA08 1117 #define IDC_SHORTCUT07 1118 #define IDC_PREFS_COPY 1118 #define IDC_ENTITY_DESCRIPTION 1118 #define IDC_EXTRA09 1118 #define IDC_SHORTCUT08 1119 #define IDC_PREFS_MAXIMIZE 1119 #define IDC_EXTRA10 1119 #define IDC_SHORTCUT09 1120 #define IDC_PREFS_UPDATE_ALLWAYS 1120 #define IDC_EXTRA11 1120 #define IDC_SHORTCUT10 1121 #define IDC_PREFS_AUTOMATIC_INFO 1121 #define IDC_EXTRA12 1121 #define IDC_PREFS_SET_DEFAULT_COLORS 1122 #define IDC_BOTTOM_SHAPE 1122 #define IDC_EXTRA13 1122 #define IDC_PAPER_COLOR 1123 #define IDC_PREFS_BINARY_GRID_BY_DEFAULT 1123 #define IDC_TOP_SHAPE 1123 #define IDC_EXTRA14 1123 #define IDC_INK_COLOR 1124 #define IDC_EDGES_COLORS 1124 #define IDC_EDIT1_T 1124 #define IDC_PREFS_SAVE_UNDO_FOR_DELETE 1124 #define IDC_EXTRA15 1124 #define IDC_POLYGON_COLORS 1125 #define IDC_EDIT2_T 1125 #define IDC_PREFS_AUTO_COLORIZE 1125 #define IDC_EXTRA16 1125 #define IDC_SELECTION_COLOR 1126 #define IDC_EDIT3_T 1126 #define IDC_PREFS_SHOW_ALL_ON_OPEN 1126 #define IDC_EXTRA17 1126 #define IDC_GRID_COLOR 1127 #define IDC_EDIT4_T 1127 #define IDC_PREFS_AUTO_UPDATE_DISPLACEMAP 1127 #define IDC_EXTRA18 1127 #define IDC_EDIT5_T 1128 #define IDC_PREFS_HIDE_SHADOWS_ON_START 1128 #define IDC_EXTRA19 1128 #define IDC_COMBO_WIN_BCG_TEXTURE 1129 #define IDC_WIDTH_T 1129 #define IDC_PREFS_AUTO_GENERATE_TD 1129 #define IDC_EXTRA20 1129 #define IDC_ADD_WORKING_TEXTURE 1130 #define IDC_LENGHT_T 1130 #define IDC_EXTRA21 1130 #define IDC_REMOVE_WORKING_TEXTURE 1131 #define IDC_HEIGHT_T 1131 #define IDC_EXTRA22 1131 #define IDC_WED_STARTUP_MODE 1132 #define IDC_CHANGE_APPLICATION_DISPLAY_MODE 1132 #define IDC_IF_ROOM 1132 #define IDC_EXTRA23 1132 #define IDC_FULL_SCREEN_MODE 1133 #define IDC_CHANGE_FULL_SCREEN_DISPLAY_MODE 1133 #define IDC_TOP_VIEW_WIDTH 1133 #define IDC_PRIMITIVE_HISTORY 1133 #define IDC_EXTRA24 1133 #define IDC_TEST_STARTUP_MODE 1134 #define IDC_FRONT_VIEW_WIDTH 1134 #define IDC_EXTRA25 1134 #define IDC_TEST_FULL_SCREEN_MODE 1135 #define IDC_RIGHT_VIEW_WIDTH 1135 #define IDC_EXTRA26 1135 #define IDC_BROWSE_BACKGROUND_PICTURE 1136 #define IDC_EXTRA27 1136 #define IDC_BROWSE_BACKDROP_OBJECT 1137 #define IDC_TEXTURE_FILE_T 1137 #define IDC_EXTRA28 1137 #define IDC_RADIO_TEXTURE 1138 #define IDC_EXTRA29 1138 #define IDC_TEXTURE_2 1139 #define IDC_EXTRA30 1139 #define IDC_TEXTURE_3 1140 #define IDC_EXTRA31 1140 #define IDC_OFFSET_U 1141 #define IDC_EXTRA32 1141 #define IDC_OFFSET_V 1142 #define IDC_ROTATION 1143 #define IDC_ROTATION_U 1143 #define IDC_BROWSE_TEXTURE 1144 #define IDC_REMOVE_TEXTURE 1145 #define IDC_STATIC_OFFSET 1146 #define IDC_PREVIEW_FRAME 1147 #define IDC_DISPLACE_FILE 1149 #define IDC_TEXTURE_DIM_T 1149 #define IDC_DISPLACE_T 1150 #define IDC_ANGLE3D_T 1151 #define ID_CENTER 1153 #define ID_DELETE_BROWSE_BY_CLASS 1153 #define IDC_STATIC_SHADOW_COLOR 1154 #define ID_SELECT_SECTORS 1154 #define IDC_ALPHA 1155 #define IDC_STATIC_CONTENT_TYPE_T 1156 #define IDC_CONTENT_TYPE_COMBO 1157 #define IDC_STATIC_SECTOR_NAME 1158 #define IDC_SECTOR_NAME 1159 #define IDC_AMBIENT_COLOR_T 1160 #define IDC_STATIC_FORCE_FIELD_T 1161 #define ID_APPLY 1161 #define IDC_FORCE_FIELD_COMBO 1162 #define IDC_MIRROR_NONE 1162 #define IDC_MIRROR_X 1163 #define IDC_STATIC_FOG_T 1163 #define IDC_FOG_COMBO 1164 #define IDC_IS_TRANSLUSCENT2 1164 #define IDC_STATIC_HAZE_T 1165 #define IDC_IS_PORTAL2 1165 #define IDC_MIRROR_Y 1166 #define IDC_HAZE_COMBO 1166 #define IDC_IS_PASSABLE2 1166 #define IDC_MIRROR_Z 1167 #define IDC_INVISIBLE2 1167 #define IDC_STATIC_GRADIENT_T 1167 #define IDC_STATIC_GRADIENT 1167 #define IDC_STATIC_ENVIRONMENT_TYPE_T 1167 #define IDC_IS_DETAIL2 1168 #define IDC_GRADIENT_COMBO 1168 #define IDC_STATIC_ENVIRONMENT_TYPE 1168 #define IDC_IS_OLD_PORTAL2 1169 #define IDC_IS_LIGHT_BEAM_PASSABLLE2 1170 #define IDC_NO_SHADOW2 1171 #define IDC_NO_PLANE_DIFFUSION2 1172 #define IDC_BCG_PICTURE_T 1173 #define IDC_IS_OCCLUDER2 1173 #define IDC_BROWSE_BCG_PICTURE 1174 #define IDC_EXTRA33 1174 #define IDC_WND_STARTUP_CFG 1175 #define IDC_EXTRA34 1175 #define IDC_NEXTTIP 1176 #define IDC_FLY_MODE_SPEED 1176 #define IDC_EXTRA35 1176 #define IDC_EXTRA36 1177 #define IDC_COMBO1 1178 #define IDC_PREVTIP 1178 #define IDC_EXTRA37 1178 #define IDC_COMBO2 1179 #define IDC_TIPTEXT 1179 #define IDC_EXTRA38 1179 #define IDC_EDIT_LEVEL_NAME 1180 #define IDC_FIND_BY_RACE 1180 #define IDC_EXTRA39 1180 #define IDC_GAME_MODE_1B 1181 #define IDC_EXTRA40 1181 #define IDC_DIFFICULTY_1B 1182 #define IDC_EXTRA41 1182 #define IDC_DIFFICULTY_2B 1183 #define IDC_EXTRA42 1183 #define IDC_DIFFICULTY_3B 1184 #define IDC_EXTRA43 1184 #define IDC_DIFFICULTY_4B 1185 #define IDC_EXTRA44 1185 #define IDC_EDIT_DISPLACE_X_SIZE 1186 #define IDC_EXTRA45 1186 #define IDC_EDIT_DISPLACE_Y_SIZE 1187 #define IDC_PRETENDER_DISTANCE 1187 #define IDC_EXTRA46 1187 #define IDC_EXTRA47 1188 #define IDC_EDIT_SS_PROJECT 1189 #define IDC_EXTRA48 1189 #define IDC_COMMENT 1190 #define IDC_MEMORY_FOR_UNDO 1190 #define IDC_EXTRA49 1190 #define IDC_STATIC_SOURCE_SAFE_PROJECT 1191 #define IDC_EXTRA50 1191 #define IDC_STATIC_SOURCE_SAFE_BORDER 1192 #define IDC_EXTRA51 1192 #define IDC_FILTER_CLUSTER_SIZE 1193 #define IDC_MISC_BORDER 1193 #define IDC_EXTRA52 1193 #define IDC_FILTER_CLUSTER_MEMORY 1194 #define ID_FLAGS_PROPERTY 1194 #define IDC_EXTRA53 1194 #define IDC_CSG_PRECISSION_T 1195 #define IDC_FILTER_POLYGON_SURFACE 1195 #define IDC_EXTRA54 1195 #define IDC_PLUGGINS 1196 #define IDC_FILTER_POLYGON_MIRROR 1196 #define IDC_EXTRA55 1196 #define IDC_PLUGGINS_T 1197 #define IDC_EXTRA56 1197 #define IDC_LINK_TREE 1198 #define IDC_EXTRA57 1198 #define IDC_SECTOR_INCLUDE 1199 #define IDC_EXTRA58 1199 #define IDC_SECTOR_EXCLUDE 1200 #define IDC_MIN_H 1200 #define IDC_EXTRA59 1200 #define IDC_MIN_P 1201 #define IDC_VTX_SNAP_X 1201 #define IDC_EXTRA60 1201 #define IDC_VTX_SNAP_Y 1202 #define IDC_EXTRA61 1202 #define IDC_MAX_H 1203 #define IDC_VTX_SNAP_Z 1203 #define IDC_EXTRA62 1203 #define IDC_MAX_P 1204 #define IDC_PRETENDER_TEXTURE_SIZE 1204 #define IDC_EXTRA63 1204 #define IDC_PRETENDER_TEXTURE_STYLE 1205 #define IDC_CHILD_STRETCH 1205 #define IDC_EXTRA64 1205 #define IDC_MIN_X 1206 #define IDC_MIN_Y 1207 #define IDC_MIN_Z 1208 #define IDC_MAX_X 1209 #define IDC_MAX_Y 1210 #define IDC_MAX_Z 1211 #define IDW_TERRAIN_INTERFACE 1212 #define IDC_FALLOFF 1212 #define IDC_HOTSPOT 1213 #define IDC_IMPORT_TERRAIN_BRUSH 1214 #define IDC_TRL_LAYER_NAME 1214 #define IDC_EDIT_FLOAT_T 1215 #define IDC_TRL_OFFSET_X 1215 #define IDC_TERRAIN_WIDTH 1216 #define IDC_TRL_OFFSET_Y 1216 #define IDC_TERRAIN_HEIGHT 1217 #define IDC_TRL_STRETCH_X 1217 #define IDC_TERRAIN_LENGTH 1218 #define IDC_TRL_STRETCH_Y 1218 #define IDC_HEIGHTMAP_WIDTH 1219 #define IDC_HEIGHTMAP_HEIGHT 1220 #define IDC_TRL_ROTATE_U 1221 #define IDC_TERRAIN_LOD_SWITCH 1221 #define IDC_TRL_ROTATE_V 1222 #define IDC_TERRAIN_FIRST_TOPMAP_LOD 1222 #define IDC_TRL_ALTITUDE_MIN 1223 #define IDC_TRL_ALTITUDE_MAX 1224 #define IDC_TRL_ALTITUDE_MIN_FADE 1225 #define IDC_TRL_ALTITUDE_MAX_FADE 1226 #define IDC_TRL_SLOPE_MIN 1227 #define IDC_TRL_SLOPE_MAX 1228 #define IDC_TRL_SLOPE_MIN_FADE 1229 #define IDC_TRL_SLOPE_MAX_FADE 1230 #define IDC_TRL_LAYER_COVERAGE 1231 #define IDC_TRL_ALTITUDE_MIN_NOISE 1232 #define IDC_TRL_ALTITUDE_MAX_NOISE 1233 #define IDC_APPLY_MIN_ALTITUDE_DISTRIBUTION 1234 #define IDC_APPLY_MAX_ALTITUDE_DISTRIBUTION 1235 #define IDC_PAINT_POWER 1235 #define IDC_TRL_COVERAGE_FADE 1236 #define IDC_SMOOTH_POWER 1236 #define IDC_TRL_SLOPE_MIN_NOISE 1237 #define IDC_EQUALIZE_VALUE 1237 #define IDC_TRL_SLOPE_MAX_NOISE 1238 #define IDC_POSTERIZE_STEP 1238 #define IDC_APPLY_MIN_SLOPE_DISTRIBUTION 1239 #define IDC_NOISE_STRENGTH 1239 #define IDC_APPLY_MAX_SLOPE_DISTRIBUTION 1240 #define IDC_FILTER_POWER 1241 #define IDC_FILTER_COMBO 1242 #define IDC_GENERATION_ALGORITHM 1243 #define IDC_CONTINOUS_NOISE_T 1245 #define IDC_DISTRIBUTION_NOISE_T 1246 #define IDC_SHADING_MAP 1246 #define IDC_SHADOW_MAP 1247 #define IDC_TERRAIN_PRETENDER 1248 #define IDC_SHADOW_MAP_OVERBRIGHT 1248 #define IDC_SHADOW_MAP_T 1249 #define IDC_SHADING_MAP_T 1250 #define IDC_TERRAIN_PRETENDER_T 1251 #define IDC_HEIGHTIMAP_SIZE_T 1252 #define IDC_TERRAIN_HM_WIDTH 1253 #define IDC_TERRAIN_HM_HEIGHT 1254 #define IDC_TERRAIN_QUADS_PER_TILE 1255 #define IDC_TILE_PRETENDER 1256 #define IDC_TILE_PRETENDER_T 1257 #define IDC_FBM_OCTAVES 1257 #define IDC_TERRAIN_MEMORY_T 1258 #define IDC_FBM_OCTAVE_STEP 1258 #define IDC_LAYER_MEMORY_T 1259 #define IDC_FBM_MAX_ALTITUDE 1259 #define IDC_TERRAIN_EDGE_MEMORY_T 1260 #define IDC_FBM_OCTAVE_AMPLITUDE_DECREASE 1260 #define IDC_FBM_HIGH_FREQUENCY_STEP 1261 #define IDC_SHADOW_MAP_OVERBRIGHT_T 1261 #define IDC_CT_OCTAVES_SPIN 1262 #define IDC_GLOBAL_PRETENDER 1263 #define IDC_TRL_MASK_STRETCH 1264 #define IDC_BLUR_RADIUS_SLIDER 1266 #define IDC_BLUR_RADIUS 1267 #define IDC_TERRAIN_SHADOW_HOUR 1268 #define IDC_OBJ_BLUR_RADIUS 1268 #define IDC_TERRAIN_RESULT_TIME 1269 #define IDC_OBJ_BLUR_RADIUS_SLIDER 1269 #define IDC_PG_ATTRIBUTE0 1271 #define IDC_PG_ATTRIBUTE1 1272 #define IDC_PG_ATTRIBUTE2 1273 #define IDC_PG_ATTRIBUTE3 1274 #define IDC_PG_ATTRIBUTE4 1275 #define IDC_PG_ATTRIBUTE5 1276 #define IDC_PG_ATTRIBUTE6 1277 #define IDC_PG_ATTRIBUTE7 1278 #define IDC_PG_ATTRIBUTE8 1279 #define IDC_PG_ATTRIBUTE9 1280 #define IDC_PG_ATTRIBUTE10 1281 #define IDC_PG_ATTRIBUTE11 1282 #define IDC_PG_ATTRIBUTE12 1283 #define IDC_FBM_PREVIEW_FRAME 1284 #define IDC_PG_ATTRIBUTE13 1284 #define IDC_PG_ATTRIBUTE14 1285 #define IDC_SELECT_BSPFLOOR1 1285 #define IDC_PG_ATTRIBUTE15 1286 #define IDC_SELECT_BSPFLOOR2 1286 #define IDC_PG_ATTRIBUTE16 1287 #define IDC_SELECT_BSPFLOOR3 1287 #define IDC_PG_ATTRIBUTE17 1288 #define IDC_SELECT_BSPFLOOR4 1288 #define IDC_PG_ATTRIBUTE18 1289 #define IDC_SELECT_BSPFLOOR5 1289 #define IDC_PG_ATTRIBUTE19 1290 #define IDC_PG_ATTRIBUTE20 1291 #define IDC_PG_ATTRIBUTE21 1292 #define IDC_PG_ATTRIBUTE22 1293 #define IDC_PG_ATTRIBUTE23 1294 #define IDC_PG_ATTRIBUTE24 1295 #define IDC_PG_ATTRIBUTE25 1296 #define IDC_PG_ATTRIBUTE26 1297 #define IDC_PG_ATTRIBUTE27 1298 #define IDC_PG_ATTRIBUTE28 1299 #define IDC_PG_ATTRIBUTE29 1300 #define IDC_PG_ATTRIBUTE30 1301 #define IDC_PG_ATTRIBUTE31 1302 #define IDC_PG_ATTRIBUTE32 1303 #define IDC_PG_ATTRIBUTE33 1304 #define IDC_BSPATTRIBUTEMAP_WIDTH 1310 #define IDC_PG_ATTRIBUTE34 1310 #define IDC_BSPATTRIBUTEMAP_HEIGHT 1311 #define IDC_PG_ATTRIBUTE35 1311 #define IDC_BSPATTRIBUTEMAP_NAME 1312 #define IDC_PG_ATTRIBUTE36 1312 #define IDC_DBSERVERINFO 1313 #define IDC_PG_ATTRIBUTE37 1313 #define IDC_SERVERLIST 1314 #define IDC_PG_ATTRIBUTE38 1314 #define IDC_EDIT_NPC_COUNT 1315 #define IDC_ZONE_NAME 1315 #define IDC_PG_ATTRIBUTE39 1315 #define IDC_FIND_BY_TYPE 1316 #define IDC_PG_ATTRIBUTE40 1316 #define IDC_FIND_BY_YLAYER 1317 #define IDC_PG_ATTRIBUTE41 1317 #define IDC_NPC_GRID 1318 #define IDC_PG_ATTRIBUTE42 1318 #define IDC_MOB_GRID 1319 #define IDC_PG_ATTRIBUTE43 1319 #define IDC_NO_SELECTED_NPC 1320 #define IDC_MOB_FIND_COMBO 1321 #define IDC_FIND_BY_SUBTYPE 1322 #define IDC_NPC_NAME 1323 #define IDC_SHOPPER_NAME 1323 #define IDC_SELECTED_NPC 1324 #define IDC_MERCHANT_GROUP 1325 #define IDC_STATIC_NAME 1326 #define IDC_STATIC_FIND 1327 #define IDC_ZONENO 1328 #define IDC_LANGUAGE 1329 #define IDC_DB_ID 1330 #define IDC_DB_PASSWORD 1331 #define IDC_BSPHEIGHTMAP_WIDTH 1332 #define IDC_BSPHEIGHTMAP_HEIGHT 1333 #define IDC_CHECK_BSPHMFIELD 1334 #define IDC_SELECT_BSPHMFLOOR1 1335 #define IDC_SELECT_BSPHMFLOOR2 1336 #define IDC_SELECT_BSPHMFLOOR3 1337 #define IDC_SELECT_BSPHMFLOOR4 1338 #define IDC_SELECT_BSPHMFLOOR5 1339 #define IDC_BSPHEIGHTMAP_OPEN 1340 #define IDC_BSPHEIGHTMAP_NAME 1341 #define IDC_EDIT_WATER_HEIGHT 1342 #define IDC_OBJ_SHADOW_COLOR 1342 #define IDC_WATER_ALPHA 1343 #define IDC_SELL_RATE 1343 #define IDC_EDIT_WATER_ALPHA 1344 #define IDC_FIND_BY_NAME 1344 #define IDC_EDIT_WATER_TILESIZE 1345 #define IDC_DB_NAME 1345 #define IDC_WATER_SMC_FILE 1346 #define IDC_TERRAIN_SURFACE_TYPE 1347 #define IDC_SPAWNER_GRID 1348 #define IDC_TOTAL_COUNT 1349 #define IDC_NPC_TAB 1350 #define IDC_SHOP_GRID 1351 #define ID_SPAWNER_RESCAN 1352 #define ID_SPAWNER_SELECT 1353 #define IDC_ENEMY_UPDATE 1354 #define IDC_LIST_PRIORITY 1355 #define IDC_PRIORITY_SPIN 1356 #define IDC_CHECK2 1357 #define IDC_COUNTRY 1358 #define IDC_COPYFROM 1359 #define IDC_COPYTO 1360 #define IDC_MERCHANT_TAB 1400 #define ID_EXPORT_BROWSE_BY_CLASS 1401 #define IDC_IS_LIGHT_BEAM_PASSABLLE 11048 #define IDC_NO_SHADOW 11049 #define IDC_IS_RECEIVING_SHADOWS 11050 #define IDC_HAS_DIRECTIONAL_SHADOWS 11052 #define IDC_NO_PLANE_DIFFUSION 11054 #define IDC_DYNAMIC_LIGHTS_ONLY 11056 #define IDC_NO_DYNAMIC_LIGHTS 11057 #define IDC_HAS_PRECISE_SHADOWS 11058 #define IDC_HAS_DIRECTIONAL_AMBIENT 11059 #define IDC_DARK_CORNERS 11060 #define IDC_APPLY_GRADIENT 11061 #define ID_SAVE_VIRTUAL_TREE 32771 #define ID_LOAD_VIRTUAL_TREE 32772 #define ID_DELETE_DIRECTORY 32773 #define ID_INSERT_DIRECTORY 32774 #define ID_CREATE_DIRECTORY 32775 #define ID_INSERT_OBJECTS 32777 #define ID_RENAME_DIRECTORY 32778 #define ID_VIRTUAL_TREE 32779 #define ID_INSERT_ITEMS 32780 #define ID_SMALL_ICONS 32781 #define ID_BIG_ICONS 32782 #define ID_DELETE_ITEMS 32785 #define ID_MEDIUM_ICONS 32786 #define ID_SHOW_DESCRIPTION 32787 #define ID_SHOW_FILENAME 32788 #define ID_VIEW_INFOWINDOW 32790 #define ID_FILE_PREFERENCES 32791 #define ID_CHOOSE_COLOR 32792 #define ID_LOAD_BAR_STATUSES 32793 #define ID_CREATE_PRIMITIVE 32794 #define ID_SAVE_THUMBNAIL 32801 #define ID_ISOMETRIC_TOP 32802 #define ID_ISOMETRIC_BOTTOM 32803 #define ID_ISOMETRIC_RIGHT 32804 #define ID_ISOMETRIC_LEFT 32805 #define ID_ISOMETRIC_FRONT 32806 #define ID_ISOMETRIC_BACK 32807 #define ID_PERSPECTIVE 32808 #define ID_CSG_ADD_ROOMS 32809 #define ID_CSG_ADD_MATERIAL 32810 #define ID_CSG_REMOVE_MATERIAL 32811 #define ID_CSG_SPLIT_SECTORS 32813 #define ID_CSG_DESTINATION 32814 #define ID_CSG_CANCEL 32815 #define ID_GRID_ON_OFF 32817 #define ID_VIEW_CSGTOOLS 32818 #define ID_SHOW_ORIENTATION 32820 #define ID_ZOOM_MORE 32822 #define ID_ZOOM_LESS 32823 #define ID_MOVE_RIGHT 32824 #define ID_MOVE_LEFT 32825 #define ID_MOVE_UP 32826 #define ID_MOVE_DOWN 32827 #define ID_TOP 32828 #define ID_PROJECTION_TOP 32829 #define ID_PROJECTION_BOTTOM 32830 #define ID_PROJECTION_LEFT 32831 #define ID_PROJECTION_RIGHT 32832 #define ID_PROJECTION_FRONT 32833 #define ID_PROJECTION_BACK 32834 #define ID_PROJECTION_ISOMETRIC 32835 #define ID_IMPORT_LWO 32837 #define ID_MEASUREMENT_LENT 32838 #define ID_MEASUREMENT_TAPE 32839 #define ID_FRAME_RATE 32840 #define ID_BUFFER01 32841 #define ID_BUFFER02 32842 #define ID_BUFFER03 32843 #define ID_BUFFER04 32844 #define ID_BUFFER05 32845 #define ID_BUFFER06 32846 #define ID_BUFFER07 32847 #define ID_BUFFER08 32848 #define ID_BUFFER09 32849 #define ID_BUFFER10 32850 #define ID_EDIT_BUFFER01 32851 #define ID_EDIT_BUFFER02 32852 #define ID_EDIT_BUFFER03 32853 #define ID_EDIT_BUFFER04 32854 #define ID_EDIT_BUFFER05 32855 #define ID_EDIT_BUFFER06 32856 #define ID_EDIT_BUFFER07 32857 #define ID_EDIT_BUFFER08 32858 #define ID_EDIT_BUFFER09 32859 #define ID_EDIT_BUFFER10 32860 #define ID_TOGGLE_MODES 32862 #define ID_CIRCLE_MODES 32863 #define ID_SELECT_BY_NAME 32864 #define ID_VIEW_PROJECTIONS_BAR 32865 #define ID_VIEW_SELECTON_BAR 32866 #define ID_BCG_SETTINGS 32867 #define ID_VIEW_SELECTION 32868 #define ID_DELETE_ENTITY 32869 #define ID_DELETE_ENTITIES 32870 #define ID_COPY_TEXTURE 32871 #define ID_TAKE_SS 32872 #define ID_ENTITY_MODE 32873 #define ID_POLYGON_MODE 32874 #define ID_SECTOR_MODE 32875 #define ID_REMOVE_MATERIAL 32876 #define ID_JOIN_SECTORS 32877 #define ID_CSG_JOIN_SECTORS 32878 #define ID_TEST_GAME 32879 #define ID_AUTO_SNAP 32880 #define ID_CSG_ADD 32881 #define ID_CSG_REMOVE 32882 #define ID_SPLIT_POLYGONS 32883 #define ID_JOIN_POLYGONS 32884 #define ID_CSG_SPLIT_POLYGONS 32887 #define ID_CSG_JOIN_POLYGONS 32888 #define ID_AUTO_DELTA_PRIMITIVE 32890 #define ID_CLONE_CSG 32891 #define ID_CREATE_PRIMITIVE_POPUP 32892 #define ID_BUTTON32893 32893 #define ID_BUTTON32894 32894 #define ID_BUTTON32895 32895 #define ID_BUTTON32896 32896 #define ID_BUTTON32899 32899 #define ID_BUTTON32900 32900 #define ID_BUTTON32901 32901 #define ID_BUTTON32902 32902 #define ID_BUTTON32905 32905 #define ID_BUTTON32906 32906 #define ID_BUTTON32908 32908 #define ID_BUTTON32909 32909 #define ID_BUTTON32910 32910 #define ID_BUTTON32911 32911 #define ID_BUTTON32912 32912 #define ID_MEASURE_ON 32914 #define ID_BUTTON32916 32916 #define ID_BUTTON32917 32917 #define ID_WORLD_SETTINGS 32918 #define ID_SHOW_PANE_INFO 32919 #define ID_BUTTON32920 32920 #define ID_RESET_VIEWER 32921 #define ID_CREATE_TEXTURE 32922 #define ID_CALCULATESHADOWS 32923 #define ID_EDIT_COPY_MAPPING 32924 #define ID_EDIT_PASTE_MAPPING 32925 #define ID_GLOBAL_SETTINGS 32926 #define ID_GAME_SETTINGS 32928 #define ID_HIDE_SELECTED_SECTORS 32930 #define ID_SHOW_ALL_SECTORS 32931 #define ID_HIDE_UNSELECTED_SECTORS 32932 #define ID_BUTTON32933 32933 #define ID_BUTTON32934 32934 #define ID_BUTTON32935 32935 #define ID_RENDER_TARGETS 32936 #define ID_CALL_MODELER 32938 #define ID_CALL_TEXMAKER 32939 #define ID_VIEW_SETTINGS_AND_UTILITY_BAR 32940 #define ID_VIEW_VIEW_TOOLS_BAR 32941 #define ID_GAME_PLAYER 32943 #define ID_GAME_AUDIO 32944 #define ID_GAME_VIDEO 32945 #define ID_GAME_SELECT_PLAYER 32946 #define ID_SHADOWS_NONE 32947 #define ID_SHADOWS_NO_FX 32948 #define ID_SHADOWS_WITH_EFFECTS 32949 #define ID_SHADOWS_CIRCLE -32586 #define ID_SAVE_AS_VIRTUAL_TREE 32952 #define ID_BUTTON32953 32953 #define ID_MOVE_ANCHORED 32954 #define ID_PASTE_TEXTURE 32957 #define ID_BUTTON32961 32961 #define ID_BUTTON32963 32963 #define ID_BUTTON32964 32964 #define ID_CENTER_ENTITY 32966 #define ID_BROWSE_ENTITIES_MODE 32968 #define ID_NEXT_SELECTED_ENTITY 32970 #define ID_PREVIOUS_SELECTED_ENTITY 32973 #define ID_SCENE_STATISTICS 32974 #define ID_SCENE_RENDERING_TIME 32975 #define ID_RECREATE_TEXTURE 32976 #define ID_SELECT_ALL_IN_VOLUME 32977 #define ID_DROP_MARKER 32979 #define ID_TEST_CONNECTIONS 32980 #define ID_JOIN_LAYERS 32981 #define ID_ALIGN_VOLUME 32983 #define ID_SHOW_TREE_SHORTCUTS 32984 #define ID_MENU_SHORTCUT01 32985 #define ID_MENU_SHORTCUT02 32986 #define ID_MENU_SHORTCUT03 32987 #define ID_MENU_SHORTCUT04 32988 #define ID_MENU_SHORTCUT05 32989 #define ID_MENU_SHORTCUT06 32990 #define ID_MENU_SHORTCUT07 32991 #define ID_MENU_SHORTCUT08 32992 #define ID_MENU_SHORTCUT09 32993 #define ID_MENU_SHORTCUT10 32994 #define ID_STORE_MENU_SHORTCUT01 32995 #define ID_TAKE_SCREEN_SHOOT 32996 #define ID_STORE_MENU_SHORTCUT02 32996 #define ID_STORE_MENU_SHORTCUT03 32997 #define ID_STORE_MENU_SHORTCUT04 32998 #define ID_STORE_MENU_SHORTCUT05 32999 #define ID_STORE_MENU_SHORTCUT06 33000 #define ID_STORE_MENU_SHORTCUT07 33001 #define ID_STORE_MENU_SHORTCUT08 33002 #define ID_STORE_MENU_SHORTCUT09 33003 #define ID_STORE_MENU_SHORTCUT10 33004 #define ID_SELECT_BY_CLASS 33005 #define ID_CURRENT_VIEW_PROPERTIES 33007 #define ID_AUTO_MIP_LEVELING 33008 #define ID_DECADIC_GRID 33009 #define ID_ADD_MORE_PRECISE_MIP 33010 #define ID_ADD_ROUGHER_MIP_LEVEL 33011 #define ID_DELETE_MIP 33012 #define ID_CONSOLE 33015 #define ID_PREVIOUS_MIP 33016 #define ID_NEXT_MIP 33017 #define ID_PREVIOUS_MIP_BRUSH 33019 #define ID_NEXT_MIP_BRUSH 33020 #define ID_VIEW_MIP_TOOLS_BAR 33021 #define ID_WINDOW_CLOSE 33022 #define ID_TOOL_RECREATE_TEXTURE 33024 #define ID_CROSSROAD_FOR_C 33025 #define ID_SET_AS_CSG_TARGET 33027 #define ID_RECREATE_CURRENT_TEXTURE 33028 #define ID_COPY_MAPPING 33029 #define ID_KEY_COPY 33029 #define ID_PASTE_MAPPING 33030 #define ID_KEY_PASTE 33030 #define ID_CREATE_AND_ADD_TEXTURE 33031 #define ID_SELECT_POLYGONS 33033 #define ID_SELECT_POLYGONS_IN_SECTOR 33034 #define ID_SELECT_POLYGONS_IN_WORLD 33035 #define ID_FIND_TEXTURE 33036 #define ID_SELECT_BY_TEXTURE_IN_SECTOR 33037 #define ID_SELECT_BY_TEXTURE_ADJACENT 33038 #define ID_SELECT_POLYGONS_BY_TEXTURE_IN_SELECTED_SECTORS 33039 #define ID_SELECT_POLYGONS_BY_TEXTURE_IN_WORLD 33040 #define ID_SELECT_BY_TEXTURE_IN_SELECTED_SECTORS 33041 #define ID_SELECT_BY_TEXTURE_IN_WORLD 33042 #define ID_CSG_JOIN_ALL_POLYGONS 33044 #define ID_SELECT_BY_COLOR_IN_SECTOR 33045 #define ID_MAXIMIZE_VIEW 33046 #define IDS_BROWSER_TOOL_TIP 33047 #define ID_TRIANGULARIZE 33048 #define ID_CREATE_TORUS 33050 #define ID_STAIRCASE_PRIMITIVE 33051 #define ID_TERRAIN_PRIMITIVE 33052 #define ID_SPHERE_PRIMITIVE 33053 #define ID_CONUS_PRIMITIVE 33054 #define ID_TORUS_PRIMITIVE 33055 #define ID_POPOUP_CONUS 33056 #define ID_POPUP_CONUS 33057 #define ID_POPUP_TORUS 33058 #define ID_POPUP_STAIRS 33059 #define ID_POPUP_SPHERE 33060 #define ID_POPUP_TERRAIN 33061 #define ID_TOGGLE_VIEW_PICTURES 33062 #define ID_SELECT_FOR_DROP_MARKER 33063 #define ID_LIGHT_ANIMATION 33064 #define ID_VIEW_FROM_ENTITY 33065 #define ID_SET_AS_CURRENT_TEXTURE 33066 #define ID_SELECT_LIGHTS 33067 #define ID_DISCARD_SHADOWS 33068 #define ID_COPY_SECTOR_AMBIENT 33069 #define ID_PASTE_SECTOR_AMBIENT 33070 #define ID_SELECT_ALL_POLYGONS 33071 #define ID_TOGGLE_LIGHT_SIZE 33072 #define ID_COPY_SECTORS 33073 #define ID_PASTE_SECTORS 33074 #define ID_DELETE_SECTORS 33075 #define ID_CENTER_BCG_VIEWER -32460 #define ID_CONVERT_WORLDS 33078 #define ID_TOGGLE_TOOL_TIPS 33079 #define ID_BUTTON33084 33084 #define ID_TEXTURE_1 33084 #define ID_BUTTON33085 33085 #define ID_TEXTURE_2 33085 #define ID_BUTTON33086 33086 #define ID_TEXTURE_3 33086 #define ID_BUTTON33087 33087 #define ID_TOGGLE_SHADOWS 33088 #define ID_BUTTON33089 33089 #define ID_BUTTON33093 33093 #define ID_VIEW_SHADOWS_AND_TEXTURE_BAR 33094 #define ID_VIEW_SELECT_ENTITY_BAR 33095 #define ID_VIEW_WORK_BAR 33096 #define ID_PASTE_TEXTURE_AS_PROJECTED 33097 #define ID_EDIT_PASTE_AS_PROJECTED_MAPPING 33098 #define ID_MENU_COPY_MAPPING 33099 #define ID_MENU_PASTE_MAPPING 33100 #define ID_MENU_PASTE_AS_PROJECTED_MAPPING 33101 #define ID_KEY_PASTE_AS_PROJECTED -32434 #define ID_BUTTON33104 33104 #define ID_TEXTURE_MODE_1 33105 #define ID_TEXTURE_MODE_2 -32430 #define ID_TEXTURE_MODE_3 -32429 #define ID_SELECT_ALL_SECTORS 33108 #define ID_SELECT_ALL_ENTITIES 33109 #define ID_LAST_PRIMITIVE 33110 #define ID_COPY_COLOR 33111 #define ID_PASTE_COLOR 33112 #define ID_NUMERIC_ALPHA 33113 #define ID_CREATE_EMPTY_ROUGHER_MIP 33114 #define ID_CREATE_EMPTY_MORE_PRECISE_MIP 33117 #define ID_CLONE_TO_MORE_PRECISE_MIP 33118 #define ID_CLONE_TO_ROUGHER_MIP_LEVEL 33119 #define ID_LOAD_PRIMITIVE_SETTINGS 33120 #define ID_SAVE_PRIMITIVE_SETTINGS 33121 #define ID_SAVE_AS_PRIMITIVE_SETTINGS 33122 #define ID_EDIT_PASTE_ALTERNATIVE 33123 #define ID_CALCULATE_SHADOWS_ONOFF 33126 #define ID_BUTTON33127 33127 #define ID_VIEW_SHADOWS 33128 #define ID_VIEW_SHADOWS_ONOFF 33129 #define ID_BUTTON33130 33130 #define ID_BUTTON33131 33131 #define ID_BUTTON33132 33132 #define ID_SELECT_ALL_ENTITIES_IN_WORLD 33134 #define ID_EDIT_PASTE_INTO_LAYER 33135 #define ID_SELECT_SECTORS_WITH_SAME_NAME 33136 #define ID_SELECT_SECTORS_ARROUND_ENTITY 33137 #define ID_CHANGE_CLASS 33138 #define ID_CONVERT_CLASS 33139 #define ID_RESET_PRIMITIVE 33140 #define ID_MENU_PASTE_TEXTURE 33141 #define ID_MENU_COPY_TEXTURE 33142 #define ID_INSERT_VERTEX 33143 #define ID_DELETE_VERTEX 33144 #define ID_SELECT_TARGET 33145 #define ID_SAVE_PICTURES_FOR_ENVIRONMENT 33146 #define ID_SELECT_SECTOR 33147 #define ID_CSG_SELECT_SECTOR 33148 #define ID_UPDATE_LINKS 33154 #define ID_MENU_ALIGN_MAPPING 33155 #define ID_MENU_ALIGN_MAPPING_U -32380 #define ID_MENU_ALIGN_MAPPING_V -32379 #define ID_MICRO_ICONS 33158 #define ID_FALL_DOWN 33159 #define ID_PREVIOUS -32375 #define ID_NEXT -32374 #define ID_EXCEPT_TEXTURES_IN_WORLD 33163 #define ID_SELECT_EXCEPT_TEXTURES 33164 #define ID_REMOVE_UNUSED_TEXTURES 33165 #define ID_ROTATE 33166 #define ID_ROTATE_BACK -32369 #define ID_SELECT_VISIBLE_SECTORS 33168 #define ID_SNAPSHOT 33170 #define ID_EDIT_COPY_ALTERNATIVE 33171 #define ID_STORE_POSITION01 33172 #define ID_STORE_POSITION02 33173 #define ID_RESTORE_POSITION01 33174 #define ID_RESTORE_POSITION02 33175 #define ID_MIRROR_AND_STRETCH 33176 #define ID_DESELECT_BY_ORIENTATION 33177 #define ID_ADD_TEXTURES_FROM_WORLD 33178 #define ID_FLIP_LAYER 33179 #define ID_ROTATE_RIGHT 33180 #define ID_ROTATE_LEFT 33181 #define ID_ROTATE_UP 33182 #define ID_ROTATE_DOWN 33183 #define ID_SELECT_WHO_TARGETS 33184 #define ID_SELECT_INVALIDTRIS 33185 #define ID_FILTER_SELECTION 33186 #define ID_TEST_CONNECTIONS_BACK 33187 #define ID_SET_AS_DEFAULT 33188 #define ID_HELP_SHOWTIPOFTHEDAY 33189 #define ID_UPDATE_CLONES 33190 #define ID_EDIT_MIP_SWITCH_DISTANCE 33191 #define ID_SELECT_SECTORS_OTHER_SIDE 33192 #define ID_SELECT_LINKS_TO_SECTOR 33193 #define ID_REMAIN_SELECTEDBY_ORIENTATION 33194 #define ID_VERTEX_MODE 33195 #define ID_REOPTIMIZE_BRUSHES 33196 #define ID_MERGE_POINTS 33197 #define ID_MERGE_VERTICES 33198 #define ID_EXPORT_DISPLACE_MAP 33199 #define ID_CUT_MODE 33200 #define ID_SELECT_ALL_TARGETS 33203 #define ID_SELECT_ALL_TARGETS_ON_CONTEXT 33205 #define ID_TEST_GAME_FULLSCREEN 33206 #define ID_SELECT_CLONES 33207 #define ID_SELECT_CLONES_ON_CONTEXT 33208 #define ID_FUNCTION 33210 #define ID_SELECT_ALL_VERTICES 33212 #define ID_HIDE_UNSELECTED 33213 #define ID_HIDE_SELECTED 33214 #define ID_SHOW_ALL 33215 #define ID_SELECT_OF_SAME_CLASS 33216 #define ID_SELECT_OF_SAME_CLASS_ON_CONTEXT 33217 #define ID_ALTERNATIVE_MOVING_MODE 33218 #define ID_VIEW_AXIS 33219 #define ID_RE_TRIPLE 33220 #define ID_SELECT_WHO_TARGETS_ON_CONTEXT 33222 #define ID_SELECT_SECTORS_ARROUND_ENTITY_ON_CONTEXT 33223 #define ID_DISCARD_ALL_TARGETS 33224 #define ID_CLEAR_ALL_TARGETS 33225 #define ID_EXPORT_TEXTURES 33226 #define ID_EXPORT_TEXTURE 33227 #define ID_CHECK_IN 33228 #define ID_CHECK_OUT 33229 #define ID_GET_LATEST_VERSION 33230 #define ID_UNDO_CHECK_OUT 33231 #define ID_SELECT_CSG_TARGET 33232 #define ID_REMAIN_SELECTEDBY_ORIENTATION_SINGLE 33233 #define ID_TRIANGULARIZE_POLYGON 33235 #define ID_BROWSER_HELP 33236 #define ID_BROWSER_CONTEXT_HELP 33237 #define ID_ENTITY_CONTEXT_HELP 33238 #define ID_FIT_TEXTURE 33239 #define ID_FIT_MAPPING 33240 #define ID_AUTO_FIT_MAPPING 33241 #define ID_POPUP_AUTO_FIT_MAPPING 33242 #define ID_TRIANGULARIZE_SELECTION 33243 #define ID_POPUP_AUTO_FIT_MAPPING_SMALL 33245 #define ID_POPUP_AUTO_FIT_MAPPING_BOTH 33246 #define ID_RESET_ROTATION 33247 #define ID_RESET_OFFSET 33248 #define ID_RESET_MAPPING_ROTATION 33249 #define ID_RESET_MAPPING_OFFSET 33250 #define ID_RESET_MAPPING_STRETCH 33251 #define ID_TOGGLE_ENTITY_NAMES 33252 #define ID_VIEW_VIEW_TOOLS_BAR2 33253 #define ID_CROSSROAD_FOR_L 33254 #define ID_VIEW_TARGET_TREE 33255 #define ID_SELECT_USING_TARGET_TREE 33256 #define ID_LT_EXPAND_ALL 33257 #define ID_LT_CONTRACT_BRANCH 33258 #define ID_LT_EXPAND_BRANCH 33259 #define ID_LT_CONTRACT_LEVEL 33260 #define ID_LT_EXPAND_LEVEL 33261 #define ID_LT_CONTRACT_ALL 33262 #define ID_LT_LEAVE_BRANCH 33263 #define ID_LT_LAST_LEVEL 33264 #define ID_TARGET_LIST 33265 #define ID_TARGET_TREE 33266 #define ID_UPDATE_BRUSHES 33267 #define ID_SELECT_BY_CLASS_IMPORTANT -32268 #define ID_TOGGLE_VISIBILITY_TWEAKS 33269 #define ID_SWAP_LAYERS_12 33270 #define ID_SWAP_LAYERS_23 33271 #define ID_IMPORT_3D_SERIES 33272 #define ID_IMPORT_3D_OBJECT 33273 #define ID_INSERT_3D_OBJECT 33274 #define ID_EXPORT_3D_OBJECT 33275 #define ID_CROSSROAD_FOR_N 33276 #define ID_POPUP_VTX_NUMERIC 33277 #define ID_POPUP_VTX_ALLIGN 33278 #define ID_POPUP_VTX_FILTER 33279 #define ID_SELECT_DESCENDANTS 33280 #define ID_CROSSROAD_FOR_CTRL_F -32255 #define ID_ENABLE_VISIBILITY_TWEAKS 33284 #define ID_RESTORE_POSITION03 -32251 #define ID_STORE_POSITION03 -32250 #define ID_STORE_POSITION04 -32249 #define ID_RESTORE_POSITION04 -32248 #define ID_IMPORT_VIRTUAL_TREE 33289 #define ID_EXPORT_VIRTUAL_TREE 33290 #define ID_DUMP_VT 33291 #define ID_TARGET_ENTITY 33293 #define ID_ROTATE_TO_TARGET_ORIGIN 33294 #define ID_ROTATE_TO_TARGET_CENTER 33295 #define ID_COPY_PLACEMENT 33296 #define ID_PASTE_PLACEMENT 33297 #define ID_COPY_POSITION 33298 #define ID_PASTE_POSITION 33299 #define ID_COPY_ORIENTATION 33300 #define ID_PASTE_ORIENTATION 33301 #define ID_ALIGN_X 33302 #define ID_ALIGN_Y 33303 #define ID_ALIGN_Z 33304 #define ID_ALIGN_H 33305 #define ID_ALIGN_P 33306 #define ID_ALIGN_B 33307 #define ID_AUTOTEXTURIZE_MIPS 33309 #define ID_RANDOM_OFFSET_U 33310 #define ID_RANDOM_OFFSET_V 33311 #define ID_STRETCH_RELATIVE_OFFSET 33312 #define ID_DESELECT_HIDDEN 33313 #define ID_SELECT_HIDDEN 33314 #define ID_SECTORS_TO_BRUSH 33315 #define ID_POLYGONS_TO_BRUSH 33316 #define ID_CLONE_POLYGONS 33317 #define ID_DELETE_POLYGONS 33318 #define ID_KEY_U 33319 #define ID_KEY_D 33320 #define ID_FLIP_POLYGON 33322 #define ID_CREATE_POLYGON 33323 #define ID_TERRAIN_MODE -32211 #define ID_SELECT_TERRAIN_ENTITY 33326 #define ID_RECALCULATE_TERRAIN_SHADOWS 33327 #define ID_OPTIMIZE_TERRAIN 33328 #define ID_KEY_B -32207 #define ID_KEY_M -32206 #define ID_KEY_BACKSLASH -32204 #define ID_SELECT_BRUSH 33333 #define ID_SELECT_LAYER 33334 #define ID_PICK_LAYER 33335 #define ID_TOGGLE_EDIT_MODE 33336 #define ID_ALTITUDE_EDIT_MODE 33338 #define ID_LAYER_TEXTURE_EDIT_MODE 33339 #define ID_CHANGE_TERRAIN_SIZE 33340 #define ID_EXPORT_HEIGHTMAP 33341 #define ID_IMPORT_HEIGHTMAP 33342 #define ID_LAYER_OPTIONS 33343 #define ID_SELECT_TERRAIN 33344 #define ID_TBRUSH_HEIGHT 33345 #define ID_TBRUSH_ALTITUDE 33346 #define ID_TBRUSH_SMOOTH 33347 #define ID_TBRUSH_EQUILAZE 33348 #define ID_TBRUSH_ERASE 33349 #define ID_TBRUSH_UNERASE 33350 #define ID_TBRUSH_FLATTEN 33351 #define ID_TBRUSH_NOISE 33352 #define ID_VIEW_HEIGHTMAP 33353 #define ID_IMPORT_HEIGHTMAP16 33354 #define ID_EXPORT_HEIGHTMAP16 33355 #define ID_CHANGE_HIEGHTMAP_SIZE 33356 #define ID_CHANGE_HEIGHTMAP_SIZE 33357 #define ID_TEXTURE_MODE_4 -32178 #define ID_TEXTURE_MODE_5 -32177 #define ID_TEXTURE_MODE_6 -32176 #define ID_TEXTURE_MODE_7 -32175 #define ID_TEXTURE_MODE_8 -32174 #define ID_TEXTURE_MODE_9 -32173 #define ID_TEXTURE_MODE_10 -32172 #define ID_KEY_O -32171 #define ID_EQUILIZE 33366 #define ID_POSTERIZE 33367 #define ID_KEY_G -32168 #define ID_KEY_Y -32167 #define ID_TE_SMOOTH 33370 #define ID_APPLY_FILTER 33371 #define ID_EDIT_TERRAIN_PREFS -32164 #define ID_KEY_CTRL_G -32163 #define ID_KEY_CTRL_SHIFT_E -32162 #define ID_KEY_CTRL_SHIFT_G -32161 #define ID_TERRAIN_LAYER_OPTIONS -32160 #define ID_KEY_CTRL_SHIFT_K -32159 #define ID_APPLY_CONTINOUS_NOISE 33378 #define ID_APPLY_MINIMUM 33379 #define ID_APPLY_MAXIMUM 33380 #define ID_APPLY_FLATTEN 33381 #define ID_APPLY_POSTERIZE 33382 #define ID_OPTIMIZE_LAYERS 33383 #define ID_TBRUSH_FILTER 33384 #define ID_TBRUSH_MINIMUM 33385 #define ID_TBRUSH_MAXIMUM 33386 #define ID_TBRUSH_POSTERIZE 33387 #define ID_TBRUSH_CONTINOUS_NOISE 33388 #define ID_TERRAIN_PROPERTIES 33389 #define ID_SHADOW_EDIT_MODE 33391 #define ID_ATTRIBUTE_EDIT_MODE 33392 #define ID_POLYGON_ATTR 33393 #define ID_EXPORT_BSPATTRIBUTEMAP 33394 #define ID_NPC_OPEN 33395 #define ID_MOB_OPEN 33396 #define ID_CONNECT_DB 33397 #define ID_ITEM_LIST 33398 #define ID_MAKE_ZONE_FLAG 33399 #define ID_EXPORT_BSPHEIGHTMAP 33400 #define ID_IMPORT_SVR_HEIGHTMAP 33401 #define ID_EXPORT_SVR_HEIGHTMAP 33402 #define ID_GENERATE_ATTRIBUTEMAP 33403 #define ID_IMPORT_ATTRIBUTEMAP 33404 #define ID_EXPORT_ATTRIBUTEMAP 33405 #define ID_CLEAR_ATTRIBUTEMAP 33406 #define ID_CREATE_WATER 33407 #define IDM_IMPORT_DB_DATA 33407 #define IDM_EXPORT_DB_DATA 33408 #define ID_NUMOFENEMY 33409 #define ID_BACKUP_DATA 33410 #define ID_RESTORE_DATA 33411 #define ID_VIEW_BLOOM 33412 #define ID_EDIT_ENTITYUNDO 33413 #define ID_EDIT_EXTENUNDO 33413 #define ID_VIEW_TRANSLUCENT 33414 #define ID_VIEW_INVISIBLEOFF 33415 #define ID_ACCEL33415 33415 #define ID_PREV_LAYER 33416 #define ID_NEXT_LAYER 33417 #define ID_VIEW_SHOWPORTAL 33418 #define ID_INVISIBLE_TOGGLE 33419 #define ID_VIEW_ATTRIBUTEMAP 33420 #define ID_CHANGE_ATTRIBUTEMAP_DEPTHTEST 33421 #define ID_DRAW_MODELATTRIBUTE 33422 #define IDW_TOOLBAR_MAIN 0xE800 #define IDW_STATUSBAR 0xE801 #define IDW_TOOLBAR_CSG 0xE802 #define IDW_TOOLBAR_WORK 0xE803 #define IDW_TOOLBAR_PROJECTIONS 0xE804 #define IDW_TOOLBAR_SETTINGS_AND_UTILITY 0xE805 #define IDW_TOOLBAR_VIEW_TOOLS 0xE806 #define IDW_TOOLBAR_MIP 0xE807 #define ID_VIEW_BROWSEDIALOGBAR 0xE808 #define ID_VIEW_PROPERTYCOMBO 0xE809 #define IDW_TOOLBAR_SHADOWS_AND_TEXTURE 0xE80A #define IDW_TOOLBAR_SELECT_ENTITY 0xE80B #define IDW_TOOLBAR_VIEW_TOOLS2 0xE80C #define IDW_SHOW_TEXTURE 61216 #define IDW_FBM_PREVIEW 61217 #define ID_STATIC 65535 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_3D_CONTROLS 1 #define _APS_NEXT_RESOURCE_VALUE 294 #define _APS_NEXT_COMMAND_VALUE 33423 #define _APS_NEXT_CONTROL_VALUE 1361 #define _APS_NEXT_SYMED_VALUE 111 #endif #endif
45.144058
63
0.608895
b6fd562d6bcb45bb0d5ebbf6f3723fb0b617329a
284
rb
Ruby
lib/qiniu/storage.rb
longbai/qiniu-ruby
48e8a9134c9f90c32ea33fd5f0a31e851ec5873f
[ "MIT" ]
null
null
null
lib/qiniu/storage.rb
longbai/qiniu-ruby
48e8a9134c9f90c32ea33fd5f0a31e851ec5873f
[ "MIT" ]
null
null
null
lib/qiniu/storage.rb
longbai/qiniu-ruby
48e8a9134c9f90c32ea33fd5f0a31e851ec5873f
[ "MIT" ]
null
null
null
module Qiniu # ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..')) # SRC = ROOT + '/lib/qiniu' module Storage require 'qiniu/storage/upload' autoload :BucketManager, "qiniu/storage/bucket" autoload :ObjectManager, 'qiniu/storage/object' end end
28.4
74
0.683099
9c00c9d4b05df5ffe74b5d81910bafc54326b166
1,082
js
JavaScript
src/screens/Game/components/DealerArea/DealerArea.js
sukhijaa/blackjack_reactNative
3b29cf61fc79ff093107602d43999ef9fd9cce58
[ "MIT" ]
null
null
null
src/screens/Game/components/DealerArea/DealerArea.js
sukhijaa/blackjack_reactNative
3b29cf61fc79ff093107602d43999ef9fd9cce58
[ "MIT" ]
null
null
null
src/screens/Game/components/DealerArea/DealerArea.js
sukhijaa/blackjack_reactNative
3b29cf61fc79ff093107602d43999ef9fd9cce58
[ "MIT" ]
null
null
null
import React from 'react'; import { View, Image } from 'react-native'; import { Headline } from 'react-native-paper'; import styles from './styles'; import { createStructuredSelector } from 'reselect'; import { dealerCardsSelector, gameStatusSelector } from '../../selector'; import { useSelector } from 'react-redux'; import { CardGroup } from 'components'; import CardImages from '../../../../utils/CardImages'; const stateSelector = createStructuredSelector({ dealerCards: dealerCardsSelector, gameStatus: gameStatusSelector, }); const DealerArea = () => { const { dealerCards, gameStatus } = useSelector(stateSelector); return ( <View style={styles.container}> <View style={styles.deckAndTitleWrapper}> <Headline style={styles.titleText}>Dealer Area</Headline> <Image style={styles.deckImage} source={CardImages()} /> </View> <View style={styles.cardsArea}> <CardGroup cardsToDisplay={dealerCards} lastImageInverted={gameStatus} /> </View> </View> ); }; export default DealerArea;
30.914286
73
0.678373
b1c8dc8bd90e1bddba9c36479721d48ed5f0bba9
3,543
h
C
third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
/* * Copyright (C) 2008 Alex Mathews <possessedpenguinbob@gmail.com> * Copyright (C) 2009 Dirk Schulze <krit@webkit.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public License * along with this library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. */ #ifndef SVGFilterBuilder_h #define SVGFilterBuilder_h #include "core/style/SVGComputedStyleDefs.h" #include "platform/graphics/filters/FilterEffect.h" #include "platform/heap/Handle.h" #include "wtf/HashMap.h" #include "wtf/HashSet.h" #include "wtf/text/AtomicString.h" #include "wtf/text/AtomicStringHash.h" class SkPaint; namespace blink { class FloatRect; class LayoutObject; class SVGFilterElement; // A map from LayoutObject -> FilterEffect and FilterEffect -> dependent // (downstream) FilterEffects ("reverse DAG"). Used during invalidations from // changes to the primitives (graph nodes). class SVGFilterGraphNodeMap final : public GarbageCollected<SVGFilterGraphNodeMap> { public: static SVGFilterGraphNodeMap* create() { return new SVGFilterGraphNodeMap; } typedef HeapHashSet<Member<FilterEffect>> FilterEffectSet; void addBuiltinEffect(FilterEffect*); void addPrimitive(LayoutObject*, FilterEffect*); inline FilterEffectSet& effectReferences(FilterEffect* effect) { // Only allowed for effects belongs to this builder. ASSERT(m_effectReferences.contains(effect)); return m_effectReferences.find(effect)->value; } // Required to change the attributes of a filter during an // svgAttributeChanged. inline FilterEffect* effectByRenderer(LayoutObject* object) { return m_effectRenderer.get(object); } void invalidateDependentEffects(FilterEffect*); DECLARE_TRACE(); private: SVGFilterGraphNodeMap(); // The value is a list, which contains those filter effects, // which depends on the key filter effect. HeapHashMap<Member<FilterEffect>, FilterEffectSet> m_effectReferences; HeapHashMap<LayoutObject*, Member<FilterEffect>> m_effectRenderer; }; class SVGFilterBuilder { STACK_ALLOCATED(); public: SVGFilterBuilder(FilterEffect* sourceGraphic, SVGFilterGraphNodeMap* = nullptr, const SkPaint* fillPaint = nullptr, const SkPaint* strokePaint = nullptr); void buildGraph(Filter*, SVGFilterElement&, const FloatRect&); FilterEffect* getEffectById(const AtomicString& id) const; FilterEffect* lastEffect() const { return m_lastEffect.get(); } static ColorSpace resolveColorSpace(EColorInterpolation); private: void add(const AtomicString& id, FilterEffect*); void addBuiltinEffects(); typedef HeapHashMap<AtomicString, Member<FilterEffect>> NamedFilterEffectMap; NamedFilterEffectMap m_builtinEffects; NamedFilterEffectMap m_namedEffects; Member<FilterEffect> m_lastEffect; Member<SVGFilterGraphNodeMap> m_nodeMap; }; } // namespace blink #endif // SVGFilterBuilder_h
32.209091
79
0.759244
7463768bb02e14f51208d8c5ad6fe71df8c99f6b
2,543
c
C
src/piof_globals.c
Ingenuity-Fainting-Goats/piof-iast
d5430c4ca29935ee1a0ef2a6d00d891824ade483
[ "BSD-3-Clause" ]
4
2020-05-22T10:38:23.000Z
2021-09-29T06:21:42.000Z
src/piof_globals.c
Ingenuity-Fainting-Goats/piof-iast
d5430c4ca29935ee1a0ef2a6d00d891824ade483
[ "BSD-3-Clause" ]
null
null
null
src/piof_globals.c
Ingenuity-Fainting-Goats/piof-iast
d5430c4ca29935ee1a0ef2a6d00d891824ade483
[ "BSD-3-Clause" ]
1
2020-01-29T04:53:45.000Z
2020-01-29T04:53:45.000Z
#include "piof_globals.h" bool piof_is_function_hooked(char *function_name) { zend_string *name; zval *header; name = zend_string_init("HTTP_X_PIOF_IAST", sizeof("HTTP_X_PIOF_IAST") - 1, 0); zval *carrier = NULL, *ret; zend_bool jit_initialization = PG(auto_globals_jit); if (jit_initialization) { zend_string *server_str = zend_string_init("_SERVER", sizeof("_SERVER") - 1, 0); zend_is_auto_global(server_str); zend_string_release(server_str); } carrier = &PG(http_globals)[TRACK_VARS_SERVER]; header = zend_hash_find(Z_ARRVAL_P(carrier), (zend_string *)name); zend_string_release(name); if (header && Z_TYPE_P(header) == IS_STRING && piof_find_value_with_separator(Z_STRVAL_P(header), function_name)) return true; return false; } bool piof_find_value_with_separator(char *string, char *value) { char *token = strtok(string, ","); while (token != NULL) { if (strncasecmp(token, value, strlen(value)) == 0) { return true; } token = strtok(NULL, ","); } return false; } char *trimLeft(char *s) { while (isspace(*s)) { s++; } return s; } char *trimRight(char *s) { int len = strlen(s); if (len == 0) { return s; } char *pos = s + len - 1; while (pos >= s && isspace(*pos)) { *pos = '\0'; pos--; } return s; } char *trim(char *s) { return trimRight(trimLeft(s)); } bool start_with(const char *a, const char *b) { if (strncmp(a, b, strlen(b)) == 0) return 1; return 0; } int file_exists(const char *filename) { FILE *file; if (file = fopen(filename, "r")) { fclose(file); return 1; } return 0; } void piof_copy_args(zend_execute_data *execute_data, zval **args, int *ret_num_args) { int i, num_args = ZEND_CALL_NUM_ARGS(execute_data), has_scope = 0; zval *arguments = emalloc((num_args + 1) * sizeof(zval)); *args = arguments; if (getThis() != NULL) { has_scope = 1; ZVAL_COPY(&arguments[0], getThis()); } for (i = 0; i < num_args; i++) { ZVAL_COPY(&arguments[i + has_scope], ZEND_CALL_VAR_NUM(execute_data, i)); } *ret_num_args = num_args + has_scope; } char *piof_get_ini_value(char *k) { char *v; zval *zv; v = zend_ini_string(k, strlen(k), 0); if (v) return v; zv = cfg_get_entry(k, strlen(k)); if (zv) { return Z_STRVAL_P(zv); } return v; } zend_string *get_function_name(zend_string *function_name) { zend_string *result; if (!function_name) { return NULL; } return zend_string_copy(function_name); }
22.307018
78
0.639009
e500929425bed87f4c51af4f94ae87105fe32047
508
ts
TypeScript
libs/angular-components/avatar/src/initials.pipe.ts
jwarzocha/finastra-design-system
8fddafb3f56c98df37927d9507b1c3cf6beaa955
[ "MIT" ]
46
2019-07-11T08:19:02.000Z
2021-03-31T21:06:08.000Z
libs/angular-components/avatar/src/initials.pipe.ts
jwarzocha/finastra-design-system
8fddafb3f56c98df37927d9507b1c3cf6beaa955
[ "MIT" ]
108
2019-08-12T09:56:06.000Z
2021-03-23T21:59:07.000Z
libs/angular-components/avatar/src/initials.pipe.ts
jwarzocha/finastra-design-system
8fddafb3f56c98df37927d9507b1c3cf6beaa955
[ "MIT" ]
32
2019-09-25T14:42:12.000Z
2021-03-16T15:16:32.000Z
import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'initials' }) export class InitialsPipe implements PipeTransform { transform(fullName: string, dense?: any): string { const [name, surname] = fullName.split(' '); let initials = name.charAt(0).toUpperCase(); if (!dense) { if (surname) { initials += surname.charAt(0).toUpperCase(); } else if (name.length >= 2) { initials += name.charAt(1).toUpperCase(); } } return initials; } }
25.4
52
0.608268
9bc3b82a0eb639f6684dbd7fa9c283186cfe4cb5
375
js
JavaScript
src/apps/crm/db/migrations/20200312112227_add_phone_number_id_to_enrollment.js
ccetc/mahaplatform.com
6e8610fe6e835e071492784655dbb5502863d031
[ "MIT" ]
null
null
null
src/apps/crm/db/migrations/20200312112227_add_phone_number_id_to_enrollment.js
ccetc/mahaplatform.com
6e8610fe6e835e071492784655dbb5502863d031
[ "MIT" ]
52
2019-10-28T15:38:35.000Z
2022-02-28T04:23:48.000Z
src/apps/crm/db/migrations/20200312112227_add_phone_number_id_to_enrollment.js
mahaplatform/mahaplatform.com
a96d8f7b12288c7cb01b036077182238c77d5b03
[ "MIT" ]
null
null
null
const AddPhoneNumberIdToEnrollment = { databaseName: 'maha', up: async (knex) => { await knex.schema.table('crm_workflow_enrollments', (table) => { table.integer('phone_number_id').unsigned() table.foreign('phone_number_id').references('crm_phone_numbers.id') }) }, down: async (knex) => { } } export default AddPhoneNumberIdToEnrollment
18.75
73
0.677333
45809341e9292be9debd98b84cb51a01e713af26
837
lua
Lua
data.lua
alercah/quick-item-scroll
0459316b68703245225ff5185fc6f2f213a3760d
[ "MIT" ]
null
null
null
data.lua
alercah/quick-item-scroll
0459316b68703245225ff5185fc6f2f213a3760d
[ "MIT" ]
null
null
null
data.lua
alercah/quick-item-scroll
0459316b68703245225ff5185fc6f2f213a3760d
[ "MIT" ]
null
null
null
-- Add keybindings data:extend({ { type = "custom-input", name = "quick-item-scroll-item-prev", key_sequence = "CONTROL + Y", consuming = "game-only" }, { type = "custom-input", name = "quick-item-scroll-item-next", key_sequence = "Y", consuming = "game-only" }, { type = "custom-input", name = "quick-item-scroll-group-prev", key_sequence = "CONTROL + SHIFT + Y", consuming = "game-only" }, { type = "custom-input", name = "quick-item-scroll-group-next", key_sequence = "SHIFT + Y", consuming = "game-only" }, { type = "custom-input", name = "quick-item-scroll-toggle-override", key_sequence = "ALT + Y", consuming = "game-only" }, })
23.914286
51
0.500597
5bafccfe179c3a0c492643f1756b21d068733042
2,375
rs
Rust
src/lib.rs
awsomearvinder/flac-bound
19431890f5803e4d19ee582ccb553f3ff813b8a7
[ "MIT" ]
5
2020-02-26T06:32:41.000Z
2021-05-08T11:02:10.000Z
src/lib.rs
awsomearvinder/flac-bound
19431890f5803e4d19ee582ccb553f3ff813b8a7
[ "MIT" ]
3
2019-11-28T20:38:56.000Z
2020-11-05T16:23:27.000Z
src/lib.rs
awsomearvinder/flac-bound
19431890f5803e4d19ee582ccb553f3ff813b8a7
[ "MIT" ]
2
2020-09-02T00:12:05.000Z
2022-02-07T02:46:17.000Z
//! FLAC encoding via libFLAC FFI //! //! # Building <!-- also update README --> //! //! There are two supported libFLAC back-ends: //! * [`flac-sys`](https://crates.io/crates/flac-sys), under the `"flac"` feature, the default, and //! * [`libflac-sys`](https://crates.io/crates/libflac-sys), under the `"libflac"` feature. //! //! `flac-sys` tries to link to a libFLAC already present on your system, but it doesn't do a very good job, and might need some help by copying //! `/usr/lib/x86_64-linux-gnu/libFLAC.so` (Debian), `$MSYSROOT\mingw64\lib\libflac.dll.a` (msys2), or equivalent //! to `target/{debug,release}/deps` as `libflac.so`/`libflac.dll.a`/&c. (note the lowercase). //! //! `libflac-sys` tries to build libFLAC; this is a problem because it (a) doesn't work all that well (at all) under GNU/NT, //! and (b) requires the host system to have both CMake and a C toolchain funxional. //! //! Downstreams are encouraged to expose these features to the user. //! //! # Examples //! //! ``` //! # use flac_bound::{WriteWrapper, FlacEncoder}; //! # use std::fs::File; //! let mut outf = File::create("ЦшЦ.flac").unwrap(); //! let mut outw = WriteWrapper(&mut outf); //! let mut enc = FlacEncoder::new().unwrap().compression_level(8).init_write(&mut outw).unwrap(); //! //! // The following two calls are equivalent for a two-channel encoder //! enc.process(&[&[0xA1], &[0xF3]]).unwrap(); //! enc.process_interleaved(&[0xA1, 0xF3], 1).unwrap(); //! //! // If you don't care about errors that may arise when writing the final frames, //! // you can just drop the encoder; or you can inspect them: //! match enc.finish() { //! Ok(mut conf) => { //! // Encoding succeeded, a new encoder can be initialised in the same place and memory //! enc = conf.compression_level(0).channels(1).init_stdout_ogg().unwrap(); //! // &c. //! } //! Err(enc) => { //! eprintln!("Encoding failed: {:?}", enc.state()); //! } //! }; //! ``` //! //! # Special thanks //! //! To all who support further development on [Patreon](https://patreon.com/nabijaczleweli), in particular: //! //! * ThePhD //! * Embark Studios #[cfg(feature="flac")] extern crate flac_sys; #[cfg(feature="libflac")] extern crate libflac_sys; mod encoder; pub use encoder::{FlacEncoderInitError, FlacEncoderConfig, FlacEncoderState, WriteWrapper, FlacEncoder};
38.934426
144
0.649684
419a5bf2b2af1ffa432786a5fb8b0f8282084cec
5,776
c
C
src/clingo/io/print.c
aiq/clingo
3ccdec52894f35230c4a42f89c108bf084ab8e1d
[ "MIT" ]
2
2022-01-09T21:43:33.000Z
2022-01-12T19:16:06.000Z
src/clingo/io/print.c
aiq/clingo
3ccdec52894f35230c4a42f89c108bf084ab8e1d
[ "MIT" ]
null
null
null
src/clingo/io/print.c
aiq/clingo
3ccdec52894f35230c4a42f89c108bf084ab8e1d
[ "MIT" ]
null
null
null
#include "clingo/io/print.h" #include "_/io/read_write_util.h" #include "clingo/io/file.h" /******************************************************************************* ********************************************************************* Functions ******************************************************************************** *******************************************************************************/ static bool fprint_format_text_c( FILE* file, cScanner sca[static 1], cErrorStack es[static 1] ) { while ( true ) { char const* oldStr = sca->mem; if ( move_to_char_c( sca, '{' ) ) { cChars cs = make_chars_c( oldStr, sca->mem ); if ( not fwrite_chars_c( file, cs ) ) { push_file_error_c( es, file ); return false; } if ( move_if_chars_c_( sca, "{{" ) ) { if ( not fwrite_chars_c( file, c_c( "{" ) ) ) { push_file_error_c( es, file ); return false; } } else { return true; } } else { cChars cs = chars_c( sca->space, oldStr ); move_scanner_c( sca, sca->space ); if ( not fwrite_chars_c( file, cs ) ) { push_file_error_c( es, file ); return false; } return true; } } } void cleanup_fprint_impl_c( cRecorder rec[static 1], int64_t initCap ) { if ( recorder_cap_c( rec ) != initCap ) { free_recorder_mem_c( rec ); } } /******************************************************************************* fprint *******************************************************************************/ bool fprint_impl_c( FILE* file, cErrorStack es[static 1], c_write_va_arg write_arg, int n, va_list list ) { cScanner fmtStrSca = null_scanner_c_(); cWriteSpecifier specifier; reset_write_specifier_c( &specifier ); int64_t const initCap = 1024; cRecorder* rec = &recorder_c_( initCap ); for ( int i = 0; i < n; ++i ) { if ( is_empty_c_( specifier.type ) ) { char const* fmtStr = va_arg( list, char const* ); fmtStrSca = cstr_scanner_c_( fmtStr ); } else { if ( not write_arg( rec, &list, specifier.type, specifier.fmt ) ) { if ( rec->err == cNoError_ ) { cleanup_fprint_impl_c( rec, initCap ); return set_recorder_error_c( rec, c_InvalidWriteFormat ); } if ( rec->err == c_NotEnoughRecorderSpace ) { reset_recorder_c( rec ); int64_t cap = recorder_cap_c( rec ); if ( cap == initCap ) { cap *= 2; if ( not alloc_recorder_mem_c( rec, cap ) ) { return push_errno_error_c( es, ENOMEM ); } } while ( not write_arg( rec, &list, specifier.type, specifier.fmt ) ) { cap *= 2; if ( not realloc_recorder_mem_c( rec, cap ) ) { free_recorder_mem_c( rec ); return push_errno_error_c( es, ENOMEM ); } } } } if ( not fwrite_chars_c( file, recorded_chars_c( rec ) ) ) { return push_file_error_c( es, file ); } } fprint_format_text_c( file, &fmtStrSca, es ); if ( fmtStrSca.space == 0 ) { reset_write_specifier_c( &specifier ); } else if ( not read_in_write_specifier_c( &fmtStrSca, &specifier ) ) { cleanup_fprint_impl_c( rec, initCap ); return false; } reset_recorder_c( rec ); } cleanup_fprint_impl_c( rec, initCap ); return true; } bool fprint_list_c( FILE* file, cErrorStack es[static 1], int n, va_list list ) { return fprint_impl_c( file, es, write_format_arg_c, n, list ); } bool fprint_c( FILE* file, cErrorStack es[static 1], int n, ... ) { va_list list; va_start( list, n ); bool res = fprint_list_c( file, es, n, list ); va_end( list ); return res; } bool print_c( int n, ... ) { cErrorStack* es = &error_stack_c_( 64 ); va_list list; va_start( list, n ); bool res = fprint_list_c( stdout, es, n, list ); va_end( list ); return res; } /******************************************************************************* fprintln *******************************************************************************/ bool fprintln_impl_c( FILE* file, cErrorStack es[static 1], c_write_va_arg write_arg, int n, va_list list ) { if ( not fprint_impl_c( file, es, write_arg, n, list ) ) { return false; } if ( not fwrite_chars_c( file, c_c( "\n" ) ) ) { push_file_error_c( es, file ); return false; } return true; } bool fprintln_list_c( FILE* file, cErrorStack es[static 1], int n, va_list list ) { return fprintln_impl_c( file, es, write_format_arg_c, n, list ); } bool fprintln_c( FILE* file, cErrorStack es[static 1], int n, ... ) { va_list list; va_start( list, n ); bool res = fprintln_list_c( file, es, n, list ); va_end( list ); return res; } bool println_c( int n, ... ) { cErrorStack* es = &error_stack_c_( 64 ); va_list list; va_start( list, n ); bool res = fprintln_list_c( stdout, es, n, list ); va_end( list ); return res; }
27.504762
83
0.453774
0a0b7e54da11d3dbf09aa549cf01a2dc3949ad5a
835
tsx
TypeScript
umbo-gamification/src/picker/answer.tsx
RHoKAustralia/umbo-gamification-prototype
9c5415269012629699e85e8d2d962ca363c7cf77
[ "Apache-2.0" ]
null
null
null
umbo-gamification/src/picker/answer.tsx
RHoKAustralia/umbo-gamification-prototype
9c5415269012629699e85e8d2d962ca363c7cf77
[ "Apache-2.0" ]
null
null
null
umbo-gamification/src/picker/answer.tsx
RHoKAustralia/umbo-gamification-prototype
9c5415269012629699e85e8d2d962ca363c7cf77
[ "Apache-2.0" ]
null
null
null
import React from "react"; import { Answer } from "../question-data"; import { Button } from "reactstrap"; import Styles from "./answer.module.scss"; type Props = { answer: Answer; onClick: (answerId: string) => void }; export default function AnswerComponent(props: Props) { const onClick = () => { props.onClick(props.answer.id); }; return ( <div className={`d-flex flex-column align-items-center ${Styles.answer}`} > <Button onClickCapture={onClick}>{props.answer.text}</Button> <div className={Styles["image-wrapper"]}> <img onClickCapture={onClick} className={Styles.image} src={props.answer.imageUrl} /> </div> </div> ); }
26.935484
80
0.534132
75c6bf8938fdca079301f46661f466f83dfed727
2,397
rs
Rust
src/font/mod.rs
BarePotato/figglebit
d0a6e279ff29cbef82df4b765ba07d4470e48146
[ "MIT" ]
null
null
null
src/font/mod.rs
BarePotato/figglebit
d0a6e279ff29cbef82df4b765ba07d4470e48146
[ "MIT" ]
null
null
null
src/font/mod.rs
BarePotato/figglebit
d0a6e279ff29cbef82df4b765ba07d4470e48146
[ "MIT" ]
1
2021-03-17T16:17:51.000Z
2021-03-17T16:17:51.000Z
// flf2a$ 6 5 20 15 3 0 143 229 NOTE: The first five characters in // | | | | | | | | | | the entire file must be "flf2a". // / / | | | | | | | \ // Signature / / | | | | | \ Codetag_Count // Hardblank / / | | | \ Full_Layout* // Height / | | \ Print_Direction // Baseline / \ Comment_Lines // Max_Length Old_Layout* pub(super) mod character; mod parser; use character::Char; #[derive(Debug)] pub enum ParseErr { MissingFlf2a, MissingHardBlank, IncompleteHeader, IncompleteFile, EmptyGlyph, EOLCharacterMissmatch, } type Result<T> = std::result::Result<T, ParseErr>; // ----------------------------------------------------------------------------- // - Font - // ----------------------------------------------------------------------------- #[derive(Debug)] pub struct Font { pub(crate) header: Header, chars: Vec<Char>, } impl Font { pub fn to_chars(&self, s: &str) -> Vec<&Char> { s.as_bytes() .iter() .map(|b| (b - 32) as usize) .map(|i| &self.chars[i]) .collect::<Vec<_>>() } } // ----------------------------------------------------------------------------- // - Header - // ----------------------------------------------------------------------------- // -1 full-width layout by default // 0 horizontal fitting (kerning) layout by default* // 1 apply horizontal smushing rule 1 by default // 2 apply horizontal smushing rule 2 by default // 4 apply horizontal smushing rule 3 by default // 8 apply horizontal smushing rule 4 by default // 16 apply horizontal smushing rule 5 by default // 32 apply horizontal smushing rule 6 by default bitflags::bitflags! { pub struct OldLayout: i16 { const FULL_WIDTH = -1; const KERNING = 0; const HORZ_SMUSH_1 = 1; const HORZ_SMUSH_2 = 2; const HORZ_SMUSH_3 = 4; const HORZ_SMUSH_4 = 8; const HORZ_SMUSH_5 = 16; const HORZ_SMUSH_6 = 32; } } #[derive(Debug)] pub(crate) struct Header { pub hard_blank: char, pub(crate) height: i16, baseline: i16, max_len: i16, pub old_layout: OldLayout, comment_lines: usize, print_dir: i16, full_layout: Option<i16>, code_tag_count: Option<i16>, } pub use parser::parse;
28.535714
80
0.497705
7b1584d39805283e8b170137d006b0f37fd6fa1a
1,259
rb
Ruby
support/generators/halcyon/templates/config/init.rb
mtodd/halcyon
c4cb414bf7b05176c844ff589a580aacf82d5748
[ "MIT" ]
9
2015-11-05T12:12:57.000Z
2021-09-05T21:45:51.000Z
support/generators/halcyon/templates/config/init.rb
albertobraschi/halcyon
c4cb414bf7b05176c844ff589a580aacf82d5748
[ "MIT" ]
null
null
null
support/generators/halcyon/templates/config/init.rb
albertobraschi/halcyon
c4cb414bf7b05176c844ff589a580aacf82d5748
[ "MIT" ]
4
2015-08-15T10:31:04.000Z
2021-07-13T19:16:02.000Z
Halcyon.config.use do |c| # = Framework # # <tt>allow_from</tt>: specifies what connections to accept; # * <tt>all</tt>: allow connections from all clients # * <tt>local</tt>: only allow connections from the same host (localhost et al) # * <tt>halcyon_clients</tt>: only Halcyon clients (tests the User-Agent only) c[:allow_from] = :all # = Environment # # Uncomment to manually specify the environment to run the application in. # Defaults to <tt>:development</tt>. # # c[:environment] = :production # = Logging # # Configures the logging client in the framework, including destination, # level filter, and what logger to use. # # <tt>type</tt>: the logger to use (defaults to Ruby's <tt>Logger</tt>) # * <tt>Logger</tt> # * <tt>Analogger</tt> # * <tt>Logging</tt> # * <tt>Log4r</tt> # <tt>file</tt>: the log file; leave unset for STDOUT # <tt>level</tt>: the message filter level (default to <tt>debug</tt>) # * specific to the client used, often is: debug, info, warn, error, fatal # = Logging c[:logging] = { :type => 'Logger', # :file => nil, # nil is STDOUT :level => 'debug' } # = Application # # Your application-specific configuration options here. end
29.27907
81
0.633042
9538a8c6b7f4499e69b160a649eb29e2350bb51a
572
css
CSS
src/components/footer.module.css
BlinkTagInc/gtfs.org
6714c64149487f9bb35d2ef3920a3158d25f6f9d
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
null
null
null
src/components/footer.module.css
BlinkTagInc/gtfs.org
6714c64149487f9bb35d2ef3920a3158d25f6f9d
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
null
null
null
src/components/footer.module.css
BlinkTagInc/gtfs.org
6714c64149487f9bb35d2ef3920a3158d25f6f9d
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
null
null
null
.footer-container { position: absolute; bottom: 0; height: 75px; width: 100vw; box-shadow: inset 0 7px 10px -15px rgba(0,0,0,1); background-color: #444444; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 10px; } .footer-container p { color: whitesmoke!important; } .footer-container a { color: whitesmoke!important; text-decoration: underline; opacity: .7; } .footer-container a:hover { color: whitesmoke!important; text-decoration: underline; opacity: .9; }
17.875
51
0.687063
b4fc1c48476df4566e2aaf2393dc5e1227d09daa
6,524
lua
Lua
lua/autorun/kswep_shared.lua
VurtualRuler98/kswep2
b9292403ccf5681bf023d7765389a6ca76ada5c6
[ "Apache-2.0" ]
null
null
null
lua/autorun/kswep_shared.lua
VurtualRuler98/kswep2
b9292403ccf5681bf023d7765389a6ca76ada5c6
[ "Apache-2.0" ]
null
null
null
lua/autorun/kswep_shared.lua
VurtualRuler98/kswep2
b9292403ccf5681bf023d7765389a6ca76ada5c6
[ "Apache-2.0" ]
null
null
null
if (SERVER) then AddCSLuaFile() end sound.Add({ name="kswep.supersonic", volume = 0.8, pitch = {175,205}, sound = "weapons/scout/scout_fire-1.wav", level = 140, channel = CHAN_WEAPON }) kswep_kspawnergrenades = {--[[ weapon_kgreni2_m67={name="M67 Frag Grenade",effect=1}, weapon_kgreni2_m68={name="M68 Impact Grenade",effect=1}, weapon_kgreni2_f1={name="F1 Grenade",effect=1}, weapon_kgrend_mk2_he={name="Mk2 HE Grenade",effect=1}, weapon_kgrend_model24={name="Model 24 hand grenade",effect=1}, weapon_kswepi2_m136={name="M136 AT4",effect=1}, weapon_kswepi2_rpg7={name="RPG-7",effect=1}, weapon_kgreni2_anm14={name="AN-M14 Incendiary Grenade",effect=2}, weapon_kgreni2_m83={name="M83 Smoke Grenade",effect=0}, weapon_kgreni2_m18_red={name="M18 Red Smoke Grenade",effect=0}, weapon_kgreni2_m18_green={name="M18 Green Smoke Grenade",effect=0}, weapon_kgreni2_m18_yellow={name="M18 Yellow Smoke Grenade",effect=0}, weapon_kgreni2_m18_violet={name="M18 Violet Smoke Grenade",effect=0}, weapon_kgreni2_m7a2={name="M7A2 CS Grenade",effect=0}, weapon_kgreni2_m84={name="M84 Stun Grenade",effect=0}, weapon_kgreni2_molotov={name="Molotov",effect=0}, weapon_kgreni2_m106={name="M106 Fast Obscurant Grenade",effect=0}, weapon_kswepd_panzerfaust={name="Panzerfaust",effect=1}, ]]-- --weapon_frag={name="HL2 Grenade",effect=1} weapon_kgrent_smoke={name="TEST Smoke White Grenade",effect=0}, weapon_kgrent_smoke_violet={name="TEST Smoke Violet Grenade",effect=0}, weapon_kgrent_smoke_fog={name="TEST Smoke FOG Grenade",effect=0}, weapon_kgrent_thermite={name="TEST Thermite Grenade",effect=2}, weapon_kgrent_flashbang={name="TEST Stun Grenade",effect=0}, weapon_kgrent_csgas={name="TEST CS Gas Grenade",effect=0}, weapon_kgrent_ied={name="TEST IED",effect=1}, weapon_kgrent_frag={name="TEST Frag Grenade",effect=1}, weapon_kgrent_conc={name="TEST Concussion Grenade",effect=1}, weapon_kweps_grenadetrap={name="Grenade Trap",effect=0} } kswep_validitems= { "primaryammo", "secondaryammo", "nothing" } function kswep_timestop_check() if (GetConVar("kswep_timescale"):GetFloat()==0) then return true end if (#ents.FindByClass("ent_stop_time")>0) then return true end if (TW_TIMESTOPWORLD_ENABLED) then return true end return false end function AddAmmodata(tbl) vurtual_ammodata[tbl.name]=table.Copy(tbl) if (vurtual_ammotypes==nil) then game.AddAmmoType({name=tbl.name,dmgtype=tbl.dmgtype,force=10}) end end function AddKswepHands(tbl) kswep_hands[tbl.name]=table.Copy(tbl) end CreateConVar("kswep_slow",0,FCVAR_REPLICATED ) CreateConVar("kswep_timescale",1,FCVAR_REPLICATED ) CreateConVar("kswep_show_all_bullets",0,FCVAR_REPLICATED ) CreateConVar("kswep_npc_wander",0,FCVAR_REPLICATED+FCVAR_ARCHIVE ) CreateConVar("kswep_timestop_delay",0,FCVAR_REPLICATED+FCVAR_ARCHIVE,"How many ticks can a bullet move when fired in stopped time") CreateConVar("kswep_npc_randompos",0,FCVAR_REPLICATED+FCVAR_ARCHIVE ) CreateConVar("kswep_npc_cheaplehunt",0,FCVAR_REPLICATED+FCVAR_ARCHIVE ) CreateConVar("kswep_phys",1,FCVAR_REPLICATED ) CreateConVar("kswep_earpro",0,FCVAR_REPLICATED+FCVAR_ARCHIVE ) CreateConVar("kswep_max_flighttime",10,FCVAR_REPLICATED+FCVAR_ARCHIVE ) CreateConVar("kswep_bullet_3dsky",0,FCVAR_REPLICATED+FCVAR_ARCHIVE ) CreateConVar("kswep_ezreticle",0,FCVAR_REPLICATED+FCVAR_ARCHIVE ) local files,directories= file.Find("calibers/*.lua","LUA") for k,v in pairs(files) do include ("calibers/"..v) AddCSLuaFile("calibers/"..v) end function KSwepSetupAmmoTypes() vurtual_ammodata = {} kswep_default_ammo = {} local tbl = kswep_default_ammo tbl.name = "DEFAULT" tbl.vestpenetration = KSWEP_ARMOR_II tbl.dmgtype = DMG_BULLET tbl.dmgbase= 1 --how much damage should a weapon do? tbl.dmgvitalmin = 1 --minimum multiplier for a center mass shot tbl.dmgvitalmax = 1 --maximum multiplier tbl.projectiles = 1 --how many bullets come out tbl.spreadscale = 1 --multiply spread by this much tbl.chokescale = 0 --special spread multiplier, simulates shotgun cokes tbl.hitscale = 1 --multiplier against armor tbl.damagescale = 1 --? tbl.diameter=0.355 --projectile diameter in inches tbl.velocity = 1300 --velocity of projectile in fps tbl.mass=115 --mass of projectile in grains tbl.visible = false --can this bullet be seen by the naked eye? tbl.tranq = 0 --set to >0 to act as a tranquilizer bullet instead tbl.model = "" --visible model of the bullet tbl.modelscale = 1 tbl.material = "" --material override for the model tbl.color = Color(255,255,255,128) --color override for the model tbl.tracetime=0 --set >0 and the model will disappear after this time(tracer burnout) tbl.tracestart=0 --unused for now, tracer ignition time tbl.basemodel = "models/weapons/w_bullet.mdl" --model of bullet in eg stopped time, also used when tracer burns out tbl.basemodelscale = 1 --size-scale for basemodel tbl.basematerial = "" --material override for the basemodel tbl.basecolor = Color(255,255,255,255) --color override for the basemodel tbl.hastrail = false tbl.trailonly = false tbl.trailColor = Color(255,255,255,255) tbl.trailStartwidth = 1 tbl.trailEndwidth = 1 tbl.trailLifetime = 1 tbl.trailTexture = "trails/plasma" tbl.modellifetime = 0 hook.Run("VurtualAmmotypes") if (vurtual_ammotypes == nil) then --legacy code, probably not needed vurtual_ammotypes = {"ar2",null,"pistol","smg1","357",null,"shotgun"} local customammotypes=game.BuildAmmoTypes() for k,v in pairs(customammotypes) do table.insert(vurtual_ammotypes,k+25,v.name) end end end KSwepSetupAmmoTypes() function KswepCheckScopeCompat(wep,data,test) for k,v in pairs(wep.OpticRails) do if (data.mounttype~=v.railtype and data.mounttype~="ANY" and v.railtype~="ANY") then break end if (data.mounttype~="ANY" and v.railtype~="ANY") then if (data.mountlength>v.length) then if (test) then print("Mount too long") end break end local bell=data.mountbell local maxscopedist=v.length-data.mountlength+v.relief-data.mountbell if (maxscopedist<data.eyereliefmin) then if (test) then print("Not enough eye relief") end break end if (data.mountbell>v.overhang) then bell=v.overhang-data.mountbell end if ((bell*-1)>v.length-data.mountlength) then if (test) then print("Scope bell too big") end break end local minscopedist=v.start if (minscopedist>data.eyereliefmax) then if (test) then print("Too much eye relief") end break end end return true end end
44.081081
131
0.756438
3e6df0b8bb261b0c7df500f3529cbaa552e004d2
1,365
h
C
Example/Pods/YouboraLib/YouboraLib/YouboraLib.h
cruiz666/MediastreamPlatformSDKAppleTV
777c1458cf8dc6f1e863e5fd6b576c0828a8e104
[ "MIT" ]
3
2018-03-13T08:49:43.000Z
2022-03-28T10:13:00.000Z
Example/Pods/YouboraLib/YouboraLib/YouboraLib.h
cruiz666/MediastreamPlatformSDKAppleTV
777c1458cf8dc6f1e863e5fd6b576c0828a8e104
[ "MIT" ]
2
2018-10-29T05:13:40.000Z
2020-05-26T14:04:33.000Z
Example/Pods/YouboraLib/YouboraLib/YouboraLib.h
cruiz666/MediastreamPlatformSDKAppleTV
777c1458cf8dc6f1e863e5fd6b576c0828a8e104
[ "MIT" ]
2
2019-07-16T00:40:21.000Z
2020-05-25T08:37:59.000Z
// // YouboraLib.h // YouboraLib // // Created by Joan on 14/03/2017. // Copyright © 2017 NPAW. All rights reserved. // //#import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #import <sqlite3.h> //! Project version number for YouboraLib. FOUNDATION_EXPORT double YouboraLibVersionNumber; //! Project version string for YouboraLib. FOUNDATION_EXPORT const unsigned char YouboraLibVersionString[]; #import <YouboraLib/YBCommunication.h> #import <YouboraLib/YBViewTransform.h> #import <YouboraLib/YBPlaybackChronos.h> #import <YouboraLib/YBPlugin.h> #import <YouboraLib/YBOptions.h> #import <YouboraLib/YBPlayheadMonitor.h> #import <YouboraLib/YBNqs6Transform.h> #import <YouboraLib/YBCdnConfig.h> #import <YouboraLib/YBResourceTransform.h> #import <YouboraLib/YBTransform.h> #import <YouboraLib/YBParsableResponseHeader.h> #import <YouboraLib/YBTransformSubclass.h> #import <YouboraLib/YBFlowTransform.h> #import <YouboraLib/YouboraLib.h> #import <YouboraLib/YBLog.h> #import <YouboraLib/YBPlayerAdapter.h> #import <YouboraLib/YBTimer.h> #import <YouboraLib/YBCdnParser.h> #import <YouboraLib/YBFastDataConfig.h> #import <YouboraLib/YBRequest.h> #import <YouboraLib/YBRequestBuilder.h> #import <YouboraLib/YBOfflineTransform.h> #import <YouboraLib/YBInfinity.h> #import <YouboraLib/YBInfinityFlags.h> #import <YouboraLib/YBTimestampLastSentTransform.h>
30.333333
64
0.794872
261194722df6d6289db3c7213e4d360ec7da2468
1,314
java
Java
src/main/java/io/github/suxil/rsql/util/StringUtils.java
suxil/rsql
ddcd275efdd2acf85673b20d7980ee9498816b5c
[ "MIT" ]
3
2021-06-29T14:40:39.000Z
2022-02-14T06:23:48.000Z
src/main/java/io/github/suxil/rsql/util/StringUtils.java
suxil/rsql
ddcd275efdd2acf85673b20d7980ee9498816b5c
[ "MIT" ]
null
null
null
src/main/java/io/github/suxil/rsql/util/StringUtils.java
suxil/rsql
ddcd275efdd2acf85673b20d7980ee9498816b5c
[ "MIT" ]
null
null
null
package io.github.suxil.rsql.util; import java.util.List; /** * 字符串工具类 * * @author lu_it * @since V1.0 */ public class StringUtils { public static boolean isBlank(String str) { int strLen; if (str != null && (strLen = str.length()) != 0) { for(int i = 0; i < strLen; ++i) { if (!Character.isWhitespace(str.charAt(i))) { return false; } } return true; } else { return true; } } public static boolean hasText(CharSequence str) { return (str != null && str.length() > 0 && containsText(str)); } private static boolean containsText(CharSequence str) { int strLen = str.length(); for (int i = 0; i < strLen; i++) { if (!Character.isWhitespace(str.charAt(i))) { return true; } } return false; } public static String join(List<?> list, String delim) { if (list == null) { return ""; } StringBuilder sb = new StringBuilder(); for (int i = 0; i < list.size(); i++) { if (i > 0) { sb.append(delim); } sb.append(list.get(i)); } return sb.toString(); } }
22.271186
70
0.468037
7169d494286e3a36ab98e29cd8aebf0b6f5ee5aa
3,892
ts
TypeScript
src/common/query.ts
rolandbernard/marvin
60be93f622b65652d07e659eaf81dd763cf8b3eb
[ "MIT" ]
5
2020-11-30T11:48:12.000Z
2022-02-21T15:48:49.000Z
src/common/query.ts
rolandbernard/marvin
60be93f622b65652d07e659eaf81dd763cf8b3eb
[ "MIT" ]
4
2020-10-06T19:17:18.000Z
2021-10-31T17:08:19.000Z
src/common/query.ts
rolandbernard/marvin
60be93f622b65652d07e659eaf81dd763cf8b3eb
[ "MIT" ]
null
null
null
const MAX_MATCH_LENGTH = 200; export class Query { readonly advanced: boolean; readonly raw: string; readonly text: string; readonly regex: RegExp; normalizeString(text: string): string { return text.normalize('NFKD') .replace(/[\u0300-\u036F]/g, '') .replace(/\s+/g, ' '); } escapeRegex(text: string, map?: (c: string) => string, join = '') { return this.normalizeString(text.substr(0, MAX_MATCH_LENGTH)) .split('').map((ch) => { // Escape special regex characters if ([ '\\', '.', '*', '+', '[', ']', '(', ')', '{', '}', '^', '$', '?', '|', ].includes(ch)) { return '\\' + ch; } else { return ch; } }).map(map ?? (ch => ch)).join(join); } constructor(raw: string, text: string, advanced: boolean) { this.raw = raw; this.advanced = advanced; this.text = text.trim(); if (this.advanced) { this.regex = new RegExp( `(?=(${this.escapeRegex(this.text, ch => `(${ch})`, '(.*?)')}))`, 'ig' ); } else { this.regex = new RegExp( `((${this.escapeRegex(this.text)}))`, 'i' ); } } withoutPrefix(prefix: string) { if (prefix.length > 0 && this.text.startsWith(prefix)) { return new Query(this.raw, this.text.replace(prefix, ''), this.advanced); } else { return this; } } bestMatch(text: string): string | undefined { text = text.substr(0, MAX_MATCH_LENGTH); let best: string | undefined; for (let match of text.matchAll(this.regex)) { if (!best || match[1].length < best.length) { best = match[1]; } } return best; } matchText(full_text: string): number { const text = full_text.substr(0, MAX_MATCH_LENGTH); if (text.length > 0 && this.text.length > 0) { const best_match = this.bestMatch(text); if (best_match) { const starts_with = text.toLowerCase().startsWith(best_match.toLowerCase()); if (this.text.length === best_match.length) { if (starts_with) { return 0.9 + 0.1 * (this.text.length / text.length); } else { return 0.8 + 0.1 * (this.text.length / text.length); } } else { if (starts_with) { return 0.2 + 0.5 * (this.text.length / best_match.length) + 0.1 * (this.text.length / text.length); } else { return 0.1 + 0.6 * (this.text.length / best_match.length) + 0.1 * (this.text.length / text.length); } } } else { return 0.0; } } else { return 0.0; } } matchGroups(text: string): string[] { if (text.length > 0 && this.text.length > 0) { const match = this.bestMatch(text); if (match && match.length !== 0) { const groups = this.regex.exec(match)!; return [ text.substr(0, text.indexOf(match)), ...groups.slice(2), text.substr(text.indexOf(match) + match.length), ]; } else { return [ text ]; } } else { return [ text ]; } } matchAny(texts: string[], primary?: string): number { return Math.max( ...texts.map(text => this.matchText(text) * (primary ? 0.5 : 1)), this.matchText(primary ?? '') ); } }
32.433333
123
0.443731
616397d53684dd4c78b84ddb26292f26015e7941
3,381
swift
Swift
Tests/SourcingTests/AnyReusableViewConfiguringTest.swift
lightsprint09/Sourcing
247e6fc53ff142c84e59e17d594c80c871e46921
[ "MIT" ]
15
2016-12-14T17:49:59.000Z
2020-02-27T15:36:57.000Z
Tests/SourcingTests/AnyReusableViewConfiguringTest.swift
lightsprint09/Sourcing
247e6fc53ff142c84e59e17d594c80c871e46921
[ "MIT" ]
68
2017-01-29T12:13:33.000Z
2021-08-16T12:13:52.000Z
Tests/SourcingTests/AnyReusableViewConfiguringTest.swift
lightsprint09/Sourcing
247e6fc53ff142c84e59e17d594c80c871e46921
[ "MIT" ]
5
2017-01-07T19:38:58.000Z
2018-11-15T11:59:42.000Z
// // Copyright (C) DB Systel GmbH. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the // Software is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. // import XCTest @testable import Sourcing final class AnyReusableViewConfiguringTest: XCTestCase { func testReusieIdentifier() { // Given let reuseIdentifier = "reuseIdentifier" let cellConfiguration = CellConfiguration<UITableViewCellMock<Int>>(reuseIdentifier: reuseIdentifier) // When let anyCellConfiguration = AnyReusableViewConfiguring<UITableViewCellMock<Int>, Int>(cellConfiguration) //Then XCTAssertEqual(anyCellConfiguration.reuseIdentifier(for: 0), reuseIdentifier) } func testConfiguration() { // Given var capturedCell: UITableViewCellMock<Int>? var captruedIndexPath: IndexPath? var capturedValue: Int? let cellConfiguration = CellConfiguration<UITableViewCellMock<Int>> { cell, indexPath, value in capturedCell = cell captruedIndexPath = indexPath capturedValue = value } // When let anyCellConfiguration = AnyReusableViewConfiguring<UITableViewCellMock<Int>, Int>(cellConfiguration) anyCellConfiguration.configure(UITableViewCellMock<Int>(), at: IndexPath(row: 0, section: 0), with: 1) //Then XCTAssertNotNil(capturedCell) XCTAssertEqual(captruedIndexPath, IndexPath(row: 0, section: 0)) XCTAssertEqual(capturedValue, 1) } func testConfigurationSuperType() { // Given var capturedCell: UITableViewCellMock<Int>? var captruedIndexPath: IndexPath? var capturedValue: Int? let cellConfiguration = CellConfiguration<UITableViewCellMock<Int>> { cell, indexPath, value in capturedCell = cell captruedIndexPath = indexPath capturedValue = value } // When let anyCellConfiguration = AnyReusableViewConfiguring<UITableViewCell, Int>(cellConfiguration) anyCellConfiguration.configure(UITableViewCellMock<Int>(), at: IndexPath(row: 0, section: 0), with: 1) //Then XCTAssertNotNil(capturedCell) XCTAssertEqual(captruedIndexPath, IndexPath(row: 0, section: 0)) XCTAssertEqual(capturedValue, 1) } }
40.73494
111
0.686779
411397bf402c2d8dd3e71c3621c0bc56de2e9605
2,374
c
C
GraphBLAS/Source/GB_Matrix_clear.c
puckbee/suitesparse
306d7f11792aca524571f4ae142bcd8b7e38c362
[ "Apache-2.0" ]
29
2019-11-27T00:43:07.000Z
2020-02-25T14:35:54.000Z
GraphBLAS/Source/GB_Matrix_clear.c
puckbee/suitesparse
306d7f11792aca524571f4ae142bcd8b7e38c362
[ "Apache-2.0" ]
null
null
null
GraphBLAS/Source/GB_Matrix_clear.c
puckbee/suitesparse
306d7f11792aca524571f4ae142bcd8b7e38c362
[ "Apache-2.0" ]
4
2019-11-27T05:19:03.000Z
2020-03-23T22:49:53.000Z
//------------------------------------------------------------------------------ // GB_Matrix_clear: clears the content of a matrix //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2018, All Rights Reserved. // http://suitesparse.com See GraphBLAS/Doc/License.txt for license. //------------------------------------------------------------------------------ // The A->x and A->i content is freed and the column pointers A->p are set to // zero. This puts the matrix A in the same state it had after GrB_Matrix_new // (&A, ...). The dimensions and type of A are not changed. To change the // size or type requires a GrB_Matrix_free (&A) followed by another call to // GrB_Matrix_new (&A, ...) with the new dimensions and type. // This function is not user-callable. Use GrB_Matrix_clear instead. #include "GB.h" void GB_Matrix_clear // clear a matrix, type and dimensions unchanged ( GrB_Matrix A // matrix to clear ) { //-------------------------------------------------------------------------- // check inputs //-------------------------------------------------------------------------- // If A->p is a shallow copy then the p array in the other matrix is // cleared too. GraphBLAS itself does not do this, and it does not return // matrices to the user with shallow content. So assert A->p is not // shallow. ASSERT (A != NULL && A->p != NULL && !A->p_shallow) ; // A has been created by GB_new, which has allocated A->p. It need not // have initialized its contents, however (MAGIC2 case) ASSERT (A->magic == MAGIC || A->magic == MAGIC2) ; // zombies and pending tuples have no effect; about to delete them anyway ASSERT (PENDING_OK (A)) ; ASSERT (ZOMBIES_OK (A)) ; //-------------------------------------------------------------------------- // clear the content of A //-------------------------------------------------------------------------- // free all but A->p GB_Matrix_ixfree (A) ; // no more zombies or pending tuples ASSERT (!PENDING (A)) ; ASSERT (!ZOMBIES (A)) ; // Set the column pointers to zero. for (int64_t j = 0 ; j <= A->ncols ; j++) { A->p [j] = 0 ; } // A is now initialized A->magic = MAGIC ; }
35.969697
80
0.486942
d481203ebf62b4097a736f6769a1dbddf3a9a82a
4,139
swift
Swift
MGDS_Swift/MGDS_Swift/Class/Extesion/Category(扩展)/UIBUtton+Extension.swift
LYM-mg/MGDS_Swift
b84be581909e7470540ce9baab2022b8fe5d99f4
[ "MIT" ]
96
2017-02-07T11:19:37.000Z
2021-11-22T02:52:20.000Z
MGDS_Swift/MGDS_Swift/Class/Extesion/Category(扩展)/UIBUtton+Extension.swift
LYM-mg/MGDS_Swift
b84be581909e7470540ce9baab2022b8fe5d99f4
[ "MIT" ]
2
2017-07-27T09:41:12.000Z
2017-08-24T03:01:42.000Z
MGDS_Swift/MGDS_Swift/Class/Extesion/Category(扩展)/UIBUtton+Extension.swift
LYM-mg/MGDS_Swift
b84be581909e7470540ce9baab2022b8fe5d99f4
[ "MIT" ]
33
2017-01-17T15:53:04.000Z
2021-01-15T01:52:01.000Z
// // UIBUtton+Extension.swift // chart2 // // Created by i-Techsys.com on 16/12/7. // Copyright © 2016年 i-Techsys. All rights reserved. // import UIKit extension UIButton { /// 遍历构造函数 // convenience init(imageName:String, bgImageName:String){ // self.init() // // // 1.设置按钮的属性 // // 1.1图片 // setImage(UIImage(named: imageName), for: .normal) // setImage(UIImage(named: imageName + "_highlighted"), for: .highlighted) // // // 1.2背景 // setBackgroundImage(UIImage(named: bgImageName), for: .normal) // setBackgroundImage(UIImage(named: bgImageName + "_highlighted"), for: .highlighted) // // // 2.设置尺寸 // sizeToFit() // } convenience init(imageName:String, target:AnyObject, action:Selector) { self.init() // 1.设置按钮的属性 setImage(UIImage(named: imageName), for: .normal) setImage(UIImage(named: imageName + "_highlighted"), for: .highlighted) sizeToFit() // 2.监听 addTarget(target, action: action, for: .touchUpInside) } convenience init(title:String, target:AnyObject, action:Selector) { self.init() setTitle(title, for: UIControlState.normal) sizeToFit() addTarget(target, action: action, for: .touchUpInside) } convenience init(imageName:String, title: String, target:AnyObject, action:Selector) { self.init() // 1.设置按钮的属性 setImage(UIImage(named: imageName), for: .normal) // setImage(UIImage(named: imageName + "_highlighted"), for: .highlighted) setTitle(title, for: UIControlState.normal) titleLabel?.font = UIFont.systemFont(ofSize: 14) setTitleColor(UIColor.darkGray, for: UIControlState.normal) // 2.监听 addTarget(target, action: action, for: .touchUpInside) } } extension UIButton { typealias MGButtonBlock = ((Any)->()) // MARK:- RuntimeKey 动态绑属性 // 改进写法【推荐】 fileprivate struct RuntimeKey { static let mg_BtnBlockKey = UnsafeRawPointer.init(bitPattern: "mg_BtnBlockKey".hashValue) /// ...其他Key声明 } convenience init(actionBlock: @escaping MGButtonBlock) { self.init() addActionBlock(actionBlock) addTarget(self, action: #selector(invoke(_:)), for: .touchUpInside) } fileprivate func addActionBlock(_ block: MGButtonBlock?) { if (block != nil) { objc_setAssociatedObject(self, UIButton.RuntimeKey.mg_BtnBlockKey, block!, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) } } @objc fileprivate func invoke(_ sender: Any) { let block = objc_getAssociatedObject(self, UIButton.RuntimeKey.mg_BtnBlockKey) as? MGButtonBlock if (block != nil) { block!(sender); } } convenience init(imageName: UIImage, title: String,actionBlock: @escaping MGButtonBlock) { self.init(actionBlock: actionBlock) // 1.设置按钮的属性 setImage(imageName, for: .normal) setTitle(title, for: UIControlState.normal) titleLabel?.font = UIFont.systemFont(ofSize: 14) setTitleColor(UIColor.darkGray, for: UIControlState.normal) sizeToFit() } convenience init(title: String,actionBlock: @escaping MGButtonBlock) { self.init(actionBlock: actionBlock) // 1.设置按钮的属性 setTitle(title, for: UIControlState.normal) titleLabel?.font = UIFont.systemFont(ofSize: 14) setTitleColor(UIColor.darkGray, for: UIControlState.normal) sizeToFit() } convenience init(norImage:UIImage,pressImage: UIImage,actionBlock: @escaping MGButtonBlock) { self.init(actionBlock: actionBlock) // 1.设置按钮的属性 setImage(norImage, for: .normal) setImage(pressImage, for: .highlighted) } convenience init(norImage:UIImage,selectedImage: UIImage,actionBlock: @escaping MGButtonBlock) { self.init(actionBlock: actionBlock) // 1.设置按钮的属性 setImage(norImage, for: .normal) setImage(selectedImage, for: .selected) } }
33.650407
122
0.628654
fb0add0f33a456011831c975836fdaf72b83f0dd
1,223
php
PHP
scripts/patchExamples.php
mrgoldy/textformatter
ab86c9c6c2ececd13abcc9a1aaf8fb503550a500
[ "MIT" ]
null
null
null
scripts/patchExamples.php
mrgoldy/textformatter
ab86c9c6c2ececd13abcc9a1aaf8fb503550a500
[ "MIT" ]
null
null
null
scripts/patchExamples.php
mrgoldy/textformatter
ab86c9c6c2ececd13abcc9a1aaf8fb503550a500
[ "MIT" ]
null
null
null
#!/usr/bin/php <?php include __DIR__ . '/../vendor/autoload.php'; function patchDir($dirpath) { $dirpath = realpath($dirpath); array_map('patchDir', glob($dirpath . '/*', GLOB_ONLYDIR)); array_map('patchFile', glob($dirpath . '/*.md')); } function patchFile($filepath) { $file = file_get_contents($filepath); // Execute the lone PHP in 02_Expert.md if (strpos($filepath, '02_Expert.md')) { $text = preg_replace_callback( '#```php([^`]+)\\n```\\s+(?!```html|<pre>)#s', function ($m) { eval($m[1]); return $m[0]; }, $file ); } // Execute PHP and replace output $text = preg_replace_callback( '#(```php([^`]+)\\n```\\s+(?:```\\w*|<pre>)).*?(\\n(?:```|</pre>)(?:\\n|$))#s', function ($m) { $php = preg_replace( '/\\$configurator =.*/', "\$0\n\$configurator->registeredVars['cacheDir'] = " . var_export(__DIR__ . '/../tests/.cache', true) . ";\n", $m[2] ); ob_start(); eval($php); return $m[1] . "\n" . rtrim(ob_get_clean(), "\n") . $m[3]; }, $file ); if ($text !== $file) { echo "\x1b[1mPatching $filepath\x1b[0m\n"; file_put_contents($filepath, $text); } } patchFile(__DIR__ . '/../docs/Internals/StorageFormat.md'); die("Done.\n");
20.383333
114
0.553557
70a73761380ff86a0493d7ed968308a04e1582c6
5,095
go
Go
master/ApiServer.go
sanjiOP/goodjob
c8bda3eeb059124493abe2d254c4613863ded0af
[ "Apache-2.0" ]
null
null
null
master/ApiServer.go
sanjiOP/goodjob
c8bda3eeb059124493abe2d254c4613863ded0af
[ "Apache-2.0" ]
null
null
null
master/ApiServer.go
sanjiOP/goodjob
c8bda3eeb059124493abe2d254c4613863ded0af
[ "Apache-2.0" ]
null
null
null
package master import ( "net/http" "net" "time" "strconv" "github.com/sanjiOP/goodjob/common" "encoding/json" "fmt" ) // type ApiServer struct { httpServer *http.Server } // route /job/save // param job = {"name":"echo","command":"echo hello","CronExpr":"* * * * * *"} func handleJobSave(w http.ResponseWriter,r *http.Request){ var ( err error postJob string job common.Job oldJob *common.Job responseContent []byte ) // 1:解析post表单 if err = r.ParseForm();err != nil{ goto ERR } // 2:将表单数据转成job结构体 postJob = r.PostForm.Get("job") if err = json.Unmarshal([]byte(postJob),&job);err != nil{ fmt.Println("错误1:",err) goto ERR } // 3:保存到etcd if oldJob,err = G_jobManage.SaveJob(&job);err != nil{ fmt.Println("错误2:",err) goto ERR } // 4:正常响应 if responseContent,err = common.SuccessResponse(oldJob);err == nil { w.Write(responseContent) } return ERR: // 错误响应 if responseContent,err = common.ErrorResponse(-1,err.Error());err == nil { w.Write(responseContent) } } // route /job/delete // param name = job1 func handleJobDelete(w http.ResponseWriter,r *http.Request){ var ( err error jobName string oldJob *common.Job responseContent []byte ) // 1 解析表单 if err = r.ParseForm(); err != nil{ goto ERR } // 2 根据任务名称删除任务 jobName = r.PostForm.Get("name") if oldJob,err = G_jobManage.DeleteJob(jobName);err != nil{ goto ERR } // 3 正常响应 if responseContent,err = common.SuccessResponse(oldJob);err == nil { w.Write(responseContent) } return ERR: // 错误响应 if responseContent,err = common.ErrorResponse(-1,err.Error());err == nil { w.Write(responseContent) } } // route /job/list // param func handleJobList(w http.ResponseWriter,r *http.Request){ var ( err error jobList []*common.Job responseContent []byte ) // 获取列表 if jobList,err = G_jobManage.ListJob();err != nil{ goto ERR } // 3 正常响应 if responseContent,err = common.SuccessResponse(jobList);err == nil { w.Write(responseContent) } return ERR: // 错误响应 if responseContent,err = common.ErrorResponse(-1,err.Error());err == nil { w.Write(responseContent) } } // route /job/kill // param name=job1 func handleJobKill(w http.ResponseWriter,r *http.Request){ var( err error jobName string responseContent []byte ) // 1 解析表单 if err = r.ParseForm(); err != nil{ goto ERR } // 2 根据任务名称删除任务 jobName = r.PostForm.Get("name") if err = G_jobManage.KillJob(jobName);err != nil{ goto ERR } // 3 正常响应 if responseContent,err = common.SuccessResponse(nil);err == nil { w.Write(responseContent) } return ERR: // 错误响应 if responseContent,err = common.ErrorResponse(-1,err.Error());err == nil { w.Write(responseContent) } } // route /job/log // param name=job1 func handleJobLog(w http.ResponseWriter,r *http.Request){ var( err error jobName string page int pageSize int responseContent []byte list []*common.JobLogRecord ) // 1 解析表单 if err = r.ParseForm(); err != nil{ goto ERR } jobName = r.Form.Get("jobName") if page,err = strconv.Atoi(r.Form.Get("page"));err != nil{ page = 0 } if pageSize,err = strconv.Atoi(r.Form.Get("page_size"));err != nil{ pageSize = 20 } // 2 获取日志内容 if list,err = G_logManage.lists(jobName,int64(page),int64(pageSize));err != nil{ goto ERR } // 3 正常响应 if responseContent,err = common.SuccessResponse(list);err == nil { w.Write(responseContent) } return ERR: // 错误响应 if responseContent,err = common.ErrorResponse(-1,err.Error());err == nil { w.Write(responseContent) } } // route /work/list func handleWorkList(w http.ResponseWriter,_ *http.Request){ var( err error responseContent []byte list []string ) // 1 获取节点列表 if list,err = G_workManage.list();err != nil{ goto ERR } // 2 正常响应 if responseContent,err = common.SuccessResponse(list);err == nil { w.Write(responseContent) } return ERR: // 错误响应 if responseContent,err = common.ErrorResponse(-1,err.Error());err == nil { w.Write(responseContent) } } // 单例 var( G_ApiServer * ApiServer ) // 初始化 func InitApiServer() (err error){ var( mux *http.ServeMux lister net.Listener httpServer *http.Server staticDir http.Dir staticHandler http.Handler ) // 动态接口路由 mux = http.NewServeMux() mux.HandleFunc("/job/save",handleJobSave) mux.HandleFunc("/job/delete",handleJobDelete) mux.HandleFunc("/job/list",handleJobList) mux.HandleFunc("/job/kill",handleJobKill) mux.HandleFunc("/job/log",handleJobLog) mux.HandleFunc("/work/list",handleWorkList) // 静态页面 staticDir = http.Dir(G_config.WebRoot) staticHandler = http.FileServer(staticDir) mux.Handle("/",http.StripPrefix("/",staticHandler)) // tcp监听 if lister,err = net.Listen("tcp",":"+strconv.Itoa(G_config.ApiPort));err != nil{ return err } // 创建http服务 httpServer = &http.Server{ ReadTimeout : time.Duration(G_config.ReadTimeOut) * time.Millisecond, WriteTimeout : time.Duration(G_config.WriteTimeOut) * time.Millisecond, Handler : mux, } // 赋值单例 G_ApiServer = &ApiServer{ httpServer:httpServer, } // 启动服务 go httpServer.Serve(lister) return }
16.92691
81
0.675368
33aef593380cb2c4a0581b496febb1bf2d60ef5a
962
kt
Kotlin
beetle/src/main/java/com/karacce/beetle/utils/Lifecycle.kt
TayfunCesur/Beetle
aa3671c6731c861a7802aef9a9024e32f4b94669
[ "Apache-2.0" ]
null
null
null
beetle/src/main/java/com/karacce/beetle/utils/Lifecycle.kt
TayfunCesur/Beetle
aa3671c6731c861a7802aef9a9024e32f4b94669
[ "Apache-2.0" ]
null
null
null
beetle/src/main/java/com/karacce/beetle/utils/Lifecycle.kt
TayfunCesur/Beetle
aa3671c6731c861a7802aef9a9024e32f4b94669
[ "Apache-2.0" ]
null
null
null
package com.karacce.beetle.utils import android.app.Activity import android.app.Application import android.os.Bundle import androidx.appcompat.app.AppCompatActivity import com.karacce.beetle.Beetle /** * @user: omerkaraca * @date: 2019-07-06 */ class Lifecycle(private var beetle: Beetle): Application.ActivityLifecycleCallbacks { override fun onActivityPaused(activity: Activity?) { beetle.setActivity(null) } override fun onActivityResumed(activity: Activity?) { with(activity as AppCompatActivity) { beetle.setActivity(activity) } } override fun onActivityStarted(activity: Activity?) { } override fun onActivityDestroyed(activity: Activity?) { } override fun onActivitySaveInstanceState(activity: Activity?, outState: Bundle?) { } override fun onActivityStopped(activity: Activity?) { } override fun onActivityCreated(activity: Activity?, savedInstanceState: Bundle?) { } }
27.485714
88
0.731809
faf0700ebcd33e517325c8bf4a98d28ab28384c2
2,228
sql
SQL
db_functions/partitioned_tables_active_trigger_function.sql
rubik-ai/koku
3255d1c217b7b6685cb2e130bf4e025946e76fac
[ "Apache-2.0" ]
157
2018-04-30T16:27:53.000Z
2022-03-31T08:17:21.000Z
db_functions/partitioned_tables_active_trigger_function.sql
rubik-ai/koku
3255d1c217b7b6685cb2e130bf4e025946e76fac
[ "Apache-2.0" ]
3,250
2018-04-26T14:14:25.000Z
2022-03-31T23:49:15.000Z
db_functions/partitioned_tables_active_trigger_function.sql
rubik-ai/koku
3255d1c217b7b6685cb2e130bf4e025946e76fac
[ "Apache-2.0" ]
65
2018-05-10T14:11:50.000Z
2022-03-18T19:22:58.000Z
-- -- Copyright 2021 Red Hat Inc. -- SPDX-License-Identifier: Apache-2.0 -- DROP FUNCTION IF EXISTS public.trfn_attach_date_range_partition(); CREATE OR REPLACE FUNCTION public.trfn_attach_date_range_partition() RETURNS TRIGGER AS $$ DECLARE alter_stmt text = ''; msg text = ''; BEGIN IF NEW.active != OLD.active THEN IF NEW.active = false THEN alter_stmt = 'ALTER TABLE ' || quote_ident(OLD.schema_name) || '.' || quote_ident(OLD.partition_of_table_name) || ' DETACH PARTITION ' || quote_ident(OLD.schema_name) || '.' || quote_ident(OLD.table_name) || ' ;'; msg = 'DETACH PARTITION ' || quote_ident(OLD.schema_name) || '.' || quote_ident(OLD.table_name); ELSE alter_stmt = 'ALTER TABLE ' || quote_ident(OLD.schema_name) || '.' || quote_ident(OLD.partition_of_table_name) || ' ATTACH PARTITION ' || quote_ident(OLD.schema_name) || '.' || quote_ident(OLD.table_name) || ' '; IF ( (NEW.partition_parameters->>'default')::boolean ) THEN alter_stmt = alter_stmt || 'DEFAULT ;'; msg = 'DEFAULT'; ELSE alter_stmt = alter_stmt || 'FOR VALUES FROM ( ' || quote_literal(NEW.partition_parameters->>'from') || '::date ) TO (' || quote_literal(NEW.partition_parameters->>'to') || '::date ) ;'; msg = 'FOR VALUES FROM ( ' || quote_literal(NEW.partition_parameters->>'from') || '::date ) TO (' || quote_literal(NEW.partition_parameters->>'to') || '::date )'; END IF; msg = 'ATTACH PARTITION ' || quote_ident(OLD.schema_name) || '.' || quote_ident(OLD.table_name) || ' ' || msg; END IF; RAISE NOTICE 'ALTER TABLE %.% : %', quote_ident(NEW.schema_name), quote_ident(NEW.partition_of_table_name), msg; EXECUTE alter_stmt; END IF; RETURN NULL; END; $$ LANGUAGE plpgsql;
42.037736
106
0.516607
b579f4f2dcbd811631c0c06a67f1d7f543c15421
32,586
sql
SQL
db_kesequl.sql
TesyarRAz/KeseQul-Web-Alpha
ece3fcde9bea5d5bd8a821a7bf95316c37b5fa02
[ "MIT" ]
null
null
null
db_kesequl.sql
TesyarRAz/KeseQul-Web-Alpha
ece3fcde9bea5d5bd8a821a7bf95316c37b5fa02
[ "MIT" ]
null
null
null
db_kesequl.sql
TesyarRAz/KeseQul-Web-Alpha
ece3fcde9bea5d5bd8a821a7bf95316c37b5fa02
[ "MIT" ]
null
null
null
-- MySQL dump 10.16 Distrib 10.1.30-MariaDB, for Win32 (AMD64) -- -- Host: localhost Database: db_kesequl -- ------------------------------------------------------ -- Server version 10.1.30-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `tbl_absensi` -- DROP TABLE IF EXISTS `tbl_absensi`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_absensi` ( `id_absensi` int(11) NOT NULL AUTO_INCREMENT, `id_siswa` int(11) NOT NULL, `id_pengabsen` int(11) NOT NULL, `kehadiran` enum('A','S','I') NOT NULL, `tanggal` date NOT NULL, `keterangan` text, PRIMARY KEY (`id_absensi`), KEY `id_siswa` (`id_siswa`), KEY `id_pengabsen` (`id_pengabsen`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_absensi` -- LOCK TABLES `tbl_absensi` WRITE; /*!40000 ALTER TABLE `tbl_absensi` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_absensi` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_absensi_guru` -- DROP TABLE IF EXISTS `tbl_absensi_guru`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_absensi_guru` ( `id_absensi_guru` int(11) NOT NULL AUTO_INCREMENT, `id_guru` int(11) NOT NULL, `id_pengabsen` int(11) NOT NULL, `kehadiran` enum('A','S','I') NOT NULL, `tanggal` date NOT NULL, `keterangan` text, PRIMARY KEY (`id_absensi_guru`), KEY `id_pengabsen` (`id_pengabsen`), KEY `tbl_absensi_guru_ibfk_2` (`id_guru`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_absensi_guru` -- LOCK TABLES `tbl_absensi_guru` WRITE; /*!40000 ALTER TABLE `tbl_absensi_guru` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_absensi_guru` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_absensi_pelajaran` -- DROP TABLE IF EXISTS `tbl_absensi_pelajaran`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_absensi_pelajaran` ( `id_absensi` int(11) NOT NULL AUTO_INCREMENT, `id_siswa` int(11) NOT NULL, `id_pengabsen` int(11) NOT NULL, `kehadiran` enum('A','S','I') NOT NULL, `tanggal` date NOT NULL, `keterangan` text, PRIMARY KEY (`id_absensi`), KEY `id_siswa` (`id_siswa`), KEY `id_pengabsen` (`id_pengabsen`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_absensi_pelajaran` -- LOCK TABLES `tbl_absensi_pelajaran` WRITE; /*!40000 ALTER TABLE `tbl_absensi_pelajaran` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_absensi_pelajaran` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_admin` -- DROP TABLE IF EXISTS `tbl_admin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_admin` ( `id_admin` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `nama` varchar(200) NOT NULL, `keterangan` text, PRIMARY KEY (`id_admin`), UNIQUE KEY `id_user` (`id_user`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_admin` -- LOCK TABLES `tbl_admin` WRITE; /*!40000 ALTER TABLE `tbl_admin` DISABLE KEYS */; INSERT INTO `tbl_admin` VALUES (1,1,'kosim',NULL),(2,2,'HyungReborn',NULL),(3,14,'Syarif',NULL); /*!40000 ALTER TABLE `tbl_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_dagangan` -- DROP TABLE IF EXISTS `tbl_dagangan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_dagangan` ( `id_dagangan` int(11) NOT NULL AUTO_INCREMENT, `id_penjual` int(11) NOT NULL, `nama` varchar(100) NOT NULL, `harga` int(11) NOT NULL, `jumlah` int(11) NOT NULL, `keterangan` text, PRIMARY KEY (`id_dagangan`), KEY `id_penjual` (`id_penjual`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_dagangan` -- LOCK TABLES `tbl_dagangan` WRITE; /*!40000 ALTER TABLE `tbl_dagangan` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_dagangan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_event_voting` -- DROP TABLE IF EXISTS `tbl_event_voting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_event_voting` ( `id_event_voting` int(11) NOT NULL AUTO_INCREMENT, `id_pembuat` int(11) NOT NULL, `nama` varchar(100) NOT NULL, `password` varchar(8) NOT NULL, `tanggal_mulai` date NOT NULL, `tanggal_selesai` date NOT NULL, `status` tinyint(1) NOT NULL DEFAULT '1', `keterangan` text, PRIMARY KEY (`id_event_voting`), KEY `id_pembuat` (`id_pembuat`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_event_voting` -- LOCK TABLES `tbl_event_voting` WRITE; /*!40000 ALTER TABLE `tbl_event_voting` DISABLE KEYS */; INSERT INTO `tbl_event_voting` VALUES (1,1,'Testing Aplikasi Q-Vote','7KybBqgD','2019-12-08','2019-12-09',0,NULL),(2,1,'Pemilihan Ket','7gnqr5BX','2019-05-08','2019-05-09',1,NULL),(3,2,'pemilihan smea','P8pE7fOM','2019-10-10','2019-10-11',1,NULL),(4,2,'tam','LbjZakJ3','2019-09-10','2019-09-11',1,NULL),(5,3,'pemilihan ketua OSIS','COk7YqIr','2019-09-11','2019-09-12',1,NULL); /*!40000 ALTER TABLE `tbl_event_voting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_guru` -- DROP TABLE IF EXISTS `tbl_guru`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_guru` ( `id_guru` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `image_link` varchar(50) DEFAULT NULL, `nip` int(11) NOT NULL, `nama` varchar(200) NOT NULL, `gender` enum('L','P') NOT NULL DEFAULT 'L', `tanggal_lahir` date NOT NULL, `keterangan` text, PRIMARY KEY (`id_guru`), UNIQUE KEY `id_user` (`id_user`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_guru` -- LOCK TABLES `tbl_guru` WRITE; /*!40000 ALTER TABLE `tbl_guru` DISABLE KEYS */; INSERT INTO `tbl_guru` VALUES (1,7,NULL,6138168,'Lord Umam','L','2092-07-01',NULL),(3,18,NULL,131621,'Um','L','1998-02-01',NULL),(14,30,NULL,32112,'gaben','L','2000-01-01',NULL),(10,26,NULL,321121,'Doyok','L','1988-01-01',NULL),(15,42,'5d7fc6ea847fb.jpg',123123,'Kiko','L','1988-09-09',NULL); /*!40000 ALTER TABLE `tbl_guru` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_izin` -- DROP TABLE IF EXISTS `tbl_izin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_izin` ( `id_izin` int(11) NOT NULL AUTO_INCREMENT, `nama` varchar(50) NOT NULL, `keterangan` text, PRIMARY KEY (`id_izin`), UNIQUE KEY `nama` (`nama`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_izin` -- LOCK TABLES `tbl_izin` WRITE; /*!40000 ALTER TABLE `tbl_izin` DISABLE KEYS */; INSERT INTO `tbl_izin` VALUES (1,'W_SISWA',NULL),(2,'R_SISWA',NULL),(3,'W_BAN',NULL),(4,'R_BAN',NULL),(5,'W_GURU',NULL),(6,'R_GURU',NULL),(7,'W_TU',NULL),(8,'R_TU',NULL),(9,'W_ADMIN',NULL),(10,'R_ADMIN',NULL),(11,'W_PENJUAL',NULL),(12,'R_PENJUAL',NULL),(13,'W_ABSEN_KELAS',NULL),(14,'R_ABSEN_KELAS',NULL); /*!40000 ALTER TABLE `tbl_izin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_izin_level` -- DROP TABLE IF EXISTS `tbl_izin_level`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_izin_level` ( `id_izin_level` int(11) NOT NULL AUTO_INCREMENT, `id_level` int(11) NOT NULL, `id_izin` int(11) NOT NULL, `keterangan` text, PRIMARY KEY (`id_izin_level`), KEY `id_level` (`id_level`), KEY `id_izin` (`id_izin`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_izin_level` -- LOCK TABLES `tbl_izin_level` WRITE; /*!40000 ALTER TABLE `tbl_izin_level` DISABLE KEYS */; INSERT INTO `tbl_izin_level` VALUES (1,1,1,NULL),(2,1,2,NULL),(3,1,3,NULL),(4,1,4,NULL),(5,1,5,NULL),(6,1,6,NULL),(7,1,7,NULL),(8,1,8,NULL),(9,1,9,NULL),(10,1,10,NULL),(11,1,11,NULL),(12,1,12,NULL); /*!40000 ALTER TABLE `tbl_izin_level` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_jurusan` -- DROP TABLE IF EXISTS `tbl_jurusan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_jurusan` ( `id_jurusan` int(11) NOT NULL AUTO_INCREMENT, `nama_jurusan` varchar(50) NOT NULL, `keterangan` text, PRIMARY KEY (`id_jurusan`), UNIQUE KEY `nama` (`nama_jurusan`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_jurusan` -- LOCK TABLES `tbl_jurusan` WRITE; /*!40000 ALTER TABLE `tbl_jurusan` DISABLE KEYS */; INSERT INTO `tbl_jurusan` VALUES (1,'RPL',NULL),(2,'TKJ',NULL),(3,'BDP',NULL),(4,'OTKP',NULL),(5,'AKL',NULL); /*!40000 ALTER TABLE `tbl_jurusan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_level` -- DROP TABLE IF EXISTS `tbl_level`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_level` ( `id_level` int(11) NOT NULL AUTO_INCREMENT, `nama` varchar(50) NOT NULL, `keterangan` text, PRIMARY KEY (`id_level`), UNIQUE KEY `nama` (`nama`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_level` -- LOCK TABLES `tbl_level` WRITE; /*!40000 ALTER TABLE `tbl_level` DISABLE KEYS */; INSERT INTO `tbl_level` VALUES (1,'SUPERADMIN',NULL),(2,'ADMIN',NULL),(3,'GURU',NULL),(4,'TU',NULL),(5,'SISWA',NULL),(6,'PENJUAL',NULL); /*!40000 ALTER TABLE `tbl_level` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_nominasi_team` -- DROP TABLE IF EXISTS `tbl_nominasi_team`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_nominasi_team` ( `id_nominasi_team` int(11) NOT NULL AUTO_INCREMENT, `id_event_voting` int(11) NOT NULL, `nama` varchar(100) NOT NULL, `id_ketua` int(11) NOT NULL, `id_wakil` int(11) NOT NULL, `keterangan` text, PRIMARY KEY (`id_nominasi_team`), KEY `id_event_voting` (`id_event_voting`), KEY `id_ketua` (`id_ketua`), KEY `id_wakil` (`id_wakil`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_nominasi_team` -- LOCK TABLES `tbl_nominasi_team` WRITE; /*!40000 ALTER TABLE `tbl_nominasi_team` DISABLE KEYS */; INSERT INTO `tbl_nominasi_team` VALUES (1,1,'Kandidat 01',3,2,NULL),(2,1,'Kandidat 02',5,1,NULL),(3,2,'Kandidat 01',6,7,NULL),(4,2,'Kandidat 02',2,8,NULL),(5,3,'1',5,1,NULL),(6,3,'2',1,2,NULL),(8,5,'KANDIDAT 1',5,3,NULL),(9,5,'KANDIDAT 2',9,1,NULL),(10,5,'KANDIDAT 3',2,6,NULL); /*!40000 ALTER TABLE `tbl_nominasi_team` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_penjual` -- DROP TABLE IF EXISTS `tbl_penjual`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_penjual` ( `id_penjual` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `nama` varchar(200) NOT NULL, `aktif` tinyint(1) NOT NULL DEFAULT '0', `keterangan` text, PRIMARY KEY (`id_penjual`), UNIQUE KEY `id_user` (`id_user`), UNIQUE KEY `nama` (`nama`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_penjual` -- LOCK TABLES `tbl_penjual` WRITE; /*!40000 ALTER TABLE `tbl_penjual` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_penjual` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_peran` -- DROP TABLE IF EXISTS `tbl_peran`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_peran` ( `id_peran` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `id_level` int(11) NOT NULL, `id_pengizin` int(11) NOT NULL, PRIMARY KEY (`id_peran`), KEY `id_user` (`id_user`), KEY `id_level` (`id_level`), KEY `id_pengizin` (`id_pengizin`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_peran` -- LOCK TABLES `tbl_peran` WRITE; /*!40000 ALTER TABLE `tbl_peran` DISABLE KEYS */; INSERT INTO `tbl_peran` VALUES (1,1,1,1),(2,2,1,2),(3,1,2,1),(4,2,2,2),(5,1,5,1),(6,2,5,2),(7,3,5,1),(9,5,4,1),(11,7,3,1),(13,10,5,1),(14,11,5,1),(25,18,3,1),(16,13,5,1),(17,14,5,1),(20,14,1,14),(21,14,2,14),(22,15,5,14),(23,16,5,1),(37,30,3,1),(32,25,5,1),(33,26,3,1),(38,42,3,1); /*!40000 ALTER TABLE `tbl_peran` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_sequlcash` -- DROP TABLE IF EXISTS `tbl_sequlcash`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_sequlcash` ( `id_uang` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `uang` int(11) NOT NULL, `keterangan` text, PRIMARY KEY (`id_uang`), KEY `id_user` (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_sequlcash` -- LOCK TABLES `tbl_sequlcash` WRITE; /*!40000 ALTER TABLE `tbl_sequlcash` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_sequlcash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_setting_angkatan` -- DROP TABLE IF EXISTS `tbl_setting_angkatan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_setting_angkatan` ( `id_setting_angkatan` int(11) NOT NULL AUTO_INCREMENT, `nama` varchar(50) NOT NULL, `nilai` varchar(50) NOT NULL, `kelas` int(11) NOT NULL, `id_jurusan` int(11) NOT NULL, `keterangan` text, PRIMARY KEY (`id_setting_angkatan`), KEY `id_jurusan` (`id_jurusan`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_setting_angkatan` -- LOCK TABLES `tbl_setting_angkatan` WRITE; /*!40000 ALTER TABLE `tbl_setting_angkatan` DISABLE KEYS */; INSERT INTO `tbl_setting_angkatan` VALUES (1,'HARGA_SPP','300000',11,1,NULL),(2,'HARGA_SPP','300000',11,2,NULL),(3,'HARGA_SPP','300000',11,3,NULL),(4,'HARGA_SPP','300000',11,4,NULL),(5,'HARGA_SPP','300000',11,5,NULL),(6,'HARGA_SPP','300000',10,1,NULL),(7,'HARGA_SPP','300000',10,2,NULL),(8,'HARGA_SPP','300000',10,3,NULL),(9,'HARGA_SPP','300000',10,4,NULL),(10,'HARGA_SPP','300000',10,5,NULL),(11,'HARGA_SPP','300000',12,1,NULL),(12,'HARGA_SPP','300000',12,2,NULL),(13,'HARGA_SPP','300000',12,3,NULL),(14,'HARGA_SPP','300000',12,4,NULL),(15,'HARGA_SPP','300000',12,5,NULL); /*!40000 ALTER TABLE `tbl_setting_angkatan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_siswa` -- DROP TABLE IF EXISTS `tbl_siswa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_siswa` ( `id_siswa` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `image_link` varchar(50) DEFAULT NULL, `nisn` int(11) NOT NULL, `nama` varchar(200) NOT NULL, `gender` enum('L','P') NOT NULL DEFAULT 'L', `tanggal_lahir` date NOT NULL, `kelas` int(11) NOT NULL, `id_jurusan` int(11) NOT NULL, `index_jurusan` int(11) NOT NULL, `keterangan` text, PRIMARY KEY (`id_siswa`), UNIQUE KEY `id_user` (`id_user`), UNIQUE KEY `nisn` (`nisn`), KEY `id_jurusan` (`id_jurusan`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_siswa` -- LOCK TABLES `tbl_siswa` WRITE; /*!40000 ALTER TABLE `tbl_siswa` DISABLE KEYS */; INSERT INTO `tbl_siswa` VALUES (1,1,NULL,1807446,'Mohamad Tesyar Razbani','L','2002-12-11',11,1,1,NULL),(2,2,NULL,11807445,'Mochammad Faisal Mahromi','L','2003-03-04',11,1,1,NULL),(3,3,NULL,123123123,'Dean Ramhan','L','2002-03-02',11,1,1,NULL),(5,10,NULL,1123312,'Adli','L','2002-10-08',11,1,2,NULL),(6,11,NULL,3213123,'Agung Syahidan','L','2002-10-08',11,1,1,NULL),(8,13,NULL,3123121,'Rusdiansyah','L','2002-07-05',11,1,1,NULL),(9,14,NULL,321123,'Syarif Hidayatullah','L','2003-05-20',11,1,1,NULL),(10,15,NULL,124345,'haikal','L','2003-03-01',11,1,1,NULL),(11,16,NULL,12312312,'Ilham','L','2002-09-09',11,1,2,NULL),(12,25,NULL,685123,'Luthfi','L','2003-04-08',11,1,1,NULL); /*!40000 ALTER TABLE `tbl_siswa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_spp` -- DROP TABLE IF EXISTS `tbl_spp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_spp` ( `id_spp` int(11) NOT NULL AUTO_INCREMENT, `id_siswa` int(11) NOT NULL, `bayar` int(11) NOT NULL, `bulan` int(11) NOT NULL, `waktu` datetime NOT NULL, `keterangan` text, PRIMARY KEY (`id_spp`), KEY `tbl_spp_ibfk_1` (`id_siswa`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_spp` -- LOCK TABLES `tbl_spp` WRITE; /*!40000 ALTER TABLE `tbl_spp` DISABLE KEYS */; INSERT INTO `tbl_spp` VALUES (1,3,300000,1,'2019-09-08 11:05:20',NULL),(2,2,600000,2,'2019-09-08 12:05:29',NULL),(3,2,3000000,10,'2019-09-08 12:10:38',NULL),(4,2,300000,1,'2019-09-08 19:41:25',NULL),(5,1,600000,2,'2019-09-09 00:11:11',NULL),(6,3,600000,2,'2019-09-09 06:51:47',NULL),(7,2,300000,1,'2019-09-10 13:01:55',NULL),(8,1,300000,1,'2019-09-10 13:20:44',NULL),(9,1,300000,1,'2019-09-10 13:20:53',NULL),(10,2,600000,2,'2019-09-10 13:30:44',NULL),(11,2,600000,2,'2019-09-10 13:30:49',NULL),(12,2,300000,1,'2019-09-10 13:31:09',NULL),(13,2,300000,1,'2019-09-10 13:31:16',NULL),(14,2,300000,1,'2019-09-10 13:38:11',NULL),(15,2,300000,1,'2019-09-10 13:55:47',NULL),(16,2,300000,1,'2019-09-10 13:55:53',NULL),(17,2,600000,2,'2019-09-10 14:08:03',NULL),(18,2,1500000,5,'2019-09-10 14:29:26',NULL),(19,2,300000,1,'2019-09-10 15:38:47',NULL),(20,1,300000,1,'2019-09-10 15:44:13',NULL),(21,3,900000,3,'2019-09-10 21:07:46',NULL),(22,3,300000,1,'2019-09-10 21:07:51',NULL),(23,3,300000,1,'2019-09-10 22:07:58',NULL),(24,5,300000,1,'2019-09-11 07:52:41',NULL),(25,3,300000,1,'2019-09-11 09:07:48',NULL),(26,3,600000,2,'2019-09-11 09:11:37',NULL),(27,5,300000,1,'2019-09-11 10:14:04',NULL),(28,5,300000,1,'2019-09-11 10:36:42',NULL),(29,5,3000000,10,'2019-09-11 11:05:39',NULL),(30,3,300000,1,'2019-09-11 13:29:24',NULL),(31,3,1500000,5,'2019-09-11 13:29:35',NULL),(32,3,300000,1,'2019-09-11 13:32:54',NULL),(33,9,300000,1,'2019-09-11 14:00:22',NULL),(34,9,300000,1,'2019-09-11 14:06:13',NULL),(35,9,300000,1,'2019-09-11 14:14:31',NULL),(36,9,300000,1,'2019-09-11 14:30:51',NULL),(37,9,300000,1,'2019-09-11 14:41:50',NULL),(38,9,300000,1,'2019-09-11 15:12:49',NULL); /*!40000 ALTER TABLE `tbl_spp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_token` -- DROP TABLE IF EXISTS `tbl_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_token` ( `id_token` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `token` varchar(64) NOT NULL, `ip` varchar(50) NOT NULL, `waktu_dibuat` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `keterangan` text, PRIMARY KEY (`id_token`), UNIQUE KEY `id_user` (`id_user`), UNIQUE KEY `token` (`token`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_token` -- LOCK TABLES `tbl_token` WRITE; /*!40000 ALTER TABLE `tbl_token` DISABLE KEYS */; INSERT INTO `tbl_token` VALUES (1,2,'Tbqlnvweax4lQ9HinLmBWHaOFqzOtQjmZtM7igx8oLGhBVekUp2yZc5R2fKc03Jz','::1','2019-09-14 10:11:34',NULL),(2,1,'Uzdq4XYWJkjfBCiElc2qvyubmaY7lwGj9DQ3CHiIGpheFQ4rKf6PxTDAIon1y5V0','127.0.0.1','2019-09-17 10:40:11',NULL),(3,3,'zT2OjuCzSYhG8TPav31QqbKikdpRRCttK73Vm926I7ry8xn5VcbEDIBswnArs0oi','::1','2019-09-14 10:11:34',NULL),(4,5,'4wY5KAoQNB1Z8FgaPqRh47WuXrlLFIpUmVeWU8oVY0JMxHtpcs6QhyDfRiHeNcE9','127.0.0.1','2019-09-17 10:40:51',NULL),(6,14,'HY49GdWCdoc1CSkGZKE0LqRYSeFwvXAluBTE48L3Ht6mnhgcrUzRiW190jkoFJ5e','::1','2019-09-14 10:11:34',NULL),(5,10,'nT76DH4h4VTZq3NjLpeRafP5vAAzmXOUgQ0edGxBkIyY1vESKUoNBLidqurFEftw','::1','2019-09-14 10:11:34',NULL),(7,7,'ujhbENR1CaIFMLgnzNhWT9U3EJLRb2PATFw4lM0rikGoHyQ8tvxWm5vSGjXcsPzZ','::1','2019-09-14 10:11:34',NULL),(8,15,'OHjU1a0IgfV5ZdSJkN3l2LEkQxTPsW4ohnHBQe2hXWoeCRwV94Yzy5UAx7vKcuXB','::1','2019-09-14 10:11:34',NULL); /*!40000 ALTER TABLE `tbl_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_topup` -- DROP TABLE IF EXISTS `tbl_topup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_topup` ( `id_topup` int(11) NOT NULL AUTO_INCREMENT, `id_pengirim` int(11) NOT NULL, `id_penerima` int(11) NOT NULL, `bayar` int(11) NOT NULL, `waktu` datetime NOT NULL, `keterangan` text, PRIMARY KEY (`id_topup`), KEY `tbl_topup_ibfk_1` (`id_pengirim`), KEY `tbl_topup_ibfk_2` (`id_penerima`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_topup` -- LOCK TABLES `tbl_topup` WRITE; /*!40000 ALTER TABLE `tbl_topup` DISABLE KEYS */; INSERT INTO `tbl_topup` VALUES (1,5,3,100000,'2019-09-08 11:00:45',NULL),(2,5,3,500000,'2019-09-08 11:01:38',NULL),(3,5,2,1600000,'2019-09-08 12:03:52',NULL),(4,5,2,1600000,'2019-09-08 12:04:06',NULL),(5,5,2,1600000,'2019-09-08 12:04:21',NULL),(6,5,2,1600000,'2019-09-08 12:04:34',NULL),(7,5,2,1600000,'2019-09-08 12:04:45',NULL),(8,5,2,1600000,'2019-09-08 13:06:11',NULL),(9,5,2,1600000,'2019-09-08 13:08:35',NULL),(10,5,2,1600000,'2019-09-08 13:08:51',NULL),(11,5,2,1600000,'2019-09-08 13:09:05',NULL),(12,5,2,1600000,'2019-09-08 13:09:38',NULL),(13,5,2,1600000,'2019-09-08 13:09:51',NULL),(14,5,10,100000,'2019-09-08 20:03:41',NULL),(15,5,3,500000,'2019-09-09 06:51:32',NULL),(16,5,10,950000,'2019-09-10 14:31:01',NULL),(17,5,2,1600000,'2019-09-10 21:05:02',NULL),(18,5,3,1600000,'2019-09-10 21:05:37',NULL),(19,5,3,1600000,'2019-09-10 21:05:49',NULL),(20,5,10,1600000,'2019-09-10 21:06:03',NULL),(21,5,10,1600000,'2019-09-10 21:06:14',NULL),(22,5,10,100000,'2019-09-11 07:53:30',NULL),(23,5,3,1600000,'2019-09-11 09:13:17',NULL),(24,5,10,100000,'2019-09-11 10:14:56',NULL),(25,5,10,900000,'2019-09-11 10:35:59',NULL),(26,5,10,50000,'2019-09-11 11:23:10',NULL),(27,5,14,1600000,'2019-09-11 13:37:02',NULL); /*!40000 ALTER TABLE `tbl_topup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_transaksi` -- DROP TABLE IF EXISTS `tbl_transaksi`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_transaksi` ( `id_transaksi` int(11) NOT NULL AUTO_INCREMENT, `id_pemberi` int(11) NOT NULL, `id_penerima` int(11) NOT NULL DEFAULT '0', `harga` int(11) NOT NULL, `waktu_transaksi` datetime NOT NULL, `keterangan` text, PRIMARY KEY (`id_transaksi`), KEY `tbl_transaksi_ibfk_1` (`id_pemberi`), KEY `tbl_transaksi_ibfk_2` (`id_penerima`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_transaksi` -- LOCK TABLES `tbl_transaksi` WRITE; /*!40000 ALTER TABLE `tbl_transaksi` DISABLE KEYS */; INSERT INTO `tbl_transaksi` VALUES (1,3,10,10000,'2019-09-08 20:07:14',NULL),(2,3,2,200000,'2019-09-08 21:13:11',NULL),(3,2,1,50000,'2019-09-08 22:27:43',NULL),(4,2,1,13000000,'2019-09-08 23:23:38',NULL),(5,2,1,850000,'2019-09-08 23:25:32',NULL),(6,1,2,1600000,'2019-09-09 00:10:41',NULL),(7,3,10,50000,'2019-09-09 06:46:42',NULL),(8,3,2,25000,'2019-09-09 06:48:34',NULL),(9,10,3,100000,'2019-09-09 06:49:53',NULL),(10,2,1,25000,'2019-09-10 13:01:48',NULL),(11,1,2,10000,'2019-09-10 13:21:07',NULL),(12,1,2,1600000,'2019-09-10 13:22:05',NULL),(13,1,2,1600000,'2019-09-10 13:22:13',NULL),(14,1,2,1600000,'2019-09-10 13:22:22',NULL),(15,1,2,1600000,'2019-09-10 13:22:30',NULL),(16,2,1,10000,'2019-09-10 13:30:35',NULL),(17,2,1,10000,'2019-09-10 13:38:27',NULL),(18,2,1,200000,'2019-09-10 14:08:30',NULL),(19,1,2,10000,'2019-09-10 15:44:22',NULL),(20,10,2,500000,'2019-09-10 21:06:42',NULL),(21,10,2,10000,'2019-09-11 06:44:09',NULL),(22,10,5,25000,'2019-09-11 10:33:27',NULL),(23,10,5,100000,'2019-09-11 10:35:21',NULL),(24,2,1,1600000,'2019-09-11 12:37:24',NULL),(25,3,10,100000,'2019-09-11 13:24:07',NULL),(26,10,3,10000,'2019-09-11 13:32:35',NULL),(27,14,10,25000,'2019-09-11 14:05:48',NULL),(28,14,10,75000,'2019-09-11 14:15:41',NULL),(29,10,14,1000000,'2019-09-11 14:48:30',NULL),(30,14,10,10000,'2019-09-11 14:53:03',NULL),(31,14,10,10000,'2019-09-11 15:00:36',NULL),(32,14,10,10000,'2019-09-11 15:13:42',NULL); /*!40000 ALTER TABLE `tbl_transaksi` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_tu` -- DROP TABLE IF EXISTS `tbl_tu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_tu` ( `id_tu` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `image_link` varchar(50) DEFAULT NULL, `nip` int(11) NOT NULL, `nama` varchar(200) NOT NULL, `gender` enum('L','P') NOT NULL DEFAULT 'L', `tanggal_lahir` date NOT NULL, `keterangan` text, PRIMARY KEY (`id_tu`), UNIQUE KEY `id_user` (`id_user`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_tu` -- LOCK TABLES `tbl_tu` WRITE; /*!40000 ALTER TABLE `tbl_tu` DISABLE KEYS */; INSERT INTO `tbl_tu` VALUES (1,5,NULL,321321,'Rafli Ferdia','L','1989-06-01',NULL); /*!40000 ALTER TABLE `tbl_tu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_tugas` -- DROP TABLE IF EXISTS `tbl_tugas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_tugas` ( `id_tugas` int(11) NOT NULL AUTO_INCREMENT, `id_guru` int(11) NOT NULL, `perihal` text NOT NULL, `tugas` text NOT NULL, `kelas` int(11) NOT NULL, `id_jurusan` int(11) NOT NULL, `index_jurusan` int(11) NOT NULL, `tanggal` date NOT NULL, `keterangan` text, PRIMARY KEY (`id_tugas`), KEY `id_guru` (`id_guru`), KEY `id_jurusan` (`id_jurusan`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_tugas` -- LOCK TABLES `tbl_tugas` WRITE; /*!40000 ALTER TABLE `tbl_tugas` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_tugas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_user` -- DROP TABLE IF EXISTS `tbl_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_user` ( `id_user` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(100) NOT NULL, `email` varchar(150) NOT NULL, `password` varchar(100) NOT NULL, `status` enum('AKTIF','BAN','AKTIFASI') NOT NULL, `keterangan` text, PRIMARY KEY (`id_user`), UNIQUE KEY `username` (`username`), UNIQUE KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_user` -- LOCK TABLES `tbl_user` WRITE; /*!40000 ALTER TABLE `tbl_user` DISABLE KEYS */; INSERT INTO `tbl_user` VALUES (1,'ecanet11','mohamadtesyar@gmail.com','79deeaf19757ac4d025334dc81f202ae','AKTIF',NULL),(2,'faisal01','faizalmahromi35@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(3,'deanramhan','deanramhan@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(5,'rafli1','rafli@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(7,'umam','umam@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(9,'adli','adlimaung@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(10,'adli1','adliaja@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(11,'agung','agung@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(18,'udin','udin@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(13,'rusdi','rusdi@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(14,'StingBugz','hidayatullahsyarif4185@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(15,'haikal','haikal@gmail.com','81dc9bdb52d04dc20036dbd8313ed055','AKTIF',NULL),(16,'ilham','ilhan@gmail.com','f8afa6d0c87a74a1cd94e6e23bcf849d','AKTIF',NULL),(30,'2be004988d16f50756ec2f41487b606a','manusia@localhost','45e1353c677f28c8e7ea8b7091da98ab','AKTIFASI','cb78c68ca3c121b01c40249edea51907'),(25,'dika','luthfi@localhost','3fe97ae38e85d460daa09903dcffecb1','AKTIF',NULL),(36,'4e17245ddd6a4aa1b522f7d6cd92d794','32112@lc.com','0dc2da1eaaec08ec8ec16e9c12f42536','AKTIFASI','0be82b863aaa057d6ddc210bad288b14'),(42,'1e516133608d0d19fa7367b04a63b19e','kiko@google.com','d71c24296725cc36302a8058597ffddc','AKTIFASI','a0eecfb082c9124d1996366f22ad302d'); /*!40000 ALTER TABLE `tbl_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_voting` -- DROP TABLE IF EXISTS `tbl_voting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_voting` ( `id_voting` int(11) NOT NULL AUTO_INCREMENT, `id_event_voting` int(11) NOT NULL, `id_pemilih` int(11) NOT NULL, `id_nominasi_team` int(11) NOT NULL, `waktu_pilih` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `keterangan` text, PRIMARY KEY (`id_voting`), KEY `id_event_voting` (`id_event_voting`), KEY `id_pemilih` (`id_pemilih`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_voting` -- LOCK TABLES `tbl_voting` WRITE; /*!40000 ALTER TABLE `tbl_voting` DISABLE KEYS */; INSERT INTO `tbl_voting` VALUES (1,1,3,1,'2019-09-08 04:53:26',NULL),(2,1,5,1,'2019-09-08 05:46:21',NULL),(3,1,2,2,'2019-09-08 06:05:24',NULL),(4,2,5,4,'2019-09-08 14:19:03',NULL),(5,2,2,3,'2019-09-08 15:25:46',NULL),(6,2,3,3,'2019-09-08 23:45:33',NULL),(7,2,1,3,'2019-09-10 06:21:33',NULL),(8,3,5,5,'2019-09-10 07:50:02',NULL),(9,3,1,6,'2019-09-10 08:45:12',NULL),(10,5,5,8,'2019-09-11 03:30:45',NULL),(11,5,3,8,'2019-09-11 06:25:23',NULL),(12,5,9,8,'2019-09-11 07:06:54',NULL),(13,3,9,5,'2019-09-11 08:01:59',NULL); /*!40000 ALTER TABLE `tbl_voting` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-10-16 21:04:37
42.932806
1,660
0.700577
bee9230aca19a8940652ed6ae21dd2fa59d54712
184,691
html
HTML
docker-build/9.0.5.x/licenses/notices.html
BradleyMayo/ci.docker.websphere-traditional
353fc041690d21850c75fda0408b4294c35e6154
[ "Apache-2.0" ]
null
null
null
docker-build/9.0.5.x/licenses/notices.html
BradleyMayo/ci.docker.websphere-traditional
353fc041690d21850c75fda0408b4294c35e6154
[ "Apache-2.0" ]
null
null
null
docker-build/9.0.5.x/licenses/notices.html
BradleyMayo/ci.docker.websphere-traditional
353fc041690d21850c75fda0408b4294c35e6154
[ "Apache-2.0" ]
null
null
null
<HTML> <HEAD> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"/> <TITLE>Software License</TITLE> </HEAD> <BODY> NOTICES AND INFORMATION<br> <br> IBM WebSphere Application Server V9.0.5.10<br> <br> The IBM license agreement and any applicable information on the web<br> download page for IBM products refers Licensee to this file for details<br> concerning notices applicable to code included in the products listed<br> above ("the Program").<br> <br> Notwithstanding the terms and conditions of any other agreement Licensee<br> may have with IBM or any of its related or affiliated entities<br> (collectively "IBM"), the third party code identified below is subject<br> to the terms and conditions of the IBM license agreement for the Program<br> and not the license terms that may be contained in the notices below.<br> The notices are provided for informational purposes.<br> <br> Please note: This Notices file may identify information that is not used<br> by, or that was not shipped with, the Program as Licensee installed it.<br> <br> IMPORTANT: IBM does not represent or warrant that the information in this<br> NOTICES file is accurate. Third party websites are independent of IBM and<br> IBM does not represent or warrant that the information on any third party<br> website referenced in this NOTICES file is accurate. IBM disclaims any<br> and all liability for errors and omissions or for any damages accruing<br> from the use of this NOTICES file or its contents, including without<br> limitation URLs or references to any third party websites.<br> <br> TABLE OF CONTENTS<br> <br> <br> APACHE V1.1<br> APACHE V2<br> ARTISTIC V2<br> BOOST<br> BSD-2-CLAUSE<br> BSD-3-CLAUSE<br> BSD + PATENTS FILE <br> BSD-EQUIVALENT <br> CDDL V1 <br> CPL <br> EPL <br> EPL V2 <br> ICU<br> IPL<br> ISC <br> JDOM<br> JSON WITH NO EVIL CLAUSE <br> JTIDY <br> LGPL V2.1 <br> MIT <br> MIT-EQUIVALENT <br> MPL V1.1 <br> MPL V2.0 <br> UNICODE<br> UNIQUE<br> W3C<br> <br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> APACHE SOFTWARE LICENSE 1.1<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Apache License Version 1.1:<br> <br> ECLIPSE.GMF [Eclipse GMF Runtime], <br> WSIL4J, <br> COMMONS-EL,<br> XMLGRAPHICS-BATIK-BATIK [Apache Batik], <br> PDF-TRANSCODER [Apache Batik]<br> <br> This product includes software developed by the Apache Software <br> Foundation (http://www.apache.org/).<br> <br> The Apache Software License, Version 1.1<br> Copyright (c) 2000 The Apache Software Foundation. All rights reserved.<br> <br> Redistribution and use in source and binary forms, with or without <br> modification, are permitted provided that the following conditions are <br> met:<br> <br> 1. Redistributions of source code must retain the above copyright <br> notice, this list of conditions and the following disclaimer.<br> <br> 2. Redistributions in binary form must reproduce the above copyright <br> notice, this list of conditions and the following disclaimer in the <br> documentation and/or other materials provided with the distribution.<br> <br> 3. The end-user documentation included with the redistribution,<br> if any, must include the following acknowledgment:<br> "This product includes software developed by the<br> Apache Software Foundation (http://www.apache.org/)."<br> Alternately, this acknowledgment may appear in the software itself,<br> if and wherever such third-party acknowledgments normally appear.<br> <br> 4. The names "Apache" and "Apache Software Foundation" must <br> not be used to endorse or promote products derived from this<br> software without prior written permission. For written<br> permission, please contact apache@apache.org.<br> <br> 5. Products derived from this software may not be called "Apache",<br> nor may "Apache" appear in their name, without prior written<br> permission of the Apache Software Foundation.<br> <br> THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED<br> WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES<br> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE<br> DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR<br> ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,<br> SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT<br> LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF<br> USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON <br> ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT<br> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE <br> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br> =================================================================<br> <br> This software consists of voluntary contributions made by many<br> individuals on behalf of the Apache Software Foundation. For more<br> information on the Apache Software Foundation, please see<br> <http://www.apache.org/>.<br> <br> Portions of this software are based upon public domain software<br> originally written at the National Center for Supercomputing <br> Applications, University of Illinois, Urbana-Champaign.<br> <br> END OF APACHE SOFTWARE LICENSE 1.1 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> APACHE LICENSE 2.0<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Apache License Version 2.0:<br> <br> ANSI-HTML <br> APACHE ARIES BLUEPRINT PARSER <br> APACHE OPENEJB-CORE [Apache OpenWebBeans] <br> APACHE OPENWEBBEANS <br> ARIES-JMX <br> ARIES-JNDI <br> ARRAYELRESOLVER.JAVA [javax.el] <br> BENCHMARK <br> BOOTSTRAP.MIN.CSS [Spring-boot] <br> BVAL-CORE [Apache BVAL]<br> BVAL-JSON [Apache BVAL] <br> COMMONS-CODEC<br> COMMONS-DISCOVERY <br> <br> AXIOM IMPL<br> ECLIPSE.GMF [Eclipse GMF Runtime]<br> JETTY<br> OPENJPA<br> OSGI ALLIANCE [Eclipse OSGI]<br> XERCES-J<br> [javax.servlet-api]<br> [SLF4J]<br> ABOUT_FILES [W3C dom.smil]<br> ANT<br> APACHE ABDERA<br> APACHE ARIES<br> APACHE AXIS<br> APACHE BVAL<br> APACHE COMMONS JXPATH<br> APACHE CXF<br> ARRAYELRESOLVER.JAVA [javax.el]<br> AXIOM<br> BATIK [W3C dom.events]<br> BATIK SVG<br> CGLIB<br> CGLIB-NODEP<br> COMMON-LOGGING [SLF4J]<br> COMMONS-CODEC<br> COMMONS-COLLECTIONS<br> COMMONS-DISCOVERY<br> COMMONS-FILEUPLOAD<br> COMMONS-IO<br> COMMONS-LANG<br> COMMONS-LANG3<br> COMMONS-LOGGING<br> COMMONS-NET<br> COMMONS-WEAVER<br> DIFF-MATCH-PATCH [Bootstrap]<br> FELIX BUNDLE REPOSITORY<br> FELIX GOGO<br> FELIX GOGO RUNTIME<br> FELIX GOGO SHELL<br> FELIX SCR<br> FILTER.JAVA [javax.servlet-api]<br> GENERICENTITY [javax.ws.rs-api]<br> GENERICENTITY.JAVA  [javax.ws.rs-api]<br> GENERICENTITY.JAVA [javax.ws.rs-api]<br> GERONIMO-STAX-API_1.0_SPEC<br> GUAVA<br> HTTPCOMPONENTS <br> HTTPCOMPONENTS HTTPCLIENT<br> HTTPCORE<br> JACKSON<br> JACKSON-ANNOTATIONS<br> JAKARTA COMMONS CLI 1.0 [javax.xml]<br> JAVAX.SERVLET<br> JAVAX.SERVLET.JSP.EL [javax.servlet.jsp]<br> JBOSS-CLASSFILEWRITER<br> JBOSS-LOGGING<br> JCL-OVER- SLF4J/SRC/MAIN/JAVA/ORG/APACHE/COMMONS/LOGGING/IMPL/*.JAVA<br> JETTY BUNDLES [Jetty]<br> JETTY-CONTINUATION<br> JOSE4J<br> JSONTOKEN<br> LEANER CSS [Bootstrap]<br> LOG4J [SLF4J]<br> LOG4J-OVER-SLF4J/SRC/MAIN/JAVA/ORG/APACHE/LOG4J/* [SLF4J]<br> LUCENE<br> OPENID4JAVA<br> ORG.APACHE.JASPER.COMPILER [org.apache.jasper.glassfish]<br> OSGI SERVICE BLUEPRINT<br> OSGI SERVICE HTTP<br> SAC [Eclipse E4 UI CSS]<br> SITE/XREF/ORG/APACHE/COMMONS/LOGGING/IMPL/* [SLF4J]<br> SWAGGER-ANNOTATIONS<br> TOMCAT-JASPER<br> TOOLKIT [W3C dom.sac]<br> TUSCANY<br> UNIXCRYPT.JAVA [jetty-continuation]<br> WSTX-ASL<br> XML-RESOLVER<br> XMLNS.XSL [Eclipse Datatools DTP]<br> COMMONS-LANG <br> COMMONS-POOL <br> ECLIPSE MICROPROFILE [microprofile-graphql] <br> FACELETS [Apache MyFaces] <br> GOOGLE GUAVA [Apache OpenWebBeans]<br> GUICE<br> HIBERNATE-VALIDATOR <br> J4FRY [Apache MyFaces]<br> JBOSS-LOGGING<br> JODA-TIME <br> JSHINT [Velocity.js] <br> MICROPROFILE-CONFIG-API <br> MICROPROFILE-GRAPHQL<br> NEETHI <br> OMNIFACES [Apache MyFaces] <br> OSGI CORE<br> PROMISE-WORKER<br> PROXY-IMPL [Apache Aries Proxy]<br> QUNIT.JS [jQuery] <br> RXJAVA<br> SMALLRYE-REACTIVE-MESSAGING <br> SMALLRYE-REACTIVE-MESSAGING-AMQP [smallrye-reactive- messaging]<br> SWAGGER-ANNOTATIONS<br> SWAGGER-CLIENT <br> SWAGGER-CORE<br> UUID-JS<br> WEBSOCKET-DRIVER <br> WLP CI.DOCKER<br> OPENAJAX.JS [Dojo Toolkit]<br> JAVA-CLASSMATE, <br> VENDOR/PACKAGING [setuptools(Python)]<br> COMMONS-LANG3<br> XMLSCHEMA-CORE <br> GSON<br> AXIOM,<br> TAGLIBS-STANDARD-JSTLEL<br> ORG.ECLIPSE.CORE.INTERNAL<br> REGISTRY [org.eclipse.equinox.preferences],<br> XPATH [Eclipse E4 EMF Xpath]<br> APACHE ARIES<br> ORG.ECLIPSE.OSGI.SERVICES<br> CONFIGURATION.JAVA [org.eclipse.osgi.services] <br> SCR API [Eclipse Equinox DS]<br> Apache Felix Resolver <br> Konda-core <br> OSGi Materials <br> addressable<br> <br> Apache License<br> Version 2.0, January 2004<br> http://www.apache.org/licenses/<br> <br> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION<br> <br> 1. Definitions.<br> <br> "License" shall mean the terms and conditions for use, reproduction,<br> and distribution as defined by Sections 1 through 9 of this document.<br> <br> "Licensor" shall mean the copyright owner or entity authorized by<br> the copyright owner that is granting the License.<br> <br> "Legal Entity" shall mean the union of the acting entity and all<br> other entities that control, are controlled by, or are under common<br> control with that entity. For the purposes of this definition,<br> "control" means (i) the power, direct or indirect, to cause the<br> direction or management of such entity, whether by contract or<br> otherwise, or (ii) ownership of fifty percent (50%) or more of the<br> outstanding shares, or (iii) beneficial ownership of such entity.<br> <br> "You" (or "Your") shall mean an individual or Legal Entity<br> exercising permissions granted by this License.<br> <br> "Source" form shall mean the preferred form for making modifications,<br> including but not limited to software source code, documentation<br> source, and configuration files.<br> <br> "Object" form shall mean any form resulting from mechanical<br> transformation or translation of a Source form, including but<br> not limited to compiled object code, generated documentation,<br> and conversions to other media types.<br> <br> "Work" shall mean the work of authorship, whether in Source or<br> Object form, made available under the License, as indicated by a<br> copyright notice that is included in or attached to the work<br> (an example is provided in the Appendix below).<br> <br> "Derivative Works" shall mean any work, whether in Source or Object<br> form, that is based on (or derived from) the Work and for which the<br> editorial revisions, annotations, elaborations, or other modifications<br> represent, as a whole, an original work of authorship. For the purposes<br> of this License, Derivative Works shall not include works that remain<br> separable from, or merely link (or bind by name) to the interfaces of,<br> the Work and Derivative Works thereof.<br> <br> "Contribution" shall mean any work of authorship, including<br> the original version of the Work and any modifications or additions<br> to that Work or Derivative Works thereof, that is intentionally<br> submitted to Licensor for inclusion in the Work by the copyright owner<br> or by an individual or Legal Entity authorized to submit on behalf of<br> the copyright owner. For the purposes of this definition, "submitted"<br> means any form of electronic, verbal, or written communication sent<br> to the Licensor or its representatives, including but not limited to<br> communication on electronic mailing lists, source code control systems,<br> and issue tracking systems that are managed by, or on behalf of, the<br> Licensor for the purpose of discussing and improving the Work, but<br> excluding communication that is conspicuously marked or otherwise<br> designated in writing by the copyright owner as "Not a Contribution."<br> <br> "Contributor" shall mean Licensor and any individual or Legal Entity<br> on behalf of whom a Contribution has been received by Licensor and<br> subsequently incorporated within the Work.<br> <br> 2. Grant of Copyright License. Subject to the terms and conditions of<br> this License, each Contributor hereby grants to You a perpetual,<br> worldwide, non-exclusive, no-charge, royalty-free, irrevocable<br> copyright license to reproduce, prepare Derivative Works of,<br> publicly display, publicly perform, sublicense, and distribute the<br> Work and such Derivative Works in Source or Object form.<br> <br> 3. Grant of Patent License. Subject to the terms and conditions of<br> this License, each Contributor hereby grants to You a perpetual,<br> worldwide, non-exclusive, no-charge, royalty-free, irrevocable<br> (except as stated in this section) patent license to make, have made,<br> use, offer to sell, sell, import, and otherwise transfer the Work,<br> where such license applies only to those patent claims licensable<br> by such Contributor that are necessarily infringed by their<br> Contribution(s) alone or by combination of their Contribution(s)<br> with the Work to which such Contribution(s) was submitted. If You<br> institute patent litigation against any entity (including a<br> cross-claim or counterclaim in a lawsuit) alleging that the Work<br> or a Contribution incorporated within the Work constitutes direct<br> or contributory patent infringement, then any patent licenses<br> granted to You under this License for that Work shall terminate<br> as of the date such litigation is filed.<br> <br> 4. Redistribution. You may reproduce and distribute copies of the<br> Work or Derivative Works thereof in any medium, with or without<br> modifications, and in Source or Object form, provided that You<br> meet the following conditions:<br> <br> (a) You must give any other recipients of the Work or<br> Derivative Works a copy of this License; and<br> <br> (b) You must cause any modified files to carry prominent notices<br> stating that You changed the files; and<br> <br> (c) You must retain, in the Source form of any Derivative Works<br> that You distribute, all copyright, patent, trademark, and<br> attribution notices from the Source form of the Work,<br> excluding those notices that do not pertain to any part of<br> the Derivative Works; and<br> <br> (d) If the Work includes a "NOTICE" text file as part of its<br> distribution, then any Derivative Works that You distribute must<br> include a readable copy of the attribution notices contained<br> within such NOTICE file, excluding those notices that do not<br> pertain to any part of the Derivative Works, in at least one<br> of the following places: within a NOTICE text file distributed<br> as part of the Derivative Works; within the Source form or<br> documentation, if provided along with the Derivative Works; or,<br> within a display generated by the Derivative Works, if and<br> wherever such third-party notices normally appear. The contents<br> of the NOTICE file are for informational purposes only and<br> do not modify the License. You may add Your own attribution<br> notices within Derivative Works that You distribute, alongside<br> or as an addendum to the NOTICE text from the Work, provided<br> that such additional attribution notices cannot be construed<br> as modifying the License.<br> <br> You may add Your own copyright statement to Your modifications and<br> may provide additional or different license terms and conditions<br> for use, reproduction, or distribution of Your modifications, or<br> for any such Derivative Works as a whole, provided Your use,<br> reproduction, and distribution of the Work otherwise complies with<br> the conditions stated in this License.<br> <br> 5. Submission of Contributions. Unless You explicitly state otherwise,<br> any Contribution intentionally submitted for inclusion in the Work<br> by You to the Licensor shall be under the terms and conditions of<br> this License, without any additional terms or conditions.<br> Notwithstanding the above, nothing herein shall supersede or modify<br> the terms of any separate license agreement you may have executed<br> with Licensor regarding such Contributions.<br> <br> 6. Trademarks. This License does not grant permission to use the trade<br> names, trademarks, service marks, or product names of the Licensor,<br> except as required for reasonable and customary use in describing the<br> origin of the Work and reproducing the content of the NOTICE file.<br> <br> 7. Disclaimer of Warranty. Unless required by applicable law or<br> agreed to in writing, Licensor provides the Work (and each<br> Contributor provides its Contributions) on an "AS IS" BASIS,<br> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or<br> implied, including, without limitation, any warranties or conditions<br> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A<br> PARTICULAR PURPOSE. You are solely responsible for determining the<br> appropriateness of using or redistributing the Work and assume any<br> risks associated with Your exercise of permissions under this License.<br> <br> 8. Limitation of Liability. In no event and under no legal theory,<br> whether in tort (including negligence), contract, or otherwise,<br> unless required by applicable law (such as deliberate and grossly<br> negligent acts) or agreed to in writing, shall any Contributor be<br> liable to You for damages, including any direct, indirect, special,<br> incidental, or consequential damages of any character arising as a<br> result of this License or out of the use or inability to use the<br> Work (including but not limited to damages for loss of goodwill,<br> work stoppage, computer failure or malfunction, or any and all<br> other commercial damages or losses), even if such Contributor<br> has been advised of the possibility of such damages.<br> <br> 9. Accepting Warranty or Additional Liability. While redistributing<br> the Work or Derivative Works thereof, You may choose to offer,<br> and charge a fee for, acceptance of support, warranty, indemnity,<br> or other liability obligations and/or rights consistent with this<br> License. However, in accepting such obligations, You may act only<br> on Your own behalf and on Your sole responsibility, not on behalf<br> of any other Contributor, and only if You agree to indemnify,<br> defend, and hold each Contributor harmless for any liability<br> incurred by, or claims asserted against, such Contributor by reason<br> of your accepting any such warranty or additional liability.<br> <br> END OF TERMS AND CONDITIONS<br> <br> END OF APACHE LICENSE 2.0 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> ARTISTIC LICENSE 2.0<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Artistic License (source code available via the indicated URL):<br> <br> SERIALIZER<br> (http://grepcode.com/snapshot/repository.springsource. com/org.apache.xalan/com.springsource.org.apache.xml.serializer/2. 7.1)<br> <br> END OF ARTISTIC LICENSE 2.0 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> BOOST LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Boost Software License:<br> <br> TINYFORMAT [libdnf]<br> <br> Boost Software License - Version 1.0 - August 17th, 2003<br> <br> Permission is hereby granted, free of charge, to any person or <br> organization obtaining a copy of the software and accompanying <br> documentation covered by this license (the "Software") to use, <br> reproduce, display, distribute, execute, and transmit the Software, and <br> to prepare derivative works of the Software, and to permit third-parties <br> to whom the Software is furnished to do so, all subject to the <br> following: <br> <br> The copyright notices in the Software and this entire statement, <br> including the above license grant, this restriction and the following <br> disclaimer, must be included in all copies of the Software, in whole or <br> in part, and all derivative works of the Software, unless such copies or <br> derivative works are solely in the form of machine- executable object <br> code generated by a source language processor. <br> <br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS <br> OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF <br> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND <br> NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE <br> DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, <br> WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN <br> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE <br> SOFTWARE. <br> <br> END OF BOOST LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> BSD-2-CLAUSE LICENSE<br> <br> The Program includes some or all of the following packages that IBM obtained <br> under a BSD-2-CLAUSE License<br> <br> BSD.TXT [Apache CXF] (No copyright)<br> IMPLEMENTATION-PYTHON-RUNTIME [Tuscany] (Copyright (c) Django Software Foundation and individual <br> contributors. All rights reserved.)<br> APPENDED-RESOURCES [Apache Abdera] (Copyright (c) 2002-2005<br> Mark Pilgrim)<br> ASM [CGLib] (Copyright (c) 2000-2005 INRIA France Telecom All rights reserved.) <br> ASM-LICENSE [CGLib-nodep] (Copyright (c) 2000 2002 2003 INRIA<br> BPEL [Tuscany] (Copyright (c) 2006 Sun Microsystems Inc.)<br> DATABINDING [Tuscany] (Copyright (c) 2001-2007<br> Jeff Martin Tim Bacon All rights reserved.)<br> France Telecom)<br> HAMCREST-CORE ((c) 2000-2006 www.hamcrest.org All rights reserved. )<br> ICU PROJECT [Lucene] (Copyright (C) 1999-2010 International Business Machines)<br> JAVASCRIPT-DOJO [Tuscany] (Copyright (c) 2005 The Dojo Foundation)<br> JAXEN (Copyright 2003-2006 The Werken Company.)<br> JCraft Copyright (c) 2002-2012 ymnk JCraft Inc. All rights reserved.)<br> JQUERY.COOKIES.JS 2.2.0 [SLF4J] (Copyright (c) 2005 - 2010 James Auldridge)<br> JS-INDENT-LEVEL [Bootstrap] (Copyright 2011 Mozilla Foundation and contributors)<br> JSCH (Copyright (c) 2002-2012 Atsuhiko Yamanaka<br> JSDUMP [Bootstrap] (Copyright (c) 2008 Ariel Flesler)<br> KXML [Felix Bundle Repository] (Copyright (c) 2002 2003<br> Stefan Haustein Oberhausen Rhld. Germany)<br> MAIN/RELEASE [Tuscany] (Copyright (c) 2001-2003 Thai Open Source Software Center Ltd)<br> SERP (none)<br> SNOWBALL [Lucene] (Copyright (c) 2001 Dr Martin Porter Copyright (c) 2002<br> Richard Boulton)<br> SOURCE-MAP [Bootstrap] (Copyright 2011 Mozilla Foundation and contributors)<br> TUSCANY_SCA [Tuscany] (Copyright (c) Django Software Foundation and individual contributors.)<br> UGLIFYJS [Bootstrap] (No copyright found)<br> UNICODE [Lucene] (Copyright 2001-2004 Unicode<br> Inc.)<br> WEBAPP [Tuscany] (Copyright (c) 2000-2005 INRIA France Telecom All rights reserved.)<br> SOURCE-MAP (Copyright (c) 2009-2011 Mozilla Foundation and contributors)<br> JQUERY EASING V1.3 [jQuery BBQ] (Copyright 2008 George McGinley Smith)<br> REDUX-IMMUTABLE (Copyright (c) 2016 Gajus Kuizinas (http: //gajus.com/))<br> JAXEN [Apache CXF] (Copyright 2003-2006 The Werken Company.) <br> NORMALIZE-PACKAGE-DATA (Copyright (c) Meryn Stol ("Author")),<br> XSS-FILTERS (Copyright (c) 2015 Yahoo! Inc. All rights reserved.),<br> EXT-CORE [Esprima (node)] (Copyright (c) 2007, Yahoo! Inc.),<br> CREATE-REACT-CLASS (Copyright (c) 2013-present Facebook Inc.),<br> COMMONMARK (Copyright (c) 2014 John MacFarlaneCopyright Mathias Bynens<br> <https://mathiasbynens.be/>Copyright Mathias Bynens<br> <http://mathiasbynens.be/>Copyright (c) 2014 Vitaly Puzrin Alex<br> Kocharin.Copyright (C) 2014-15 John MacFarlane), ESCODEGEN (Copyright<br> (c) 2009-2011 Mozilla Foundation and contributors)<br> HOIST-NON-REACT-STATICS (Copyright (c) 2015 Yahoo! Inc. All rights reserved.) <br> QS (Copyright (c) 2014 Nathan LaFreniere and other<br> [contributors](https://github. com/ljharb/qs/graphs/contributors))<br> YUI RESETS V2.5.2 [jQuery BBQ] (Copyright (c) 2008, Yahoo! Inc. All rights reserved.)<br> SERP (Copyright (c) 2002-2007, A. Abram White)<br> ANTLR [EclipseLink] (Copyright (c) 2005-2006 Terence Parr. All rights<br> reserved.)<br> RC (Copyright (c) 2011 Dominic TarrCopyright (c) 2011<br> Dominic TarrCopyright (c) 2013 Dominic Tarr)<br> HIGHLIGHT.JS (Copyright (c) 2006 Ivan Sagalaev)<br> QUNIT.JS [underscore.js] (Copyright (c) 2008 Ariel Flesler)<br> REACT-ADDONS-PERF (Copyright (c) 2013-present Facebook Inc.)<br> <br> Redistribution and use in source and binary forms, with or without <br> modification, are permitted provided that the following conditions are <br> met: <br> <br> * Redistributions of source code must retain the above copyright notice, <br> this list of conditions and the following disclaimer.<br> * Redistributions in binary form must reproduce the above copyright <br> notice, this list of conditions and the following disclaimer in the <br> documentation and/or other materials provided with the distribution. <br> <br> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS <br> IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED <br> TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A <br> PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT <br> HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, <br> SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED <br> TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR <br> PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF <br> LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING <br> NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS <br> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <br> <br> END OF BSD 2-CLAUSE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> BSD 3-CLAUSE<br> <br> The Program includes some or all of the following packages that IBM obtained <br> under a BSD-3-CLAUSE License<br> <br> FIREBUG-LITE [Lodash] (Copyright (c) 2007, Parakey Inc. All<br> rights reserved.),<br> MARKDOWN.PL [RequireJS] (Copyright (c) 2003-2004 John Gruber)<br> MODULE-CMAKE [libdnf] (Copyright 2004-2009 Kitware, Inc.<br> ,Copyright 2009 Mathieu Malaterre <mathieu.malaterre@gmail. com>)<br> PKCS1 (Copyright (C) Ellis Pritchard)<br> CRYPTOJS (Copyright (c) 2009-2013 Jeff Mott)<br> DOJO [Apache MyFaces] (Copyright (c) 2005, The Dojo Foundation)<br> SPRINTF-JS (Copyright (c) 2007-2014 Alexandru Marasteanu <hello [at)<br> alexei (dot] ro>), RIPEMD160-MIN.JS [CryptoJS] ((c) 2012 by Cedric<br> Mesnil. All rights reserved.), NW-PRE-GYP-MODULE-TEST (Copyright (c);<br> Mapbox All rights reserved.), HYPHENATE-STYLE-NAME (Copyright (c) 2015<br> Espen Hovlandsdal), STYLE.CSS [weld] (Copyright (c) 2007, Yahoo! Inc.<br> All rights reserved.), INDEX.JS (Copyright (c) 2010, Ajax. org B.V.),<br> ORG.ECLIPSE.JDT.APT.CORE [Eclipse JDT Core] (Copyright (c) 2004, Sun<br> Microsystems, Inc.All rights reserved.), PROP-TYPES (Copyright (c)<br> 2013-present; Facebook; Inc.), JLINE (Copyright (c) 2002- 2012, the<br> original author or authors.), UGLIFY-JS (<pre class=" example">Copyright<br> 2010 (c) Mihai Bazon &lt;mihai.bazon@gmail.com&gt;Copyright 2010 (c)<br> Mihai Bazon <mihai.bazon@gmail.com>), MARKDOWN [Marked] (Copyright ©<br> 2004, John Gruber), JSDUMP [underscore.js] (Copyright (c) 2008 Ariel<br> Flesler - aflesler(at)gmail(dot)com), AMDEFINE (Copyright (c) 2011-2016<br> The Dojo FoundationCopyright (c) 2011-2016 The Dojo Foundation),<br> RESET-MIN [Apache Felix Webconsole] (Copyright (c) 2009, Yahoo! Inc. All<br> rights reserved.), IEEE754 (Copyright 2008 Fair Oaks Labs Inc.),<br> NODE-PRE-GYP (Copyright (c) Mapbox)<br> CREATE-REACT-CLASS.JS (Copyright (c) 2013-present, Facebook, Inc.)<br> PARSE-JS [Esprima (node)] (Copyright 2010 (c) Mihai Bazon)<br> ESAPI (Copyright (c) 2007 - The OWASP Foundation),<br> REACT-ADDONS-SHALLOW-COMPARE (Copyright (c) 2013-2015 Facebook Inc.)<br> ENTITIES (Copyright (c) Felix Böhm), <br> SINON.JS [jQuery] (Copyright (c) 2010-2013 Christian Johansen Copyright (c) 2010-2014,<br> Christian Johansen, christian@cjohansen.no All rights reserved.<br> Copyright (c) 2012 Maximilian Antoni)<br> ASM (Copyright (c) 2000-2011 INRIA, France Telecom)<br> BUNDLE.JS (Copyright Paul Johnston 2000 - 2002.), <br> NODE-FORGE (Copyright (c) 2010 Digital Bazaar Inc..)<br> ESPRIMA (NODE) (Copyright (C) 2012, 2011 [Ariya Hidayat])<br> FIREBUG LITE (Copyright (c) 2007, Parakey Inc.)<br> REPS.JS (Copyright (c) 2006, Yahoo! Inc.), <br> ESPRIMA (Copyright (C) 2012 2011 [Ariya Hidayat](http: //ariya.ofilabs.com/about))<br> Django ( Copyright (c) Django Software Foundation and individual contributors. )<br> Markdown ( No copyright )<br> rexml ( Copyright (C) 1993-2013 Yukihiro Matsumoto )<br> thwait ( Copyright (C) 1993-2013 Yukihiro Matsumoto )<br> e2mmap (Ruby Gem) (Copyright (C) 1993-2013 Yukihiro Matsumoto)<br> <br> Redistribution and use in source and binary forms, with or without <br> modification, are permitted provided that the following conditions are <br> met: <br> <br> * Redistributions of source code must retain the above copyright notice, <br> this list of conditions and the following disclaimer. <br> * Redistributions in binary form must reproduce the above copyright <br> notice, this list of conditions and the following disclaimer in the <br> documentation and/or other materials provided with the distribution. <br> * Neither the name of the <ORGANIZATION> nor the names of its <br> contributors may be used to endorse or promote products derived from <br> this software without specific prior written permission. <br> <br> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS <br> IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED <br> TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A <br> PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER <br> OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, <br> EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, <br> PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR <br> PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF <br> LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING <br> NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS <br> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <br> <br> END OF BSD 3-CLAUSE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> BSD + PATENTS FILE<br> <br> The Program includes some or all of the following works licensed under<br> the BSD + FB PATENTS FILE<br> <br> ARIADOMPROPERTYCONFIG [acorn] (Copyright (c) Facebook Inc.<br> ), REACT-HEIGHT.JS (Copyright (c) Facebook Inc.<br> )<br> <br> <br> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:<br> <br> 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.<br> <br> 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.<br> <br> Subject to the terms and conditions of this license, each copyright holder and contributor hereby grants to those receiving rights under this license a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except for failure to satisfy the conditions of this license) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer this software, where such license applies only to those patent claims, already acquired or hereafter acquired, licensable by such copyright holder or contributor that are necessarily infringed by:<br> <br> (a) their Contribution(s) (the licensed copyrights of copyright holders and non-copyrightable additions of contributors, in source or binary form) alone; or<br> <br> (b) combination of their Contribution(s) with the work of authorship to which such Contribution(s) was added by such copyright holder or contributor, if, at the time the Contribution is added, such addition causes such combination to be necessarily infringed. The patent license shall not apply to any other combinations which include the Contribution.<br> <br> Except as expressly stated above, no rights or licenses from any copyright holder or contributor is granted under this license, whether expressly, by implication, estoppel or otherwise.<br> <br> DISCLAIMER<br> <br> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br> <br> <br> END OF BSD + FB PATENTS FILE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> BSD-EQUIVALENT<br> <br> asm<br> <br> ASM: a very small and fast Java bytecode manipulation framework<br> Copyright (c) 2000-2011 INRIA, France Telecom<br> All rights reserved.<br> <br> Redistribution and use in source and binary forms, with or without<br> modification, are permitted provided that the following conditions<br> are met:<br> 1. Redistributions of source code must retain the above copyright<br> notice, this list of conditions and the following disclaimer.<br> 2. Redistributions in binary form must reproduce the above copyright<br> notice, this list of conditions and the following disclaimer in the<br> documentation and/or other materials provided with the distribution.<br> 3. Neither the name of the copyright holders nor the names of its<br> contributors may be used to endorse or promote products derived from<br> this software without specific prior written permission.<br> <br> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"<br> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE<br> ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE<br> LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR<br> CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF<br> SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS<br> INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN<br> CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)<br> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF<br> THE POSSIBILITY OF SUCH DAMAGE.<br> <br> <br> END OF BSD-EQUIVALENT LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> COMMON DEVELOPMENT AND DISTRIBUTION LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Common Development and Distribution License.<br> (source code available via the<br> indicated URL):<br> <br> LEGAL FILE, LICENSE CDDL, [Apache CXF]<br> (https://github.com/apache/cxf/tree/cxf-3.1.18), <br> JAXWS-API<br> (https://repo1.maven.org/maven2/javax/xml/ws/jaxws-api/2. 2.11/jaxws-api-2.2.11-sources.jar)<br> COM.SUN.EL<br> (https://repo1.maven.org/maven2/org/eclipse/jetty/orbit/com. sun.el/2.2.0.v201108011116/),<br> JAVAMAIL (http://repo1.maven.org/maven2/javax/mail/mail/1. 4.2/),<br> JAVAX.ENTERPRISE.CONCURRENT-API (<br> https://mvnrepository.com/artifact/javax.enterprise. concurrent/javax.enterprise.concurrent-api/1.1),<br> JETTY BUNDLES [Jetty]<br> (https://projects.eclipse.org/search/projects/jetty), JAVAX. SERVLET.JSP<br> (https://repo1.maven. org/maven2/org/eclipse/jetty/orbit/javax.servlet.jsp/2.1.0.v201105211820/javax.servlet.jsp-2.1.0. v201105211820-sources.jar),<br> JAVAX.WS.RS-API<br> (https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs- api/2.0),<br> JAXB (From JIM), JAVAX.ANNOTATION<br> (http://www.java2s.com/Code/JarDownload/javax- annotation/javax-annotation-1.0.0-sources.jar.zip),<br> JAVAX.TRANSACTION-API<br> (http://grepcode.com/snapshot/repo1.maven.org/maven2/javax. transaction/javax.transaction-api/1.2),<br> JAVAX.SERVLET-API<br> (https://mvnrepository.com/artifact/javax.servlet/javax. servlet-api/3.1.0),<br> SAMPLE_CALCULATOR [Tuscany] (github.com/apache/tuscany), ORG.APACHE.JASPER.GLASSFISH<br> (http://www.jabylon.org/maven/org/apache/jasper/glassfish/2. 2.2/glassfish-2.2.2-sources.jar),<br> JAVAX.EJB-API (http://ejb-spec.java.net ), MAIN/RELEASE [Tuscany] (Not<br> Found), JAVAX.EL<br> (www.java2s.com/Code/JarDownload/javax.el/javax.el-2.2.0. v201108011116-sources.jar.zip),<br> SERVLET-API [Apache Abdera] (github.com/apache/tuscany)<br> JASPER.GLASSFISH<br> (https://github.com/javaee/uel-ri/tree/javax.el-api-2.2.3), JAVAMAIL<br> (https://github.com/javaee/javamail/tree/JAVAMAIL-1_6_0), SERIALIZER<br> [Eclipse yasson]<br> (https://github.com/eclipse-ee4j/yasson/tree/1.0.4-RELEASE),<br> ANNOTATEDIMPL.JAVA [weld]<br> (src/test/java/org/jboss/weld/tests/extensions/supertypes/beans/CDIExtension. java;),<br> MIMEPULL<br> (http://central.maven. org/maven2/org/jvnet/mimepull/mimepull/1.9.6/),<br> GLASSFISH [Apache MyFaces] (https://opensource. org/licenses/CDDL-1.0),<br> ARRAYELRESOLVER.JAVA [weld]<br> (/Source-0/artifacts/weld/weld-se-sources. jar/javax/el/ArrayELResolver.java),<br> JSSTYLE (https://registry.npmjs.org/ctype/-/ctype-0.5.3. tgz),<br> JAXWS-TOOLS<br> (http://grepcode.com/snapshot/repo1.maven.org/maven2/com. sun.xml.ws/jaxws-tools/2.2.10/),<br> PERSISTENCE [EclipseLink]<br> (https://glassfish.dev.java.net/public/CDDL+GPL.htm), JBOSS- JDEPARSER<br> (http://mvnrepository.com/artifact/org.jboss. jdeparser/jdeparser/1.0.0.Final),<br> JAVAX.EL<br> (https://mvnrepository.com/artifact/org.glassfish/javax. el/3.0.0),<br> JAVAX.JSON (https://jsonp.java.net/)<br> JAVAX.INTERCEPTOR-API<br> (https://repo1.maven.org/maven2/javax/interceptor/javax. interceptor-api/1.2/)<br> <br> <br> END OF COMMON DEVELOPMENT AND DISTRIBUTION LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> COMMON PUBLIC LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Common Public License (source code available via the indicated<br> URL):<br> <br> ECLIPSE.GMF [Eclipse GMF Runtime](http://www.eclipse. org/legal/cpl-v10.html), <br> JETTY BUNDLES [Jetty] (https://projects.eclipse. org/search/projects/jetty), <br> MAIN/RELEASE [Tuscany] (github.com/apache/tuscany)<br> WEBAPP [Tuscany] (github.com/apache/tuscany), <br> WSDL4J [Apache CXF] (https://github.com/apache/cxf/tree/cxf- 3.2.0)<br> <br> END OF COMMON PUBLIC LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> ECLIPSE PUBLIC LICENSE, VERSION 1<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Eclipse Public License (source code available via the<br> indicated URL):<br> <br> ECLIPSE EQUINOX BIDI<br> (http://www.jabylon.org/maven/org/eclipse/equinox/bidi/0. 10.0/), ECLIPSE<br> UI EDITORS<br> (http://www.jabylon.org/maven/org/eclipse/ui/editors/3.8.100 /),<br> ASPECTJRT<br> (http://central.maven.org/maven2/org/aspectj/aspectjrt/1.6.5 /aspectjrt-1.6.5.jar),<br> ECLIPSE CORE DATABINDING<br> (mirrors.ibiblio.org/eclipse/rt/rap/latest- release/runtime/1.5.0-R-20120612-1458/plugins/org.eclipse.rap.demo. databinding.source_1.5.0.20120612-1458.jar),<br> NODE MANAGER [Tuscany] (github.com/apache/tuscany), ECLIPSE EQUINOX UTIL<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.equinox.util/1.0.500/org.eclipse.equinox.util-1.0.500- sources.jar),<br> ECLIPSE E4 (https://www.eclipse.org/e4/downloads.php), ECLIPSE EMF<br> (http://download.eclipse. org/modeling/emf/emf/builds/release/2.11/index.html),<br> PLUGIN.PROPERTIES [W3C dom.smil]<br> (http://www.jabylon.org/maven/org/w3c/dom/svg/1.1.0/), MAIN/RELEASE<br> [Tuscany] (github.com/apache/tuscany), ECLIPSE LTK UI REFACTORING<br> (http://www.jabylon. org/maven/org/eclipse/ltk/ui/refactoring/3.7.100/),<br> SAT4J<br> (https://repo.maven.apache.org/maven2/org/sat4j/org.sat4j. pb/2.3.0/),<br> ECLIPSE E4 CORE COMMANDS<br> (http://www.jabylon. org/maven/org/eclipse/e4/core/commands/0.10.2/),<br> ECLIPSE DATATOOLS<br> (https://projects.eclipse.org/content/1.9.0-release- review), ECLIPSE<br> JFACE<br> (http://repository.modelio.org/org/modelio/org.eclipse. jface/3.10.2/),<br> ECLIPSE WST COMMON<br> (ftp.musicbrainz. org/pub/eclipse/webtools/downloads/drops/R3.9.3/R-3.9.3-20180302093744/repository/plugins/org.eclipse. wst.common.environment.source_1.0.400.v200912181831.jar),<br> ECLIPSE CORE FILESYSTEM<br> (http://www.jabylon.org/maven/org/eclipse/core/filesystem/1. 4.0/),<br> ECLIPSE UI FORMS<br> (http://www.jabylon.org/maven/org/eclipse/ui/forms/3.6.1/), ECLIPSE OSGI<br> (http://www.jabylon.org/maven/org/eclipse/osgi/3.9.1/), ECLIPSE E4 CORE<br> DI (http://www.jabylon.org/maven/org/eclipse/e4/core/di/1. 3.0/), ECLIPSE<br> WST COMMAND<br> (ftp.musicbrainz. org/pub/eclipse/webtools/downloads/drops/R3.9.3/R-3.9.3-20180302093744/repository/plugins/org.eclipse. wst.command.env.source_1.0.500.v201505131719.jar),<br> ECLIPSE E4 UI CSS<br> (http://www.jabylon.org/maven/org/eclipse/e4/ui/css/core/0. 10.100/),<br> ECLIPSE JEM UTIL<br> (ftp.musicbrainz. org/pub/eclipse/webtools/downloads/drops/R3.9.3/R-3.9.3-20180302093744/repository/plugins/org.eclipse. jem.util.source_2.1.201.v201707201954.jar),<br> ECLIPSE E4 CORE SERVICES<br> (http://www.jabylon. org/maven/org/eclipse/e4/core/services/1.1.0/),<br> ECLIPSE CORE FILEBUFFERS<br> (http://www.jabylon. org/maven/org/eclipse/core/filebuffers/3.5.300/),<br> JAVAX.XML<br> (http://central.maven. org/maven2/org/eclipse/birt/runtime/javax.xml/1.3.4.v201005080400/),<br> ECLIPSE SEARCH<br> (ftp.mirrorservice.org/sites/download.eclipse. org/eclipseMirror/tm/eclipse/plugins/org.eclipse.search.source_3.9.100.v20140226-1637.jar),<br> ECLIPSE EQUINOX SECURITY<br> (http://www.jabylon. org/maven/org/eclipse/equinox/security/1.2.0/),<br> ECLIPSE SWT<br> (https://github.com/eclipse/eclipse.platform. swt/tree/eclipse_3_1_0_M6),<br> AJP13CONNECTION [Jetty]<br> (https://projects.eclipse.org/search/projects/jetty), ECLIPSE EQUINOX<br> (https://www.eclipse.org/equinox/), ECLIPSE JEM WORKBENCH<br> (ftp.musicbrainz. org/pub/eclipse/webtools/downloads/drops/R3.9.3/R-3.9.3-20180302093744/repository/plugins/org.eclipse. jem.workbench.source_2.0.400.v201302011850.jar),<br> ABSTRACTLAUNCHER.JAVA [SAT4J]<br> (download.forge.ow2.org/sat4j/sat4j-pb-v20110329.zip<br> download.forge.ow2.org/sat4j/sat4j-core-v20110329.zip), ECLIPSE JEM<br> (ftp.musicbrainz. org/pub/eclipse/webtools/downloads/drops/R3.9.3/R-3.9.3-20180302093744/repository/plugins/org.eclipse. jem.source_2.0.600.v201302011850.jar),<br> ECLIPSE MODELING FRAMEWORK<br> (https://download.eclipse. org/modeling/emf/emf/builds/release/2.10/index.html),<br> LPG JAVA RUNTIME<br> (central.maven.org/maven2/org/eclipse/birt/runtime/net. sourceforge.lpg.lpgjavaruntime/1.1.0.v201004271650/net.sourceforge.lpg. lpgjavaruntime-1.1.0.v201004271650-sources.jar),<br> CONTENT [W3C dom.events] (http://www.eclipse.org/legal/epl- v10.html),<br> ECLIPSE CORE RESOURCES<br> (http://www.jabylon.org/maven/org/eclipse/core/resources/3. 8.101/),<br> AJCDECLAREANNOTATION.JAVA [Axiom IMPL]<br> (http://central.maven. org/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.20/),<br> ECLIPSE E4 UI DI<br> (http://www.jabylon.org/maven/org/eclipse/e4/ui/di/1.0.0/),<br> SAMPLE_CALCULATOR [Tuscany] (github.com/apache/tuscany), SAC-CONTENT [W3C dom.sac]<br> (http://www.eclipse.org/legal/epl-v10.html), ECLIPSE GMF RUNTIME<br> (git.eclipse.org/c/gmf-runtime/org.eclipse.gmf-runtime. git/snapshot/org.eclipse.gmf-runtime- 3a662793873b60cb54678612f0e5bd737b363c2f.zip),<br> ECLIPSE JST J2EE<br> (ftp.musicbrainz. org/pub/eclipse/webtools/downloads/drops/R3.9.3/R-3.9.3-20180302093744/repository/plugins/org.eclipse. jst.j2ee.ejb.source_1.1.900.v201711022131.jar),<br> ECLIPSE EQUINOX COMMON<br> (http://www.jabylon.org/maven/org/eclipse/equinox/common/3. 6.200/),<br> ECLIPSE WST INTERNET<br> (ftp.musicbrainz. org/pub/eclipse/webtools/downloads/drops/R3.9.3/R-3.9.3-20180302093744/repository/plugins/org.eclipse. wst.internet.monitor.core.source_1.0.600.v201309182039.jar),<br> ECLIPSE E4 CORE CONTEXTS<br> (http://www.jabylon. org/maven/org/eclipse/e4/core/contexts/1.3.1/),<br> ECLIPSE JST WS CONSUMPTION<br> (http://www.jabylon. org/maven/org/eclipse/jst/ws/consumption/1.0.701/),<br> ECLIPSE JFACE DATABINDING<br> (http://www.jabylon. org/maven/org/eclipse/jface/databinding/1.6.200/),<br> JSP 2.2 IMPLEMENTATION [org.apache.jasper.glassfish]<br> (http://www.jabylon.org/maven/org/apache/jasper/glassfish/2. 2.2/glassfish-2.2.2-sources.jar),<br> ECLIPSE JST COMMON ANNOTATIONS<br> (http://www.jabylon. org/maven/org/eclipse/jst/common/annotations/core/1.1.300/),<br> ECLIPSE E4 CORE DI EXTENSIONS<br> (http://www.jabylon. org/maven/org/eclipse/e4/core/di/extensions/0.11.100/),<br> MAXELER ECLIPSE (https://github.com/maxeler/eclipse/tree/v0. 5-alpha),<br> ECLIPSE EMF MAPPING<br> (https://repo.maven.apache.org/maven2/org/eclipse/emf/org. eclipse.emf.mapping/2.12.0/),<br> ECLIPSE JDT LAUNCHING<br> (http://www.jabylon.org/maven/org/eclipse/jdt/launching/3. 7.0/), ECLIPSE<br> TEAM CORE (http://www.jabylon. org/maven/org/eclipse/team/core/3.7.0/),<br> ECLIPSE CORE JOBS<br> (https://maven.averbis.com/m2/org/eclipse/core/jobs/3.7.0 /), ECLIPSE<br> DATATOOLS DTP<br> (git.eclipse.org/c/datatools/org.eclipse.datatools. git/snapshot/org.eclipse.datatools-DTP_1_9_2_Release_201202050500.zip),<br> ECLIPSE JST J2EE CORE<br> (http://www.jabylon.org/maven/org/eclipse/jst/j2ee/core/1. 3.0/)<br> ECLIPSELINK (http://www.eclipse.org/eclipselink), ECLIPSE MICROPROFILE<br> (https://projects.eclipse.org/proposals/eclipse), ECLIPSE EQUINOX<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.equinox.util/1.1.0/),<br> ECLIPSE OSGI (https://github.com/eclipse/rt.equinox. bundles),<br> PERSISTENCE_2_1.XSD [OSGi Core]<br> (https://github. com/osgi/bundles/tree/98b13a515d350989f218f92c41d1b66f940c1633),<br> ECLIPSE JDT CORE<br> (https://github.com/maxeler/eclipse/tree/master/eclipse.jdt. core/org.eclipse.jdt.core),<br> ECLIPSE YASSON<br> (https://github.com/eclipse-ee4j/yasson/tree/1.0.4-RELEASE)<br> ORG.ECLIPSE.EQUINOX.APP<br> (https://repo1.maven.org/maven2/org/eclipse/equinox/org. eclipse.equinox.app/1.3.100/),<br> ORG.ECLIPSE.EQUINOX.REGISTRY<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.equinox.registry/3.6.100/),<br> ORG.ECLIPSE.E4.CORE.SERVICES<br> (https://maven.bestsolution.at/efxclipse- releases/at/bestsolution/efxclipse/eclipse/org.eclipse.e4.core.services/2.0.0/),<br> ECLIPSE UI WORKBENCH<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.ui.workbench/3.108.2/),<br> ORG.ECLIPSE.CORE.COMMANDS<br> (https://maven.bestsolution.at/efxclipse- releases/at/bestsolution/efxclipse/eclipse/org.eclipse.core.commands/3.7.0/),<br> ORG.ECLIPSE.CORE.DATABINDING<br> (https://maven.bestsolution.at/efxclipse- releases/at/bestsolution/efxclipse/eclipse/org.eclipse.core.databinding/1.5.0/),<br> ORG.ECLIPSE.EQUINOX.PREFERENCES<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.equinox.preferences/3.6.1/),<br> ORG.ECLIPSE.EQUINOX.EVENT<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.equinox.event/1.3.200/),<br> ORG.ECLIPSE.CORE.RUNTIME<br> (https://maven.bestsolution.at/efxclipse- releases/at/bestsolution/efxclipse/eclipse/org.eclipse.core.runtime/3.11.1/),<br> ECLIPSE WST WSDL<br> (http://www.mirrorservice.org/sites/download.eclipse. org/eclipseMirror/releases/helios/201102250900/aggregate/plugins/),<br> ECLIPSE E4 EMF XPATH<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.e4.emf.xpath/0.1.200/),<br> ECLIPSE CORE (eclipse.org), ECLIPSE EQUINOX DS<br> (https://maven.wso2. org/nexus/content/repositories/public/org/wso2/eclipse/equinox/org.eclipse.equinox.ds/1.4.300.v20150423-1356/),<br> ORG.ECLIPSE.EQUINOX.LAUNCHER<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.equinox.launcher/1.3.201/),<br> ORG.ECLIPSE.CORE.RESOURCES<br> (https://maven.bestsolution.at/efxclipse- releases/at/bestsolution/efxclipse/eclipse/org.eclipse.core.resources/3.10.1/),<br> ORG.ECLIPSE.EQUINOX.CONSOLE<br> (Eclipse.org),<br> ORG.ECLIPSE.UI.VIEWS<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.ui.views/3.8.101/)<br> <br> <br> END OF ECLIPSE PUBLIC LICENSE, VERSION 1 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> ECLIPSE PUBLIC LICENSE, VERSION 2<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Eclipse Public License (source code available via the<br> indicated URL):<br> <br> ECLIPSE EMF CONVERTER<br> (https://repo.maven.apache.org/maven2/org/eclipse/emf/org. eclipse.emf.converter/2.10.0/),<br> ECLIPSE PLATFORM UI<br> (https://packages.debian.org/sid/java/libeclipse-core- databinding-beans-java)<br> ORG.ECLIPSE.CORE.DATABINDING<br> (https://repo1.maven.org/maven2/org/eclipse/platform/org. eclipse.core.databinding/1.7.0/)<br> <br> <br> END OF ECLIPSE PUBLIC LICENSE, VERSION 2 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> INTERNATIONAL COMPONENTS FOR UNICODE LICENSE<br> <br> The Program includes some or all of the following that IBM obtained under<br> the INTERNATIONAL COMPONENTS FOR UNICODE LICENSE.<br> <br> ICU4J<br> <br> ICU License - ICU 1.8.1 and later <br> <br> COPYRIGHT AND PERMISSION NOTICE <br> <br> Copyright (c) 1995-2014 International Business Machines Corporation and <br> others <br> <br> All rights reserved. <br> <br> Permission is hereby granted, free of charge, to any person obtaining a <br> copy of this software and associated documentation files (the <br> "Software"), to deal in the Software without restriction, including <br> without limitation the rights to use, copy, modify, merge, publish, <br> distribute, and/or sell copies of the Software, and to permit persons to <br> whom the Software is furnished to do so, provided that the above <br> copyright notice(s) and this permission notice appear in all copies of <br> the Software and that both the above copyright notice(s) and this <br> permission notice appear in supporting documentation. <br> <br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS <br> OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF <br> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF <br> THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS <br> INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT <br> OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS <br> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR <br> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR <br> PERFORMANCE OF THIS SOFTWARE. <br> <br> Except as contained in this notice, the name of a copyright holder shall <br> not be used in advertising or otherwise to promote the sale, use or <br> other dealings in this Software without prior written authorization of <br> the copyright holder. <br> <br> All trademarks and registered trademarks mentioned herein are the <br> property of their respective owners. <br> <br> Third-Party Software Licenses<br> <br> This section contains third-party software notices and/or additional <br> terms for licensed third-party software components included within ICU <br> libraries. <br> <br> 1. Unicode Data Files and Software<br> <br> EXHIBIT 1<br> <br> UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE<br> <br> Unicode Data Files include all data files under the directories <br> http://www.unicode.org/Public/, http://www.unicode. org/reports/, and <br> http://www.unicode.org/cldr/data/. Unicode Data Files do not include <br> PDF online code charts under the directory <br> http://www.unicode.org/Public/. Software includes any source code <br> published in the Unicode Standard or under the directories <br> http://www.unicode.org/Public/, http://www.unicode. org/reports/, and <br> http://www.unicode.org/cldr/data/. <br> <br> NOTICE TO USER: Carefully read the following legal agreement. BY <br> DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S <br> DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU <br> UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND <br> CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, <br> INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. <br> <br> COPYRIGHT AND PERMISSION NOTICE <br> <br> Copyright © 1991-2014 Unicode, Inc. All rights reserved. Distributed <br> under the Terms of Use in http://www.unicode. org/copyright.html. <br> <br> Permission is hereby granted, free of charge, to any person obtaining <br> a copy of the Unicode data files and any associated documentation <br> (the "Data Files") or Unicode software and any associated <br> documentation (the "Software") to deal in the Data Files or Software <br> without restriction, including without limitation the rights to use, <br> copy, modify, merge, publish, distribute, and/or sell copies of the <br> Data Files or Software, and to permit persons to whom the Data Files <br> or Software are furnished to do so, provided that (a) the above <br> copyright notice(s) and this permission notice appear with all copies <br> of the Data Files or Software, (b) both the above copyright notice(s) <br> and this permission notice appear in associated documentation, and <br> (c) there is clear notice in each modified Data File or in the <br> Software as well as in the documentation associated with the Data <br> File(s) or Software that the data or software has been modified. <br> <br> THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF <br> ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE <br> WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND <br> NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE <br> COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY <br> CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY <br> DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, <br> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS <br> ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE <br> OF THE DATA FILES OR SOFTWARE. <br> <br> Except as contained in this notice, the name of a copyright holder <br> shall not be used in advertising or otherwise to promote the sale, <br> use or other dealings in these Data Files or Software without prior <br> written authorization of the copyright holder. <br> <br> Unicode and the Unicode logo are trademarks of Unicode, Inc. in the <br> United States and other countries. All third party trademarks <br> referenced herein are the property of their respective owners. <br> <br> <br> 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)<br> <br> # The Google Chrome software developed by Google is licensed under<br> # the BSD license. Other software included in this distribution is <br> # provided under other licenses, as set forth below.<br> #<br> # The BSD License<br> # http://opensource.org/licenses/bsd-license.php <br> # Copyright (C) 2006-2008, Google Inc.<br> #<br> # All rights reserved.<br> #<br> # Redistribution and use in source and binary forms, with or without<br> # modification, are permitted provided that the following conditions<br> # are met:<br> #<br> # Redistributions of source code must retain the above copyright <br> # notice, this list of conditions and the following disclaimer.<br> # Redistributions in binary form must reproduce the above copyright<br> # notice, this list of conditions and the following disclaimer in the<br> # documentation and/or other materials provided with the distribution.<br> # Neither the name of Google Inc. nor the names of its contributors<br> # may be used to endorse or promote products derived from this<br> # software without specific prior written permission.<br> #<br> # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS<br> # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT<br> # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS<br> # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE<br> # COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,<br> # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,<br> # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;<br> # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER<br> # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT<br> # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN<br> # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE<br> # POSSIBILITY OF SUCH DAMAGE.<br> #<br> # The word list in cjdict.txt are generated by combining three word<br> # lists listed below with further processing for compound word<br> # breaking. The frequency is generated with an iterative training<br> # against Google web corpora. <br> #<br> # * Libtabe (Chinese)<br> # - https://sourceforge.net/project/?group_id=1519<br> # - Its license terms and conditions are shown below.<br> #<br> # * IPADIC (Japanese)<br> # - http://chasen.aist-nara.ac.jp/chasen/distribution. html<br> # - Its license terms and conditions are shown below.<br> #<br> # ---------COPYING.libtabe ---- BEGIN--------------------<br> #<br> # /*<br> # * Copyrighy (c) 1999 TaBE Project.<br> # * Copyright (c) 1999 Pai-Hsiang Hsiao.<br> # * All rights reserved.<br> # *<br> # * Redistribution and use in source and binary forms, with or <br> # * without modification, are permitted provided that the following<br> # * conditions are met:<br> # *<br> # * . Redistributions of source code must retain the above copyright<br> # * notice, this list of conditions and the following disclaimer.<br> # * . Redistributions in binary form must reproduce the above <br> # * copyright notice, this list of conditions and the following <br> # * disclaimer in the documentation and/or other materials provided <br> # * with the distribution.<br> # * . Neither the name of the TaBE Project nor the names of its<br> # * contributors may be used to endorse or promote products derived<br> # * from this software without specific prior written permission.<br> # *<br> # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND <br> # * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, <br> # * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF <br> # * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE <br> # * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE <br> # * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, <br> # * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, <br> # * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, <br> # * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY <br> # * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR <br> # * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT <br> # * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY <br> # * OF SUCH DAMAGE. <br> # */<br> # <br> # /*<br> # * Copyright (c) 1999 Computer Systems and Communication Lab,<br> # * Institute of Information Science, Academia<br> # * Sinica.<br> # * All rights reserved.<br> # *<br> # * Redistribution and use in source and binary forms, with or <br> # * without modification, are permitted provided that the following <br> # * conditions are met:<br> # *<br> # * . Redistributions of source code must retain the above copyright<br> # * notice, this list of conditions and the following disclaimer.<br> # * . Redistributions in binary form must reproduce the above <br> # * copyright notice, this list of conditions and the following <br> # * disclaimer in the documentation and/or other materials provided <br> # * with the distribution.<br> # * . Neither the name of the Computer Systems and Communication Lab<br> # * nor the names of its contributors may be used to endorse or<br> # * promote products derived from this software without specific<br> # * prior written permission.<br> # *<br> # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND <br> # * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, <br> # * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF <br> # * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE <br> # * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE <br> # * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, <br> # * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, <br> # * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, <br> # * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY <br> # * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR <br> # * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT <br> # * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY <br> # * OF SUCH DAMAGE. <br> # */<br> # <br> # Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of <br> # Illinois c-tsai4@uiuc.edu http://casper.beckman.uiuc. edu/~c-tsai4<br> # <br> # ---------------COPYING.libtabe----- END------------------------------<br> # <br> # <br> # ---------------COPYING.ipadic----- BEGIN-----------------------------<br> # <br> # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science<br> # and Technology. All Rights Reserved.<br> # <br> # Use, reproduction, and distribution of this software is permitted.<br> # Any copy of this software, whether in its original form or modified,<br> # must include both the above copyright notice and the following<br> # paragraphs.<br> # <br> # Nara Institute of Science and Technology (NAIST),<br> # the copyright holders, disclaims all warranties with regard to this<br> # software, including all implied warranties of merchantability and<br> # fitness, in no event shall NAIST be liable for<br> # any special, indirect or consequential damages or any damages<br> # whatsoever resulting from loss of use, data or profits, whether in <br> # an action of contract, negligence or other tortuous action, arising <br> # out of or in connection with the use or performance of this <br> # software. <br> #<br> # A large portion of the dictionary entries originate from ICOT Free <br> # Software. The following conditions for ICOT Free Software applies to <br> # the current dictionary as well. <br> #<br> # Each User may also freely distribute the Program, whether in its<br> # original form or modified, to any third party or parties, PROVIDED<br> # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear<br> # on, or be attached to, the Program, which is distributed <br> # substantially in the same form as set out herein and that such <br> # intended distribution, if actually made, will neither violate or <br> # otherwise contravene any of the laws and regulations of the <br> # countries having jurisdiction over the User or the intended <br> # distribution itself. <br> #<br> # NO WARRANTY<br> # <br> # The program was produced on an experimental basis in the course of <br> # the research and development conducted during the project and is <br> # provided to users as so produced on an experimental basis. <br> # Accordingly, the program is provided without any warranty <br> # whatsoever, whether express, implied, statutory or otherwise. <br> # The term "warranty" used herein includes, but is not limited to, any <br> # warranty of the quality, performance, merchantability and fitness <br> # for a particular purpose of the program and the nonexistence of any <br> # infringement or violation of any right of any third party.<br> # <br> # Each user of the program will agree and understand, and be deemed to<br> # have agreed and understood, that there is no warranty whatsoever for<br> # the program and, accordingly, the entire risk arising from or<br> # otherwise connected with the program is assumed by the user.<br> # <br> # Therefore, neither ICOT, the copyright holder, or any other<br> # organization that participated in or was otherwise related to the<br> # development of the program and their respective officials, <br> # directors, officers and other employees shall be held liable for any <br> # and all damages, including, without limitation, general, special, <br> # incidental and consequential damages, arising out of or otherwise in <br> # connection with the use or inability to use the program or any <br> # product, material or result produced or otherwise obtained by using <br> # the program, regardless of whether they have been advised of, or <br> # otherwise had knowledge of, the possibility of such damages at any <br> # time during the project or thereafter. Each user will be deemed to <br> # have agreed to the foregoing by his or her commencement of use of <br> # the program. The term "use" as used herein includes, but is not <br> # limited to, the use, modification, copying and distribution of the <br> # program and the production of secondary products from the program.<br> # <br> # In the case where the program, whether in its original form or<br> # modified, was distributed or delivered to or received by a user from<br> # any person, organization or entity other than ICOT, unless it makes <br> # or grants independently of ICOT any specific warranty to the user in<br> # writing, such person, organization or entity, will also be exempted<br> # from and not be held liable to the user for any such damages as <br> # noted above as far as the program is concerned.<br> # <br> # ---------------COPYING.ipadic----- END-------------------------------<br> <br> 3. Lao Word Break Dictionary Data (laodict.txt)<br> <br> # Copyright (c) 2013 International Business Machines Corporation<br> # and others. All Rights Reserved.<br> #<br> # Project: http://code.google.com/p/lao-dictionary/<br> # Dictionary: http://lao-dictionary.googlecode. com/git/Lao-Dictionary.txt<br> # License: http://lao-dictionary.googlecode. com/git/Lao-Dictionary-LICENSE.txt<br> # (copied below)<br> #<br> # This file is derived from the above dictionary, with slight <br> # modifications. <br> # --------------------------------------------------------------------<br> # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.<br> # All rights reserved.<br> #<br> # Redistribution and use in source and binary forms, with or without <br> # modification, are permitted provided that the following conditions <br> # are met:<br> #<br> # Redistributions of source code must retain the above copyright <br> # notice, this list of conditions and the following disclaimer. <br> # Redistributions in binary form must reproduce the above <br> # copyright notice, this list of conditions and the following <br> # disclaimer in the documentation and/or other materials provided <br> # with the distribution.<br> #<br> # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <br> # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT <br> # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS <br> # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE <br> # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, <br> # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, <br> # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; <br> # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER <br> # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT <br> # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN <br> # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE <br> # POSSIBILITY OF SUCH DAMAGE.<br> # --------------------------------------------------------------------<br> <br> 4. Time Zone Database<br> <br> ICU uses the public domain data and code derived from Time Zone <br> Database for its time zone support. The ownership of the TZ database <br> is explained in BCP 175: Procedure for Maintaining the Time Zone <br> Database section 7.<br> <br> 7. Database Ownership<br> <br> The TZ database itself is not an IETF Contribution or an IETF<br> document. Rather it is a pre-existing and regularly updated work<br> that is in the public domain, and is intended to remain in the <br> public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do not <br> apply to the TZ Database or contributions that individuals make to <br> it. Should any claims be made and substantiated against the TZ <br> Database, the organization that is providing the IANA Considerations <br> defined in this RFC, under the memorandum of understanding with the <br> IETF, currently ICANN, may act in accordance with all competent <br> court orders. No ownership claims will be made by ICANN or the IETF <br> Trust on the database or the code. Any person making a contribution<br> to the database or code waives all rights to future claims in that<br> contribution or in the TZ Database.<br> <br> END OF INTERNATIONAL COMPONENTS FOR UNICODE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> IBM PUBLIC LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the IBM Public License (source code available via the indicated<br> URL):<br> <br> UDDI4J (https://sourceforge. net/projects/uddi4j/files/uddi4j/2.0.5/)<br> <br> END OF IBM PUBLIC LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> ISC LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the ISC License.<br> <br> REQUIRE-MAIN-FILENAME (Copyright (c) 2016 Contributors), ES5-EXT<br> (Copyright (c) 2011-2019 Mariusz Nowak @medikoo medikoo. com), MINIMATCH<br> (Copyright (c) Isaac Z. Schlueter and Contributors), GET- CALLER-FILE<br> (Copyright 2018 Stefan Penner), TYPE (Copyright (c) 2019 Mariusz Nowak<br> @medikoo medikoo.com), APROBA (Copyright (c) 2015 Rebecca Turner<br> <me@re-becca.org>), CLIUI (Copyright (c) 2015 Contributors), IGNORE-WALK<br> (Copyright (c) Isaac Z. Schlueter and Contributors), GRACEFUL-FS<br> (Copyright (c) Isaac Z. Schlueter Ben Noordhuis and Contributors),<br> MINIPASS (Copyright (c) npm Inc. and Contributors), SEMVER (Copyright<br> (c) Isaac Z. Schlueter and Contributors), GLOB-PARENT (Copyright (c)<br> 2015 Elan Shanker), EXT (Copyright (c) 2011-2019 Mariusz Nowak @medikoo<br> medikoo.com), GAUGE (Copyright (c) 2014 Rebecca Turner<br> <me@re-becca.org>), ARE-WE-THERE-YET (Copyright (c) 2015 Rebecca<br> Turner), TIMERS-EXT (Copyright (c) 2013-2018 Mariusz Nowak @medikoo<br> medikoo.com), TAR (Copyright (c) Isaac Z. Schlueter and Contributors),<br> INFLIGHT (Copyright (c) Isaac Z. Schlueter), NPM-PACKLIST (Copyright (c)<br> Isaac Z. Schlueter and Contributors), HOSTED-GIT-INFO (Copyright (c)<br> 2015 Rebecca Turner), ES6-WEAK-MAP (Copyright (c) 2013-2018 Mariusz<br> Nowak @medikoo medikoo.com), ONCE (Copyright (c) Isaac Z. Schlueter and<br> Contributors), NOPT (Copyright (c) Isaac Z. Schlueter and Contributors),<br> REMOVE-TRAILING-SEPARATOR (No copyright FOUND), Y18N (Copyright (c) 2015<br> Contributors), CONCAT-WITH-SOURCEMAPS (Copyright (c) 2014 Florian<br> Reiterer <me@florianreiterer.com>), ABBREV (Copyright (c) Isaac Z.<br> Schlueter and ContributorsCopyright Isaac Z. Schlueter and<br> Contributors), SETPROTOTYPEOF (Copyright (c) 2015 Wes Todd), DETECT-NODE<br> (Copyright (c) 2017 Ilya Kantor), ANYMATCH (Copyright (c) 2014 Elan<br> Shanker), RIMRAF (Copyright (c) Isaac Z. Schlueter and Contributors),<br> GLOB (Copyright (c) Isaac Z. Schlueter and Contributors), CHOWNR<br> (Copyright (c) Isaac Z. Schlueter and Contributors), FS- MINIPASS<br> (Copyright (c) Isaac Z. Schlueter and Contributors), WHICH- MODULE<br> (Copyright (c) 2016 Contributors), MINIMALISTIC-ASSERT (Copyright 2015<br> Calvin Metcalf), YARGS-PARSER (Copyright (c) 2016 Contributors), WRAPPY<br> (Copyright (c) Isaac Z. Schlueter and Contributors), WIDE- ALIGN<br> (Copyright (c) 2015 Rebecca Turner <me@re-becca.org>), HAS- UNICODE<br> (Copyright (c) 2014 Rebecca Turner <me@re-becca.org>), OSENV (Copyright<br> (c) Isaac Z. Schlueter and Contributors), INHERITS (Copyright (c) Isaac<br> Z. Schlueter), MYLIB (No Copyright Found), D (Copyright (c) 2013-2019<br> Mariusz Nowak @medikoo medikoo.com), INI (Copyright (c) Isaac Z.<br> Schlueter and Contributors), NPM-BUNDLED (Copyright (c) npm Inc. and<br> Contributors), CONSOLE-CONTROL-STRINGS (Copyright (c) 2014 Rebecca<br> Turner <me@re-becca.org>), NPMLOG (Copyright (c) Isaac Z. Schlueter and<br> Contributors), SAX (Copyright (c) Isaac Z. Schlueter and Contributors<br> Copyright Mathias Bynens <https://mathiasbynens.be/>), TMATCH (Copyright<br> (c) Isaac Z. Schlueter and Contributors), FS.REALPATH (Copyright (c)<br> Isaac Z. Schlueter and Contributors Copyright Joyent Inc. and other Node<br> contributors.), SIGNAL-EXIT (Copyright (c) 2015 Contributors),<br> SET-BLOCKING (Copyright (c) 2016 Contributors), YALLIST (Copyright (c)<br> Isaac Z. Schlueter and Contributors), setup.py(No copyright FOUND)<br> <br> <br> ISC License<br> <br> Permission to use, copy, modify, and/or distribute this software for any<br> purpose with or without fee is hereby granted, provided that the above<br> copyright notice and this permission notice appear in all copies.<br> <br> THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH<br> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF<br> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY<br> SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES<br> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN<br> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF<br> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.<br> <br> END OF ISC LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> JDOM LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the JDOM License:<br> <br> AEGIS [Apache CXF]<br> DATABINDING/AEGIS [Apache CXF]<br> JDOM [Tuscany], MAIN/RELEASE [Tuscany]<br> STAXBUILDER.JAVA [Apache CXF]<br> <br> JDOM license<br> <br> Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.<br> All rights reserved.<br> <br> Redistribution and use in source and binary forms, with or without <br> modification, are permitted provided that the following conditions are <br> met: <br> <br> 1. Redistributions of source code must retain the above copyright <br> notice, this list of conditions, and the following disclaimer. <br> <br> 2. Redistributions in binary form must reproduce the above copyright <br> notice, this list of conditions, and the disclaimer that follows these <br> conditions in the documentation and/or other materials provided with the <br> distribution. <br> <br> 3. The name "JDOM" must not be used to endorse or promote products <br> derived from this software without prior written permission. For written <br> permission, please contact <request_AT_jdom_DOT_org>. <br> <br> 4. Products derived from this software may not be called "JDOM", nor may <br> "JDOM" appear in their name, without prior written permission from the <br> JDOM Project Management <request_AT_jdom_DOT_org>. <br> <br> In addition, we request (but do not require) that you include in the <br> end-user documentation provided with the redistribution and/or in the <br> software itself an acknowledgement equivalent to the following: <br> <br> "This product includes software developed by the JDOM Project <br> (http://www.jdom.org/)." <br> <br> Alternatively, the acknowledgment may be graphical using the logos <br> available at http://www.jdom.org/images/logos . <br> <br> THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED <br> WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF <br> MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN <br> NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT CONTRIBUTORS BE LIABLE <br> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR <br> CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF <br> SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS <br> INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN <br> CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) <br> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF <br> THE POSSIBILITY OF SUCH DAMAGE. <br> <br> This software consists of voluntary contributions made by many <br> individuals on behalf of the JDOM Project and was originally created by <br> Jason Hunter <jhunter_AT_jdom_DOT_org> and Brett McLaughlin <br> <brett_AT_jdom_DOT_org>. For more information on the JDOM Project, <br> please see http://www.jdom.org/. <br> <br> END OF JDOM LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> JSON WITH NO EVIL CLAUSE<br> <br> The Program includes some or all of the following works licensed under<br> the JSON WITH NO EVIL CLAUSE<br> <br> MAIN/RELEASE [Tuscany]<br> <br> Copyright (c) 2002 JSON.org<br> <br> Permission is hereby granted, free of charge, to any person obtaining a copy of <br> this software and associated documentation files (the "Software"), to deal in <br> the Software without restriction, including without limitation the rights to use, <br> copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the <br> Software, and to permit persons to whom the Software is furnished to do so, <br> subject to the following conditions:<br> <br> The above copyright notice and this permission notice shall be included in all <br> copies or substantial portions of the Software.<br> <br> The Software shall be used for Good, not Evil.<br> <br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR <br> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS <br> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR <br> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER <br> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN <br> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. <br> <br> END OF JSON WITH NO EVIL CLAUSE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> JTIDY LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the JTidy License:<br> <br> JTIDY R7 [javax.xml] (Copyright (c) 1998-2000 World Wide Web Consortium<br> (Massachusetts Institute of Technology, Institut National de Recherche<br> en Informatique et en Automatique, Keio University). All Rights<br> Reserved.)<br> <br> Java HTML Tidy - JTidy<br> HTML parser and pretty printer<br> <br> Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts<br> Institute of Technology, Institut National de Recherche en<br> Informatique et en Automatique, Keio University). All Rights<br> Reserved.<br> <br> Contributing Author(s):<br> <br> Dave Raggett <dsr@w3.org><br> Andy Quick <ac.quick@sympatico.ca> (translation to Java)<br> Gary L Peskin <garyp@firstech.com> (Java development)<br> Sami Lempinen <sami@lempinen.net> (release management)<br> Fabrizio Giustina <fgiust at users.sourceforge.net><br> <br> The contributing author(s) would like to thank all those who<br> helped with testing, bug fixes, and patience. This wouldn't<br> have been possible without all of you.<br> <br> COPYRIGHT NOTICE:<br> <br> This software and documentation is provided "as is," and<br> the copyright holders and contributing author(s) make no<br> representations or warranties, express or implied, including<br> but not limited to, warranties of merchantability or fitness<br> for any particular purpose or that the use of the software or<br> documentation will not infringe any third party patents,<br> copyrights, trademarks or other rights.<br> <br> The copyright holders and contributing author(s) will not be<br> liable for any direct, indirect, special or consequential damages<br> arising out of any use of the software or documentation, even if<br> advised of the possibility of such damage.<br> <br> Permission is hereby granted to use, copy, modify, and distribute<br> this source code, or portions hereof, documentation and executables,<br> for any purpose, without fee, subject to the following restrictions:<br> <br> 1. The origin of this source code must not be misrepresented.<br> 2. Altered versions must be plainly marked as such and must<br> not be misrepresented as being the original source.<br> 3. This Copyright notice may not be removed or altered from any<br> source or altered source distribution.<br> <br> The copyright holders and contributing author(s) specifically<br> permit, without fee, and encourage the use of this source code<br> as a component for supporting the Hypertext Markup Language in<br> commercial products. If you use this source code in a product,<br> acknowledgment is not required but would be appreciated.<br> <br> END OF JTIDY LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> MODIFIABLE THIRD PARTY CODE<br> <br> This Program includes some or all of the following Modifiable Third <br> Party Code that IBM obtained under the GNU Lesser General Public <br> License. For copies of the source code for this software, send an email <br> to <mbroz@us.ibm.com> identifying the IBM Program and the Modifiable Third <br> Party Code for which you are requesting the source code. <br> <br> LIBDNF (Copyright (C) 1991, 1999 Free Software Foundation, Inc)<br> LIBRHSM (Copyright (C) 2016 Michael Mraka. Copyright (C) 2016 Igor Gnatenko)<br> XPCOM.H [Eclipse SWT] (Copyright (c) 2000, 2004 IBM Corporation and others.)<br> XMLHTTPREQUEST [Esprima (node)] (@contributor David Ellis <d.f.ellis@ieee.org>)<br> <br> <br> GNU LESSER GENERAL PUBLIC LICENSE<br> Version 2.1, February 1999<br> <br> Copyright (C) 1991, 1999 Free Software Foundation, Inc.<br> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA<br> Everyone is permitted to copy and distribute verbatim copies<br> of this license document, but changing it is not allowed.<br> <br> [This is the first released version of the Lesser GPL. It also counts<br> as the successor of the GNU Library Public License, version 2, hence<br> the version number 2.1.]<br> <br> Preamble<br> <br> The licenses for most software are designed to take away your freedom to <br> share and change it. By contrast, the GNU General Public Licenses are <br> intended to guarantee your freedom to share and change free software--to <br> make sure the software is free for all its users. <br> <br> This license, the Lesser General Public License, applies to some <br> specially designated software packages--typically libraries--of the Free <br> Software Foundation and other authors who decide to use it. You can use <br> it too, but we suggest you first think carefully about whether this <br> license or the ordinary General Public License is the better strategy to <br> use in any particular case, based on the explanations below. <br> <br> When we speak of free software, we are referring to freedom of use, not <br> price. Our General Public Licenses are designed to make sure that you <br> have the freedom to distribute copies of free software (and charge for <br> this service if you wish); that you receive source code or can get it if <br> you want it; that you can change the software and use pieces of it in <br> new free programs; and that you are informed that you can do these <br> things. <br> <br> To protect your rights, we need to make restrictions that forbid <br> distributors to deny you these rights or to ask you to surrender these <br> rights. These restrictions translate to certain responsibilities for you <br> if you distribute copies of the library or if you modify it. <br> <br> For example, if you distribute copies of the library, whether gratis or <br> for a fee, you must give the recipients all the rights that we gave you. <br> You must make sure that they, too, receive or can get the source code. <br> If you link other code with the library, you must provide complete <br> object files to the recipients, so that they can relink them with the <br> library after making changes to the library and recompiling it. And you <br> must show them these terms so they know their rights. <br> <br> We protect your rights with a two-step method: (1) we copyright the <br> library, and (2) we offer you this license, which gives you legal <br> permission to copy, distribute and/or modify the library. <br> <br> To protect each distributor, we want to make it very clear that there is <br> no warranty for the free library. Also, if the library is modified by <br> someone else and passed on, the recipients should know that what they <br> have is not the original version, so that the original author's <br> reputation will not be affected by problems that might be introduced by <br> others. <br> <br> Finally, software patents pose a constant threat to the existence of any <br> free program. We wish to make sure that a company cannot effectively <br> restrict the users of a free program by obtaining a restrictive license <br> from a patent holder. Therefore, we insist that any patent license <br> obtained for a version of the library must be consistent with the full <br> freedom of use specified in this license. <br> <br> Most GNU software, including some libraries, is covered by the ordinary <br> GNU General Public License. This license, the GNU Lesser General Public <br> License, applies to certain designated libraries, and is quite different <br> from the ordinary General Public License. We use this license for <br> certain libraries in order to permit linking those libraries into <br> non-free programs. <br> <br> When a program is linked with a library, whether statically or using a <br> shared library, the combination of the two is legally speaking a <br> combined work, a derivative of the original library. The ordinary <br> General Public License therefore permits such linking only if the entire <br> combination fits its criteria of freedom. The Lesser General Public <br> License permits more lax criteria for linking other code with the <br> library. <br> <br> We call this license the "Lesser" General Public License because it does <br> Less to protect the user's freedom than the ordinary General Public <br> License. It also provides other free software developers Less of an <br> advantage over competing non-free programs. These disadvantages are the <br> reason we use the ordinary General Public License for many libraries. <br> However, the Lesser license provides advantages in certain special <br> circumstances. <br> <br> For example, on rare occasions, there may be a special need to <br> encourage the widest possible use of a certain library, so that it <br> becomes a de-facto standard. To achieve this, non-free programs must be <br> allowed to use the library. A more frequent case is that a free library <br> does the same job as widely used non-free libraries. In this case, there <br> is little to gain by limiting the free library to free software only, so <br> we use the Lesser General Public License. <br> <br> In other cases, permission to use a particular library in non-free <br> programs enables a greater number of people to use a large body of free <br> software. For example, permission to use the GNU C Library in non-free <br> programs enables many more people to use the whole GNU operating system, <br> as well as its variant, the GNU/Linux operating system. <br> <br> Although the Lesser General Public License is Less protective of the <br> users' freedom, it does ensure that the user of a program that is linked <br> with the Library has the freedom and the wherewithal to run that program <br> using a modified version of the Library. <br> <br> The precise terms and conditions for copying, distribution and <br> modification follow. Pay close attention to the difference between a <br> "work based on the library" and a "work that uses the library". The <br> former contains code derived from the library, whereas the latter must <br> be combined with the library in order to run. TERMS AND CONDITIONS FOR <br> COPYING, DISTRIBUTION AND MODIFICATION <br> <br> 0. This License Agreement applies to any software library or other <br> program which contains a notice placed by the copyright holder or other <br> authorized party saying it may be distributed under the terms of this <br> Lesser General Public License (also called "this License"). Each <br> licensee is addressed as "you". <br> <br> A "library" means a collection of software functions and/or data <br> prepared so as to be conveniently linked with application programs <br> (which use some of those functions and data) to form executables. <br> <br> The "Library", below, refers to any such software library or work which <br> has been distributed under these terms. A "work based on the Library" <br> means either the Library or any derivative work under copyright law: <br> that is to say, a work containing the Library or a portion of it, either <br> verbatim or with modifications and/or translated straightforwardly into <br> another language. (Hereinafter, translation is included without <br> limitation in the term "modification".) <br> <br> "Source code" for a work means the preferred form of the work for making <br> modifications to it. For a library, complete source code means all the <br> source code for all modules it contains, plus any associated interface <br> definition files, plus the scripts used to control compilation and <br> installation of the library. <br> <br> Activities other than copying, distribution and modification are not <br> covered by this License; they are outside its scope. The act of running <br> a program using the Library is not restricted, and output from such a <br> program is covered only if its contents constitute a work based on the <br> Library (independent of the use of the Library in a tool for writing <br> it). Whether that is true depends on what the Library does and what the <br> program that uses the Library does. <br> <br> 1. You may copy and distribute verbatim copies of the Library's complete <br> source code as you receive it, in any medium, provided that you <br> conspicuously and appropriately publish on each copy an appropriate <br> copyright notice and disclaimer of warranty; keep intact all the notices <br> that refer to this License and to the absence of any warranty; and <br> distribute a copy of this License along with the Library. <br> <br> You may charge a fee for the physical act of transferring a copy, and <br> you may at your option offer warranty protection in exchange for a fee. <br> <br> <br> 2. You may modify your copy or copies of the Library or any portion of <br> it, thus forming a work based on the Library, and copy and distribute <br> such modifications or work under the terms of Section 1 above, provided <br> that you also meet all of these conditions: <br> <br> a) The modified work must itself be a software library.<br> b) You must cause the files modified to carry prominent notices <br> stating that you changed the files and the date of any change.<br> c) You must cause the whole of the work to be licensed at no charge <br> to all third parties under the terms of this License.<br> d) If a facility in the modified Library refers to a function or a <br> table of data to be supplied by an application program that uses <br> the facility, other than as an argument passed when the facility <br> is invoked, then you must make a good faith effort to ensure <br> that, in the event an application does not supply such function <br> or table, the facility still operates, and performs whatever part <br> of its purpose remains meaningful.<br> <br> (For example, a function in a library to compute square roots has <br> a purpose that is entirely well-defined independent of the <br> application. Therefore, Subsection 2d requires that any <br> application-supplied function or table used by this function must <br> be optional: if the application does not supply it, the square <br> root function must still compute square roots.)<br> <br> These requirements apply to the modified work as a whole. If <br> identifiable sections of that work are not derived from the Library, and <br> can be reasonably considered independent and separate works in <br> themselves, then this License, and its terms, do not apply to those <br> sections when you distribute them as separate works. But when you <br> distribute the same sections as part of a whole which is a work based on <br> the Library, the distribution of the whole must be on the terms of this <br> License, whose permissions for other licensees extend to the entire <br> whole, and thus to each and every part regardless of who wrote it. <br> <br> Thus, it is not the intent of this section to claim rights or contest <br> your rights to work written entirely by you; rather, the intent is to <br> exercise the right to control the distribution of derivative or <br> collective works based on the Library. <br> <br> In addition, mere aggregation of another work not based on the Library <br> with the Library (or with a work based on the Library) on a volume of a <br> storage or distribution medium does not bring the other work under the <br> scope of this License. <br> <br> 3. You may opt to apply the terms of the ordinary GNU General Public <br> License instead of this License to a given copy of the Library. To do <br> this, you must alter all the notices that refer to this License, so that <br> they refer to the ordinary GNU General Public License, version 2, <br> instead of to this License. (If a newer version than version 2 of the <br> ordinary GNU General Public License has appeared, then you can specify <br> that version instead if you wish.) Do not make any other change in these <br> notices. <br> <br> Once this change is made in a given copy, it is irreversible for that <br> copy, so the ordinary GNU General Public License applies to all <br> subsequent copies and derivative works made from that copy. <br> <br> This option is useful when you wish to copy part of the code of the <br> Library into a program that is not a library. <br> <br> 4. You may copy and distribute the Library (or a portion or derivative <br> of it, under Section 2) in object code or executable form under the <br> terms of Sections 1 and 2 above provided that you accompany it with the <br> complete corresponding machine-readable source code, which must be <br> distributed under the terms of Sections 1 and 2 above on a medium <br> customarily used for software interchange. <br> <br> If distribution of object code is made by offering access to copy from a <br> designated place, then offering equivalent access to copy the source <br> code from the same place satisfies the requirement to distribute the <br> source code, even though third parties are not compelled to copy the <br> source along with the object code. <br> <br> 5. A program that contains no derivative of any portion of the Library, <br> but is designed to work with the Library by being compiled or linked <br> with it, is called a "work that uses the Library". Such a work, in <br> isolation, is not a derivative work of the Library, and therefore falls <br> outside the scope of this License. <br> <br> However, linking a "work that uses the Library" with the Library creates <br> an executable that is a derivative of the Library (because it contains <br> portions of the Library), rather than a "work that uses the library". <br> The executable is therefore covered by this License. Section 6 states <br> terms for distribution of such executables. <br> <br> When a "work that uses the Library" uses material from a header file <br> that is part of the Library, the object code for the work may be a <br> derivative work of the Library even though the source code is not. <br> Whether this is true is especially significant if the work can be linked <br> without the Library, or if the work is itself a library. The threshold <br> for this to be true is not precisely defined by law. <br> <br> If such an object file uses only numerical parameters, data structure <br> layouts and accessors, and small macros and small inline functions (ten <br> lines or less in length), then the use of the object file is <br> unrestricted, regardless of whether it is legally a derivative work. <br> (Executables containing this object code plus portions of the Library <br> will still fall under Section 6.) <br> <br> Otherwise, if the work is a derivative of the Library, you may <br> distribute the object code for the work under the terms of Section 6. <br> Any executables containing that work also fall under Section 6, whether <br> or not they are linked directly with the Library itself. <br> <br> 6. As an exception to the Sections above, you may also combine or link a <br> "work that uses the Library" with the Library to produce a work <br> containing portions of the Library, and distribute that work under terms <br> of your choice, provided that the terms permit modification of the work <br> for the customer's own use and reverse engineering for debugging such <br> modifications. <br> <br> You must give prominent notice with each copy of the work that the <br> Library is used in it and that the Library and its use are covered by <br> this License. You must supply a copy of this License. If the work during <br> execution displays copyright notices, you must include the copyright <br> notice for the Library among them, as well as a reference directing the <br> user to the copy of this License. Also, you must do one of these things: <br> <br> <br> a) Accompany the work with the complete corresponding <br> machine-readable source code for the Library including whatever <br> changes were used in the work (which must be distributed under <br> Sections 1 and 2 above); and, if the work is an executable linked <br> with the Library, with the complete machine-readable "work that <br> uses the Library", as object code and/or source code, so that the <br> user can modify the Library and then relink to produce a modified <br> executable containing the modified Library. (It is understood <br> that the user who changes the contents of definitions files in <br> the Library will not necessarily be able to recompile the <br> application to use the modified definitions.)<br> b) Use a suitable shared library mechanism for linking with the <br> Library. A suitable mechanism is one that (1) uses at run time a <br> copy of the library already present on the user's computer <br> system, rather than copying library functions into the <br> executable, and (2) will operate properly with a modified version <br> of the library, if the user installs one, as long as the modified <br> version is interface-compatible with the version that the work <br> was made with.<br> c) Accompany the work with a written offer, valid for at least three <br> years, to give the same user the materials specified in <br> Subsection 6a, above, for a charge no more than the cost of <br> performing this distribution.<br> d) If distribution of the work is made by offering access to copy <br> from a designated place, offer equivalent access to copy the <br> above specified materials from the same place.<br> e) Verify that the user has already received a copy of these <br> materials or that you have already sent this user a copy.<br> <br> For an executable, the required form of the "work that uses the Library" <br> must include any data and utility programs needed for reproducing the <br> executable from it. However, as a special exception, the materials to be <br> distributed need not include anything that is normally distributed (in <br> either source or binary form) with the major components (compiler, <br> kernel, and so on) of the operating system on which the executable runs, <br> unless that component itself accompanies the executable. <br> <br> It may happen that this requirement contradicts the license restrictions <br> of other proprietary libraries that do not normally accompany the <br> operating system. Such a contradiction means you cannot use both them <br> and the Library together in an executable that you distribute. <br> <br> 7. You may place library facilities that are a work based on the Library <br> side-by-side in a single library together with other library facilities <br> not covered by this License, and distribute such a combined library, <br> provided that the separate distribution of the work based on the Library <br> and of the other library facilities is otherwise permitted, and provided <br> that you do these two things: <br> <br> a) Accompany the combined library with a copy of the same work based <br> on the Library, uncombined with any other library facilities. <br> This must be distributed under the terms of the Sections above.<br> b) Give prominent notice with the combined library of the fact that <br> part of it is a work based on the Library, and explaining where <br> to find the accompanying uncombined form of the same work.<br> <br> 8. You may not copy, modify, sublicense, link with, or distribute the <br> Library except as expressly provided under this License. Any attempt <br> otherwise to copy, modify, sublicense, link with, or distribute the <br> Library is void, and will automatically terminate your rights under this <br> License. However, parties who have received copies, or rights, from you <br> under this License will not have their licenses terminated so long as <br> such parties remain in full compliance. <br> <br> 9. You are not required to accept this License, since you have not <br> signed it. However, nothing else grants you permission to modify or <br> distribute the Library or its derivative works. These actions are <br> prohibited by law if you do not accept this License. Therefore, by <br> modifying or distributing the Library (or any work based on the <br> Library), you indicate your acceptance of this License to do so, and all <br> its terms and conditions for copying, distributing or modifying the <br> Library or works based on it. <br> <br> 10. Each time you redistribute the Library (or any work based on the <br> Library), the recipient automatically receives a license from the <br> original licensor to copy, distribute, link with or modify the Library <br> subject to these terms and conditions. You may not impose any further <br> restrictions on the recipients' exercise of the rights granted herein. <br> You are not responsible for enforcing compliance by third parties with <br> this License. <br> <br> 11. If, as a consequence of a court judgment or allegation of patent <br> infringement or for any other reason (not limited to patent issues), <br> conditions are imposed on you (whether by court order, agreement or <br> otherwise) that contradict the conditions of this License, they do not <br> excuse you from the conditions of this License. If you cannot distribute <br> so as to satisfy simultaneously your obligations under this License and <br> any other pertinent obligations, then as a consequence you may not <br> distribute the Library at all. For example, if a patent license would <br> not permit royalty-free redistribution of the Library by all those who <br> receive copies directly or indirectly through you, then the only way you <br> could satisfy both it and this License would be to refrain entirely from <br> distribution of the Library. <br> <br> If any portion of this section is held invalid or unenforceable under <br> any particular circumstance, the balance of the section is intended to <br> apply, and the section as a whole is intended to apply in other <br> circumstances. <br> <br> It is not the purpose of this section to induce you to infringe any <br> patents or other property right claims or to contest validity of any <br> such claims; this section has the sole purpose of protecting the <br> integrity of the free software distribution system which is implemented <br> by public license practices. Many people have made generous <br> contributions to the wide range of software distributed through that <br> system in reliance on consistent application of that system; it is up to <br> the author/donor to decide if he or she is willing to distribute <br> software through any other system and a licensee cannot impose that <br> choice. <br> <br> This section is intended to make thoroughly clear what is believed to be <br> a consequence of the rest of this License. <br> <br> 12. If the distribution and/or use of the Library is restricted in <br> certain countries either by patents or by copyrighted interfaces, the <br> original copyright holder who places the Library under this License may <br> add an explicit geographical distribution limitation excluding those <br> countries, so that distribution is permitted only in or among countries <br> not thus excluded. In such case, this License incorporates the <br> limitation as if written in the body of this License. <br> <br> 13. The Free Software Foundation may publish revised and/or new versions <br> of the Lesser General Public License from time to time. Such new <br> versions will be similar in spirit to the present version, but may <br> differ in detail to address new problems or concerns. <br> <br> Each version is given a distinguishing version number. If the Library <br> specifies a version number of this License which applies to it and "any <br> later version", you have the option of following the terms and <br> conditions either of that version or of any later version published by <br> the Free Software Foundation. If the Library does not specify a license <br> version number, you may choose any version ever published by the Free <br> Software Foundation. <br> <br> 14. If you wish to incorporate parts of the Library into other free <br> programs whose distribution conditions are incompatible with these, <br> write to the author to ask for permission. For software which is <br> copyrighted by the Free Software Foundation, write to the Free Software <br> Foundation; we sometimes make exceptions for this. Our decision will be <br> guided by the two goals of preserving the free status of all derivatives <br> of our free software and of promoting the sharing and reuse of software <br> generally. <br> <br> NO WARRANTY<br> <br> 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO <br> WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. <br> EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR <br> OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, <br> EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED <br> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE <br> ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH <br> YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL <br> NECESSARY SERVICING, REPAIR OR CORRECTION. <br> <br> 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN <br> WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY <br> AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR <br> DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL <br> DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY <br> (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED <br> INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF <br> THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR <br> OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. <br> <br> END OF TERMS AND CONDITIONS <br> <br> END OF GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> MIT LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the MIT License:<br> <br> JQUERY V1.7.2 [SLF4J] (not found) <br> [Bootstrap] (Copyright Joyent Inc. and other Node contributors.) <br> <bjoern@hoehrmann.de>) <br> AMDEFINE [Bootstrap] (Copyright (c) 2011 The Dojo Foundation All Rights Reserved.)<br> ANCHORJS [Bootstrap] (Copyright (c) 2016 Bryan Braun) <br> Auldridge All rights reserved.) <br> BCPKIX-JDK15ON (Copyright (c) 2000- 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)) BCPROV-JDK15ON (Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https: //www.bouncycastle.org) ) BINDING-COMET-RUNTIME [Tuscany] (github.com/apache/tuscany) <br> BLOB.JS [Bootstrap] (Copyright © 2014 Eli Grey.) <br> BOOTSTRAP (Copyright 2011-2014 Twitter Inc.) <br> BOOTSTRAP-CUSTOMIZE.MIN.JS [Bootstrap] (Feross Aboukhadijeh) <br> BOUNCY CASTLE [bcprov-jdk15on] (Copyright (c) 2000-2019 The Legion Of The Bouncy Castle Inc.<br> (http://www.bouncycastle.org)) <br> BUFFER [Bootstrap] (Author:Feross Aboukhadijeh) <br> ES5-SHIM [Bootstrap] (No copyright found) <br> FILESAVER.JS [Bootstrap] (Copyright © 2016 Eli Grey.) <br> FUNCTION PROCESS [Bootstrap] (Copyright Joyent Inc. and other Node contributors.) <br> GLYPHICONS HALFLINGS FONT [Bootstrap] (No copyright found) <br> GRUNT-CONTRIB-QUNIT [Bootstrap] (Copyright (c) 2014 Cowboy" Ben Alman contributors) <br> HOLDERM [Bootstrap] (© 2015 Ivan Malopinsky) <br> HTMLPARSER [Apache Abdera] (Copyright (c) 2007 Henri Sivonen) <br> INTEUCLIDEANTEST [bcprov-jdk15on] (Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com))<br> JAVASCRIPT DIFF ALGORITHM [Bootstrap] (No copyright found) <br> JQUERY [Bootstrap] (Copyright 2014 jQuery Foundation and other contributors http://jquery.com/) <br> JQUERY.COOKIES.2.2.0.JS [SLF4J] (Copyright (c) 2005 - 2010 James) <br> JSZIP [Bootstrap] ((c) 2009-2014 Stuart Knightley) <br> KXML2 [Felix Bundle Repository] (Copyright (c) 2002 2003 Stefan Haustein Oberhausen Rhld. Germany)<br> LIBRARY PAKO [Bootstrap] (no copyright found) <br> MAIN/RELEASE [Tuscany] (Copyright (c) 2005 2006 2007 Henri Sivonen Copyright (c) 2007-2008 Mozilla Foundation) <br> MDEFINE [Bootstrap] (Copyright (c) 2011 The Dojo Foundation All Rights Reserved.) <br> BASE64.JS <br> MOMENT.JS (Copyright (c) 2011-2014 Tim Wood Iskren Chernev Moment.js )<br> NORMALIZE.CSS [Bootstrap] (Copyright © Nicolas Gallagher and Jonathan Neal)<br> OLY1305-DONNA [bcprov-jdk15on] (by Andrew M (@floodyberry)) <br> QUNIT [Bootstrap] (Copyright 2013 jQuery Foundation and other contributors)<br> RUBY-MIT [Apache CXF] (Copyright (c) 2005-2006 David Heinemeier Hansson) <br> SLF4J (Copyright (c) 2004-2008 QOS.ch All rights reserved) <br> SOLVER.JAVA [SAT4J] (Copyright (c) 2003-2005 Niklas Een Niklas Sorensson) <br> THE BUFFER MODULE FROM NODE.JS [Bootstrap] (No copyright found) <br> TUSCANY_SCA [Tuscany] (github.com/apache/tuscany) <br> UTF8 APPENDABLE ABSTRACT BASE CLASS [Jetty] (Copyright (c) 2008-2009 Bjoern Hoehrmann<br> ZEROCLIPBOARD V1.3.5 [Bootstrap] (Copyright (c) 2014 Jon Rohan James M. Greene) <br> IS-DATA-DESCRIPTOR (Copyright (c) 2015-2017 Jon Schlinkert.),<br> MULTICAST-DNS (Copyright (c) 2015 Mathias Buus), IS-STREAM (Copyright<br> (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus. com)),<br> HTTP-PROXY-MIDDLEWARE (Copyright (c) 2015 Steven Chim), MIME (Copyright<br> (c) 2010 Benjamin Thomas Robert Kieffer), IS-FINITE (Copyright (c)<br> Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), MICROMATCH<br> (Copyright (c) 2014-2018 Jon Schlinkert.), PINKIE (Copyright (c)<br> Vsevolod Strukchinsky <floatdrop@gmail.com> (github. com/floatdrop)), DEL<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), READ-PKG-UP (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), LOADER-UTILS (Copyright<br> (c) 2012 - 2015 Tobias Koppers), CROSS-FETCH (Copyright (c) 2017<br> Leonardo Quixadá), DES (by Paul Tero), CONTENT-DISPOSITION (Copyright<br> (c) 2014-2017 Douglas Christopher Wilson), HTTP-BROWSERIFY (Copyright<br> (c) 2011 Dominic TarrCopyright (c) 2011 Dominic TarrCopyright (c) 2012<br> Tim Caswell), BABEL-RUNTIME (No copyright FOUND), RAF (Copyright 2013 Chris<br> Dickinson <chris@neversaw.us>), XML (Copyright (c) 2011- 2016 Dylan<br> Greene <dylang@gmail.com>), BENCHMARK.JS [Lodash] (Copyright 2010-2015<br> Mathias Bynens <http://mathiasbynens.be/>), ERRNO (## Copyright &<br> Licence*Copyright (c) 2012-2015 [Rod Vagg](https://github. com/rvagg)<br> ([@rvagg](https://twitter.com/rvagg))*), COMPONENT-EMITTER (Copyright<br> (c) 2014 Component contributors <dev@component.io>), BROWSER-PACK<br> (Required), DEFINE-PROPERTIES (Copyright (C) 2015 Jordan Harband),<br> ANSI-REGEX (Copyright (c) Sindre Sorhus <sindresorhus@gmail. com><br> (sindresorhus.com)), PROCESS-NEXTICK-ARGS (# Copyright (c) 2015 Calvin<br> Metcalf), COFFEESCRIPT COMPILER V1.2.0 [highlight.js] (No copyright<br> found), BONJOUR (Copyright (c) 2015-2016 Thomas Watson Steen), MKDIRP<br> (Copyright 2010 James Halliday (mail@substack.net)), MAP- VISIT<br> (Copyright (c) 2015-2017 Jon Schlinkert), ASYNC-EACH (Copyright (c) 2016<br> Paul Miller [(paulmillr.com)](http://paulmillr.com)),<br> REACT-ADDONS-TEST-UTILS (Copyright (c) 2013-present Facebook Inc.),<br> NORMALIZE.CSS V3.0.3 [Bootstrap] (Copyright © Nicolas Gallagher and<br> Jonathan Neal), ARRAY-UNION (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), COMPRESSION (Copyright (c)<br> 2014 Jonathan Ong <me@jongleberry.com>Copyright (c) 2014- 2015 Douglas<br> Christopher Wilson <doug@somethingdoug.com>), SIZZLE CSS SELECTOR<br> ENGINEV1.0: [jQuery] (Copyright 2009, The Dojo Foundation), P-MAP<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), OBJECT-INSPECT (Required), PROBE.JS [weld]<br> (Copyright 2011-2014 Twitter, Inc.), REACT-MARKDOWN (Copyright (c) 2015<br> Espen Hovlandsdal), QUNIT V1.23.1 [jQuery] (Copyright 2018 The jQuery<br> Foundation), REQUIREJS V2.1.22 [jQuery] (Copyright (c) 2010- 2015, The<br> Dojo Foundation All Rights Reserved), IS-NUMBER (Copyright (c) 2014-2017<br> Jon Schlinkert.), READDIRP (Copyright (c) 2012-2015 Thorsten Lorenz),<br> BOOTSTRAP.MIN.CSS [Spring-boot] (Copyright 2011-2018 The Bootstrap<br> Authors Copyright 2011-2018 Twitter, Inc.), LEXICAL-SCOPE (No Copyright<br> found), JQUERY.JS [jQuery] (Copyright 2018 The jQuery Foundation), DUAL<br> [jQuery] (Copyright 2010, John Resig), OBJECT-COPY (Copyright (c) 2016<br> Jon Schlinkert.), UNOBTRUSIVE SLIDER CONTROL (Copyright 2010, 2011,<br> Brian McAllister), MOOTOOLS [Esprima (node)] (Copyright (c) 2006-2010<br> [Valerio Proietti](http://mad4milk.net/).), OBJECT.PICK (Copyright (c)<br> 2014-2016 Jon Schlinkert.), @KYLESHOCKEY/JS-YAML (Copyright (C)<br> 2011-2015 by Vitaly Puzrin), QUNIT V1.12.0 [underscore.js] (Copyright<br> 2013 jQuery Foundation and other contributors), ESCAPE- STRING-REGEXP<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), CSSTYPE (Copyright (c) 2017-2018 Fredrik Nicol),<br> IS-BINARY-PATH (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), DEEP-EXTEND (Copyright (c) 2013-2018 Viacheslav<br> Lotsmanov), OS-TMPDIR (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), REGEXP. PROTOTYPE.FLAGS<br> (Copyright (C) 2014 Jordan Harband), DECODE-URI-COMPONENT (Copyright (c)<br> Sam Verschueren <sam.verschueren@gmail.com><br> (github.com/SamVerschueren)), REACT-IS (Copyright (c) Facebook Inc. and<br> its affiliates.), SIZZLE CSS (Copyright jQuery Foundation and other<br> contributors), SERIALIZE-ERROR (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), UNDERSCORE [Esprima<br> (node)] (Copyright (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and<br> Investigative Reporters & Editors), WHATWG-FETCH (Copyright (c)<br> 2014-2016 GitHub Inc.), JQUERY V1.9.0 [Apache CXF] ((c) 2005, 2012<br> jQuery Foundation, Inc), REPEAT-ELEMENT (Copyright (c) 2015- present Jon<br> Schlinkert.), ARRAY-FLATTEN (Copyright (c) 2014 Blake Embrey<br> (hello@blakeembrey.com)), REDUX (Copyright (c) 2015-present Dan<br> Abramov), OS-LOCALE (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), RESOLVE (Copyright (c)<br> 2012 James Halliday), HPACK.JS (Copyright Fedor Indutny 2015.),<br> SERVE-STATIC (Copyright (c) 2010 Sencha Inc.Copyright (c) 2011<br> LearnBoostCopyright (c) 2011 TJ HolowaychukCopyright (c) 2014-2016<br> Douglas Christopher Wilson), STRING.PROTOTYPE.REPEAT (Copyright Mathias<br> Bynens <http://mathiasbynens.be/>), WORKER-LOADER (Required), PROMISE<br> (Copyright (c) 2014 Forbes Lindesay), ARRAY-UNIQ (Copyright (c) Sindre<br> Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), IS- DATE-OBJECT<br> (Copyright (c) 2015 Jordan Harband), BROWSERIFY (Copyright Joyent Inc.<br> and other Node contributors.Copyright (c) 2008 Fair Oaks Labs Inc.),<br> PINKIE-PROMISE (Copyright (c) Vsevolod Strukchinsky<br> <floatdrop@gmail.com> (github.com/floatdrop)), REPEATING (Copyright (c)<br> Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), JSLITMUS.JS<br> [Lodash] (copyright Robert Kieffer <http://broofa.com/>),<br> IS-BOOLEAN-OBJECT (Copyright (c) 2015 Jordan Harband), STRIP-INDENT<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), LODASH-ES (Copyright JS Foundation and other<br> contributors <https://js.foundation/>Copyright and related rights for<br> sample code are waived via CC0. Sample), RET (Copyright (C) 2011 by Roly<br> Fentanes), /DIST/DIST-SITE.JS [RequireJS] (Copyright (c) 2010-2011, The<br> Dojo Foundation All Rights Reserved.), JQUERY-WIGGLE (Copyright not<br> found), DELAYED-STREAM (Copyright (c) 2011 Debuggable Limited<br> <felix@debuggable.com>), ENCODING (Copyright (c) 2012-2014 Andris<br> Reinman), GETBASE (No Copyright found), JS-BEAUTIFY (Copyright (c)<br> 2007-2018 Einar Lielmanis, Liam Newman, and contributors.),<br> PATH-IS-ABSOLUTE (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), XREGEXP 0.6.1 [jQuery BBQ] ((c) 2007- 2008 Steven<br> Levithan), IMMEDIATE (Copyright (c) 2012 Barnesandnoble.com llc Donavon<br> West Domenic Denicola Brian Cavalier), PIFY (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), STRIP-JSON- COMMENTS<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), URIX (Copyright (c) 2013 Simon Lydell), BASE-X<br> (Copyright base-x contributors (c) 2016), ES-TO-PRIMITIVE (Copyright (c)<br> 2015 Jordan Harband), FILENAME-REGEX (Copyright (c) 2014- 2015 2017 Jon<br> Schlinkert), REQUESTANIMATIONFRAME POLYFILL [JSON Editor] (No copyright<br> found. Author: Erik Möller. fixes from Paul Irish and Tino Zijdel),<br> FILL-RANGE (Copyright (c) 2014-2018 Jon Schlinkert.),<br> STRING.PROTOTYPE.TRIMLEFT (Copyright (c) 2015 Jordan Harband),<br> ESCAPE-HTML (Copyright (c) 2012-2013 TJ HolowaychukCopyright (c) 2015<br> Andreas LubbeCopyright (c) 2015 Tiancheng "Timothy" Gu),<br> COMMONMARK-REACT-RENDERER (Copyright (c) 2015 Espen Hovlandsdal),<br> MAP-OBJ (Copyright (c) Sindre Sorhus <sindresorhus@gmail. com><br> (sindresorhus.com)), UMD (Required), CACHE-BASE (Copyright (c) 2014-2017<br> Jon Schlinkert.), IS-EXTGLOB (Copyright (c) 2014-2015 Jon Schlinkert.),<br> JSJWS (Copyright (c) 2012 Kenji Urushima), NORMALIZE.CSS V2. 0.1<br> [underscore.js] (No copyright found), SAFER-BUFFER (Copyright (c) 2018<br> Nikita Skovoroda <chalkerx@gmail.com>), RECURSIVE OBJECT EXTENDING<br> (Copyright (c) 2013-2018 Viacheslav Lotsmanov), JQUERY JAVASCRIPT<br> LIBRARY V1.7.1 [RequireJS] (Copyright 2011, John Resig), LCID (Copyright<br> (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus. com)),<br> ASSIGN-SYMBOLS (Copyright (c) 2015 Jon Schlinkert.), REACT- COLLAPSE<br> (Copyright (c) 2015 Nik Butenko), ES-ABSTRACT (Copyright (C) 2015 Jordan<br> Harband), FAST-JSON-PATCH (Copyright (c) 2013 2014 Joachim Wester),<br> FAYE-WEBSOCKET (Copyright (c) 2010-2015 James Coglan),<br> CONNECT-HISTORY-API-FALLBACK (Copyright (c) 2012 Ben Ripkens<br> http://bripkens.de), UNDERSCORE.JS [JS-Beautify] (Copyright (c)<br> 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters &<br> Editors), FOR-IN (Copyright (c) 2014-2017 Jon Schlinkert), DNS-PACKET<br> (Copyright (c) 2016 Mathias Buus), PACKAGE.JSON (Copyright (c) 2011<br> Dominic Tarr), COOKIE-SIGNATURE (Copyright (c) 2012 LearnBoost<br> &lt;tj@learnboost.com&gt;), REQUIREJS (Copyright (c) 2010- 2014, The Dojo<br> Foundation), EVENT-EMITTER (Copyright (C) 2012-2015 Mariusz Nowak<br> (www.medikoo.com)), FRESH (Copyright (c) 2012 TJ Holowaychuk<br> <tj@vision-media.ca>Copyright (c) 2016-2017 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), INSERT-MODULE-GLOBALS (Required),<br> REQUIRE-DIRECTORY (Copyright (c) 2011 Troy Goode <troygoode@gmail.com>),<br> SERVE-INDEX (Copyright (c) 2010 Sencha Inc.Copyright (c) 2011<br> LearnBoostCopyright (c) 2011 TJ HolowaychukCopyright (c) 2014-2015<br> Douglas Christopher Wilson), LODASH [Velocity.js] (Copyright JS<br> Foundation and other contributors <https://js. foundation/>Copyright and<br> related rights for sample code are waived via CC0. Sample),<br> LODASH.ISARGUMENTS (Copyright jQuery Foundation and other contributors<br> <https://jquery.org/>Copyright and related rights for sample code are<br> waived via CC0. Sample), PARSE-BASE64VLQ-MAPPINGS (Copyright 2013<br> Thorsten Lorenz. Copyright (c) 2009-2011 Mozilla Foundation and<br> contributors), LODASH._REINTERPOLATE (Copyright 2012-2015 The Dojo<br> Foundation <http://dojofoundation.org/>), INVERT-KV (� [Sindre<br> Sorhus](http://sindresorhus.com)), PARSE-JSON (Copyright (c) Sindre<br> Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), TO- REGEX-RANGE<br> (Copyright (c) 2015-2017 Jon Schlinkert), IS-ARRAYISH (Copyright (c)<br> 2015 JD Ballard), BRACES (Copyright (c) 2014-2018 Jon Schlinkert.),<br> JQUERY V2.1.1 [highlight.js] ((c) 2005, 2014 jQuery Foundation, Inc.),<br> QUERYSTRING-BROWSER (Copyright (c) 2015 Mathias Rasmussen), STRING-WIDTH<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), REQUIREJS 2.1.9 (Copyright (c) 2010- 2012, The Dojo<br> Foundation), NAN (Copyright (c) 2018 NAN contributors), URL- PARSE<br> (Copyright (c) 2015 Unshift.io Arnout Kazemier the Contributors.),<br> EVENTEMITTER3 (Copyright (c) 2014 Arnout Kazemier), SIZZLETRI [jQuery]<br> (Copyright 2010, The Dojo Foundation), ISOBJECT (Copyright (c) 2014-2017<br> Jon Schlinkert.), SHCORE.JS [weld] ((c) 2007-2008 Steven Levithan),<br> COOKIE (Copyright (c) 2012-2014 Roman Shtylman<br> <shtylman@gmail.com>Copyright (c) 2015 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), COMBINED-STREAM (Copyright (c) 2011<br> Debuggable Limited <felix@debuggable.com>), IP (Copyright Fedor Indutny<br> 2012.), WEBSOCKET-EXTENSIONS (Copyright (c) 2014-2017 James Coglan),<br> READ-PKG (Copyright (c) Sindre Sorhus <sindresorhus@gmail. com><br> (sindresorhus.com)), JQUERY BBQ (Copyright © 2010-2012 "Cowboy" Ben<br> Alman), STRIP-BOM (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), EXTGLOB (Copyright (c) 2015-2017 Jon Schlinkert.),<br> LOUD-REJECTION (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), REQUIREJS-TEXT (Copyright (c) 2010- 2014, The Dojo<br> Foundation All Rights Reserved.), ETAG (Copyright (c) 2014- 2016 Douglas<br> Christopher Wilson), RANDOMATIC (Copyright (c) 2013-2017 Jon<br> Schlinkert.), UA-PARSER-JS (Copyright (c) 2012-2019 Faisal Salman<br> <<f@faisalman.com>>), REACT-REDUX (Copyright (c) 2015 Dan Abramov), GLOB<br> (Copyright (c) Isaac Z. Schlueter and Contributors), FINALHANDLER<br> (Copyright (c) 2014-2017 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), REQUIRES-PORT (Copyright (c) 2015 Unshift.io<br> Arnout Kazemier the Contributors.), OBJECT-IS (Copyright (c) 2014 Jordan<br> Harband), DEMO.JS (Copyright (c) 2015, Jon Schlinkert), INDEX.JS<br> (@author Feross Aboukhadijeh <feross@feross.org> <http: //feross.org>),<br> BACKBONE.JS [acorn] (Copyright (c) 2010-2016 Jeremy Ashkenas,<br> DocumentCloud and Investigative Reporters & Editors), JSON EDITOR<br> (Copyright (c) 2013 Jeremy Dorn), OPTIMIST (Copyright 2010 James<br> Halliday (mail@substack.net)), CRYPTO-BROWSERIFY (Required), PATH-TYPE<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), SYMBOL-OBSERVABLE (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)Copyright (c) Ben Lesh<br> <ben@benlesh.com>), JQUERY JAVASCRIPT LIBRARY V1.9.1 [jQuery] (Copyright<br> 2005, 2012 jQuery Foundation, Inc. and other contributors Copyright 2012<br> jQuery Foundation and other contributors), REDUX-LOGGER (Copyright (c)<br> 2016 Eugene Rodionov), REF_SEND.JS [Velocity.js] (Copyright 2007-2009<br> Tyler Close), MODERNIZR [acorn] (No Copyright Found), ATOB (Copyright<br> (c) 2015 AJ Oneal), JQUERY.VALIDATE.JS [Spring-boot] (Copyright (c) 2012<br> Jörn Zaefferer), GULP-HEADER (Copyright (c) 2013-2015 Michael J. Ryan<br> <tracker1> and GoDaddy.com), IS-GLOB (Copyright (c) 2014- 2016 Jon<br> Schlinkert.), PROTOTYPE [Esprima (node)] (Copyright 2009, The Dojo<br> Foundation), URL (Copyright Joyent Inc. and other Node contributors.),<br> SNAPDRAGON-NODE (Copyright (c) 2017 Jon Schlinkert), ES6- SYMBOL<br> (Copyright (C) 2013-2015 Mariusz Nowak (www.medikoo.com)), IS-CALLABLE<br> (Copyright (c) 2015 Jordan Harband), PATH-IS-INSIDE (Copyright ©<br> 2013–2016 Domenic Denicola <d@domenic.me> Copyright (C) 2004 Sam Hocevar<br> <sam@hocevar.net>), JSHINT LOOPFUNC [JSON Editor] (No copyright found.<br> Author: John Resig http://ejohn.org/), RANGE-PARSER (Copyright (c)<br> 2012-2014 TJ Holowaychuk <tj@vision-media.ca>Copyright (c) 2015-2016<br> Douglas Christopher Wilson <doug@somethingdoug.com),<br> (@MY-SCOPE/PACKAGE-A (No Copyright Found), SAFE-BUFFER (Copyright (c)<br> Feross Aboukhadijeh), JQUERY.COOKIES.2.2.0.JS   [SLF4J] (Copyright (c)<br> 2005 - 2010, James Auldridge, All rights reserved.), NORMALIZE-PATH<br> (Copyright (c) 2014-2017 Jon Schlinkert), SELFSIGNED (Copyright (c) 2013<br> José F. Romaniello), SOCKJS-CLIENT (Copyright (c) 2011- 2012 VMware<br> Inc.), USE (Copyright (c) 2015-present Jon Schlinkert.), IS- EQUAL<br> (Copyright (c) 2014 Jordan Harband), MOCHA (Copyright(c) 2011 TJ<br> Holowaychuk <tj@vision-media.ca>), BASE64-VLQ.JS (Copyright 2011 Mozilla<br> Foundation and contributors), PATH-TO-REGEXP (Copyright (c) 2014 Blake<br> Embrey (hello@blakeembrey.com)), EXTEND-SHALLOW (Copyright (c) 2014-2015<br> 2017 Jon Schlinkert.), BUFFER (Copyright (c) Feross Aboukhadijeh and<br> other contributors.), JQUERY UI [Apache Felix Webconsole] (Copyright<br> 2012 jQuery Foundation and other contributors), CODE-POINT- AT (Copyright<br> (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus. com)),<br> GRAPHQL-JAVA (Copyright (c) 2015 Andreas Marek and Contributors),<br> JQUERY-1.9.0.JS [Spring-boot] (Copyright 2005, 2012 jQuery Foundation,<br> Inc. and other contributors), ACCEPTS (Copyright (c) 2014 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2015 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), MS (Copyright (c) 2016 Zeit Inc.), JS-TOKENS<br> (Copyright (c) 2014 2015 2016 2017 2018 Simon Lydell), SIZZLE.JS [Apache<br> CXF] (Copyright 2005, 2012 jQuery Foundation, Inc. and other<br> contributors), QUERYSTRING (Copyright 2012 Irakli Gozalishvili. All<br> rights reserved.), PRESERVE (Copyright (c) 2014-2015 Jon Schlinkert.),<br> SOURCE-MAP-RESOLVE (Copyright (c) 2014 2015 2016 2017 Simon Lydell),<br> NUMBER-IS-NAN (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), ERROR-EX (Copyright (c) 2015 JD Ballard), REGEX-NOT<br> (Copyright (c) 2016 2018 Jon Schlinkert.), TRAVERSE (Copyright 2010<br> James Halliday (mail@substack.net)Copyright 2010 James Halliday<br> (mail@substack.net)), COMMONDIR (Copyright (c) 2013 James Halliday<br> (mail@substack.net)), MEOW (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), NODE-FETCH (Copyright (c)<br> 2016 David Frank), BINARY-EXTENSIONS (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), SIZZLECSS [jQuery]<br> (Copyright 2009, The Dojo Foundation), REGENERATOR-RUNTIME (Copyright<br> (c) 2014-present; Facebook; Inc.), DEEP-EQL (Copyright(c) 2013 Jake<br> Luer, jake@alogicalparadox.com), PROXY-ADDR (Copyright (c) 2014-2016<br> Douglas Christopher Wilson), TYPE-IS (Copyright (c) 2014 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2014-2015 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), ANGULARJS [acorn] (Copyright (c) 2010-2016<br> Google, Inc. http://angularjs.org), POSIX-CHARACTER-CLASSES (Copyright<br> (c) 2016-2017 Jon Schlinkert), ENCODE.JS (Copyright Joyent, Inc. and<br> other Node contributors.), BIG.JS (Copyright (c) 2012 Michael<br> Mclaughlin), SIZZLE CSS SELECTOR ENGINE [jQuery] (Copyright 2005, 2012<br> jQuery Foundation, Inc. and other contributors Copyright 2012 jQuery<br> Foundation and other contributors), PERFORMANCE-NOW (Copyright (c) 2013<br> Meryn Stol), JQUERY [Esprima (node)] (Copyright JS Foundation and other<br> contributors, https://js.foundation/), INTERNAL-IP (Copyright (c) Sindre<br> Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), JQUERY- 1.9.1.JS<br> [jQuery] (Copyright 2005, 2012 jQuery Foundation, Inc. and other<br> contributors Copyright 2012 jQuery Foundation and other contributors),<br> SIZZLE CSS SELECTOR ENGINE V1.0 [jQuery] (Copyright 2009, The Dojo<br> Foundation), MIME-TYPES (Copyright (c) 2014 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2015 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), JQUERY HASHCHANGE EVENT - V1.2 [jQuery BBQ]<br> (Copyright (c) 2010 "Cowboy" Ben Alman), IS-PATH-INSIDE (Copyright (c)<br> Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), JSDUMP<br> [Velocity.js] (Copyright (c) 2008 Ariel Flesler -<br> aflesler(at)gmail(dot)com), THUNKY (Copyright (c) 2018 Mathias Buus),<br> SELECT-HOSE (Copyright Fedor Indutny 2015.), DEEP-EQUAL (Copyright (c)<br> 2012 2013 2014 James Halliday <mail@substack.net> 2009 Thomas Robinson<br> <280north.com>), SYNTAX-ERROR (Required), UNION-VALUE (Copyright (c)<br> 2015-2017 Jon Schlinkert), @BRAINTREE/SANITIZE-URL (Copyright (c) 2017<br> Braintree), LODASH.TEMPLATE (Copyright OpenJS Foundation and other<br> contributors), BRACE-EXPANSION (Copyright (c) 2013 Julian Gruber<br> <julian@juliangruber.com>), RUBY [Apache CXF] (Copyright (c) 2005-2006<br> David Heinemeier Hansson), JQUERY 1.9.1 (c) 2005, 2012 jQuery<br> Foundation, Inc.), LODASH.ISARRAY (Copyright 2012-2015 The Dojo<br> Foundation <http://dojofoundation.org/>), OBJECT.OMIT (Copyright (c)<br> 2014-2016 Jon Schlinkert), CLASSGRAPH (Copyright (c) 2019 Luke<br> Hutchison), SHBRUSHJAVA.JS [Jandex] (Copyright (C) 2004- 2010 Alex<br> Gorbatchev), BYTES (Copyright (c) 2012-2014 TJ Holowaychuk<br> <tj@vision-media.ca>Copyright (c) 2015 Jed Watson <jed. watson@me.com>),<br> MONOREPO-SYMLINK-TES (No Copyright Found), NPO.JS [jQuery] (Copyright<br> (c) Kyle Simpson), IS-ARROW-FUNCTION (Copyright (c) 2013 Jordan<br> Harband), PASCALCASE (Copyright (c) 2015 Jon Schlinkert.), NEXT-TICK<br> (Copyright (C) 2012-2016 Mariusz Nowak), ESCAPETEXTCONTENTFORBROWSE<br> [acorn] (Copyright (c) 2012-2013 TJ Holowaychuk Copyright (c) 2015<br> Andreas Lubbe Copyright (c) 2015 Tiancheng "Timothy" Gu), NEEDLE<br> (Copyright (c) Fork Ltd.), WRAP-ANSI (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), IS-DOTFILE (Copyright (c)<br> 2015-2017 Jon Schlinkert), UTF8-BYTES (No copyright), YARGS (Copyright<br> 2010 James Halliday (mail@substack.net)Modified work Copyright 2014<br> Contributors (ben@npmjs.com)), DUPLEXER (Copyright (c) 2012 Raynos.),<br> EXPAND-RANGE (Copyright (c) 2014-2016 Jon Schlinkert.), FORM-DATA<br> (Copyright (c) 2012 Felix Geisendörfer (felix@debuggable. com) and<br> contributors), VARY (Copyright (c) 2014-2017 Douglas Christopher<br> Wilson), EE-FIRST (Copyright (c) 2014 Jonathan Ong me@jongleberry.com),<br> FSEVENTS (Copyright (C) 2010-2014 Philipp DunkelCopyright), FIND-UP<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), ACORN (Copyright (C) 2012-2018 by various<br> contributors (see AUTHORS)), BEZIER CURVE FUNCTION GENERATOR<br> [Velocity.js] (Copyright Gaetan Renaudeau), CHOKIDAR (Copyright (c) 2016<br> Paul Miller (http://paulmillr.com) & Elan Shanker), ASTW (Required),<br> CONVERT-SOURCE-MAP (Copyright 2013 Thorsten Lorenz.), SET- VALUE<br> (Copyright (c) 2014-2017 Jon Schlinkert), BODY-PARSER (Copyright (c)<br> 2014 Jonathan Ong <me@jongleberry.com>Copyright (c) 2014- 2015 Douglas<br> Christopher Wilson <doug@somethingdoug.com>), DEPD (Copyright (c)<br> 2014-2017 Douglas Christopher Wilson), COPY-DESCRIPTOR (Copyright (c)<br> 2015-2016 Jon Schlinkert), IS-PRIMITIVE (Copyright (c) 2014- 2015 Jon<br> Schlinkert.), SLF4J ((c) 2004-2013 QOS.ch All rights reserved. ),<br> GLOBBY (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), BALANCED-MATCH (Copyright (c) 2013 Julian Gruber<br> &lt;julian@juliangruber.com&gt;), OS-HOMEDIR (Copyright (c) Sindre<br> Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), HTTP- PROXY<br> (Copyright (c) 2010-2016 Charlie Robbins Jarrett Cruger & the<br> Contributors.), UNPIPE (Copyright (c) 2015 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), SIZZLE [jQuery] (Copyright 2012 jQuery<br> Foundation and other contributors), SIZZLE CSS SELECTOR ENGINEV1.0<br> [jQuery] (Copyright 2009, The Dojo Foundation), PUNYCODE (Copyright<br> Mathias Bynens <https://mathiasbynens.be/>), GLOB-BASE (Copyright (c)<br> 2015 Jon Schlinkert.), ON-FINISHED (Copyright (c) 2013 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2014 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), ISOMORPHIC-FORM-DATA (Copyright (c) 2012<br> Felix Geisendörfer (felix@debuggable.com) and contributors), JSON3<br> (Copyright (c) 2012-2015 Kit Cambridge.Copyright (c) 2013- 2015 Benjamin<br> Tan.), LIBMODULEMD (Copyright (c) 2017-2018 Stephen Gallagher<br> <sgallagh@redhat.com>), ZLIB-BROWSERIFY (No copyright found),<br> CLASS-UTILS (Copyright (c) 2015 2017-2018 Jon Schlinkert.),<br> @BABEL/RUNTIME-COREJS2 (Copyright (c) 2014-present Sebastian McKenzie<br> and other contributors), JSON5 (Copyright (c) 2012-2016 Aseem Kishore<br> and [others](https://github. com/aseemk/json5/contributors).),<br> REACT-DEBOUNCE-INPUT (Copyright (c) 2016 Nik Butenko),<br> REACT-OBJECT-INSPECTOR (Copyright (c) 2015 Xiaoyi Chen), UTIL-DEPRECATE<br> (Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate. net>), ARR-UNION<br> (Copyright (c) 2014-2016 Jon Schlinkert.), STATIC-EXTEND (Copyright (c)<br> 2016 Jon Schlinkert.), COOKIES [Apache Felix Webconsole] (Copyright (c)<br> 2005 - 2010, James Auldridge), IS-SYMBOL (Copyright (c) 2015 Jordan<br> Harband), JQUERY V1.11.3 ((c) 2005, 2015 jQuery Foundation, Inc.),<br> LODASH.KEYS (Copyright 2012-2015 The Dojo Foundation<br> <http://dojofoundation.org/>), TOIDENTIFIER (Copyright (c) 2016 Douglas<br> Christopher Wilson <doug@somethingdoug.com>), GET-STDIN (� [Sindre<br> Sorhus](http://sindresorhus.com)), MDURL (Copyright (c) 2015 Vitaly<br> Puzrin Alex Kocharin.Copyright Joyent Inc. and other Node contributors.<br> All rights reserved.), PERFECT-SCROLLBAR - V0.5.7 [highlight.js]<br> (Copyright (c) 2014 Hyunje Alex Jun), BACKBONE [Lodash] (Copyright (c)<br> 2010-2015 Jeremy Ashkenas, DocumentCloud), SUPPORTS-COLOR (Copyright (c)<br> Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), IS-ARGUMENTS<br> (Copyright (c) 2014 Jordan Harband), MEDIA-TYPER (Copyright (c) 2014<br> Douglas Christopher Wilson), RESOLVE-URL (Copyright (c) 2013 Simon<br> Lydell), IS-PATH-CWD (� [Sindre Sorhus](http: //sindresorhus.com)),<br> DEBUG.JS (Copyright (c) 2010-2011 Marcus Westin), JQUERY UI CSS<br> FRAMEWORK [jQuery BBQ] (Copyright (c) 2009 AUTHORS.txt<br> (http://jqueryui.com/about)), XML-BUT-PRETTIER (Copyright (c) 2015<br> Jonathan Persson), REACT-IMMUTABLE-PURE-COMPONENT (Copyright (c) 2017<br> Piotr Tomasz Monarski), THROUGH2 (Copyright (c) Rod Vagg (the "Original<br> Author") and additional contributors**), CONCAT-STREAM 0.1.1 (No<br> Copyright found), DELEGATES (Copyright (c) 2015 TJ Holowaychuk<br> <tj@vision-media.ca>), REACT-HEIGHT (Copyright (c) 2017 Nik Butenko),<br> SHELL-QUOTE (No copyright), COMMONMARK.JS (Copyright Mathias Bynens<br> <https://mathiasbynens.be/>), INLINE-SOURCE-MAP (Copyright 2013 Thorsten<br> Lorenz.), IS-PROMISE (Copyright (c) 2014 Forbes Lindesay), ENCODEURL<br> (Copyright (c) 2016 Douglas Christopher Wilson), ES6- ITERATOR (Copyright<br> (C) 2013-2017 Mariusz Nowak (www.medikoo.com)), THROUGH (Copyright (c)<br> 2011 Dominic TarrCopyright (c) 2011 Dominic Tarr), WEBAPP [Apache CXF]<br> (Copyright 2010, John Resig), LOAD-JSON-FILE (Copyright (c) Sindre<br> Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), SOCKJS (Copyright<br> (C) 2011 VMware Inc.), REQUIRE.JS [jQuery] (Copyright (c) 2010-2015, The<br> Dojo Foundation All Rights Reserved.), LIE (#Copyright (c) 2014-2018<br> Calvin Metcalf Jordan Harband), UUID.JS [Apache CXF] (Copyright (c) 2010<br> Robert Kieffer), EXPRESS (Copyright (c) 2009-2014 TJ Holowaychuk<br> <tj@vision-media.ca>Copyright (c) 2013-2014 Roman Shtylman<br> <shtylman+expressjs@gmail.com>Copyright (c) 2014-2015 Douglas<br> Christopher Wilson <doug@somethingdoug.com>), IS-POSIX- BRACKET<br> (Copyright (c) 2015-2016 Jon Schlinkert.), FUNCTION-BIND (Copyright (c)<br> 2013 Raynos.), RAF.JS [Velocity.js] (No copyright), SOURCE- MAP-URL<br> (Copyright (c) 2014 Simon Lydell), XTEND (Copyright (c) 2012-2014<br> Raynos.), PARSE-GLOB (Copyright (c) 2015 Jon Schlinkert.),<br> EXPAND-BRACKETS (Copyright (c) 2015-2016 Jon Schlinkert.), HANDLEBARS<br> [weld] (Copyright (C) 2011-2014 by Yehuda Katz), JSONPARSE (Copyright<br> (c) 2012 Tim Caswell), STRING_DECODER (Copyright Node.js contributors.<br> All rights reserved.Copyright Joyent Inc. and other Node contributors.<br> All rights reserved.), RFILE (Required), CREATE-REACT-CLASS (Copyright<br> (c) 2013-present Facebook Inc.), ES5-SHIM (Copyright (C) 2009-2016<br> Kristopher Michael Kowal and contributors), HAS (Copyright (c) 2013<br> Thiago de Arruda), DECAMELIZE (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), IS-PLAIN- OBJECT (Copyright<br> (c) 2014-2017 Jon Schlinkert.), IS-EQUAL-SHALLOW (Copyright (c) 2015 Jon<br> Schlinkert.), REACT-SPLIT-PANE (Copyright (c) 2015 tomkp), TIME-STAMP<br> (Copyright (c) 2015-present Jon Schlinkert.), STRIP-ANSI (Copyright (c)<br> Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), ON-HEADERS<br> (Copyright (c) 2014 Douglas Christopher Wilson), QUERYSTRINGIFY<br> (Copyright (c) 2015 Unshift.io Arnout Kazemier the Contributors.), BATCH<br> (Copyright (c) 2013 TJ Holowaychuk <tj@vision-media.ca>), BLUEBIRD<br> [Velocity.js] (Copyright (c) 2014 Petka Antonov), WBUF (Copyright Fedor<br> Indutny 2014.), OPN (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com>), JS-FILE-DOWNLOAD (Copyright 2017 Kenneth<br> Jiang), REMARKABLE (Copyright (c) 2014-2016; Jon Schlinkert Copyright<br> (c) 2014 Jon Schlinkert; Vitaly Puzrin.), PRR (Copyright (c) 2014 Rod<br> Vagg), IMMUTABLE (Copyright (c) 2014-present Facebook Inc.),<br> CONCAT-STREAM 0.0.8 (No Copyright found), @TYPES/REACT (Copyright (c)<br> Microsoft Corporation. All rights reserved.), OBJECT-ASSIGN [acorn]<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), STATUSES (Copyright (c) 2014 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2016 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), EMOJIS-LIST (Copyright © 2015 Kiko Beats),<br> SAFE-REGEX (No copyright), FOLLOW-REDIRECTS (Copyright 2014â €“present<br> Olivier Lalonde <olalonde@gmail.com> James Talmage <james@talmage.io><br> Ruben Verborgh), ISOMORPHIC-FETCH (Copyright (c) 2015 Matt Andrews),<br> NATIVE PROMISE ONLY V0.8.1 [jQuery] (Copyright (c) Kyle Simpson),<br> IS-BUFFER (Copyright (c) Feross Aboukhadijeh), CORE-JS (Copyright (c)<br> 2014-2019 Denis Pushkarev), UI TABS PAGING EXTENSION [Apache Felix<br> Webconsole] (Copyright (c) 2012,<br> http://seyfertdesign.com/jquery/ui-tabs-paging.html),<br> STRING.PROTOTYPE.TRIMRIGHT (Copyright (c) 2015 Jordan Harband),<br> VM-BROWSERIFY (No copyright found), SNAPDRAGON (Copyright (c) 2015-2016<br> Jon Schlinkert.), OBJECT-KEYS (Copyright (C) 2013 Jordan Harband),<br> CONTENT-TYPE (Copyright (c) 2015 Douglas Christopher Wilson),<br> SETIMMEDIATE (Copyright (c) 2012 Barnesandnoble.com llc Donavon West and<br> Domenic Denicola), LRU-QUEUE (Copyright (C) 2014 Mariusz Nowak<br> (www.medikoo.com)), DNS-EQUAL (Copyright (c) 2016 Thomas Watson Steen),<br> CORE-UTIL-IS (Copyright Node.js contributors. All rights reserved.),<br> ARGPARSE (Copyright (C) 2012 by Vitaly Puzrin), JS-YAML (Copyright (C)<br> 2011-2015 by Vitaly Puzrin), LODASH.DEBOUNCE (Copyright jQuery<br> Foundation and other contributors <https://jquery. org/>Copyright and<br> related rights for sample code are waived via CC0. Sample),<br> TRIM-NEWLINES (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), CONCAT-MAP (No copyright FOUND), PATH- EXISTS (Copyright<br> (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus. com)), SL4J<br> [Apache CXF] (Copyright (c) 2004-2007 QOS.ch), REGEX-CACHE (Copyright<br> (c) 2015-2017 Jon Schlinkert.), HAS-VALUES (Copyright (c) 2014-2017 Jon<br> Schlinkert), OBJECT.ENTRIES (Copyright (c) 2015 Jordan Harband), REDENT<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), BASE (Copyright (c) 2015-2017 Jon Schlinkert.),<br> FOR-OWN (Copyright (c) 2014-2015 2017 Jon Schlinkert), REACT-DOM<br> (Copyright (c) 2013-present Facebook Inc.), IS-WINDOWS (Copyright (c)<br> 2015-2018 Jon Schlinkert.), NORMALIZE.CSS [smallrye- reactive-messaging]<br> (Copyright 2011-2014 Twitter, Inc.), CAMELCASE-KEYS (Copyright (c)<br> Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)),<br> CSS-IN-JS-UTILS (Copyright (c) 2017 Robin Frischmann), MODULE-DEPS<br> (Required), TO-OBJECT-PATH (Copyright (c) 2015-2016 Jon Schlinkert.),<br> MIXIN-DEEP (Copyright (c) 2014-2015 2017 Jon Schlinkert.), NEGOTIATOR<br> (Copyright (c) 2012-2014 Federico RomeroCopyright (c) 2012- 2014 Isaac Z.<br> SchlueterCopyright (c) 2014-2015 Douglas Christopher Wilson),<br> HTTP-PARSER-JS (Copyright (c) 2015 Tim Caswell<br> (https://github.com/creationix) and other Copyright io.js contributors,<br> Copyright Node.js contributors. Copyright Joyent Inc. and other Node<br> contributors.), REACT (Copyright (c) 2013-present Facebook Inc.),<br> FRAGMENT-CACHE (Copyright (c) 2016-2017 Jon Schlinkert), BUFFER-INDEXOF<br> (Copyright (c) 2013 Ryan Day), PARSEURL (Copyright (c) 2014 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2014-2017 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), COLLECTION-VISIT (Copyright (c) 2015 2017 Jon<br> Schlinkert), GET-VALUE (Copyright (c) 2014-2016 Jon Schlinkert.),<br> KIND-OF (Copyright (c) 2014-2017 Jon Schlinkert.), MATH- RANDOM (No<br> copyright found), BROWSER-RESOLVE (Copyright (c) 2013-2015 Roman<br> Shtylman <shtylman@gmail.com>), QUNIT [jQuery BBQ] (Copyright 2013<br> jQuery Foundation and other contributors), SPLIT-STRING (Copyright (c)<br> 2015-2017 Jon Schlinkert.), SIZZLE CSS SELECTOR ENGINE V 1.0 [jQuery]<br> (Copyright 2009, The Dojo Foundation), RAW-BODY (Copyright (c) 2013-2014<br> Jonathan Ong <me@jongleberry.com>Copyright (c) 2014-2015 Douglas<br> Christopher Wilson <doug@somethingdoug.com>), HAS-FLAG (Copyright (c)<br> Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)),<br> REACT-HOT-LOADER (No copyright found), EMBER [acorn] (Copyright<br> 2011-2017 Tilde Inc. and contributors Portions Copyright 2006-2011<br> Strobe Inc. Portions Copyright 2008-2011 Apple Inc. All rights<br> reserved.), GITHUB.CSS [JS-Beautify] ((c) 2009-2014 Jeremy Ashkenas,<br> DocumentCloud and Investigative Reporters & Editors), DESTROY (Copyright<br> (c) 2014 Jonathan Ong me@jongleberry.com), FBJS (Copyright (c)<br> 2013-present Facebook Inc.), MINIMIST (No copyright FOUND), MATCHER (Copyright<br> (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus. com)),<br> BENCHMARK [Esprima (node)] (Copyright (C) 2010-2011 Mathias Bynens),<br> FORWARDED (Copyright (c) 2014-2017 Douglas Christopher Wilson),<br> INVARIANT (Copyright (c) 2013-present Facebook Inc.), REACT- HOT-API (No<br> copyright), JQUERY COLOR ANIMATIONS [jQuery BBQ] (Copyright 2010, John<br> Resig), CODEMIRROR [JS-Beautify] (Copyright (c) by Marijn Haverbeke and<br> others), FOLDCASE (Copyright Mathias Bynens), REPEAT-STRING (Copyright<br> (c) 2014-2016 Jon Schlinkert.), BUFFER-BROWSERIFY (Required),<br> MERGE-DESCRIPTORS (Copyright (c) 2013 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2015 Douglas Christopher Wilson<br> <doug@somethingdoug.com>), MULTICAST-DNS-SERVICE-TYPES (Copyright (c)<br> 2015 Mathias Buus), CONSOLE-BROWSERIFY (Copyright (c) 2012 Raynos.),<br> W3C-BLOB (Required), COMMON.JS (Copyright Joyent, Inc. and other Node<br> contributors.), COMPRESSIBLE (Copyright (c) 2013 Jonathan Ong<br> <me@jongleberry.com>Copyright (c) 2014 Jeremiah Senkpiel<br> <fishrock123@rocketmail.com>Copyright (c) 2015 Douglas Christopher<br> Wilson <doug@somethingdoug.com>), METHODS (Copyright (c) 2013-2014 TJ<br> Holowaychuk <tj@vision-media.ca>Copyright (c) 2015-2016 Douglas<br> Christopher Wilson <doug@somethingdoug.com>), HANDLE-THING (Copyright<br> Fedor Indutny 2015.), JQUERY SHIM [Velocity.js] ((C) 2014 The jQuery<br> Foundation), MAP-CACHE (Copyright (c) 2015-2016 Jon Schlinkert.),<br> CSS.ESCAPE (Copyright Mathias Bynens <https://mathiasbynens. be/>),<br> BOOTSTRAP [weld] (Copyright (c) 2011-2018 Twitter Inc.), VELOCITY.JS<br> (Copyright (c) 2014 Julian Shapiro), ARRAY-UNIQUE (Copyright (c)<br> 2014-2016 Jon Schlinkert), HTTP-ERRORS (Copyright (c) 2014 Jonathan Ong<br> me@jongleberry.comCopyright (c) 2016 Douglas Christopher Wilson<br> doug@somethingdoug.com), WEBSOCKET-MULTIPLEX (Copyright (c) 2017; Marek<br> Majkowski), LODASH.ISPLAINOBJECT (Copyright jQuery Foundation and other<br> contributors <https://jquery.org/>Copyright and related rights for<br> sample code are waived via CC0. Sample), ISARRAY (Copyright (c) 2013<br> Julian Gruber &lt;julian@juliangruber.com&gt;), CROSS-FETCH- POLYFILL<br> (Copyright (c) 2017 Leonardo Quixad�), UTILS-MERGE (Copyright (c)<br> 2013-2017 Jared Hanson), IS-GENERATOR-FUNCTION (Copyright (c) 2014<br> Jordan Harband), LOOSE-ENVIFY (Copyright (c) 2015 Andres Suarez<br> <zertosh@gmail.com>), JQUERY-MOBILE [Esprima (node)] (Copyright 2011,<br> The Dojo Foundation), ARR-FLATTEN (Copyright (c) 2014-2017 Jon<br> Schlinkert.), CALLSITE (No copyright FOUND), IS-UTF8 (Copyright (C) 2014 Wei<br> Fanzhe), JAVASCRIPT DEBUG - V0.3 [jQuery BBQ] (Copyright (c) 2009<br> "Cowboy" Ben Alman), DEEP-DIFF (Copyright (c) 2011-2013 Phillip Clark),<br> TO-REGEX (Copyright (c) 2016-2018 Jon Schlinkert.), NODE- STATIC<br> (Copyright (c) 2010 Alexis Sellier), ICONV-LITE (Copyright (c) 2011<br> Alexander Shtuchkin), EXPECT (Copyright (c) 2015 Michael Jackson),<br> SPDX-EXPRESSION-PARSE (Copyright (c) 2015 Kyle E. Mitchell & other<br> authors listed in AUTHORS), HTML-ENTITIES (Copyright (c) 2013 Dulin<br> Marat), INDENT-STRING (Copyright (c) Sindre Sorhus<br> <sindresorhus@gmail.com> (sindresorhus.com)), IPADDR.JS (Copyright (C)<br> 2011-2017 whitequark <whitequark@whitequark.org>), SNAPDRAGON-UTIL<br> (Copyright (c) 2017 Jon Schlinkert), LODASH.ASSIGN (Copyright jQuery<br> Foundation and other contributors <https://jquery. org/>Copyright and<br> related rights for sample code are waived via CC0. Sample),<br> IS-PATH-IN-CWD (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), IS-FULLWIDTH-CODE-POINT (Copyright (c) Sindre<br> Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), HAS- VALUE<br> (Copyright (c) 2014-2017 Jon Schlinkert), IS-ACCESSOR- DESCRIPTOR<br> (Copyright (c) 2015-2017 Jon Schlinkert.), SPDY (Copyright Fedor Indutny<br> 2015.), PORTFINDER (Copyright (c) 2012 Charlie Robbins), HAS-SYMBOLS<br> (Copyright (c) 2016 Jordan Harband), EVENTSOURCE (Copyright (c) 2012<br> 2013 2014 Aslak Hellesøy), UUID (Copyright (c) 2010-2016 Robert Kieffer<br> and other contributors), COMBINE-SOURCE-MAP (Copyright 2013 Thorsten<br> Lorenz.), CURRENTLY-UNHANDLED (Copyright (c) James Talmage<br> <james@talmage.io> (github.com/jamestalmage)), IS-STRING (Copyright (c)<br> 2015 Jordan Harband), WEBPACK-DEV-MIDDLEWARE (Copyright JS Foundation<br> and other contributors), WORDWRAP (No copyright found), OBUF (Copyright<br> Fedor Indutny 2015.), UTFSTRING (Copyright (c) 2016 Cameron Dutro),<br> JQUERY JAVASCRIPT LIBRARY V1.4.2 [jQuery] (Copyright 2010, John Resig),<br> JQUERY JAVASCRIPT LIBRARY V1.4.1 [jQuery BBQ] (Copyright 2010, John<br> Resig), LODASH._GETNATIVE (Copyright 2012-2015 The Dojo Foundation<br> <http://dojofoundation.org/>), WEBPACK-DEV-SERVER (Copyright JS<br> Foundation and other contributors), HTTP-DECEIVER (Copyright Fedor<br> Indutny 2015.), MOMENT.JS [weld] (No Copyright Found), RUGLIFY (No<br> Copyright found), MARKED (Copyright (c) 2011-2018, Christopher Jeffrey),<br> MINIZLIB (Copyright Isaac Z. Schlueter and Contributors Copyright<br> Node.js -contributors.), BRACE (Copyright 2013 Thorsten Lorenz.),<br> AUTOLINKER (Copyright (c) 2014 Gregory Jacobs (http://greg- jacobs.com)),<br> JSBN.JS (Copyright (c) 2005-2009 Tom Wu All Rights Reserved.), CAMELCASE<br> (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), CLASSNAMES (Copyright (c) 2017 Jed Watson),<br> NANOMATCH (Copyright (c) 2016-2018 Jon Schlinkert.),<br> @TYPES/INLINE-STYLE-PREFIXER (Copyright (c) Microsoft Corporation. All<br> rights reserved.), REACT-MOTION (Copyright (c) 2015 React Motion<br> authors), SHALLOWEQUAL (Copyright (c) 2015 Alberto Leal<br> <mailforalberto@gmail.com> (github.com/dashed)), XREGEXP [weld]<br> (Copyright (c) 2007-2008 Steven Levithan), DETECTIVE (Required),<br> FRAMER.JS [Velocity.js] (copyright Koen Bok), UNDERSCORE. STRING<br> (Copyright (c) 2011 Esa-Matti Suuronen esa-matti@suuronen. org), SEND<br> (Copyright (c) 2012 TJ HolowaychukCopyright (c) 2014-2016 Douglas<br> Christopher Wilson), JQUERY DOTDOTDOT (Copyright (c) Fred Heusschen),<br> UNSET-VALUE (Copyright (c) 2015 2017 Jon Schlinkert), DNS- TXT (Copyright<br> (c) 2015 Thomas Watson Steen), SCROLL-TO-ELEMENT (Copyright (c)<br> {{{year}}} {{{fullname}}}), REACT-IMMUTABLE-PROPTYPES (Copyright (c)<br> 2015 James Burnett), MEMOIZEE (Copyright (C) 2012-2016 Mariusz Nowak<br> (www.medikoo.com)), PATH-PARSE (Copyright (c) 2015 Javier Blanco),<br> LODASH.TEMPLATESETTINGS (Copyright OpenJS Foundation and other<br> contributors), ASAP (Copyright 2009–2014 Contributors. All rights<br> reserved.), PLATFORM [Esprima (node)] (Copyright (c) 2010- 2012<br> John-David Dalton), ZEPTO.JS [Velocity.js] ((c) 2010-2014 Thomas Fuchs),<br> INLINE-STYLE-PREFIXER (Copyright (c) 2015 Robin Frischmann),<br> IS-DESCRIPTOR (Copyright (c) 2015-2017 Jon Schlinkert.), Q. JS<br> [Velocity.js] (Copyright 2009-2012 Kris Kowal), SPDY- TRANSPORT<br> (Copyright Fedor Indutny 2015.), MIME-DB (Copyright (c) 2014 Jonathan<br> Ong me@jongleberry.com), SIZZLE CSS SELECTOR ENGINE - V1.0 [jQuery]<br> (2009, The Dojo Foundation), BOWSER (Copyright 2015 Dustin Diaz (the<br> "Original Author")), JQUERY JAVASCRIPT LIBRARY V1.3.2 [jQuery BBQ]<br> (Copyright 2010, John Resig), BASE64-JS (Copyright (c) 2014 Jameson<br> Little), OBJECT-VISIT (Copyright (c) 2015 2017 Jon Schlinkert), PROCESS<br> (Copyright (c) 2013 Roman Shtylman <shtylman@gmail.com>), DEBUG<br> (Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>), ORIGINAL<br> (Copyright (c) 2015 Unshift.io Arnout Kazemier the Contributors.),<br> ARRAY-FIND-INDEX (Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br> (sindresorhus.com)), IS-REGEX (Copyright (c) 2014 Jordan Harband),<br> MEMORY-FS (Copyright (c) 2012-2014 Tobias Koppers), ASYNC (Copyright (c)<br> 2010-2018 Caolan McMahon), REACT-STYLE-PROPTYPE (Copyright 2016 Frankie<br> Bagnardi <f.bagnardi@gmail.com>), READABLE-STREAM (Copyright Node.js<br> contributors. All rights reserved.Copyright Joyent Inc. and other Node<br> contributors. All rights reserved.), RESELECT (Copyright (c) 2015-2016<br> Reselect Contributors), JQUERY V1.7.2 [SLF4J] (No copyright statement<br> found), JAVASCRIPT DIFF ALGORITHM [underscore.js] (No copyright found),<br> HANDLEBARS-V2.0.0.JS [weld] (Copyright (C) 2011-2014 by Yehuda Katz),<br> @KYLESHOCKEY/OBJECT-ASSIGN-DEEP (Required), IS-EXTENDABLE (Copyright (c)<br> 2015-2017 Jon Schlinkert.), IS-NUMBER-OBJECT (Copyright (c) 2015 Jordan<br> Harband), ARR-DIFF (Copyright (c) 2014-2015 Jon Schlinkert.),<br> DEFINE-PROPERTY (Copyright (c) 2015-2018 Jon Schlinkert.)<br> <br> ast ( Copyright (c) 2011-2013 Peter Zotov <whitequark@whitequark.org> )<br> Blueprint CSS Framework 0.9 ( Copyright (c) 2007-Present )<br> builder ( Copyright (c) 2003-2012 Jim Weirich (jim. weirich@gmail.com) )<br> Bundler ( # Portions copyright (c) 2010 Andre Arko # Portions copyright (c) 2009 Engine Yard )<br> crack ( Copyright (c) 2004-2008 David Heinemeier Hansson )<br> crack ( No copyright FOUND)<br> diff-lcs ( Copyright 2004–2013 Austin Ziegler. Adapted from Algorithm::Diff (Perl) by Ned Konz and a Smalltalk version by Mario I. Wolczko. )<br> docile ( Copyright (c) 2012-2021 Marc Siegel )<br> hashdiff ( Copyright (c) 2012 Liu Fengyun )<br> jQuery ( Copyright JS Foundation and other contributors )<br> jQuery ( Copyright (c) 2009 jQuery contributors )<br> jQuery Autocomplete ( Copyright (c) 2009 Jörn Zaefferer )<br> jquery colorbox ( Copyright (c) 2016 Jack Moore )<br> jquery datatables ( ©2008-2019 SpryMedia Ltd - datatables. net/license )<br> jquery timeago ( Copyright (c) 2008-2019, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) )<br> jQuery-ui ( Copyright 2010, AUTHORS.txt (http://jqueryui. com/about) )<br> Json.rb ( Copyright (c) 2004-2008 David Heinemeier Hansson )<br> mustermann ( Copyright (c) 2013-2017 Konstantin HaaseCopyright (c) 2016-2017 Zachary Scott )<br> parser ( No copyright FOUND)<br> powerpack ( Copyright (c) 2013 Bozhidar Batsov )<br> public_suffix ( Copyright (c) 2009-2020 Simone Carletti <weppos@weppos.net> )<br> rack ( Copyright (C) 2007-2019 Leah Neukirchen <http: //leahneukirchen.org/infopage.html> )<br> rack-protection ( Copyright (c) 2011-2017 Konstantin HaaseCopyright (c) 2015-2017 Zachary Scott )<br> rake ( Copyright (c) Jim Weirich )<br> redcarpet ( Copyright (c) 2009, Natacha Porté Copyright (c) 2015, Vicent Marti )<br> reloader ( Copyright (C) 2009-2018 Michael Fellinger <m. fellinger@gmail.com> )<br> rspec ( Copyright © 2009 Chad Humphries, David Chelimsky Copyright © 2006 David Chelimsky, <br> The RSpec Development Team Copyright © 2005 Steven Baker )<br> rspec-core ( Copyright © 2012 David Chelimsky, Myron Marston Copyright © 2006 David Chelimsky, <br> The RSpec Development Team Copyright © 2005 Steven Baker )<br> rspec-expectations ( Copyright © 2012 David Chelimsky, Myron Marston Copyright © 2006 David Chelimsky, <br> The RSpec Development Team Copyright © 2005 Steven Baker )<br> rspec-mocks ( Copyright © 2012 David Chelimsky, Myron Marston Copyright © 2006 David Chelimsky, <br> The RSpec Development Team Copyright © 2005 Steven Baker )<br> rspec-support ( Copyright © 2013 David Chelimsky, Myron Marston, Jon Rowe, Sam Phippen, Xavier Shay, <br> Bradley Schaefer )<br> rubocop-rake ( Copyright (c) 2019 Masataka Pocke Kuwabara )<br> ruby-progressbar ( Copyright (c) 2010-2019 The Kompanee, Ltd )<br> simplecov ( Copyright (c) 2010-2017 Christoph Olszowka )<br> simplecov_json_formatter ( No copyright FOUND)<br> simplecov-html ( Copyright (c) 2010-2013 Christoph Olszowka )<br> sinatra ( Copyright (c) 2007 2008 2009 Blake MizeranyCopyright (c) 2010-2017 Konstantin HaaseCopyright (c) 2015-2017 Zachary Scott )<br> solargraph ( No copyright FOUND)<br> Templater actions ( Copyright Jonas Nicklas and Michael S. Klishin )<br> thor ( Copyright (c) 2008 Yehuda Katz, Eric Hodel, et al. )<br> tilt ( Copyright (c) 2010-2016 Ryan Tomayko <http: //tomayko.com/about> )<br> unicode-display_width ( Copyright (c) 2011, 2015-2020 Jan Lelis )<br> version_checker.rb ( Copyright (c) 2010-2012 Myron Marston )<br> webmock ( Copyright (c) 2009-2010 Bartosz Blimke )<br> yard ( Copyright (c) 2007-2018 Loren Segal )<br> debug (node)(Copyright (c) 2014 TJ Holowaychuk <tj@vision- media.ca>)<br> <br> <br> Permission is hereby granted, free of charge, to any person obtaining a <br> copy of this software and associated documentation files (the <br> "Software"), to deal in the Software without restriction, including <br> without limitation the rights to use, copy, modify, merge, publish, <br> distribute, sublicense, and/or sell copies of the Software, and to <br> permit persons to whom the Software is furnished to do so, subject to <br> the following conditions: <br> <br> The above copyright notice and this permission notice shall be included <br> in all copies or substantial portions of the Software. <br> <br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS <br> OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF <br> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. <br> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY <br> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, <br> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE <br> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. <br> <br> END OF MIT LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> MIT-EQUIVALENT<br> <br> Require.i18n.js<br> <br> Copyright jQuery Foundation and other contributors, https: //jquery.org/<br> <br> This software consists of voluntary contributions made by many<br> individuals. For exact contribution history, see the revision history<br> available at https://github.com/requirejs/i18n<br> <br> The following license applies to all parts of this software except as<br> documented below:<br> <br> ====<br> <br> Permission is hereby granted, free of charge, to any person obtaining<br> a copy of this software and associated documentation files (the<br> "Software"), to deal in the Software without restriction, including<br> without limitation the rights to use, copy, modify, merge, publish,<br> distribute, sublicense, and/or sell copies of the Software, and to<br> permit persons to whom the Software is furnished to do so, subject to<br> the following conditions:<br> <br> The above copyright notice and this permission notice shall be<br> included in all copies or substantial portions of the Software.<br> <br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,<br> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF<br> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND<br> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE<br> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION<br> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION<br> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<br> <br> END OF MIT-EQUIVALENT LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> MOZILLA PUBLIC LICENSE, VERSION 1.0<br> <br> The Program includes some or all of the following that IBM obtained <br> under the Mozilla Public License, Version 1.0 (source code available via <br> the indicated URL): <br> <br> SAMPLE_CALCULATOR [Tuscany] (http://archive.apache. org/dist/tuscany/java/sca/1.5.1/), MAIN/RELEASE [Tuscany] (http://archive.apache. org/dist/tuscany/java/sca/1.5.1/)<br> <br> END OF MOZILLA PUBLIC LICENSE, VERSION 1.0 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> MOZILLA PUBLIC LICENSE, VERSION 1.1<br> <br> The Program includes some or all of the following that IBM obtained <br> under the Mozilla Public License, Version 1.1 (source code available via <br> the indicated URL): <br> <br> ECLIPSE.GMF [Eclipse GMF Runtime]<br> (http://www.mozilla.org/MPL/MPL-1.1.html), XMLGRAPHICS- BATIK-BATIK/RHINO<br> [Apache Batik] (http://www.mozilla.org/rhino), SWT MOZILLA/COMMON<br> [Eclipse SWT] (http://www.mozilla.org/MPL/), RHINO 1.6R1 [javax.xml]<br> (http://central.maven. org/maven2/org/eclipse/birt/runtime/javax.xml/1.3.4.v201005080400/),<br> LICENSES/MPL-1.1.TXT [Apache CXF] (github.com/apache/cxf), MAIN/RELEASE [Tuscany]<br> (github.com/apache/tuscany), XMLGRAPHICS-BATIK-BATIK [Apache Batik] (github.com/apache/batik)<br> JS_IMPLEMENTED [Esprima (node)] (Copyright (C) 2004 the Initial<br> Developer.)<br> <br> END OF MOZILLA PUBLIC LICENSE, VERSION 1.1 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> MOZILLA PUBLIC LICENSE, VERSION 2.0<br> <br> The Program includes some or all of the following that IBM obtained <br> under the Mozilla Public License, Version 2.0 (source code available via <br> the indicated URL): <br> <br> APPENDED-RESOURCES [Apache CXF] (http://mozilla.org/MPL/2. 0/)<br> TRANSPORT [Apache CXF] (https://github. com/apache/cxf/tree/cxf-3.2.0)<br> <br> END OF MOZILLA PUBLIC LICENSE, VERSION 2.0 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2<br> <br> The Program includes some or all of the following that IBM obtained<br> under the Python License:<br> <br> ARRAYUTIL [Lucene]<br> <br> 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), <br> and the Individual or Organization ("Licensee") accessing and otherwise <br> using this software ("Python") in source or binary form and its associated documentation.<br> 2. Subject to the terms and conditions of this License Agreement, PSF hereby <br> grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, <br> analyze, test, perform and/or display publicly, prepare derivative works, distribute, <br> and otherwise use Python alone or in any derivative version, provided, however, <br> that PSF's License Agreement and PSF's notice of <br> <br> copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; <br> All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.<br> <br> 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.<br> 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.<br> 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.<br> 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.<br> 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.<br> 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement.<br> <br> END OF PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> UNICODE<br> <br> The Program includes some or all of the following works licensed under<br> the UNICODE<br> <br> APPENDED-RESOURCES/DFS-2015 [Apache Abdera]<br> <br> Unicode® Copyright and Terms of Use<br> <br> For the general privacy policy governing access to this site, see the Unicode Privacy Policy.<br> <br> Unicode Copyright<br> Copyright © 1991-2019 Unicode, Inc. All rights reserved.<br> Definitions<br> <br> Unicode Data Files ("DATA FILES") include all data files under the directories:<br> https://www.unicode.org/Public/<br> https://www.unicode.org/reports/<br> https://www.unicode.org/ivd/data/<br> <br> Unicode Data Files do not include PDF online code charts under the directory:<br> https://www.unicode.org/Public/<br> <br> Unicode Software ("SOFTWARE") includes any source code published in the Unicode Standard<br> or any source code or compiled code under the directories:<br> https://www.unicode.org/Public/PROGRAMS/<br> https://www.unicode.org/Public/cldr/<br> http://site.icu-project.org/download/<br> <br> Terms of Use<br> Certain documents and files on this website contain a legend indicating that "Modification <br> is permitted." Any person is hereby authorized, without fee, to modify such documents and files to <br> create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein.<br> Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all <br> documents and files, subject to the Terms and Conditions herein.<br> Further specifications of rights and restrictions pertaining to the use of the Unicode DATA <br> FILES and SOFTWARE can be found in the Unicode Data Files and Software License.<br> Each version of the Unicode Standard has further specifications of rights and restrictions of <br> use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page.<br> The Unicode PDF online code charts carry specific restrictions. Those restrictions are incorporated <br> as the first page of each PDF code chart.<br> All other files, including online documentation of the core specification for Unicode 6.0 and later, <br> are covered under these general Terms of Use.<br> No license is granted to "mirror" the Unicode website where a fee is charged for access to the <br> "mirror" site.<br> Modification is not permitted with respect to this document. All copies of this document must be <br> verbatim.<br> Restricted Rights Legend<br> Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed <br> exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For <br> technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in <br> DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in <br> accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government <br> is subject to the restrictions set forth in this Agreement.<br> Warranties and Disclaimers<br> This publication and/or website may include technical or typographical errors or other inaccuracies. <br> Changes are periodically added to the information herein; these changes will be incorporated in new editions <br> of the publication and/or website. Unicode, Inc. may make improvements and/or changes in the product(s) and/or <br> program(s) described in this publication and/or website at any time.<br> If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive <br> remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.<br> EXCEPT AS PROVIDED IN SECTION E.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY <br> OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE, INC. AND ITS LICENSORS ASSUME NO RESPONSIBILITY <br> FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED <br> TO THIS PUBLICATION OR THE UNICODE WEBSITE.<br> Waiver of Damages<br> <br> <br> END OF UNICODE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> UNIQUE<br> <br> OCBBlockCipher<br> <br> Copyright (c) 2014 IETF Trust and the persons identified as the<br> document authors. All rights reserved.<br> <br> This document is subject to BCP 78 and the IETF Trust's Legal<br> Provisions Relating to IETF Documents<br> (http://trustee.ietf.org/license-info) in effect on the date of<br> publication of this document. Please review these documents<br> carefully, as they describe your rights and restrictions with respect<br> to this document.<br> <br> <br> END OF UNIQUE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> W3C SOFTWARE LICENSE<br> <br> The Program includes some or all of the following that IBM obtained<br> under the W3C Software Notice and License:<br> <br> XPATHSTYLESHEETDOM3EXCEPTION.JAVA [serializer], DOM SOFTWARE [Xerces-J],<br> W3C DOM.EVENTS, LICENSES/W3C [Apache CXF], XPATH [serializer], W3C<br> DOM.SVG, TUSCANY_SCA [Tuscany], SCA-API [Tuscany],<br> XMLGRAPHICS-BATIK-BATIK [Apache Batik],<br> XMLGRAPHICS-BATIK-BATIK/DOM-SOFTWARE [Apache Batik], W3C DOM.SAC, W3C<br> DOM.SMIL<br> WS-ADDR-WSDL.XSD [Apache CXF]<br> XENC-SCHEMA [Apache CXF]<br> <br> W3C® SOFTWARE NOTICE AND LICENSE<br> <br> Copyright © 1994-2001 World Wide Web Consortium, (Massachusetts <br> Institute of Technology, Institut National de Recherche en Informatique <br> et en Automatique, Keio University). All Rights Reserved. <br> http://www.w3.org/Consortium/Legal/ <br> <br> This W3C work (including software, documents, or other related items) is <br> being provided by the copyright holders under the following license. By <br> obtaining, using and/or copying this work, you (the licensee) agree that <br> you have read, understood, and will comply with the following terms and <br> conditions: <br> <br> Permission to use, copy, modify, and distribute this software and its <br> documentation, with or without modification, for any purpose and without <br> fee or royalty is hereby granted, provided that you include the <br> following on ALL copies of the software and documentation or portions <br> thereof, including modifications, that you make: <br> <br> <br> 1. The full text of this NOTICE in a location viewable to users of<br> the redistributed or derivative work.<br> <br> 2. Any pre-existing intellectual property disclaimers, notices, or<br> terms and conditions. If none exist, a short notice of the<br> following form (hypertext is preferred, text is permitted) should<br> be used within the body of any redistributed or derivative code:<br> "Copyright © [$date-of-software] World Wide Web Consortium,<br> (Massachusetts Institute of Technology, Institut National de<br> Recherche en Informatique et en Automatique, Keio University).<br> All Rights Reserved. http://www.w3. org/Consortium/Legal/"<br> <br> 3. Notice of any changes or modifications to the W3C files,<br> including the date changes were made. (We recommend you provide<br> URIs to the location from which the code is derived.)<br> <br> THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT <br> HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, <br> INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS <br> FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR <br> DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, <br> TRADEMARKS OR OTHER RIGHTS. <br> <br> COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL <br> OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR <br> DOCUMENTATION. <br> <br> The name and trademarks of copyright holders may NOT be used in <br> advertising or publicity pertaining to the software without specific, <br> written prior permission. Title to copyright in this software and any <br> associated documentation will at all times remain with copyright <br> holders. <br> <br> END OF W3C SOFTWARE LICENSE NOTICES AND INFORMATION<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> END OF IBM WEBSPHERE APPLICATION SERVER NOTICES AND INFORMATION <br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> END OF NOTICE FILE<br> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br> L/N: L-CTUR-C89KGV<br> D/N: L-CTUR-C89KGV<br> P/N: L-CTUR-C89KGV<br> </BODY> </HTML>
37.161167
116
0.716337
d2640e2abf185def5406b4cd869adc13026ba1ec
6,351
php
PHP
application/views/admin/index.php
Lestariutm/Shop_Hijaber
ee1dfe723bf742ea0481a5af1fc33f22b9633d9c
[ "MIT" ]
null
null
null
application/views/admin/index.php
Lestariutm/Shop_Hijaber
ee1dfe723bf742ea0481a5af1fc33f22b9633d9c
[ "MIT" ]
null
null
null
application/views/admin/index.php
Lestariutm/Shop_Hijaber
ee1dfe723bf742ea0481a5af1fc33f22b9633d9c
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bootsrtap Free Admin Template - SIMINTA | Admin Dashboad Template</title> <!-- Core CSS - Include with every page --> <link href="<?php echo base_url(); ?>admin/plugins/bootstrap/bootstrap.css" rel="stylesheet" /> <link href="<?php echo base_url(); ?>admin/font-awesome/css/font-awesome.css" rel="stylesheet" /> <link href="<?php echo base_url(); ?>admin/plugins/pace/pace-theme-big-counter.css" rel="stylesheet" /> <link href="<?php echo base_url(); ?>admin/css/style.css" rel="stylesheet" /> <link href="<?php echo base_url(); ?>admin/css/main-style.css" rel="stylesheet" /> <!-- Page-Level CSS --> <link href="<?php echo base_url(); ?>admin/plugins/morris/morris-0.4.3.min.css" rel="stylesheet" /> </head> <body> <!-- wrapper --> <div id="wrapper"> <!-- navbar top --> <nav class="navbar navbar-default navbar-fixed-top" role="navigation" id="navbar"> <!-- navbar-header --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".sidebar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html"> <h1 style="margin-left: 10px; margin-top: -0px; color: white;">Shop_Hijaber</h1> </a> </div> <!-- end navbar-header --> <!-- navbar-top-links --> <ul class="nav navbar-top-links navbar-right"> <!-- main dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-user fa-3x"></i> </a> <!-- dropdown user--> <ul class="dropdown-menu dropdown-user"> <li><a href="#"><i class="fa fa-user fa-fw"></i>User Profile</a> </li> <li><a href="#"><i class="fa fa-gear fa-fw"></i>Settings</a> </li> <li class="divider"></li> <li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i>Logout</a> </li> </ul> <!-- end dropdown-user --> </li> <!-- end main dropdown --> </ul> <!-- end navbar-top-links --> </nav> <!-- end navbar top --> <!-- navbar side --> <nav class="navbar-default navbar-static-side" role="navigation"> <!-- sidebar-collapse --> <div class="sidebar-collapse"> <!-- side-menu --> <ul class="nav" id="side-menu"> <li> <!-- user image section--> <div class="user-section"> <div class="user-info"> <div>Tela<strong>Handayani</strong></div> <div class="user-text-online"> <span class="user-circle-online btn btn-success btn-circle "></span>&nbsp;Online </div> </div> </div> <!--end user image section--> </li> <li class="sidebar-search"> <!-- search section--> <div class="input-group custom-search-form"> <input type="text" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button class="btn btn-default" type="button"> <i class="fa fa-search"></i> </button> </span> </div> <!--end search section--> </li> <li class="selected"> <a href="<?php echo base_url().'index.php/Admin'; ?>"><i class="fa fa-dashboard fa-fw"></i>Dashboard</a> </li> <li> <a href="<?php echo base_url().'index.php/Admin_kerudung'; ?>"><i class="fa fa-edit fa-fw"></i>Kerudung</a> </li> <li> <a href="<?php echo base_url().'index.php/Admin_busana'; ?>"><i class="fa fa-edit fa-fw"></i>Busana Muslimah</a> </li> </ul> <!-- end side-menu --> </div> <!-- end sidebar-collapse --> </nav> <!-- end navbar side --> <!-- page-wrapper --> <div id="page-wrapper"> <div class="row"> <!-- Page Header --> <div class="col-lg-12"> <?php $data['query']= isset($query) ? $query : []; $this->load->view($content,$data); ?> </div> </div> </div> <!-- end page-wrapper --> </div> <!-- end wrapper --> <!-- Core Scripts - Include with every page --> <script src="<?php echo base_url(); ?>admin/plugins/jquery-1.10.2.js"></script> <script src="<?php echo base_url(); ?>admin/plugins/bootstrap/bootstrap.min.js"></script> <script src="<?php echo base_url(); ?>admin/plugins/metisMenu/jquery.metisMenu.js"></script> <script src="<?php echo base_url(); ?>admin/plugins/pace/pace.js"></script> <script src="<?php echo base_url(); ?>admin/scripts/siminta.js"></script> <!-- Page-Level Plugin Scripts--> <script src="<?php echo base_url(); ?>admin/plugins/morris/raphael-2.1.0.min.js"></script> <script src="<?php echo base_url(); ?>admin/plugins/morris/morris.js"></script> <script src="<?php echo base_url(); ?>admin/scripts/dashboard-demo.js"></script> </body> </html>
46.021739
136
0.454259
3bad77a08049512d5799ab4384ad3a673ef129c5
1,563
h
C
src/GFSAdminClient.h
pauldardeau/lachepas
72dfd805d6df319156a7b8954c571b96acf5c1bf
[ "BSD-3-Clause" ]
null
null
null
src/GFSAdminClient.h
pauldardeau/lachepas
72dfd805d6df319156a7b8954c571b96acf5c1bf
[ "BSD-3-Clause" ]
1
2016-08-06T03:24:30.000Z
2016-08-06T03:24:30.000Z
src/GFSAdminClient.h
pauldardeau/lachepas
72dfd805d6df319156a7b8954c571b96acf5c1bf
[ "BSD-3-Clause" ]
null
null
null
// Copyright Paul Dardeau, 2016 #ifndef LACHEPAS_GFSADMINCLIENT_H #define LACHEPAS_GFSADMINCLIENT_H #include <string> #include <vector> #include <map> #include <memory> #include "GFSOptions.h" #include "KeyValuePairs.h" #include "Vault.h" namespace lachepas { class DataAccess; class LocalDirectory; class StorageNode; /** * */ class GFSAdminClient { public: /** * Constructs a GFSAdminClient instance using the specified options * @param gfsOptions * @see GFSOptions() */ GFSAdminClient(const GFSOptions& gfsOptions); /** * Destructor */ ~GFSAdminClient(); /** * * @return */ bool listDevices(); /** * * @return */ bool statCpu(); /** * * @return */ bool statDevice(); /** * * @return */ bool statIO(); /** * * @return */ bool statVM(); /** * * @return */ bool sysInfo(); /** * * @return */ bool sysUptime(); /** * * @return */ bool lastFileRetrieve(); /** * * @return */ bool lastFileUpdate(); private: std::map<std::string, Vault> m_mapNodeToVault; std::vector<StorageNode> m_listNodes; std::string m_currentDir; std::string m_baseDir; std::string m_metaDataDBFile; std::string m_messagingService; DataAccess* m_dataAccess; GFSOptions m_gfsOptions; int m_localDirectoryId; int m_localDirectoryPathLength; bool m_debugPrint; }; } #endif
13.955357
70
0.564939
fb77291add525462caa1770f12a2ebe3d2b5bef0
15,202
h
C
src/NodeLink.h
2kranki/libCmn
4f9db4c9c8e2dff64e1c741dc1c11e9f3b5d07ce
[ "Unlicense" ]
2
2017-03-23T15:23:56.000Z
2021-03-04T09:54:54.000Z
src/NodeLink.h
2kranki/libCmn
4f9db4c9c8e2dff64e1c741dc1c11e9f3b5d07ce
[ "Unlicense" ]
null
null
null
src/NodeLink.h
2kranki/libCmn
4f9db4c9c8e2dff64e1c741dc1c11e9f3b5d07ce
[ "Unlicense" ]
null
null
null
// vi:nu:et:sts=4 ts=4 sw=4 //**************************************************************** // Node with Integer Links (NodeLink) Header //**************************************************************** /* * Program * Node with Integer Links (NodeLink) * Purpose * This object provides a regular node with additional * integer links that allow it to be easily used in lists, * trees, etc. Integer links allow the data to be written * to disk without worrying about memory addresses. * * NodeLink provides 5 basic integer links: * index * left * middle * parent * right * The left and right links can have an optional bit set * for indicating threading or anything else needed. * Also, there is the object's misc field which can be * accessed as a 32-bit integer or two 16-bit integers * (misc1/misc2). Balance is a synonym for misc1. * * Remarks * 1. This object uses OBJ_FLAG_USER5..OBJ_FLAG_USER7 internally. * * History * 06/30/2018 Generated * 01/12/2020 Regenerated * 02/03/2021 Regenerated and made node part of data rather than * 02/03/2021 Regenerated and made node part of data rather than * inheriting from it allowing one node to be used in * multiple links. This breaks using NodeLink in the * other containers such as NodeArray, NodeBT, etc. * 02/28/2021 Reverted to inheriting from Node so that it can be * used in the various Node containers. */ /* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org/> */ #include <cmn_defs.h> #include <AStr.h> #include <Node.h> #ifndef NODELINK_H #define NODELINK_H //#define NODELINK_IS_IMMUTABLE 1 #define NODELINK_JSON_SUPPORT 1 //#define NODELINK_SINGLETON 1 #ifdef __cplusplus extern "C" { #endif //**************************************************************** //* * * * * * * * * * * * Data Definitions * * * * * * * * * * * //**************************************************************** typedef struct NodeLink_data_s NODELINK_DATA; // Inherits from OBJ typedef struct NodeLink_class_data_s NODELINK_CLASS_DATA; // Inherits from OBJ typedef struct NodeLink_vtbl_s { OBJ_IUNKNOWN iVtbl; // Inherited Vtbl. // Put other methods below this as pointers and add their // method names to the vtbl definition in NodeLink_object.c. // Properties: // Methods: //bool (*pIsEnabled)(NODELINK_DATA *); } NODELINK_VTBL; typedef struct NodeLink_class_vtbl_s { OBJ_IUNKNOWN iVtbl; // Inherited Vtbl. // Put other methods below this as pointers and add their // method names to the vtbl definition in NodeLink_object.c. // Properties: // Methods: //bool (*pIsEnabled)(NODELINK_DATA *); } NODELINK_CLASS_VTBL; /**************************************************************** * * * * * * * * * * * Routine Definitions * * * * * * * * * * * ****************************************************************/ //--------------------------------------------------------------- // *** Class Methods *** //--------------------------------------------------------------- #ifdef NODELINK_SINGLETON NODELINK_DATA * NodeLink_Shared ( void ); void NodeLink_SharedReset ( void ); #endif /*! Allocate a new Object and partially initialize. Also, this sets an indicator that the object was alloc'd which is tested when the object is released. @return pointer to NodeLink object if successful, otherwise OBJ_NIL. */ NODELINK_DATA * NodeLink_Alloc ( void ); OBJ_ID NodeLink_Class ( void ); NODELINK_DATA * NodeLink_New ( void ); NODELINK_DATA * NodeLink_NewWithUTF8AndClass( int32_t cls, const char *pName, OBJ_ID pData ); NODELINK_DATA * NodeLink_NewWithUTF8ConAndClass( int32_t cls, const char *pNameA, OBJ_ID pData ); #ifdef NODELINK_JSON_SUPPORT NODELINK_DATA * NodeLink_NewFromJsonString ( ASTR_DATA *pString ); NODELINK_DATA * NodeLink_NewFromJsonStringA ( const char *pStringA ); #endif //--------------------------------------------------------------- // *** Properties *** //--------------------------------------------------------------- /*! @property Balance is intended for containers such as a balanced binary tree. It is actually a synonym for misc1 and both should not be used at the same time. */ int16_t NodeLink_getBalance( NODELINK_DATA *this ); bool NodeLink_setBalance( NODELINK_DATA *this, int16_t value ); /*! @property Child index property is used to point to the next child node if needed. Note that this uses the Left index internally. */ uint32_t NodeLink_getChild( NODELINK_DATA *this ); bool NodeLink_setChild( NODELINK_DATA *this, uint32_t value ); int32_t NodeLink_getClass( NODELINK_DATA *this ); bool NodeLink_setClass( NODELINK_DATA *this, int32_t value ); OBJ_ID NodeLink_getData( NODELINK_DATA *this ); bool NodeLink_setData( NODELINK_DATA *this, OBJ_ID pValue ); OBJ_ID NodeLink_getExtra( NODELINK_DATA *this ); bool NodeLink_setExtra( NODELINK_DATA *this, OBJ_ID pValue ); /*! From index property is used to point to the "From" node if needed. Note that this uses the Left index internally. */ uint32_t NodeLink_getFrom( NODELINK_DATA *this ); bool NodeLink_setFrom( NODELINK_DATA *this, uint32_t value ); uint32_t NodeLink_getHash( NODELINK_DATA *this ); uint32_t NodeLink_getIndex( NODELINK_DATA *this ); bool NodeLink_setIndex( NODELINK_DATA *this, uint32_t value ); uint32_t NodeLink_getLeftLink( NODELINK_DATA *this ); bool NodeLink_setLeftLink( NODELINK_DATA *this, uint32_t value ); uint32_t NodeLink_getLeftThread( NODELINK_DATA *this ); bool NodeLink_setLeftThread( NODELINK_DATA *this, uint32_t value ); uint32_t NodeLink_getMiddle( NODELINK_DATA *this ); bool NodeLink_setMiddle( NODELINK_DATA *this, uint32_t value ); uint32_t NodeLink_getMisc( NODELINK_DATA *this ); bool NodeLink_setMisc( NODELINK_DATA *this, uint32_t value ); uint16_t NodeLink_getMisc1( NODELINK_DATA *this ); bool NodeLink_setMisc1( NODELINK_DATA *this, uint16_t value ); uint16_t NodeLink_getMisc2( NODELINK_DATA *this ); bool NodeLink_setMisc2( NODELINK_DATA *this, uint16_t value ); NAME_DATA * NodeLink_getName( NODELINK_DATA *this ); /*! @return If successful, a UTF-8 string which must be freed with mem_Free(), otherwise NULL. */ char * NodeLink_getNameUTF8( NODELINK_DATA *this ); NODE_DATA * NodeLink_getNode( NODELINK_DATA *this ); OBJ_ID NodeLink_getOther( NODELINK_DATA *this ); bool NodeLink_setOther( NODELINK_DATA *this, OBJ_ID pValue ); uint32_t NodeLink_getParent( NODELINK_DATA *this ); bool NodeLink_setParent( NODELINK_DATA *this, uint32_t value ); NODEBT_DATA * NodeLink_getProperties( NODELINK_DATA *this ); bool NodeLink_getRightChild( NODELINK_DATA *this ); bool NodeLink_setRightChild( NODELINK_DATA *this, bool fValue ); uint32_t NodeLink_getRightLink( NODELINK_DATA *this ); bool NodeLink_setRightLink( NODELINK_DATA *this, uint32_t value ); uint32_t NodeLink_getRightThread( NODELINK_DATA *this ); bool NodeLink_setRightThread( NODELINK_DATA *this, uint32_t value ); /*! Sibling index property is used to point to the next Sibling node if needed. Note that this uses the Left index internally. */ uint32_t NodeLink_getSibling( NODELINK_DATA *this ); bool NodeLink_setSibling( NODELINK_DATA *this, uint32_t value ); /*! To index property is used to point to the "To" node if needed. Note that this uses the Right index internally. */ uint32_t NodeLink_getTo( NODELINK_DATA *this ); bool NodeLink_setTo( NODELINK_DATA *this, uint32_t value ); /*! Type is user defined and optional. */ int32_t NodeLink_getType( NODELINK_DATA *this ); bool NodeLink_setType( NODELINK_DATA *this, int32_t value ); uint32_t NodeLink_getUnique( NODELINK_DATA *this ); bool NodeLink_setUnique( NODELINK_DATA *this, uint32_t value ); //--------------------------------------------------------------- // *** Methods *** //--------------------------------------------------------------- /*! Assign the contents of this object to the other object (ie this -> other). Any objects in other will be released before a copy of the object is performed. Example: @code ERESULT eRc = NodeLink_Assign(this,pOther); @endcode @param this object pointer @param pOther a pointer to another NODELINK object @return If successful, ERESULT_SUCCESS otherwise an ERESULT_* error */ ERESULT NodeLink_Assign ( NODELINK_DATA *this, NODELINK_DATA *pOther ); /*! Compare the two provided objects. @return ERESULT_SUCCESS_EQUAL if this == other ERESULT_SUCCESS_LESS_THAN if this < other ERESULT_SUCCESS_GREATER_THAN if this > other */ ERESULT NodeLink_Compare ( NODELINK_DATA *this, NODELINK_DATA *pOther ); ERESULT NodeLink_CompareA( NODELINK_DATA *this, int32_t cls, const char *pName ); /*! Copy the current object creating a new object. Example: @code NodeLink *pCopy = NodeLink_Copy(this); @endcode @param this object pointer @return If successful, a NODELINK object which must be released, otherwise OBJ_NIL. @warning Remember to release the returned object. */ NODELINK_DATA * NodeLink_Copy ( NODELINK_DATA *this ); uint32_t NodeLink_Hash( NODELINK_DATA *this ); NODELINK_DATA * NodeLink_Init ( NODELINK_DATA *this ); OBJ_ID NodeLink_PropertyA ( NODELINK_DATA *this, const char *pName ); ERESULT NodeLink_PropertyAddA ( NODELINK_DATA *this, const char *pNameA, OBJ_ID pData ); uint32_t NodeLink_PropertyCount ( NODELINK_DATA *this ); NODEARRAY_DATA * NodeLink_Properties ( NODELINK_DATA *this ); #ifdef NODELINK_JSON_SUPPORT /*! Create a string that describes this object and the objects within it in HJSON formt. (See hjson object for details.) Example: @code ASTR_DATA *pDesc = NodeLink_ToJson(this); @endcode @param this object pointer @return If successful, an AStr object which must be released containing the JSON text, otherwise OBJ_NIL. @warning Remember to release the returned AStr object. */ ASTR_DATA * NodeLink_ToJson ( NODELINK_DATA *this ); #endif /*! Create a string that describes this object and the objects within it. Example: @code ASTR_DATA *pDesc = NodeLink_ToDebugString(this,4); @endcode @param this object pointer @param indent number of characters to indent every line of output, can be 0 @return If successful, an AStr object which must be released containing the description, otherwise OBJ_NIL. @warning Remember to release the returned AStr object. */ ASTR_DATA * NodeLink_ToDebugString ( NODELINK_DATA *this, int indent ); #ifdef __cplusplus } #endif #endif /* NODELINK_H */
24.880524
85
0.539797
ae2301b96ace00cb86628b313b608b1616117aed
207
rs
Rust
src/main.rs
strainger/candlelight-text-rust
7f6d5df35b4df3dc0693b5f2a7299a43139c36d4
[ "MIT" ]
null
null
null
src/main.rs
strainger/candlelight-text-rust
7f6d5df35b4df3dc0693b5f2a7299a43139c36d4
[ "MIT" ]
null
null
null
src/main.rs
strainger/candlelight-text-rust
7f6d5df35b4df3dc0693b5f2a7299a43139c36d4
[ "MIT" ]
null
null
null
mod entity; use entity::Entity; use entity::EntityFunctionality; fn main() { let mut player = Entity { name: "Player 1", ..Default::default() }; player.level_up(); player.display_all_stats(); }
20.7
71
0.666667
b2b2c142b45b87b8147bfd47d58eb146d6e75472
610
py
Python
schoolport/app_core/migrations/0024_auto_20210513_1020.py
yotink522/schoolport
c6cfd0230ca05fb44f77c2f27c7e200828547bd5
[ "MIT" ]
null
null
null
schoolport/app_core/migrations/0024_auto_20210513_1020.py
yotink522/schoolport
c6cfd0230ca05fb44f77c2f27c7e200828547bd5
[ "MIT" ]
null
null
null
schoolport/app_core/migrations/0024_auto_20210513_1020.py
yotink522/schoolport
c6cfd0230ca05fb44f77c2f27c7e200828547bd5
[ "MIT" ]
null
null
null
# Generated by Django 3.1.7 on 2021-05-13 02:20 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('app_core', '0023_auto_20210513_1004'), ] operations = [ migrations.AlterField( model_name='tb_course', name='pricing_standard_nos', field=models.CharField(blank=True, max_length=255, null=True), ), migrations.AlterField( model_name='tb_course', name='remarks', field=models.CharField(blank=True, max_length=1024, null=True), ), ]
25.416667
75
0.603279
605d029c5a72387824f17fe0587c60f8e9434cf5
1,156
html
HTML
resources/views/blog/hubspot_site_export_Tue_Jun_16_17_26_01_GMT_2020/styles/source/generated_global_groups/19253781163.html
kevenClayton/estudo_vue
5cc410939720ce3108360901796b86fa39922f46
[ "MIT" ]
null
null
null
resources/views/blog/hubspot_site_export_Tue_Jun_16_17_26_01_GMT_2020/styles/source/generated_global_groups/19253781163.html
kevenClayton/estudo_vue
5cc410939720ce3108360901796b86fa39922f46
[ "MIT" ]
null
null
null
resources/views/blog/hubspot_site_export_Tue_Jun_16_17_26_01_GMT_2020/styles/source/generated_global_groups/19253781163.html
kevenClayton/estudo_vue
5cc410939720ce3108360901796b86fa39922f46
[ "MIT" ]
null
null
null
<div class="" data-global-widget-path="generated_global_groups/19253781163.html"><div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-logo " style="" data-widget-type="logo" data-x="0" data-w="12"> <div class="cell-wrapper layout-widget-wrapper"> {% logo "logo" original_width=300, img={alt='GestaoClick', height=46, override_inherited_src=True, src='https://cdn2.hubspot.net/hubfs/5929776/logo%20site%20neweee.png', suppress_company_name=False, width=200}, src='https://cdn2.hubspot.net/hubfs/5929776/logo%20site%20neweee.png', img_link={no_follow=False, open_in_new_tab=False, url='\{type=EXTERNAL, href=https://gestaoclick.com.br/funcionalidades, content_id=null\}'}, alt='GestaoClick', img_load_error=False, link='https://gestaoclick.com.br/funcionalidades', img_alt='logo-keep-it-simple.svg', open_in_new_tab=False, width=200, original_height=41, override_inherited_src=True, height=46, overrideable=False, suppress_company_name=False, label='Logo' %}</div><!--end layout-widget-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div>
128.444444
748
0.749135
864aaceafbd5b811bb01daee9d887399bf3e8c6e
1,292
rs
Rust
src/byte_trie.rs
jimberlage/vawk
6c24b5379492ff32338e4b057dd520de01e52bd8
[ "MIT" ]
6
2021-08-03T14:43:38.000Z
2022-02-24T14:53:36.000Z
src/byte_trie.rs
jimberlage/shble
6c24b5379492ff32338e4b057dd520de01e52bd8
[ "MIT" ]
10
2021-08-03T03:29:59.000Z
2021-09-07T01:55:56.000Z
src/byte_trie.rs
jimberlage/vawk
6c24b5379492ff32338e4b057dd520de01e52bd8
[ "MIT" ]
null
null
null
use std::collections::HashMap; #[derive(Debug, PartialEq)] pub struct ByteTrie { children: HashMap<u8, ByteTrie>, } pub enum Membership { NotIncluded, Included, IncludedAndTerminal, } impl ByteTrie { pub fn new() -> ByteTrie { ByteTrie { children: HashMap::new(), } } pub fn insert(&mut self, path: &[u8]) { if path.is_empty() { return; } let head = path.first().unwrap(); match self.children.get_mut(head) { Some(child) => child.insert(&path[1..]), None => { self.children.insert(*head, ByteTrie::new()); } } } pub fn membership(&self, path: &[u8]) -> Membership { if path.is_empty() { return Membership::NotIncluded; } let head = path.first().unwrap(); match self.children.get(head) { Some(child) if path.len() == 1 && child.is_empty() => Membership::IncludedAndTerminal, Some(_) if path.len() == 1 => Membership::Included, Some(child) => child.membership(&path[1..]), None => Membership::NotIncluded, } } pub fn is_empty(&self) -> bool { self.children.is_empty() } } #[cfg(test)] mod test {}
23.071429
98
0.52322
8e58081749f3b7a636391c0b88730b98f2cc81ad
1,466
swift
Swift
Sources/Private/Experimental/Animations/RectangleAnimation.swift
Kyle-Ye/lottie-ios
cb6bf4e49f6b55cf7da6e602e6d66fadc3137ed1
[ "Apache-2.0" ]
null
null
null
Sources/Private/Experimental/Animations/RectangleAnimation.swift
Kyle-Ye/lottie-ios
cb6bf4e49f6b55cf7da6e602e6d66fadc3137ed1
[ "Apache-2.0" ]
null
null
null
Sources/Private/Experimental/Animations/RectangleAnimation.swift
Kyle-Ye/lottie-ios
cb6bf4e49f6b55cf7da6e602e6d66fadc3137ed1
[ "Apache-2.0" ]
null
null
null
// Created by Cal Stephens on 12/21/21. // Copyright © 2021 Airbnb Inc. All rights reserved. import QuartzCore extension CALayer { /// Adds animations for the given `Rectangle` to this `CALayer` func addAnimations( for rectangle: Rectangle, context: LayerAnimationContext) { addAnimation( for: .path, keyframes: rectangle.size.keyframes, value: { sizeKeyframe in let size = sizeKeyframe.sizeValue // TODO: Is there a reasonable way to handle multiple sets // of keyframes that apply to the same value (`path`, in this case)? // - This seems somewhat unlikely -- if it turns out to be necessary, // this will probably have to be reworked to use more sublayers let position = rectangle.position.keyframes.first!.value.pointValue if rectangle.position.keyframes.count > 1 { fatalError("Rectangle position keyframes are currently unsupported") } let cornerRadius = min(min(rectangle.cornerRadius.keyframes.first!.value.cgFloatValue, size.width), size.height) if rectangle.cornerRadius.keyframes.count > 1 { fatalError("Rectangle corner cornerRadius keyframes are currently unsupported") } return BezierPath.rectangle( position: position, size: size, cornerRadius: cornerRadius, direction: rectangle.direction) .cgPath() }, context: context) } }
34.904762
120
0.662347
1c79eb68089ec49e91815c0213841aae1f9c9dd5
713
css
CSS
src/assets/app.css
azrulafiq/statuside
dfae660ee3f0adcd567bb426603709f52681f694
[ "Apache-2.0" ]
1
2021-10-30T13:22:03.000Z
2021-10-30T13:22:03.000Z
src/assets/app.css
azrulafiq/statuside
dfae660ee3f0adcd567bb426603709f52681f694
[ "Apache-2.0" ]
null
null
null
src/assets/app.css
azrulafiq/statuside
dfae660ee3f0adcd567bb426603709f52681f694
[ "Apache-2.0" ]
2
2021-10-31T14:59:07.000Z
2022-01-11T14:39:35.000Z
.systems { @apply flex flex-row justify-between p-4 border-b } .systems:last-child { @apply border-0 } .open-incidents { @apply flex flex-col p-4 border-b } .open-incidents:last-child { @apply border-0 } .incidents-timeline { @apply pl-8 pb-8 border-l-2 border-gray-200 relative } .incidents-timeline:before { content: " "; @apply w-6 h-6 rounded-full bg-white border-2 border-blue-400 z-10 absolute top-0 -left-3.5 } .incident { @apply flex flex-col mb-4 border-b } .incident:last-child { @apply flex flex-col mb-0 border-0 } .incident > div:last-child > div:last-child { @apply pb-0 } .incidents-timeline .incident:last-child > div:last-child { @apply pb-0 }
17.825
95
0.661992
bb5f46450e9fea4b7433395581524228527beff7
2,525
html
HTML
login.html
sandysh/material
e6c31d6f0d770c3e0eb1ad025970b33f7da2cf63
[ "MIT" ]
null
null
null
login.html
sandysh/material
e6c31d6f0d770c3e0eb1ad025970b33f7da2cf63
[ "MIT" ]
null
null
null
login.html
sandysh/material
e6c31d6f0d770c3e0eb1ad025970b33f7da2cf63
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!--Import materialize.css--> <link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> <link type="text/css" rel="stylesheet" href="css/login-styler.css" media="screen,projection"/> <!--Let browser know website is optimized for mobile--> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> </head> <body> <video id="myVideo" class="responsive-video" autoplay> <source src="images/bg-video.mp4" type="video/mp4"> <!-- <source src="movie.ogg" type="video/ogg"> --> Your browser does not support the video tag. Please update you browser to the latest version </video> <div class="login-wrapper"> <img src="images/new-logo.png" class="logo-image"> <div class="row"> <form class="col s12"> <div class="row"> <div class="input-field col s12"> <input id="email" type="email" class="validate"> <label for="email">Email</label> </div> </div> <div class="row"> <div class="input-field col s12"> <input id="password" type="password" class="validate"> <label for="password">Password</label> </div> </div> <p class="remember"> <input type="checkbox" id="test5" /> <label for="test5">Remember me</label> </p> <p> <a class="waves-effect waves-light login-btn btn right">Unlock <i class="material-icons unlock dp48">lock_open</i> </a></p> </form> </div> </div> <!--Import jQuery before materialize.js--> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script type="text/javascript" src="js/materialize.min.js"></script> <script type="text/javascript"> var vid = document.getElementById("myVideo"); // var vid1 = document.getElementById("myVideo"); vid.onended = function() { //alert("The video has ended"); $this.parent.fadeOut(); //vid1.play; } </script> </body> </html>
39.453125
106
0.529505
109a2882473e7538336cd273cb3c50a5d1051253
49,760
sql
SQL
database/psjznxpm_school.sql
IwayRiway/akademik
2b37cedc79d4b4363fc46e7a5104f3babc89af5d
[ "MIT" ]
null
null
null
database/psjznxpm_school.sql
IwayRiway/akademik
2b37cedc79d4b4363fc46e7a5104f3babc89af5d
[ "MIT" ]
null
null
null
database/psjznxpm_school.sql
IwayRiway/akademik
2b37cedc79d4b4363fc46e7a5104f3babc89af5d
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.9.5 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Waktu pembuatan: 28 Nov 2020 pada 16.35 -- Versi server: 10.3.27-MariaDB -- Versi PHP: 7.3.6 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `psjznxpm_school` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `accesses` -- CREATE TABLE `accesses` ( `id` bigint(20) UNSIGNED NOT NULL, `menu_id` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL, `role_access_id` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `accesses` -- INSERT INTO `accesses` (`id`, `menu_id`, `role_access_id`, `created_at`, `updated_at`) VALUES (3, '5', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (4, '6', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (5, '7', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (6, '8', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (7, '9', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (8, '10', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (9, '11', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (10, '12', '1', '2020-11-19 04:03:34', '2020-11-19 04:03:34'), (11, '13', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (12, '14', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (13, '15', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (14, '16', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (15, '17', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (16, '18', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (17, '19', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (18, '20', '1', '2020-11-19 04:04:22', '2020-11-19 04:04:22'), (19, '21', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (20, '22', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (21, '23', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (23, '25', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (24, '26', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (25, '27', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (26, '28', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (27, '29', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (28, '30', '1', '2020-11-19 04:04:23', '2020-11-19 04:04:23'), (29, '1', '1', '2020-11-19 07:56:14', '2020-11-19 07:56:14'), (30, '4', '1', '2020-11-19 07:56:14', '2020-11-19 07:56:14'), (31, '31', '1', '2020-11-21 08:41:04', '2020-11-21 08:41:04'), (32, '32', '1', '2020-11-21 08:41:04', '2020-11-21 08:41:04'), (33, '33', '1', '2020-11-21 08:41:04', '2020-11-21 08:41:04'), (34, '34', '1', '2020-11-21 08:41:04', '2020-11-21 08:41:04'), (35, '35', '1', '2020-11-21 08:41:04', '2020-11-21 08:41:04'), (36, '36', '1', '2020-11-21 08:41:04', '2020-11-21 08:41:04'), (37, '37', '1', '2020-11-21 08:41:04', '2020-11-21 08:41:04'), (38, '38', '1', '2020-11-21 08:41:05', '2020-11-21 08:41:05'), (39, '39', '1', '2020-11-21 08:41:05', '2020-11-21 08:41:05'), (40, '40', '1', '2020-11-21 08:41:05', '2020-11-21 08:41:05'), (41, '41', '1', '2020-11-21 08:41:05', '2020-11-21 08:41:05'), (42, '42', '1', '2020-11-21 08:41:05', '2020-11-21 08:41:05'), (43, '1', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (44, '4', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (45, '5', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (46, '6', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (47, '7', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (48, '8', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (49, '9', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (50, '10', '2', '2020-11-21 08:42:12', '2020-11-21 08:42:12'), (51, '11', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (52, '12', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (53, '13', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (54, '22', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (55, '23', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (56, '25', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (57, '28', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (58, '29', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'), (59, '30', '2', '2020-11-21 08:42:13', '2020-11-21 08:42:13'); -- -------------------------------------------------------- -- -- Struktur dari tabel `akses_ci` -- CREATE TABLE `akses_ci` ( `id` int(11) NOT NULL, `menu_id` int(11) NOT NULL, `hak_akses` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `akses_ci` -- INSERT INTO `akses_ci` (`id`, `menu_id`, `hak_akses`) VALUES (1, 43, 1), (2, 44, 1), (3, 45, 1), (4, 46, 1), (5, 47, 1), (6, 48, 1), (7, 49, 1), (8, 50, 1), (9, 51, 1), (10, 52, 1), (11, 53, 1), (12, 54, 1), (13, 55, 1), (14, 56, 1), (15, 57, 1), (16, 58, 1), (17, 59, 1), (18, 60, 1), (19, 61, 1), (20, 62, 1), (21, 63, 1), (22, 64, 1), (23, 65, 1), (24, 66, 1), (25, 67, 1), (26, 68, 1), (27, 69, 1), (28, 70, 1), (29, 71, 1), (30, 72, 1), (31, 73, 1), (32, 74, 1), (33, 75, 1), (34, 76, 1), (35, 77, 1), (36, 78, 1), (38, 79, 1), (39, 80, 1), (40, 81, 1), (41, 82, 1), (42, 83, 1), (43, 84, 1), (44, 85, 1), (45, 86, 1), (46, 87, 1), (47, 88, 1), (48, 89, 1), (49, 90, 1), (50, 91, 1), (51, 43, 2), (52, 44, 2), (53, 46, 2), (54, 47, 2), (55, 48, 2), (56, 49, 2), (57, 51, 2), (58, 52, 2), (59, 53, 2), (60, 54, 2), (61, 55, 2), (62, 56, 2), (63, 57, 2), (64, 58, 2), (65, 60, 2), (66, 61, 2), (67, 62, 2), (68, 63, 2), (69, 64, 2), (70, 65, 2), (71, 66, 2), (72, 67, 2), (73, 68, 2), (74, 70, 2), (75, 71, 2), (76, 72, 2), (77, 73, 2), (78, 74, 2), (79, 76, 2), (80, 77, 2), (81, 78, 2), (82, 79, 2); -- -------------------------------------------------------- -- -- Struktur dari tabel `data_tagihan_sma` -- CREATE TABLE `data_tagihan_sma` ( `id` int(11) NOT NULL, `siswa_id` int(11) NOT NULL, `tagihan_sma_id` int(11) NOT NULL, `status` int(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `data_tagihan_sma` -- INSERT INTO `data_tagihan_sma` (`id`, `siswa_id`, `tagihan_sma_id`, `status`) VALUES (36, 3, 1, 1), (37, 3, 2, 0), (38, 3, 3, 0), (39, 3, 4, 0), (40, 3, 5, 0), (41, 3, 6, 0), (42, 3, 8, 0), (43, 3, 9, 0), (44, 4, 1, 1), (45, 4, 2, 1), (46, 4, 3, 1), (47, 4, 4, 1), (48, 4, 5, 1), (49, 4, 6, 1), (50, 4, 7, 1), (51, 4, 9, 1), (60, 5, 1, 1), (61, 5, 2, 1), (62, 5, 3, 1), (63, 5, 4, 1), (64, 5, 5, 1), (65, 5, 6, 1), (66, 5, 8, 1), (67, 5, 9, 1), (90, 6, 14, 1), (91, 6, 15, 1), (92, 6, 3, 0), (93, 6, 4, 0), (94, 6, 5, 0), (95, 6, 6, 0), (96, 6, 9, 0), (97, 7, 1, 1), (98, 7, 2, 0), (99, 7, 3, 0), (100, 7, 5, 0), (101, 7, 7, 0), (104, 3, 14, 0), (105, 7, 14, 0), (106, 8, 1, 1), (107, 8, 2, 1), (108, 8, 3, 1), (109, 8, 4, 1), (110, 8, 5, 1), (111, 8, 6, 0), (112, 8, 8, 0), (113, 8, 9, 0); -- -------------------------------------------------------- -- -- Struktur dari tabel `divisi` -- CREATE TABLE `divisi` ( `id` int(11) NOT NULL, `divisi` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `divisi` -- INSERT INTO `divisi` (`id`, `divisi`) VALUES (2, 'Marketing'); -- -------------------------------------------------------- -- -- Struktur dari tabel `dormitory` -- CREATE TABLE `dormitory` ( `id` int(11) NOT NULL, `siswa_id` int(11) NOT NULL, `kamar_id` int(11) NOT NULL, `tanggal_mulai` date NOT NULL, `status_boarding` int(1) NOT NULL, `pemberi_kunci` int(1) NOT NULL, `note` text DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `dormitory` -- INSERT INTO `dormitory` (`id`, `siswa_id`, `kamar_id`, `tanggal_mulai`, `status_boarding`, `pemberi_kunci`, `note`) VALUES (6, 6, 2, '2020-10-21', 1, 1, ''), (7, 8, 3, '2020-10-21', 1, 0, ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `gurus` -- CREATE TABLE `gurus` ( `id` bigint(20) UNSIGNED NOT NULL, `nip` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL, `nama` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `tempat` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `tanggal_lahir` date NOT NULL, `jenis_kelamin` smallint(6) NOT NULL, `poto` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `alamat` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `gurus` -- INSERT INTO `gurus` (`id`, `nip`, `nama`, `tempat`, `tanggal_lahir`, `jenis_kelamin`, `poto`, `alamat`, `deleted_at`, `created_at`, `updated_at`) VALUES (2, '321', 'Desti Angelia', 'Bekasi', '1997-12-19', 0, NULL, 'Villa Nusa Indah, Kab.Bogor', NULL, '2020-11-13 12:42:56', '2020-11-13 12:42:56'), (3, '123', 'Riway Restu Islami Yudha', 'Bandung', '1997-03-29', 1, 'images/guru/WuajDZ6pLR5LC7O4Yy3Nyc2lW6r2naXA6vWdbg3r.jpeg', 'Cibitung Bekasi', NULL, '2020-11-13 13:02:56', '2020-11-13 13:27:59'), (4, '456', 'Gian Dzaky', 'Bekasi', '2014-06-24', 1, 'images/guru/qhHRWPTO7gDfE9mObSAdLqyiQhbriHeX4ZrksSMs.jpeg', 'Cibitung, Bekasi', '2020-11-13 13:33:50', '2020-11-13 13:33:22', '2020-11-13 13:33:50'), (5, '9879', 'User', 'User', '1994-05-11', 1, NULL, 'User', '2020-11-21 08:04:58', '2020-11-21 08:04:46', '2020-11-21 08:04:58'), (6, '678', 'User', 'User', '1995-11-09', 1, NULL, 'User', NULL, '2020-11-21 08:06:13', '2020-11-21 08:06:13'); -- -------------------------------------------------------- -- -- Struktur dari tabel `jabatan` -- CREATE TABLE `jabatan` ( `id` int(11) NOT NULL, `nama` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -------------------------------------------------------- -- -- Struktur dari tabel `jadwals` -- CREATE TABLE `jadwals` ( `id` bigint(20) UNSIGNED NOT NULL, `kelas` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL, `jurusan` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL, `postfix` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `jadwals` -- INSERT INTO `jadwals` (`id`, `kelas`, `jurusan`, `postfix`, `created_at`, `updated_at`) VALUES (2, 'X', 'IPA', '1', '2020-11-16 01:26:12', '2020-11-16 01:50:03'), (4, 'XI', 'IPA', '1', '2020-11-16 01:50:20', '2020-11-16 01:50:20'), (5, 'XII', 'IPA', '1', '2020-11-16 01:50:29', '2020-11-16 01:50:29'); -- -------------------------------------------------------- -- -- Struktur dari tabel `jadwal_gurus` -- CREATE TABLE `jadwal_gurus` ( `id` bigint(20) UNSIGNED NOT NULL, `mapel_id` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `guru_id` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `jadwal_id` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hari` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `jam_pelajaran_id` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `jadwal_gurus` -- INSERT INTO `jadwal_gurus` (`id`, `mapel_id`, `guru_id`, `jadwal_id`, `hari`, `created_at`, `updated_at`, `jam_pelajaran_id`) VALUES (13, '00', NULL, '2', '1', NULL, '2020-11-17 12:50:47', '2'), (14, NULL, NULL, '2', '1', NULL, NULL, '3'), (15, NULL, NULL, '2', '1', NULL, NULL, '4'), (16, NULL, NULL, '2', '1', NULL, NULL, '5'), (17, NULL, NULL, '2', '1', NULL, NULL, '6'), (18, NULL, NULL, '2', '1', NULL, NULL, '7'), (19, NULL, NULL, '2', '1', NULL, NULL, '8'), (20, NULL, NULL, '2', '1', NULL, NULL, '9'), (21, NULL, NULL, '2', '1', NULL, NULL, '10'), (22, NULL, NULL, '2', '1', NULL, NULL, '11'), (23, '1', '2', '2', '2', NULL, NULL, '2'), (24, '1', '2', '2', '2', NULL, NULL, '3'), (25, '1', '2', '2', '2', NULL, NULL, '4'), (26, '0', NULL, '2', '2', NULL, NULL, '5'), (27, '4', '3', '2', '2', NULL, NULL, '6'), (28, '4', '3', '2', '2', NULL, NULL, '7'), (29, '0', NULL, '2', '2', NULL, NULL, '8'), (30, '5', '2', '2', '2', NULL, NULL, '9'), (31, '5', '2', '2', '2', NULL, NULL, '10'), (32, '5', '2', '2', '2', NULL, NULL, '11'), (33, '1', '3', '2', '3', NULL, NULL, '2'), (34, '1', '3', '2', '3', NULL, NULL, '3'), (35, '1', '3', '2', '3', NULL, NULL, '4'), (36, NULL, NULL, '2', '3', NULL, NULL, '5'), (37, '8', '6', '2', '3', NULL, '2020-11-21 08:29:59', '6'), (38, '8', '6', '2', '3', NULL, '2020-11-21 08:29:54', '7'), (39, NULL, NULL, '2', '3', NULL, NULL, '8'), (40, '8', '6', '2', '3', NULL, '2020-11-21 08:30:24', '9'), (41, NULL, NULL, '2', '3', NULL, NULL, '10'), (42, NULL, NULL, '2', '3', NULL, NULL, '11'), (48, '13', '3', '2', '4', '2020-11-17 09:45:34', '2020-11-17 09:45:34', '3'), (55, '13', '3', '2', '4', '2020-11-17 12:49:48', '2020-11-17 12:49:48', '2'), (56, '1', '3', '4', '1', '2020-11-18 09:39:21', '2020-11-18 13:10:59', '2'), (57, '1', '3', '4', '1', '2020-11-18 09:39:41', '2020-11-18 13:11:14', '3'); -- -------------------------------------------------------- -- -- Struktur dari tabel `jadwal_siswas` -- CREATE TABLE `jadwal_siswas` ( `id` bigint(20) UNSIGNED NOT NULL, `siswa_id` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `jadwal_id` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `jadwal_siswas` -- INSERT INTO `jadwal_siswas` (`id`, `siswa_id`, `jadwal_id`, `created_at`, `updated_at`) VALUES (1, '6', '2', NULL, NULL), (3, '7', '2', NULL, NULL), (4, '8', '4', NULL, NULL); -- -------------------------------------------------------- -- -- Struktur dari tabel `jam_pelajarans` -- CREATE TABLE `jam_pelajarans` ( `id` bigint(20) UNSIGNED NOT NULL, `jam_awal` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `jam_akhir` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `jam_pelajarans` -- INSERT INTO `jam_pelajarans` (`id`, `jam_awal`, `jam_akhir`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, '7:45', '8:45', '2020-11-13 23:23:45', '2020-11-13 23:16:29', '2020-11-13 23:23:45'), (2, '7:45', '8:30', NULL, '2020-11-13 23:24:06', '2020-11-13 23:24:06'), (3, '8:30', '9:15', NULL, '2020-11-13 23:24:35', '2020-11-13 23:24:35'), (4, '9:15', '10:00', NULL, '2020-11-13 23:25:15', '2020-11-13 23:25:15'), (5, '10:00', '10:15', NULL, '2020-11-13 23:25:45', '2020-11-13 23:25:45'), (6, '10:15', '11:00', NULL, '2020-11-13 23:26:19', '2020-11-13 23:26:19'), (7, '11:00', '11:45', NULL, '2020-11-13 23:26:48', '2020-11-13 23:26:48'), (8, '11:45', '13:00', NULL, '2020-11-13 23:27:14', '2020-11-13 23:27:14'), (9, '13:00', '13:45', NULL, '2020-11-13 23:28:15', '2020-11-13 23:28:15'), (10, '13:45', '14:30', NULL, '2020-11-13 23:28:42', '2020-11-13 23:28:42'), (11, '14:30', '15:15', NULL, '2020-11-13 23:29:15', '2020-11-13 23:29:15'); -- -------------------------------------------------------- -- -- Struktur dari tabel `kamar` -- CREATE TABLE `kamar` ( `id` int(11) NOT NULL, `nama` varchar(50) NOT NULL, `jenis` int(1) NOT NULL, `tipe` int(11) NOT NULL, `sisa` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `kamar` -- INSERT INTO `kamar` (`id`, `nama`, `jenis`, `tipe`, `sisa`) VALUES (1, 'Kamar 200', 1, 3, 3), (2, 'Kamar 201', 1, 3, 2), (3, 'Kamar 300', 0, 5, 4); -- -------------------------------------------------------- -- -- Struktur dari tabel `kategori_pembayaran` -- CREATE TABLE `kategori_pembayaran` ( `id` int(11) NOT NULL, `kategori` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `kategori_pembayaran` -- INSERT INTO `kategori_pembayaran` (`id`, `kategori`) VALUES (1, 'Registration Fee'), (2, 'Uang Gedung SMA'), (3, 'Buku Paket'), (4, 'Seragam SMA'), (5, 'Ektrakulikuler SMA'), (6, 'Wisuda SMA'), (7, 'Overseas SMA'), (8, 'Boarding SMA'), (9, 'SPP SMA'), (10, 'Biaya Lainnya'), (11, 'Denda Perpus'), (12, 'Tuition Fee Beasiswa SMA'); -- -------------------------------------------------------- -- -- Struktur dari tabel `mapels` -- CREATE TABLE `mapels` ( `id` bigint(20) UNSIGNED NOT NULL, `nama` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `mapels` -- INSERT INTO `mapels` (`id`, `nama`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Matematika', '2020-11-12 19:39:17', '2020-11-13 01:29:18', NULL), (2, 'B. Indonesia', '2020-11-13 01:33:24', '2020-11-13 01:39:59', '2020-11-13 01:39:59'), (3, 'B. Indonesia', '2020-11-13 01:46:00', '2020-11-13 01:46:19', '2020-11-13 01:46:19'), (4, 'B. Indonesia', '2020-11-13 01:47:41', '2020-11-13 01:47:41', NULL), (5, 'B. Inggris', '2020-11-13 01:48:53', '2020-11-13 01:48:53', NULL), (6, 'B. Sunda', '2020-11-13 01:49:07', '2020-11-13 01:49:07', NULL), (7, 'B. Jepang', '2020-11-13 01:49:20', '2020-11-13 01:49:20', NULL), (8, 'Fisika', '2020-11-13 01:49:32', '2020-11-13 01:49:32', NULL), (9, 'Geografi', '2020-11-13 01:49:48', '2020-11-13 01:49:48', NULL), (10, 'Sejarah', '2020-11-13 01:50:01', '2020-11-13 01:50:01', NULL), (11, 'Biologi', '2020-11-13 01:50:15', '2020-11-13 01:50:15', NULL), (12, 'Kimia', '2020-11-13 01:50:24', '2020-11-13 01:50:24', NULL), (13, 'TIK', '2020-11-13 01:50:35', '2020-11-13 01:50:35', NULL), (14, 'Sosiologi', '2020-11-13 01:50:47', '2020-11-13 01:50:47', NULL), (15, 'Ekonomi', '2020-11-13 01:50:57', '2020-11-13 01:50:57', NULL), (16, 'Seni Budaya', '2020-11-13 01:51:07', '2020-11-13 01:51:07', NULL), (17, 'PENJASKES', '2020-11-13 01:51:20', '2020-11-13 01:51:20', NULL), (18, 'PAI', '2020-11-13 01:51:32', '2020-11-13 01:51:32', NULL); -- -------------------------------------------------------- -- -- Struktur dari tabel `marketer` -- CREATE TABLE `marketer` ( `id` int(11) NOT NULL, `nama` varchar(50) NOT NULL, `nip` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `marketer` -- INSERT INTO `marketer` (`id`, `nama`, `nip`) VALUES (2, 'Mr. Dummy ', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `menus` -- CREATE TABLE `menus` ( `id` bigint(20) UNSIGNED NOT NULL, `nama` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `jenis` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `menus` -- INSERT INTO `menus` (`id`, `nama`, `url`, `jenis`, `created_at`, `updated_at`) VALUES (1, 'Lihat Siswa', 'siswa', '1', NULL, NULL), (4, 'Detail Siswa', 'siswa/id', '1', NULL, NULL), (5, 'Lihat Mata Pelajaran', 'mapel', '1', NULL, NULL), (6, 'Tambah Mata Pelajaran', 'mapel/create', '1', NULL, NULL), (7, 'Edit Mata Pelajaran', 'mapel/id/edit', '1', NULL, NULL), (8, 'Hapus Mata Pelajaran', 'mapel/destroy/id', '1', NULL, NULL), (9, 'Lihat Data Guru', 'guru', '1', NULL, NULL), (10, 'Detail Guru', 'guru/id', '1', NULL, NULL), (11, 'Tambah Guru', 'guru/create', '1', NULL, NULL), (12, 'Edit Guru', 'guru/id/edit', '1', NULL, NULL), (13, 'Hapus Guru', 'guru/destroy/id', '1', NULL, NULL), (14, 'Lihat Jam Pelajaran', 'jam-pelajaran', '1', NULL, NULL), (15, 'Tambah Jam', 'jam-pelajaran/create', '1', NULL, NULL), (16, 'Edit Jam', 'jam-pelajaran/id/edit', '1', NULL, NULL), (17, 'Hapus Jam', 'jam-pelajaran/destroy/id', '1', NULL, NULL), (18, 'Lihat Kelas', 'jadwal', '1', NULL, NULL), (19, 'Tambah Kelas', 'jadwal/create', '1', NULL, NULL), (20, 'Edit Kelas', 'jadwal/id/edit', '1', NULL, NULL), (21, 'Hapus Kelas', 'jadwal/destroy/id', '1', NULL, NULL), (22, 'Lihat Jadwal Pelajaran', 'jadwal-pelajaran', '1', NULL, NULL), (23, 'Tambah Jadwal Pelajaran', 'jadwal-pelajaran/create', '1', NULL, NULL), (25, 'Lihat Kelas Siswa', 'jadwal-siswa', '1', NULL, NULL), (26, 'Tambah Kelas Siswa', 'jadwal-siswa/create', '1', NULL, NULL), (27, 'Delete Siswa Kelas', 'jadwal-siswa/destroy/id', '1', NULL, NULL), (28, 'Lihat Report', 'report', '1', NULL, NULL), (29, 'Tambah Report', 'report/create', '1', NULL, NULL), (30, 'Edit Report', 'report/id', '1', NULL, NULL), (31, 'Lihat Role Akses', 'role-access', '1', NULL, NULL), (32, 'Tambah Role Akses', 'role-access/create', '1', NULL, NULL), (33, 'Edit Role Akses', 'role-access/id/edit', '1', NULL, NULL), (34, 'Hapus Role Akses', 'role-access/destroy/id', '1', NULL, NULL), (35, 'Lihat Menu Role Akses', 'access', '1', NULL, NULL), (36, 'Tambah Menu Role Akses', 'access/create', '1', NULL, NULL), (37, 'Edit Menu Role Akses', 'access/id/edit', '1', NULL, NULL), (38, 'Hapus Menu Role Akses', 'access/destroy/id', '1', NULL, NULL), (39, 'Lihat User', 'user', '1', NULL, NULL), (40, 'Tambah User', 'user/create', '1', NULL, NULL), (41, 'Edit User', 'user/id/edit', '1', NULL, NULL), (42, 'Hapus User', 'user/destroy/id', '1', NULL, NULL), (43, 'Lihat Siswa', 'siswa_sma', '2', NULL, NULL), (44, 'Edit Siswa', 'siswa_sma/edit', '2', NULL, NULL), (45, 'Hapus Siswa', 'siswa_sma/delete', '2', NULL, NULL), (46, 'Detail Siswa', 'siswa_sma/detail', '2', NULL, NULL), (47, 'Tambah Calon Siswa', 'registration_sma/create', '2', NULL, NULL), (48, 'Lihat Calon Siswa', 'registration_sma', '2', NULL, NULL), (49, 'Edit Calon Siswa', 'registration_sma/edit', '2', NULL, NULL), (50, 'Hapus Calon Siswa', 'registration_sma/delete', '2', NULL, NULL), (51, 'Detail Calon Siswa', 'registration_sma/detail', '2', NULL, NULL), (52, 'Lihat Dormitory', 'dormitory_sma', '2', NULL, NULL), (53, 'Tambah Dormitory', 'dormitory_sma/create', '2', NULL, NULL), (54, 'Edit Dormitory', 'dormitory_sma/edit', '2', NULL, NULL), (55, 'Detail Dormitory', 'dormitory_sma/detail', '2', NULL, NULL), (56, 'Lihat Data Tagihan', 'tagihan_sma', '2', NULL, NULL), (57, 'Tambh Tagihan', 'tagihan_sma/create', '2', NULL, NULL), (58, 'Edit Tagihan', 'tagihan_sma/edit', '2', NULL, NULL), (59, 'Hapus Tagihan', 'tagihan_sma/delete', '2', NULL, NULL), (60, 'Template Tagihan', 'template_tagihan', '2', NULL, NULL), (61, 'Edit Template Tagihan', 'template_tagihan/edit', '2', NULL, NULL), (62, 'Lihat Tagihan Siswa', 'tagihan_sma/tagihanSiswa', '2', NULL, NULL), (63, 'Tambah Tagihan Siswa', 'tagihan_sma/addTagihanSiswa', '2', NULL, NULL), (64, 'Pembayaran Siswa Baru', 'pembayaran_sma/create', '2', NULL, NULL), (65, 'Pembayaran Fullday', 'pembayaran_sma_fullday/create', '2', NULL, NULL), (66, 'Pembayaran Boarding', 'pembayaran_sma_boarding/create', '2', NULL, NULL), (67, 'Riwayat Pembayaran', 'riwayat', '2', NULL, NULL), (68, 'Detail Pembayaran', 'pembayaran_sma/detailSiswa', '2', NULL, NULL), (69, 'Print Pembayaran', 'pembayaran_sma/printSiswa', '2', NULL, NULL), (70, 'Report Pembayran', 'report', '2', NULL, NULL), (71, 'Tunggakan Pembayaran', 'report/tunggakan', '2', NULL, NULL), (72, 'Lihat Kategori', 'kategori', '2', NULL, NULL), (73, 'Tambah Kategori', 'kategori/create', '2', NULL, NULL), (74, 'Edit Kategori', 'kategori/edit', '2', NULL, NULL), (75, 'Hapus Kategori', 'kategori/delete', '2', NULL, NULL), (76, 'Lihat Marketer', 'marketer', '2', NULL, NULL), (77, 'Tambah Marketer', 'marketer/create', '2', NULL, NULL), (78, 'Edit Marketer', 'marketer/edit', '2', NULL, NULL), (79, 'Hapus Marketer', 'marketer/delete', '2', NULL, NULL), (80, 'Lihat Role', 'role', '2', NULL, NULL), (81, 'Tambah Role', 'role/create', '2', NULL, NULL), (82, 'Edit Role', 'role/edit', '2', NULL, NULL), (83, 'Hapus Role', 'role/delete', '2', NULL, NULL), (84, 'Lihat Akses', 'akses', '2', NULL, NULL), (85, 'Tambah Akses', 'akses/create', '2', NULL, NULL), (86, 'Edit Akses', 'akses/edit', '2', NULL, NULL), (87, 'Hapus Akses', 'akses/delete', '2', NULL, NULL), (88, 'Lihat User', 'user', '2', NULL, NULL), (89, 'Tambah User', 'user/create', '2', NULL, NULL), (90, 'Edit User', 'user/edit', '2', NULL, NULL), (91, 'Hapus User', 'user/delete', '2', NULL, NULL); -- -------------------------------------------------------- -- -- Struktur dari tabel `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2020_11_13_015123_create_mapels_table', 1), (2, '2020_11_13_020612_add_soft_deletedd_to_mapelss_table', 2), (3, '2020_11_13_085733_create_gurus_table', 3), (4, '2020_11_13_203830_create_jam_pelajarans_table', 4), (5, '2020_11_14_063459_create_jadwals_table', 5), (6, '2020_11_14_064141_create_jadwal_gurus_table', 6), (7, '2020_11_16_092611_add_jam_pelajaran_id_to_jadwal_gurus_table', 7), (8, '2020_11_17_195859_create_jadwal_siswas_table', 8), (9, '2020_11_18_101121_create_reports_table', 9), (10, '2020_11_18_204317_add_tanggal_ujian_to_reports_table', 10), (11, '2020_11_19_092255_create_menus_table', 11), (12, '2020_11_19_093422_create_role_accesses_table', 11), (13, '2020_11_19_093521_create_accesses_table', 11); -- -------------------------------------------------------- -- -- Struktur dari tabel `orang_tua` -- CREATE TABLE `orang_tua` ( `id` int(11) NOT NULL, `siswa_id` int(11) NOT NULL, `ayah` varchar(50) NOT NULL, `ibu` varchar(50) NOT NULL, `hp` varchar(15) NOT NULL, `alamat_ortu` text NOT NULL, `telp` varchar(15) NOT NULL, `email` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `orang_tua` -- INSERT INTO `orang_tua` (`id`, `siswa_id`, `ayah`, `ibu`, `hp`, `alamat_ortu`, `telp`, `email`) VALUES (1, 3, '1ubah', '1ubah', '11', '1ubah', '11', 'riway.restu@gmail.comubah'), (2, 4, 'as', 'as', '1', 'as', '1', 'as@gmail.com'), (3, 5, 'qw', 'qw', '2', 'qw', '2', 'qw@gmail.com'), (4, 6, 'Ridwan', 'Dede Supriati', '085711191079', 'Bekasi', '1', 'riway.restu@gmail.com'), (5, 7, 'Dummy', 'Dummy', '11', 'Dummy', '1', 'riway.restu@gmail.com'), (6, 8, 'Father', 'Mother', '08671117897', 'Jakarta', '98751977', 'fater@gmail.com'); -- -------------------------------------------------------- -- -- Struktur dari tabel `pembayaran_sma` -- CREATE TABLE `pembayaran_sma` ( `id` int(11) NOT NULL, `data_tagihan_sma_id` int(11) NOT NULL, `tagihan_sma_id` int(11) NOT NULL, `siswa_id` int(11) NOT NULL, `metode` varchar(10) NOT NULL, `jumlah` varchar(50) NOT NULL, `total_tagihan` varchar(50) NOT NULL, `nama_bank` varchar(50) DEFAULT NULL, `poto` text NOT NULL, `tanggal` datetime NOT NULL, `kasir_id` int(11) DEFAULT NULL, `nama_kasir` varchar(50) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `pembayaran_sma` -- INSERT INTO `pembayaran_sma` (`id`, `data_tagihan_sma_id`, `tagihan_sma_id`, `siswa_id`, `metode`, `jumlah`, `total_tagihan`, `nama_bank`, `poto`, `tanggal`, `kasir_id`, `nama_kasir`) VALUES (34, 44, 1, 4, 'cash', '100.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (35, 45, 2, 4, 'cash', '200.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (36, 46, 3, 4, 'cash', '300.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (37, 47, 4, 4, 'cash', '400.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (38, 48, 5, 4, 'cash', '500.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (39, 49, 6, 4, 'cash', '600.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (40, 50, 7, 4, 'cash', '700.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (41, 51, 9, 4, 'cash', '100.000', '', NULL, '', '2020-10-16 00:00:00', NULL, NULL), (42, 60, 1, 5, 'transfer', '100.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (43, 61, 2, 5, 'transfer', '200.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (44, 62, 3, 5, 'transfer', '300.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (45, 63, 4, 5, 'transfer', '400.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (46, 64, 5, 5, 'transfer', '500.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (47, 65, 6, 5, 'transfer', '600.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (48, 66, 8, 5, 'transfer', '700.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (49, 67, 9, 5, 'transfer', '100.000', '', 'Bank Semua', 'logo-1.png', '2020-10-16 00:00:00', NULL, NULL), (67, 36, 1, 3, 'cash', '100.000', '2.900.000', NULL, '', '2020-10-17 10:27:37', NULL, NULL), (68, 37, 2, 3, 'cash', '100.000', '2.800.000', NULL, '', '2020-10-17 10:28:34', NULL, NULL), (69, 38, 3, 3, 'cash', '100.000', '2.800.000', NULL, '', '2020-10-17 10:28:34', NULL, NULL), (72, 90, 14, 6, 'cash', '100.000', '2.500.000', NULL, '', '2020-10-19 14:18:34', NULL, NULL), (73, 91, 15, 6, 'cash', '100.000', '2.500.000', NULL, '', '2020-10-19 14:18:34', NULL, NULL), (74, 91, 15, 6, 'cash', '400.000', '2.300.000', NULL, '', '2020-10-19 14:19:02', NULL, NULL), (75, 97, 1, 7, 'cash', '100.000', '1.800.000', NULL, '', '2020-10-19 16:11:26', NULL, NULL), (76, 106, 1, 8, 'cash', '100.000', '2.900.000', NULL, '', '2020-10-21 13:06:10', NULL, NULL), (77, 107, 2, 8, 'cash', '200.000', '2.900.000', NULL, '', '2020-10-21 13:06:10', NULL, NULL), (79, 108, 3, 8, 'cash', '300.000', '2.600.000', NULL, '', '2020-10-21 14:40:02', 1, 'Root'), (80, 109, 4, 8, 'cash', '400.000', '2.300.000', NULL, '', '2020-10-21 15:55:36', 1, 'Root'), (81, 110, 5, 8, 'cash', '200.000', '1.900.000', NULL, '', '2020-10-23 08:41:00', 1, 'Root'), (82, 110, 5, 8, 'cash', '300.000', '1.700.000', NULL, '', '2020-10-23 08:44:37', 1, 'Root'); -- -------------------------------------------------------- -- -- Struktur dari tabel `registration_sma` -- CREATE TABLE `registration_sma` ( `id` int(11) NOT NULL, `kategori` varchar(10) NOT NULL, `nis` varchar(50) NOT NULL, `nama` varchar(50) NOT NULL, `nama_panggilan` varchar(50) NOT NULL, `jenis_kelamin` varchar(15) NOT NULL, `tempat_lahir` varchar(50) NOT NULL, `tanggal_lahir` date NOT NULL, `tipe` varchar(15) NOT NULL, `kelas` varchar(2) NOT NULL, `jurusan` varchar(3) NOT NULL, `alamat` text NOT NULL, `cita` text NOT NULL, `hobi` text NOT NULL, `kwarganegaraan` text NOT NULL, `anak_ke` varchar(2) NOT NULL, `jml_saudara` varchar(2) NOT NULL, `berat` varchar(5) NOT NULL, `tinggi` varchar(5) NOT NULL, `gol_darah` varchar(2) NOT NULL, `bahasa` text NOT NULL, `tinggal` varchar(15) NOT NULL, `marketer_id` int(11) NOT NULL, `aktif` int(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `registration_sma` -- INSERT INTO `registration_sma` (`id`, `kategori`, `nis`, `nama`, `nama_panggilan`, `jenis_kelamin`, `tempat_lahir`, `tanggal_lahir`, `tipe`, `kelas`, `jurusan`, `alamat`, `cita`, `hobi`, `kwarganegaraan`, `anak_ke`, `jml_saudara`, `berat`, `tinggi`, `gol_darah`, `bahasa`, `tinggal`, `marketer_id`, `aktif`) VALUES (3, 'baru', '', '1ubah', '1ubah', '0', '1ubah', '2020-10-14', '0', '11', 'IPS', ' 1ubah', '1ubah', '1ubah', '1ubah', '11', '11', '10', '11', 'B', '11', 'Asrama', 0, 1), (4, 'baru', '', 'as', 'as', '1', 'as', '1997-03-21', '1', '10', 'IPS', 'as', 'as', 'as', 'as', '1', '1', '1', '1', 'A', '1', 'Orang Tua', 2, 0), (5, 'baru', '', 'qw1', 'qw1', '0', 'qw1', '2020-10-16', '0', '10', 'IPS', ' qw', 'qw', 'qw', 'qw', '2', '2', '2', '2', 'B', '2', 'Orang Tua', 2, 0), (6, 'baru', '', 'Riway Restu Islami Yudha', 'Iway', '1', 'Bandung', '2020-10-19', '0', '10', 'IPA', ' Bekasi', 'Pemain Sepak Bola', 'Nonton Film', 'Indonesia', '2', '3', '55', '178', 'AB', '178', 'Orang Tua', 2, 1), (7, 'baru', '', 'Dummy', 'Dummy', '1', 'Dummy', '2020-10-20', '1', '10', 'IPA', 'Dummy', 'Dummy', 'Dummy', 'Dummy', '1', '1', '1', '1', 'A', 'Dummy', 'Orang Tua', 2, 1), (8, 'baru', '', 'Daisy', 'Daisy', '0', 'Jakarta', '2020-10-20', '0', '11', 'IPS', 'Jakarta', 'Programmer', 'Gaming', 'Indonesia', '1', '1', '60', '170', 'A', 'Indonesia', 'Orang Tua', 2, 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `reports` -- CREATE TABLE `reports` ( `id` bigint(20) UNSIGNED NOT NULL, `guru_id` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL, `siswa_id` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL, `mapel_id` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL, `kelas` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `nilai` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL, `jenis` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `tanggal_ujian` date NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `reports` -- INSERT INTO `reports` (`id`, `guru_id`, `siswa_id`, `mapel_id`, `kelas`, `nilai`, `jenis`, `created_at`, `updated_at`, `tanggal_ujian`) VALUES (4, '3', '6', '1', '2', '100', '1', '2020-11-18 13:48:57', '2020-11-18 13:48:57', '2020-11-18'), (5, '3', '7', '1', '2', '98', '1', '2020-11-18 13:59:04', '2020-11-19 02:16:20', '2020-11-18'), (6, '6', '6', '8', '2', '80', '1', '2020-11-24 13:37:08', '2020-11-24 13:37:08', '2020-11-24'); -- -------------------------------------------------------- -- -- Struktur dari tabel `role_accesses` -- CREATE TABLE `role_accesses` ( `id` bigint(20) UNSIGNED NOT NULL, `nama` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `role_accesses` -- INSERT INTO `role_accesses` (`id`, `nama`, `created_at`, `updated_at`) VALUES (1, 'Root', '2020-11-19 03:20:29', '2020-11-19 03:24:53'), (2, 'Guru', '2020-11-19 03:25:07', '2020-11-19 03:25:07'), (4, 'Siswa', '2020-11-20 01:45:46', '2020-11-20 01:45:46'); -- -------------------------------------------------------- -- -- Struktur dari tabel `siswa` -- CREATE TABLE `siswa` ( `id` int(11) NOT NULL, `nisn` varchar(15) NOT NULL, `nama` varchar(50) NOT NULL, `kelas` varchar(10) NOT NULL, `jurusan` varchar(10) NOT NULL, `poto` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `siswa` -- INSERT INTO `siswa` (`id`, `nisn`, `nama`, `kelas`, `jurusan`, `poto`) VALUES (4, '123456', 'Riway Restu Islami Yudha', 'XII', 'IPA', 'Pas_Poto1.JPG'); -- -------------------------------------------------------- -- -- Struktur dari tabel `siswa_sma` -- CREATE TABLE `siswa_sma` ( `id` int(11) NOT NULL, `kategori` varchar(10) DEFAULT NULL, `nis` varchar(50) DEFAULT NULL, `nama` varchar(50) DEFAULT NULL, `nama_panggilan` varchar(50) DEFAULT NULL, `jenis_kelamin` varchar(15) DEFAULT NULL, `tempat_lahir` varchar(50) DEFAULT NULL, `tanggal_lahir` date DEFAULT NULL, `tipe` varchar(15) DEFAULT NULL, `kelas` varchar(2) DEFAULT NULL, `jurusan` varchar(3) DEFAULT NULL, `alamat` text DEFAULT NULL, `cita` text DEFAULT NULL, `hobi` text DEFAULT NULL, `kwarganegaraan` text DEFAULT NULL, `anak_ke` varchar(2) DEFAULT NULL, `jml_saudara` varchar(2) DEFAULT NULL, `berat` varchar(5) DEFAULT NULL, `tinggi` varchar(5) DEFAULT NULL, `gol_darah` varchar(2) DEFAULT NULL, `bahasa` text DEFAULT NULL, `tinggal` varchar(15) DEFAULT NULL, `marketer_id` int(11) DEFAULT NULL, `aktif` int(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `siswa_sma` -- INSERT INTO `siswa_sma` (`id`, `kategori`, `nis`, `nama`, `nama_panggilan`, `jenis_kelamin`, `tempat_lahir`, `tanggal_lahir`, `tipe`, `kelas`, `jurusan`, `alamat`, `cita`, `hobi`, `kwarganegaraan`, `anak_ke`, `jml_saudara`, `berat`, `tinggi`, `gol_darah`, `bahasa`, `tinggal`, `marketer_id`, `aktif`) VALUES (3, 'baru', '', '1ubah', '1ubah', '0', '1ubah', '2020-10-14', '0', '11', 'IPS', ' 1ubah', '1ubah', '1ubah', '1ubah', '11', '11', '10', '11', 'B', '11', 'Asrama', 0, 1), (6, 'baru', '', 'Riway Restu Islami Yudha', 'Iway', '1', 'Bandung', '2020-10-20', '0', '10', 'IPA', ' Bekasi', 'Pemain Sepak Bola', 'Nonton Film', 'Indonesia', '2', '3', '55', '178', 'AB', '178', 'Orang Tua', 2, 1), (7, 'baru', '', 'Dummy', 'Dummy', '0', 'Dummy', '2020-10-20', '1', '10', 'IPA', 'Dummy', 'Dummy', 'Dummy', 'Dummy', '1', '1', '1', '1', 'A', 'Dummy', 'Orang Tua', 2, 1), (8, 'baru', '', 'Daisy', 'Daisy', '0', 'Jakarta', '2020-10-20', '0', '11', 'IPA', 'Jakarta', 'Programmer', 'Gaming', 'Indonesia', '1', '1', '60', '170', 'A', 'Indonesia', 'Orang Tua', 2, 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `tagihan_sma` -- CREATE TABLE `tagihan_sma` ( `id` int(11) NOT NULL, `nama` text NOT NULL, `kategori` varchar(50) NOT NULL, `besar_tagihan` varchar(50) NOT NULL, `batas_pembayaran` date NOT NULL, `target_tagihan` varchar(50) NOT NULL, `detail_tagihan` text NOT NULL, `tipe` int(1) NOT NULL, `status` int(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `tagihan_sma` -- INSERT INTO `tagihan_sma` (`id`, `nama`, `kategori`, `besar_tagihan`, `batas_pembayaran`, `target_tagihan`, `detail_tagihan`, `tipe`, `status`) VALUES (1, 'Dummy Registration', '1', '100.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (2, 'Dummy uang gedung sma', '2', '200.000', '2020-10-14', 'Semua Siswa SMA', '12', 1, 1), (3, 'Dummy buku', '3', '300.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (4, 'dummy seragam', '4', '400.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (5, 'dummy ektrakulikuler', '5', '500.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (6, 'dummy wisuda', '6', '600.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (7, 'dummy spp', '9', '700.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (8, 'dummy boarding', '8', '700.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (9, 'dummy biaya', '10', '100.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (10, 'dummy denda', '11', '200.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (11, 'dummy tuition', '12', '300.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (12, 'dummy oversea', '7', '100.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (14, 'add new', '1', '100.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1), (15, 'uang gedung', '2', '500.000', '2020-10-14', 'Semua Siswa SMA', '', 1, 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `template_tagihan` -- CREATE TABLE `template_tagihan` ( `id` int(11) NOT NULL, `jenjang` varchar(3) NOT NULL, `kategori` varchar(10) NOT NULL, `tipe` int(1) NOT NULL, `tagihan_id` int(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- -- Dumping data untuk tabel `template_tagihan` -- INSERT INTO `template_tagihan` (`id`, `jenjang`, `kategori`, `tipe`, `tagihan_id`) VALUES (6, 'sma', 'baru', 1, 1), (7, 'sma', 'baru', 1, 14), (8, 'sma', 'baru', 1, 2), (9, 'sma', 'baru', 1, 15), (10, 'sma', 'baru', 1, 3), (11, 'sma', 'baru', 1, 4), (12, 'sma', 'baru', 1, 5), (13, 'sma', 'baru', 1, 6), (14, 'sma', 'baru', 1, 12), (15, 'sma', 'baru', 1, 8), (16, 'sma', 'baru', 1, 7), (17, 'sma', 'baru', 1, 9), (18, 'sma', 'baru', 1, 10), (19, 'sma', 'baru', 1, 11), (20, 'sma', 'baru', 0, 1), (21, 'sma', 'baru', 0, 14), (22, 'sma', 'baru', 0, 2), (23, 'sma', 'baru', 0, 15), (24, 'sma', 'baru', 0, 3), (25, 'sma', 'baru', 0, 4), (26, 'sma', 'baru', 0, 5), (27, 'sma', 'baru', 0, 6), (28, 'sma', 'baru', 0, 8), (29, 'sma', 'baru', 0, 9); -- -------------------------------------------------------- -- -- Struktur dari tabel `user` -- CREATE TABLE `user` ( `id_user` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `nama` varchar(50) DEFAULT NULL, `username` varchar(50) DEFAULT NULL, `password` text DEFAULT NULL, `hak_akses` varchar(10) DEFAULT NULL, `tipe_user` int(1) NOT NULL, `no_hp` varchar(15) DEFAULT NULL, `email` varchar(50) DEFAULT NULL, `alamat` text DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; -- -- Dumping data untuk tabel `user` -- INSERT INTO `user` (`id_user`, `user_id`, `nama`, `username`, `password`, `hak_akses`, `tipe_user`, `no_hp`, `email`, `alamat`) VALUES (5, 2, 'Desti Angelia', '321', '$2y$10$99R4dqrJGDBHLz5ciSqYJe.UqY8VkrtUa7jgZbkNnMVkRwsyAtCcW', '2', 2, NULL, 'riway.restu@gmail.com', NULL), (6, NULL, 'Riway Restu Islami Yudha', 'IwayRiway21', '$2y$10$99R4dqrJGDBHLz5ciSqYJe.UqY8VkrtUa7jgZbkNnMVkRwsyAtCcW', '1', 1, NULL, 'riway.restu1@gmail.com', NULL), (7, 7, 'Dummy', 'dd123', '$2y$10$99R4dqrJGDBHLz5ciSqYJe.UqY8VkrtUa7jgZbkNnMVkRwsyAtCcW', '4', 3, NULL, 'riway.restu@gmail.com', NULL), (8, 6, 'User', 'user', '$2y$10$RAKvhoBkTYwXnYM3i0rAPe8Fx2e3L4o83IsDEX3tsvqQff5RHg5f.', '2', 2, NULL, 'user@gmail.com', NULL); -- -------------------------------------------------------- -- -- Struktur dari tabel `user_ci` -- CREATE TABLE `user_ci` ( `id` int(11) NOT NULL, `nama` varchar(50) NOT NULL, `username` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `password` text NOT NULL, `hak_akses` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `user_ci` -- INSERT INTO `user_ci` (`id`, `nama`, `username`, `email`, `password`, `hak_akses`) VALUES (1, 'Riway Restu Islami Yudha', 'iwayriway21', 'riway.restu@gmail.com', '$2y$10$SN98BFpatyml6S7Yox3yQuOxMlnzE6IKJboRrbCRWLqfixGCQLb.2', 1), (3, 'User', 'user', 'user@gmail.com', '$2y$10$gTk7x9L4WDeH1lmR3WhCm.lnpgGFvY7FhF3X9sZJJtC9CfeMNtK62', 2); -- -- Indexes for dumped tables -- -- -- Indeks untuk tabel `accesses` -- ALTER TABLE `accesses` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `akses_ci` -- ALTER TABLE `akses_ci` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `data_tagihan_sma` -- ALTER TABLE `data_tagihan_sma` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `divisi` -- ALTER TABLE `divisi` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `dormitory` -- ALTER TABLE `dormitory` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `gurus` -- ALTER TABLE `gurus` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `jabatan` -- ALTER TABLE `jabatan` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `jadwals` -- ALTER TABLE `jadwals` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `jadwal_gurus` -- ALTER TABLE `jadwal_gurus` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `jadwal_siswas` -- ALTER TABLE `jadwal_siswas` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `jam_pelajarans` -- ALTER TABLE `jam_pelajarans` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `kamar` -- ALTER TABLE `kamar` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `kategori_pembayaran` -- ALTER TABLE `kategori_pembayaran` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `mapels` -- ALTER TABLE `mapels` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `marketer` -- ALTER TABLE `marketer` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `menus` -- ALTER TABLE `menus` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `orang_tua` -- ALTER TABLE `orang_tua` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `pembayaran_sma` -- ALTER TABLE `pembayaran_sma` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `registration_sma` -- ALTER TABLE `registration_sma` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `reports` -- ALTER TABLE `reports` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `role_accesses` -- ALTER TABLE `role_accesses` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `siswa` -- ALTER TABLE `siswa` ADD PRIMARY KEY (`id`) USING BTREE, ADD UNIQUE KEY `nisn` (`nisn`) USING BTREE; -- -- Indeks untuk tabel `siswa_sma` -- ALTER TABLE `siswa_sma` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `tagihan_sma` -- ALTER TABLE `tagihan_sma` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `template_tagihan` -- ALTER TABLE `template_tagihan` ADD PRIMARY KEY (`id`) USING BTREE; -- -- Indeks untuk tabel `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id_user`) USING BTREE; -- -- Indeks untuk tabel `user_ci` -- ALTER TABLE `user_ci` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT untuk tabel yang dibuang -- -- -- AUTO_INCREMENT untuk tabel `accesses` -- ALTER TABLE `accesses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=60; -- -- AUTO_INCREMENT untuk tabel `akses_ci` -- ALTER TABLE `akses_ci` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83; -- -- AUTO_INCREMENT untuk tabel `data_tagihan_sma` -- ALTER TABLE `data_tagihan_sma` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114; -- -- AUTO_INCREMENT untuk tabel `divisi` -- ALTER TABLE `divisi` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT untuk tabel `dormitory` -- ALTER TABLE `dormitory` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT untuk tabel `gurus` -- ALTER TABLE `gurus` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT untuk tabel `jabatan` -- ALTER TABLE `jabatan` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `jadwals` -- ALTER TABLE `jadwals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT untuk tabel `jadwal_gurus` -- ALTER TABLE `jadwal_gurus` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58; -- -- AUTO_INCREMENT untuk tabel `jadwal_siswas` -- ALTER TABLE `jadwal_siswas` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT untuk tabel `jam_pelajarans` -- ALTER TABLE `jam_pelajarans` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT untuk tabel `kamar` -- ALTER TABLE `kamar` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT untuk tabel `kategori_pembayaran` -- ALTER TABLE `kategori_pembayaran` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT untuk tabel `mapels` -- ALTER TABLE `mapels` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT untuk tabel `marketer` -- ALTER TABLE `marketer` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT untuk tabel `menus` -- ALTER TABLE `menus` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92; -- -- AUTO_INCREMENT untuk tabel `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT untuk tabel `orang_tua` -- ALTER TABLE `orang_tua` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT untuk tabel `pembayaran_sma` -- ALTER TABLE `pembayaran_sma` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83; -- -- AUTO_INCREMENT untuk tabel `registration_sma` -- ALTER TABLE `registration_sma` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT untuk tabel `reports` -- ALTER TABLE `reports` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT untuk tabel `role_accesses` -- ALTER TABLE `role_accesses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT untuk tabel `siswa` -- ALTER TABLE `siswa` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT untuk tabel `tagihan_sma` -- ALTER TABLE `tagihan_sma` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT untuk tabel `template_tagihan` -- ALTER TABLE `template_tagihan` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT untuk tabel `user` -- ALTER TABLE `user` MODIFY `id_user` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT untuk tabel `user_ci` -- ALTER TABLE `user_ci` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
34.175824
314
0.602613
ddc63cac3ee069b0b94c9975155897a6b2f5d52b
1,125
php
PHP
tests/Skeetr/Tests/Client/MethodTest.php
skeetr/skeetr
eb4ae5f7a6d3fed322041bbce830961e81ed6e20
[ "MIT" ]
null
null
null
tests/Skeetr/Tests/Client/MethodTest.php
skeetr/skeetr
eb4ae5f7a6d3fed322041bbce830961e81ed6e20
[ "MIT" ]
1
2015-04-17T22:24:51.000Z
2015-04-17T22:24:51.000Z
tests/Skeetr/Tests/Client/MethodTest.php
skeetr/skeetr
eb4ae5f7a6d3fed322041bbce830961e81ed6e20
[ "MIT" ]
null
null
null
<?php /* * This file is part of the Skeetr package. * * (c) Máximo Cuadros <mcuadros@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Skeetr\Tests; use Skeetr\Client; use Skeetr\Client\Method; use Skeetr\Mocks\Client as ClientMock; use Skeetr\Mocks\GearmanJob; use Skeetr\Mocks\Gearman\Worker; class MethodTest extends TestCase { public function testSetChannel() { $channel = new ChannelMock(new ClientMock); $channel->setChannel('channel'); $this->assertSame('channel', $channel->getChannel()); } public function testSetTimeout() { $channel = new ChannelMock(new ClientMock); $channel->setTimeout(5); $this->assertSame(5, $channel->getTimeout()); } public function testRegister() { $client = new ClientMock; $channel = new ChannelMock($client); $channel->setTimeout(3); $channel->setChannel('test'); $worker = new Worker; $this->assertTrue($channel->register($worker)); } }
22.959184
74
0.649778
c7e6cd72df6aa3fcfe1f751e78cea36c4a511c38
1,791
java
Java
src/test/java/data_access/DatabaseItemDaoTest.java
antarcticturtle/Lukuvinkkikirjasto
3df699d1275b0ce45f1a657d32fc01c8b7df2a72
[ "MIT" ]
null
null
null
src/test/java/data_access/DatabaseItemDaoTest.java
antarcticturtle/Lukuvinkkikirjasto
3df699d1275b0ce45f1a657d32fc01c8b7df2a72
[ "MIT" ]
6
2018-11-27T22:39:42.000Z
2018-12-10T12:30:34.000Z
src/test/java/data_access/DatabaseItemDaoTest.java
antarcticturtle/Lukuvinkkikirjasto
3df699d1275b0ce45f1a657d32fc01c8b7df2a72
[ "MIT" ]
2
2018-11-15T17:04:35.000Z
2018-12-08T23:18:30.000Z
package data_access; import io.Color; import io.IO; import item.*; import java.io.File; import org.junit.After; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class DatabaseItemDaoTest { File testDatabase; DatabaseItemDao dao; @Before public void setUp() throws Exception { testDatabase = new File("testdatabase.db"); Database database = new Database("jdbc:sqlite:testdatabase.db"); database.init(); this.dao = new DatabaseItemDao(database); dao.addItem(new Book(1, "Title", "Author", "url", "description")); dao.addItem(new Podcast(2, "Title2", "Author2", "url2", "description2")); } @Test public void allItemsAreFound() { assertEquals(2, dao.getItems("").size()); } @Test public void wrongItemIdReturnsNoItem() { assertEquals(null, dao.getItemById(3)); } @Test public void itemCanBeFoundById() { assertEquals("(id: " + Color.yellow("1") + ") Book: " + Color.cyan("Title") + " by " + Color.cyan("Author"), dao.getItemById(1).toString()); } @Test public void itemCanBeAdded() { dao.addItem(new Video(3, "Title3", "Author3", "url3", "description3")); assertEquals("(id: " + Color.yellow("3") + ") Video: " + Color.cyan("Title3") + " by " + Color.cyan("Author3"), dao.getItemById(3).toString()); } @Test public void itemCanBeDeleted() { dao.deleteItemById(2); assertEquals(null, dao.getItemById(2)); } @Test public void nothingIsDeletedIfWrongIdIsEntered() { assertEquals(null, dao.deleteItemById(3)); } @After public void tearDown() { testDatabase.delete(); } }
27.553846
151
0.603015
c72501ec5b0b8e15fae836aa2b1ee18c0648723a
2,655
kt
Kotlin
compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/checkers/declaration/FirMethodOfAnyImplementedInInterfaceChecker.kt
Mu-L/kotlin
5c3ce66e9979d2b3592d06961e181fa27fa88431
[ "ECL-2.0", "Apache-2.0" ]
151
2019-11-06T03:32:39.000Z
2022-03-25T15:06:58.000Z
compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/checkers/declaration/FirMethodOfAnyImplementedInInterfaceChecker.kt
Mu-L/kotlin
5c3ce66e9979d2b3592d06961e181fa27fa88431
[ "ECL-2.0", "Apache-2.0" ]
3
2020-07-27T00:44:27.000Z
2021-12-30T20:21:23.000Z
compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/checkers/declaration/FirMethodOfAnyImplementedInInterfaceChecker.kt
Mu-L/kotlin
5c3ce66e9979d2b3592d06961e181fa27fa88431
[ "ECL-2.0", "Apache-2.0" ]
69
2019-11-18T10:25:35.000Z
2021-12-27T14:15:47.000Z
/* * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ package org.jetbrains.kotlin.fir.analysis.checkers.declaration import org.jetbrains.kotlin.builtins.StandardNames.HASHCODE_NAME import org.jetbrains.kotlin.diagnostics.DiagnosticReporter import org.jetbrains.kotlin.diagnostics.reportOn import org.jetbrains.kotlin.fir.analysis.checkers.FirDeclarationPresenter import org.jetbrains.kotlin.fir.analysis.checkers.context.CheckerContext import org.jetbrains.kotlin.fir.analysis.diagnostics.FirErrors import org.jetbrains.kotlin.fir.analysis.diagnostics.withSuppressedDiagnostics import org.jetbrains.kotlin.fir.declarations.FirRegularClass import org.jetbrains.kotlin.fir.declarations.FirSimpleFunction import org.jetbrains.kotlin.fir.declarations.utils.hasBody import org.jetbrains.kotlin.fir.declarations.utils.isInterface import org.jetbrains.kotlin.fir.declarations.utils.isOverride import org.jetbrains.kotlin.fir.resolve.isEquals import org.jetbrains.kotlin.name.CallableId import org.jetbrains.kotlin.util.OperatorNameConventions.TO_STRING object FirMethodOfAnyImplementedInInterfaceChecker : FirRegularClassChecker(), FirDeclarationPresenter { // We need representations that look like JVM signatures. Thus, just function names, not fully qualified ones. override fun StringBuilder.appendRepresentation(it: CallableId) { append(it.callableName) } // We need representations that look like JVM signatures. Hence, no need to represent operator. override fun StringBuilder.appendOperatorTag(it: FirSimpleFunction) { // Intentionally empty } override fun check(declaration: FirRegularClass, context: CheckerContext, reporter: DiagnosticReporter) { if (!declaration.isInterface) { return } for (function in declaration.declarations) { if (function !is FirSimpleFunction || !function.isOverride || !function.hasBody) continue var methodOfAny = false if (function.valueParameters.isEmpty() && (function.name == HASHCODE_NAME || function.name == TO_STRING) ) { methodOfAny = true } else if (function.isEquals()) { methodOfAny = true } if (methodOfAny) { withSuppressedDiagnostics(function, context) { reporter.reportOn(function.source, FirErrors.METHOD_OF_ANY_IMPLEMENTED_IN_INTERFACE, context) } } } } }
45
115
0.736723
151fadb2ebfb57588dc195f40364a30b9c34289a
737
swift
Swift
LocationExampleTests/Mocks/CLLocationManagerMock.swift
tpalmer/location-example
3af18f7058647b1b1b738aecc3f569da84a02627
[ "MIT" ]
null
null
null
LocationExampleTests/Mocks/CLLocationManagerMock.swift
tpalmer/location-example
3af18f7058647b1b1b738aecc3f569da84a02627
[ "MIT" ]
null
null
null
LocationExampleTests/Mocks/CLLocationManagerMock.swift
tpalmer/location-example
3af18f7058647b1b1b738aecc3f569da84a02627
[ "MIT" ]
null
null
null
// // CLLocationManagerMock.swift // LocationExampleTests // // Created by Travis Palmer on 9/7/18. // Copyright © 2019 Travis Palmer. All rights reserved. // @testable import LocationExample import CoreLocation class CLLocationManagerMock: CLLocationManager { var requestAlwaysAuthorizationCallCount = 0 var requestWhenInUseAuthorizationCallCount = 0 var startUpdatingLocationCallCount = 0 override func requestAlwaysAuthorization() { self.requestAlwaysAuthorizationCallCount += 1 } override func requestWhenInUseAuthorization() { self.requestWhenInUseAuthorizationCallCount += 1 } override func startUpdatingLocation() { self.startUpdatingLocationCallCount += 1 } }
25.413793
56
0.746269
00df2dba0f6bade6718f0d4cbd655ab0cb05ac48
394
swift
Swift
Modules/Main/AppBuilderDelegate.swift
uypoko/CleanBuddyCoffee
34593a43b54a9b2ef6fa281a4909a7fbc2367c01
[ "MIT" ]
null
null
null
Modules/Main/AppBuilderDelegate.swift
uypoko/CleanBuddyCoffee
34593a43b54a9b2ef6fa281a4909a7fbc2367c01
[ "MIT" ]
null
null
null
Modules/Main/AppBuilderDelegate.swift
uypoko/CleanBuddyCoffee
34593a43b54a9b2ef6fa281a4909a7fbc2367c01
[ "MIT" ]
1
2019-09-02T09:33:20.000Z
2019-09-02T09:33:20.000Z
// // AppBuilderDelegate.swift // CleanBuddyCoffee // // Created by Ryan on 8/26/19. // Copyright © 2019 Daylighter. All rights reserved. // import UIKit protocol AppBuilderDelegate { func configureDrinkDetailModule(drinkId: String) -> UIViewController func configureEnterDeliveryAddressModule() -> UIViewController func configureSetAddressOnMapModule() -> UIViewController }
24.625
72
0.761421
b1e08fcbfbd1cc925f8bb137361675c3851a2c29
9,246
c
C
src/cairo--structs.c
coolbutuseless/cairocore
5bf9f2f170f3c7ee81e0b5c709946745950115d4
[ "MIT" ]
11
2020-08-17T10:06:04.000Z
2021-11-15T11:22:45.000Z
src/cairo--structs.c
coolbutuseless/cairocore
5bf9f2f170f3c7ee81e0b5c709946745950115d4
[ "MIT" ]
null
null
null
src/cairo--structs.c
coolbutuseless/cairocore
5bf9f2f170f3c7ee81e0b5c709946745950115d4
[ "MIT" ]
1
2020-08-24T01:17:19.000Z
2020-08-24T01:17:19.000Z
#include <R.h> #include <Rinternals.h> #include <Rdefines.h> #include <cairo/cairo.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include "aaa.h" #include "R-finalizers.h" //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Create a point to a cairo_text_extents_t struct //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_text_extents_t_(void) { cairo_text_extents_t * result = (cairo_text_extents_t *)calloc(1, sizeof(cairo_text_extents_t)); SEXP result_; PROTECT(result_ = R_MakeExternalPtr(result, R_NilValue, R_NilValue)); SET_CLASS(result_, mkString("cairo_text_extents_t")); R_RegisterCFinalizer(result_, generic_finalizer); UNPROTECT(1); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Unpack a cairo_text_extents_t into a list //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_text_extents_t_to_list_(SEXP ptr_) { cairo_text_extents_t *ptr = isNull(ptr_) ? NULL : (cairo_text_extents_t *)R_ExternalPtrAddr(ptr_); if (ptr == NULL) error("'cairo_text_extents_t *' pointer is invalid/NULL"); // Final list SEXP result_; PROTECT(result_ = NEW_LIST(6)); SET_VECTOR_ELT(result_, 0, ScalarReal(ptr->x_bearing)); SET_VECTOR_ELT(result_, 1, ScalarReal(ptr->y_bearing)); SET_VECTOR_ELT(result_, 2, ScalarReal(ptr->width)); SET_VECTOR_ELT(result_, 3, ScalarReal(ptr->height)); SET_VECTOR_ELT(result_, 4, ScalarReal(ptr->x_advance)); SET_VECTOR_ELT(result_, 5, ScalarReal(ptr->y_advance)); // Set the names on the list. There's probably a macro that does this. SEXP names; PROTECT(names = allocVector(STRSXP, 6)); SET_STRING_ELT(names, 0, mkChar("x_bearing")); SET_STRING_ELT(names, 1, mkChar("y_bearing")); SET_STRING_ELT(names, 2, mkChar("width")); SET_STRING_ELT(names, 3, mkChar("height")); SET_STRING_ELT(names, 4, mkChar("x_advance")); SET_STRING_ELT(names, 5, mkChar("y_advance")); setAttrib(result_, R_NamesSymbol, names); UNPROTECT(2); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Create a pointer to a "cairo_font_extents_t" struct //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_font_extents_t_(void) { cairo_font_extents_t * result = (cairo_font_extents_t *)calloc(1, sizeof(cairo_font_extents_t)); SEXP result_ = PROTECT(R_MakeExternalPtr(result, R_NilValue, R_NilValue)); SET_CLASS(result_, mkString("cairo_font_extents_t")); R_RegisterCFinalizer(result_, generic_finalizer); UNPROTECT(1); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Unpack a cairo_font_extents_t into a list //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_font_extents_t_to_list_(SEXP ptr_) { cairo_font_extents_t *ptr = isNull(ptr_) ? NULL : (cairo_font_extents_t *)R_ExternalPtrAddr(ptr_); if (ptr == NULL) error("cairo_font_extents_t pointer is invalid/NULL"); // Final list SEXP result_ = PROTECT(NEW_LIST(5)); SET_VECTOR_ELT(result_, 0, ScalarReal(ptr->ascent)); SET_VECTOR_ELT(result_, 1, ScalarReal(ptr->descent)); SET_VECTOR_ELT(result_, 2, ScalarReal(ptr->height)); SET_VECTOR_ELT(result_, 3, ScalarReal(ptr->max_x_advance)); SET_VECTOR_ELT(result_, 4, ScalarReal(ptr->max_y_advance)); // Set the names on the list. SEXP names = PROTECT(allocVector(STRSXP, 5)); SET_STRING_ELT(names, 0, mkChar("ascent")); SET_STRING_ELT(names, 1, mkChar("descent")); SET_STRING_ELT(names, 2, mkChar("height")); SET_STRING_ELT(names, 3, mkChar("max_x_advance")); SET_STRING_ELT(names, 4, mkChar("max_y_advance")); setAttrib(result_, R_NamesSymbol, names); UNPROTECT(2); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Create a pointer to a "cairo_matrix_t" struct //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_matrix_t_(SEXP xx_, SEXP yx_, SEXP xy_, SEXP yy_, SEXP x0_, SEXP y0_) { cairo_matrix_t * result = (cairo_matrix_t *)calloc(1, sizeof(cairo_matrix_t)); result->xx = REAL(xx_)[0]; result->yx = REAL(yx_)[0]; result->xy = REAL(xy_)[0]; result->yy = REAL(yy_)[0]; result->x0 = REAL(x0_)[0]; result->y0 = REAL(y0_)[0]; SEXP result_ = PROTECT(R_MakeExternalPtr(result, R_NilValue, R_NilValue)); SET_CLASS(result_, mkString("cairo_matrix_t")); R_RegisterCFinalizer(result_, generic_finalizer); UNPROTECT(1); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Update a pointer to a "cairo_matrix_t" struct //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_matrix_t_update_(SEXP ptr_, SEXP xx_, SEXP yx_, SEXP xy_, SEXP yy_, SEXP x0_, SEXP y0_) { cairo_matrix_t *ptr = isNull(ptr_) ? NULL : (cairo_matrix_t *)R_ExternalPtrAddr(ptr_); if (ptr == NULL) error("'cairo_matrix_t *' pointer is invalid/NULL"); ptr->xx = isNull(xx_) ? ptr->xx : REAL(xx_)[0]; ptr->yx = isNull(yx_) ? ptr->yx : REAL(yx_)[0]; ptr->xy = isNull(xy_) ? ptr->xy : REAL(xy_)[0]; ptr->yy = isNull(yy_) ? ptr->yy : REAL(yy_)[0]; ptr->x0 = isNull(x0_) ? ptr->x0 : REAL(x0_)[0]; ptr->y0 = isNull(y0_) ? ptr->y0 : REAL(y0_)[0]; return ptr_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Unpack a cairo_text_extents_t into a list //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_matrix_t_to_list_(SEXP ptr_) { cairo_matrix_t *ptr = isNull(ptr_) ? NULL : (cairo_matrix_t *)R_ExternalPtrAddr(ptr_); if (ptr == NULL) error("'cairo_matrix_t *' pointer is invalid/NULL"); // Final list SEXP result_; PROTECT(result_ = NEW_LIST(6)); SET_VECTOR_ELT(result_, 0, ScalarReal(ptr->xx)); SET_VECTOR_ELT(result_, 1, ScalarReal(ptr->yx)); SET_VECTOR_ELT(result_, 2, ScalarReal(ptr->xy)); SET_VECTOR_ELT(result_, 3, ScalarReal(ptr->yy)); SET_VECTOR_ELT(result_, 4, ScalarReal(ptr->x0)); SET_VECTOR_ELT(result_, 5, ScalarReal(ptr->y0)); // Set the names on the list. There's probably a macro that does this. SEXP names; PROTECT(names = allocVector(STRSXP, 6)); SET_STRING_ELT(names, 0, mkChar("xx")); SET_STRING_ELT(names, 1, mkChar("yx")); SET_STRING_ELT(names, 2, mkChar("xy")); SET_STRING_ELT(names, 3, mkChar("yy")); SET_STRING_ELT(names, 4, mkChar("x0")); SET_STRING_ELT(names, 5, mkChar("y0")); setAttrib(result_, R_NamesSymbol, names); UNPROTECT(2); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Create a pointer to a "cairo_rectangle_t" struct //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_rectangle_t_(SEXP x_, SEXP y_, SEXP width_, SEXP height_) { cairo_rectangle_t * result = (cairo_rectangle_t *)calloc(1, sizeof(cairo_rectangle_t)); result->x = REAL(x_)[0]; result->y = REAL(y_)[0]; result->width = REAL(width_)[0]; result->height = REAL(height_)[0]; SEXP result_ = PROTECT(R_MakeExternalPtr(result, R_NilValue, R_NilValue)); SET_CLASS(result_, mkString("cairo_rectangle_t")); R_RegisterCFinalizer(result_, generic_finalizer); UNPROTECT(1); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Unpack a cairo_text_extents_t into a list //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_rectangle_t_to_list_(SEXP ptr_) { cairo_rectangle_t *ptr = isNull(ptr_) ? NULL : (cairo_rectangle_t *)R_ExternalPtrAddr(ptr_); if (ptr == NULL) error("'cairo_rectangle_t *' pointer is invalid/NULL"); // Final list SEXP result_; PROTECT(result_ = NEW_LIST(4)); SET_VECTOR_ELT(result_, 0, ScalarReal(ptr->x)); SET_VECTOR_ELT(result_, 1, ScalarReal(ptr->y)); SET_VECTOR_ELT(result_, 2, ScalarReal(ptr->width)); SET_VECTOR_ELT(result_, 3, ScalarReal(ptr->height)); // Set the names on the list. There's probably a macro that does this. SEXP names; PROTECT(names = allocVector(STRSXP, 4)); SET_STRING_ELT(names, 0, mkChar("x")); SET_STRING_ELT(names, 1, mkChar("y")); SET_STRING_ELT(names, 2, mkChar("width")); SET_STRING_ELT(names, 3, mkChar("height")); setAttrib(result_, R_NamesSymbol, names); UNPROTECT(2); return result_; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Create a pointer to a "cairo_rectangle_int_t" struct //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEXP cairo_rectangle_int_t_(SEXP x_, SEXP y_, SEXP width_, SEXP height_) { cairo_rectangle_int_t * result = (cairo_rectangle_int_t *)calloc(1, sizeof(cairo_rectangle_int_t)); result->x = INTEGER(x_)[0]; result->y = INTEGER(y_)[0]; result->width = INTEGER(width_)[0]; result->height = INTEGER(height_)[0]; SEXP result_ = PROTECT(R_MakeExternalPtr(result, R_NilValue, R_NilValue)); SET_CLASS(result_, mkString("cairo_rectangle_int_t")); R_RegisterCFinalizer(result_, generic_finalizer); UNPROTECT(1); return result_; }
36.545455
101
0.59377
8562b5f9add260b56a9899e4ccaa1509b2331587
1,291
js
JavaScript
src/components/CircleLogo.js
hajadelmas/studio-haja-agency
7e9950f9c4d1bd040288b9b6d9308e79676d295f
[ "RSA-MD" ]
null
null
null
src/components/CircleLogo.js
hajadelmas/studio-haja-agency
7e9950f9c4d1bd040288b9b6d9308e79676d295f
[ "RSA-MD" ]
null
null
null
src/components/CircleLogo.js
hajadelmas/studio-haja-agency
7e9950f9c4d1bd040288b9b6d9308e79676d295f
[ "RSA-MD" ]
null
null
null
import React, { useEffect, useRef } from "react" import CircleType from 'circletype' import { gsap } from 'gsap' import { ScrollTrigger } from 'gsap/ScrollTrigger' import './CircleLogo.scss' function CircleLogo() { const circleInstance = useRef(); useEffect(() => { new CircleType(circleInstance.current).radius(65); if (typeof window !== `undefined`) { gsap.registerPlugin(ScrollTrigger) gsap.core.globals( 'ScrollTrigger', ScrollTrigger ) } var rotate = gsap.timeline({ scrollTrigger:{ trigger: ".main_container", // pin: true, scrub:1, // pinSpacing: false, // markers: true, start: 'top top', // end:'+=1000', } }) .to('#text', { rotation:360*5, duration:2, ease:'none', }) }, []) return ( <div className="container"> <div className="circular-text" id='text' ref={circleInstance}> <p className="text" id='text' ref={circleInstance}>Studio Haja • Studio Haja • Studio haja •</p> </div> </div> ) } export default CircleLogo
21.163934
112
0.503486
9c739ccc860e3e02841a850301d696f095acdedf
195
js
JavaScript
config/server.js
mattshax/interactive-react-md
0d84a0c9f26d4b66e36aab5115e7e8dde94133e6
[ "MIT", "Unlicense" ]
5
2017-06-12T17:51:43.000Z
2019-02-20T14:18:15.000Z
config/server.js
mattshax/interactive-react-md
0d84a0c9f26d4b66e36aab5115e7e8dde94133e6
[ "MIT", "Unlicense" ]
null
null
null
config/server.js
mattshax/interactive-react-md
0d84a0c9f26d4b66e36aab5115e7e8dde94133e6
[ "MIT", "Unlicense" ]
null
null
null
const config = { apiPath: process.env.API_PATH || '/api/v1', database: process.env.DATABASE_URI || 'postgres://matthewshaxted:postgres@localhost:5432/postgres', }; module.exports = config;
24.375
101
0.723077
39fef573fea5138b95db9af28d48870a72c13e28
1,188
java
Java
src/main/java/com/fuhu/java/iostream/ObjectOutputStreamDemo.java
hufuan/unit_test
180002967bf57eec87c199c16ed32b6d6e99dbe7
[ "MIT" ]
null
null
null
src/main/java/com/fuhu/java/iostream/ObjectOutputStreamDemo.java
hufuan/unit_test
180002967bf57eec87c199c16ed32b6d6e99dbe7
[ "MIT" ]
null
null
null
src/main/java/com/fuhu/java/iostream/ObjectOutputStreamDemo.java
hufuan/unit_test
180002967bf57eec87c199c16ed32b6d6e99dbe7
[ "MIT" ]
null
null
null
package com.fuhu.java.iostream; import java.io.*; import java.net.URL; public class ObjectOutputStreamDemo { public static void main(String[] args) { String s = "hello world"; int i = 897648764; String fileName = "test.txt"; try { URL url = Thread.currentThread().getContextClassLoader().getResource(""); String dir = url.toURI().getPath(); String fullFileName = dir + fileName; System.out.println("fullFileName = " + fullFileName); FileOutputStream out = new FileOutputStream( new File(fullFileName)); ObjectOutputStream oout = new ObjectOutputStream(out); oout.writeObject(s); oout.writeObject(i); //close the stream oout.close(); ObjectInputStream ois = new ObjectInputStream( new FileInputStream(new File(fullFileName)) ); System.out.println("#1: " + (String) ois.readObject()); System.out.println("#2: " + ois.readObject()); } catch ( Exception e) { e.printStackTrace(); } } }
33
86
0.549663
07657231d2a204641d8348b7a32823321b3a1d46
12,695
swift
Swift
zhuishushenqi/TXTReader/Controllers/BookDetailViewController.swift
rrj51591753/zhuishushenqi
b9f68bedacea7b04890e01589d9c8ee99c0b00e0
[ "MIT" ]
2
2018-07-17T06:43:24.000Z
2018-07-17T06:43:35.000Z
zhuishushenqi/TXTReader/Controllers/BookDetailViewController.swift
rrj51591753/zhuishushenqi
b9f68bedacea7b04890e01589d9c8ee99c0b00e0
[ "MIT" ]
null
null
null
zhuishushenqi/TXTReader/Controllers/BookDetailViewController.swift
rrj51591753/zhuishushenqi
b9f68bedacea7b04890e01589d9c8ee99c0b00e0
[ "MIT" ]
null
null
null
// // BookDetailViewController.swift // zhuishushenqi // // Created by Nory Cao on 16/10/4. // Copyright © 2016年 QS. All rights reserved. // import UIKit import QSNetwork class BookDetailViewController: BaseViewController,UITableViewDataSource,UITableViewDelegate { var id:String = "" var tagColor = [UIColor(red: 0.56, green: 0.77, blue: 0.94, alpha: 1.0), UIColor(red: 0.75, green: 0.41, blue: 0.82, alpha: 1.0), UIColor(red: 0.96, green: 0.74, blue: 0.49, alpha: 1.0), UIColor(red: 0.57, green: 0.81, blue: 0.84, alpha: 1.0), UIColor(red: 0.40, green: 0.80, blue: 0.72, alpha: 1.0), UIColor(red: 0.91, green: 0.56, blue: 0.56, alpha: 1.0), UIColor(red: 0.56, green: 0.77, blue: 0.94, alpha: 1.0), UIColor(red: 0.75, green: 0.41, blue: 0.82, alpha: 1.0)] fileprivate var sectionTwoY:CGFloat = 0 fileprivate var bookModel:BookDetail? fileprivate var hotComment:[QSHotComment]? let CONTENT_TAG = 11223 fileprivate var contentShow:Bool = false fileprivate lazy var tableView:UITableView = { let tableView = UITableView(frame: CGRect(x: 0, y: 64, width: ScreenWidth, height: ScreenHeight - 64), style: .grouped) tableView.dataSource = self tableView.delegate = self tableView.separatorStyle = .singleLine tableView.qs_registerCellNib(HotCommentCell.self) tableView.backgroundColor = UIColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0) return tableView }() override func viewDidLoad() { super.viewDidLoad() initSubview() // requestData() } fileprivate func initSubview(){ let titleView = UIView(frame: CGRect(x: 0,y: 0,width: 120,height: 30)) let titleLabel = UILabel(frame: CGRect(x: 0,y: 0,width: 90,height: 30)) titleLabel.textAlignment = .center titleLabel.text = "书籍详情" let titleShare = UIImageView(image: UIImage(named: "bd_share")) let width = (titleLabel.text! as NSString).boundingRect(with: CGSize(width: CGFloat.greatestFiniteMagnitude, height: 30), options: .usesLineFragmentOrigin, attributes: [NSFontAttributeName:UIFont.systemFont(ofSize: 13)], context: nil) titleShare.frame = CGRect(x: width.size.width/2 + 120/2, y: 5, width: 20, height: 20) let ges = UITapGestureRecognizer(target: self, action: #selector(shareAction(_:))) titleShare.addGestureRecognizer(ges) titleView.addSubview(titleShare) titleView.addSubview(titleLabel) navigationItem.titleView = titleView let rightItem = UIBarButtonItem(title: "全本缓存", style: .plain, target: self, action: #selector(allCache(_:))) navigationItem.rightBarButtonItem = rightItem } @objc fileprivate func allCache(_ item:UIBarButtonItem){ } @objc fileprivate func shareAction(_ tap:UITapGestureRecognizer){ } func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { if section == 0 { return 3 }else if section == 1{ return self.hotComment?.count ?? 0 }else if section == 5{ return 5 } return 1 } func numberOfSections(in tableView: UITableView) -> Int { return 2 } func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let iden = "CellIden" var cell = tableView.dequeueReusableCell(withIdentifier: iden) if cell == nil { cell = UITableViewCell(style: .default, reuseIdentifier: iden) cell?.backgroundColor = UIColor.clear cell?.selectionStyle = .none } if indexPath.section == 0 { if indexPath.row == 0 { cell = sectionOne() return cell! }else if indexPath.row == 1{ cell = sectionTwo() return cell! }else { cell = sectionThree() return cell! } }else if indexPath.section == 1{ let hotCell:HotCommentCell = tableView.dequeueReusableCell(withIdentifier: "HotCommentCell", for: indexPath) as! HotCommentCell // hotCell.model = self.hotComment?[indexPath.row] return hotCell } return cell! } func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? { if section == 0 { let headerview = (UINib(nibName: "BookDetailHeader", bundle: nil).instantiate(withOwner: self, options: nil) as NSArray).object(at: 0) as? BookDetailHeader headerview?.model = bookModel headerview?.addBtnAction = { (isSelected:Bool,model:BookDetail) in //需要遍历删除 if isSelected == true { BookManager.updateShelf(with: model, type: .add,refresh:true) }else{ BookManager.updateShelf(with: model, type: .delete,refresh:true) } QSLog(NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)) } headerview?.startReading = {(isSelected:Bool,model:BookDetail) in let allChapterUrl = "\(BASEURL)/toc" self.requestAllChapters(withUrl: allChapterUrl,param:["view":"summary","book":model._id ]) } if headerview != nil { return headerview! } }else if section == 1 { let headerView = UIView() headerView.backgroundColor = UIColor.white let label = UILabel() label.text = "热门评论" label.font = UIFont.systemFont(ofSize: 13) label.textColor = UIColor.darkGray label.frame = CGRect(x: 15, y: 0, width: 100, height: 30) headerView.addSubview(label) let moreBtn = UIButton(type: .custom) moreBtn.frame = CGRect(x: self.view.bounds.width - 135, y: 0, width: 120, height: 30) moreBtn.setTitle("更多", for: .normal) moreBtn.setTitleColor(UIColor.darkGray, for: .normal) moreBtn.titleLabel?.font = UIFont.systemFont(ofSize: 13) moreBtn.addTarget(self, action: #selector(moreCommentAction(btn:)), for: .touchUpInside) moreBtn.contentHorizontalAlignment = .right headerView.addSubview(moreBtn) return headerView } return nil } func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat { if section == 0 { return 165 }else if section == 1 { return 30 } return 10 } func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat { return 0.001 } func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { if indexPath.section == 0 { if indexPath.row == 0 { return 80 }else if indexPath.row == 1{ return sectionTwoY }else{ if contentShow { let height:CGFloat = (self.bookModel?.longIntro ?? "").qs_height(15, width: ScreenWidth - 40) + 50 return height } return 89 } }else if indexPath.section == 1 { return 127 }else if indexPath.section == 2 { return 80 }else if indexPath.section == 3 { return 160 } else if indexPath.section == 4 { return 100 } return 60 } func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { tableView.deselectRow(at: indexPath, animated: true) if indexPath.section == 0 { if indexPath.row == 2 { contentShow = !contentShow self.tableView.reloadData() } } if indexPath.section == 1 { let bookCommentVC = BookCommentViewController() bookCommentVC.id = self.hotComment?[indexPath.row]._id ?? "" self.navigationController?.pushViewController(bookCommentVC, animated: true) } } @objc func moreCommentAction(btn:UIButton){ } fileprivate func sectionOne()->UITableViewCell{ let cell = UITableViewCell(style: .default, reuseIdentifier: "cell") cell.selectionStyle = .none let text = ["追书人数","读者留存率","更新字数/天"] let sText = [bookModel?.latelyFollower ?? "0","\(bookModel?.retentionRatio ?? "0")%","\(bookModel?.serializeWordCount ?? "未知")"] let x:CGFloat = 0 let y:CGFloat = 20 let width = ScreenWidth/3 let height:CGFloat = 21.0 for index in 0..<3 { let label = UILabel(frame: CGRect(x: x + width*CGFloat(index),y: y,width: width,height: height)) label.text = text[index] label.textAlignment = .center label.textColor = UIColor.gray label.font = UIFont.systemFont(ofSize: 13) cell.contentView.addSubview(label) let slabel = UILabel(frame: CGRect(x: x + width*CGFloat(index),y: y + 21,width: width,height: height)) slabel.text = sText[index] slabel.textAlignment = .center slabel.textColor = UIColor.gray slabel.font = UIFont.systemFont(ofSize: 13) cell.contentView.addSubview(slabel) } return cell } fileprivate func sectionTwo()->UITableViewCell{ let cell = UITableViewCell(style: .default, reuseIdentifier: "cellTwo") cell.selectionStyle = .none var x:CGFloat = 20 var y:CGFloat = 10 let spacex:CGFloat = 10 let spacey:CGFloat = 10 let height:CGFloat = 30 for index in 0..<(bookModel?.tags?.count ?? 0) { let width = (bookModel!.tags![index] as! String).qs_width(UIFont.systemFont(ofSize: 15), height: 21) + 20 if x + width + 20 > ScreenWidth { x = 20 y = y + spacey + height } let btn = UIButton(type: .custom) btn.frame = CGRect(x: x, y: y, width: width, height: height) btn.setTitle(bookModel!.tags![index] as? String, for: UIControlState()) btn.titleLabel?.font = UIFont.systemFont(ofSize: 15) btn.setTitleColor(UIColor.white, for: UIControlState()) btn.backgroundColor = tagColor[index%tagColor.count] btn.layer.cornerRadius = 2 cell.contentView.addSubview(btn) x = x + width + spacex } sectionTwoY = y + height + 10 return cell } fileprivate func sectionThree()->UITableViewCell{ let cell = UITableViewCell(style: .default, reuseIdentifier: "cellTwo") cell.selectionStyle = .none let height = tableView(self.tableView, heightForRowAt: IndexPath(row: 2, section: 0)) let label = UILabel(frame: CGRect(x: 20,y: 10,width: ScreenWidth - 40,height: height)) if !contentShow { label.frame = CGRect(x: 20,y: 5,width: ScreenWidth - 40,height: height) } label.textAlignment = .left label.font = UIFont.systemFont(ofSize: 15) label.numberOfLines = 0 label.text = bookModel?.longIntro label.textColor = UIColor.black label.tag = CONTENT_TAG cell.contentView.addSubview(label) return cell } func requestAllChapters(withUrl url:String,param:[String:Any]){ //先查询书籍来源,根据来源返回的id再查询所有章节 QSNetwork.request(url, method: HTTPMethodType.get, parameters: param, headers: nil) { (response) in // var res:[ResourceModel] = [] // if let resources = response.json { // res = try? XYCBaseModel.model(withModleClass: ResourceModel.self, withJsArray: resources as! [Any]) as? [ResourceModel] ?? [] // } if let _:NSDictionary = (response.json as? NSArray)?.object(at: 1) as? NSDictionary { self.present(QSTextRouter.createModule(bookDetail:self.bookModel!,callback: {(book:BookDetail) in }), animated: true, completion: nil) } } } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } }
40.174051
242
0.583852
0c9682abb64f3ba26f9ba369881899db7f3b759b
3,440
py
Python
tests/test_py4gh.py
iCAN-PCM/py4gh
192e62d531b5fd8c4c9a04a83c98bd63795578b8
[ "Apache-2.0" ]
null
null
null
tests/test_py4gh.py
iCAN-PCM/py4gh
192e62d531b5fd8c4c9a04a83c98bd63795578b8
[ "Apache-2.0" ]
null
null
null
tests/test_py4gh.py
iCAN-PCM/py4gh
192e62d531b5fd8c4c9a04a83c98bd63795578b8
[ "Apache-2.0" ]
null
null
null
import subprocess from pathlib import Path import pytest # from py4gh import __version__ from py4gh.utility import decrypt_files, encrypt_files, get_files # def test_version(): # assert __version__ == "0.1.0" @pytest.fixture(scope="session") def keys(tmpdir_factory): test_pub1 = tmpdir_factory.mktemp("data").join("test1.pub") test_sec1 = tmpdir_factory.mktemp("data").join("test1.sec") test_pub2 = tmpdir_factory.mktemp("data").join("test2.pub") test_sec2 = tmpdir_factory.mktemp("data").join("test2.sec") # with open(stdout, "w") as sdf: # subprocess.run(["echo", "blablaalbla"], stdout=sdf) p1 = subprocess.Popen( ["crypt4gh-keygen", "--sk", test_sec1, "--pk", test_pub1, "--nocrypt"], stdin=subprocess.PIPE, ) p1.stdin.write(b"") p1.communicate()[0] p1.stdin.close() subprocess.run( ["crypt4gh-keygen", "--sk", test_sec2, "--pk", test_pub2, "--nocrypt"], # stdin=subprocess.PIPE, text=True, input="", # encoding="ascii", ) return [(test_pub1, test_sec1), (test_pub2, test_sec2)] @pytest.fixture(scope="session") def files(tmp_path): d = tmp_path / "sub" p = d / "hello.txt" p.write_text("This is a secret message") return p # def test_file(files): # with open(files, "r") as f: # print(f.read()) # assert 1 == 3 def test_encryption(keys, tmpdir): d = tmpdir.mkdir("sub") f = d / "hello.txt" f.write("This is a secret message") files = get_files(d) err, res = encrypt_files(keys[0][1], [keys[0][0]], files) proc = subprocess.run(["ls", d], capture_output=True, text=True) output_list = proc.stdout.split("\n") assert output_list[1] == "hello.txt.c4gh" encrypted_file = Path(d / output_list[1]) assert encrypted_file.stat().st_size != 0 print(err) print(res) def test_multiple_encryption(keys, tmpdir): d = tmpdir.mkdir("sub") f = d / "hello.txt" message = "This is a secret message" f.write(message) files = get_files(d) encrypt_files(keys[0][1], [keys[0][0], keys[1][0]], files) proc = subprocess.run(["ls", d], capture_output=True, text=True) print(proc.stdout) output_list = proc.stdout.split("\n") assert output_list[1] == "hello.txt.c4gh" encrypted_file = Path(d / output_list[1]) # print(encrypted_file.read_bytes()[0]) # assert encrypted_file.read_text() != message assert encrypted_file.stat().st_size != 0 def test_muliple_encryption_decryption(keys, tmpdir): d = tmpdir.mkdir("sub") f = d / "hello.txt" message = "This is a secret message" f.write(message) files = get_files(d) encrypt_files(keys[0][1], [keys[0][0], keys[1][0]], files) subprocess.run(["ls", d], capture_output=True, text=True) subprocess.run(["rm", f]) proc2 = subprocess.run(["ls", d], capture_output=True, text=True) proc2_out = proc2.stdout.split("\n") assert len(proc2_out) == 2 assert proc2_out[0] == "hello.txt.c4gh" assert proc2_out[1] == "" files2 = get_files(d) decrypt_files(keys[1][1], files2) proc = subprocess.run(["ls", d], capture_output=True, text=True) output_list = proc.stdout.split("\n") print(output_list) assert output_list[0] == "hello.txt" decrypted_file = Path(d / output_list[0]) assert decrypted_file.read_text() == message assert decrypted_file.stat().st_size != 0
31.559633
79
0.636047
3e52a3b5d45791f90f6d63c396a251d7c97ad225
1,434
c
C
SD/TP1/mult_mat2/client.c
pallamidessi/Courses
ac5573cefc4c307c1a9f16a2c4e016a201dabece
[ "MIT" ]
null
null
null
SD/TP1/mult_mat2/client.c
pallamidessi/Courses
ac5573cefc4c307c1a9f16a2c4e016a201dabece
[ "MIT" ]
null
null
null
SD/TP1/mult_mat2/client.c
pallamidessi/Courses
ac5573cefc4c307c1a9f16a2c4e016a201dabece
[ "MIT" ]
null
null
null
#include "include.h" int main (int argc, char **argv) { char *host = argv[1]; enum clnt_stat stat; matrix res; int i,j; char choix; matrix_couple donnee; srand(time(NULL)); for (i = 0; i < 2; i++) { for (j = 0; j < 2; j++) { donnee.a[i][j]=rand()%10; donnee.b[i][j]=rand()%10; } } printf("Multiplication ou addition ? (m/a) "); scanf("%c",&choix); if(choix=='m'){ stat = callrpc(/* host */ host, /* prognum */ PROGNUM, /* versnum */ VERSNUM, /* procnum */ PROCNUM_MULT, /* encodage argument */ (xdrproc_t) xdr_matrix_couple, /* argument */ (char *)&donnee, /* decodage retour */ (xdrproc_t)xdr_matrix, /* retour de la fonction distante */(char *)&res); } else if(choix=='a'){ stat = callrpc(/* host */ host, /* prognum */ PROGNUM, /* versnum */ VERSNUM, /* procnum */ PROCNUM_ADD, /* encodage argument */ (xdrproc_t) xdr_matrix_couple, /* argument */ (char *)&donnee, /* decodage retour */ (xdrproc_t)xdr_matrix, /* retour de la fonction distante */(char *)&res); } if (stat != RPC_SUCCESS) { fprintf(stderr, "Echec de l'appel distant\n"); clnt_perrno(stat); fprintf(stderr, "\n"); } else { for (i = 0; i < 2; i++) { for (j = 0; j < 2; j++) { printf("%f ",res[i][j]); } printf("\n"); } } return(0); }
24.724138
62
0.516039