code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
package org.zouzias.rediscachingfilter.tests; import org.apache.commons.codec.digest.DigestUtils; /** * * @author zouzias */ public class RedisFilterCommons { public static String stringifyHttpPostRequest(String URL, String content) { return URL + ":" + DigestUtils.md5Hex(content); } }
zouzias/rediswebcaching
RedisCachingFilter/src/test/java/org/zouzias/rediscachingfilter/tests/RedisFilterCommons.java
Java
apache-2.0
312
/*! * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { overflow-x: hidden; font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-muted { ...
ouroborose/CAS-website
css/agency.css
CSS
apache-2.0
18,490
/* * 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 ...
firejack-open/Firejack-Platform
integration/src/main/java/net/firejack/platform/api/registry/domain/Search.java
Java
apache-2.0
2,417
/** * ######################## SHENBAISE'S WORK ########################## * 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 thi...
shenbaise/siyuyan
src/main/java/org/siyuyan/utils/StringHelper.java
Java
apache-2.0
2,112
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ session_start(); $uri = urldecode( parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ); // This file allows us to emulate Apache's "mod_rewrite" functionality from the // built-in P...
InnfinityAR/NJD-Wechat
index.php
PHP
apache-2.0
581
package com.domker.androidtoy.fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; /** * Created by wanlipeng on 2017/4/11. */ public final class FragmentDispatchManager { private int mContainerId; private FragmentManager mFragmentManager; public ...
MaisonWan/AndroidToy
app/src/main/java/com/domker/androidtoy/fragment/FragmentDispatchManager.java
Java
apache-2.0
889
// 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...
ruhip/mesos1.0.1_20170518
src/slave/containerizer/mesos/launch.hpp
C++
apache-2.0
1,824
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:20:35 IST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
priyankajayaswal1/Solr-5.2-1-searching-and-indexing-
docs/solr-core/org/apache/solr/handler/loader/class-use/JsonLoader.html
HTML
apache-2.0
4,975
/********************************************************************************************************************** * 描述: * 网页授权的访问令牌 结果模型。 * * 变更历史: * 作者:李亮 时间:2016年12月25日 新建 * ********************************************************************************************************************...
Wlitsoft/WeixinSDK
src/WeixinSDK/Model/OAuth2ApiModel/OAuthAccessTokenResultModel.cs
C#
apache-2.0
2,178
net stop ScadaAgentService
RapidScada/scada
ScadaAgent/ScadaAgentSvc/Script/svc_stop.bat
Batchfile
apache-2.0
27
using System; using System.Runtime.Serialization; namespace FeigDotNet.Exceptions { public class FeigException : Exception { public FeigException() { } public FeigException(string message) : base(message) { } public FeigException(string message, Except...
adoconnection/FEIG.NET
FeigDotNet/Exceptions/FeigException.cs
C#
apache-2.0
526
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class EmailFriend Inherits BaseStorePage Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit Me.MasterPageFile = PersonalizationServices.GetSafeMasterPage("Popup.master") End ...
ajaydex/Scopelist_2015
EmailFriend.aspx.vb
Visual Basic
apache-2.0
2,273
/** * Licensed to Cloudera, Inc. under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Cloudera, Inc. licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use th...
beni55/sqoop
src/java/com/cloudera/sqoop/lib/DelimiterSet.java
Java
apache-2.0
6,755
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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 l...
dremio/dremio-oss
dac/backend/src/main/java/com/dremio/dac/support/SupportResource.java
Java
apache-2.0
3,413
--- layout: post title: Sunny Doll 开发日志 3 date: 2016-12-12 category: Notes tags: [c++, cocos2d] --- # 完成工作 1. Bug Fixed: 气球可以重复点击获取 2. Bug Fixed: 第五关在点击气球后点击移动会造成卡死,人物无法移动 3. Bug Fixed: 在火焰上浮时,可以不断点击升高,应当只升高一次 4. Art Finished: 晴天娃娃入水无法移动的帧动画 5. Art Finished: 晴天娃娃和女孩所有素材重绘 6. Bug Fixed: 晴天娃娃出入水时帧动画播放的各种问题 7. Bug Fixed:...
SlothSimon/slothsimon.github.com
_posts/2016-12-12-Sunny-Doll-开发日志-3.markdown
Markdown
apache-2.0
4,579
# Ticomyces Toro GENUS #### Status ACCEPTED #### According to Index Fungorum #### Published in J. Agric. Univ. Puerto Rico 36: 48 (1952) #### Original name Ticomyces Toro ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Meliolales/Meliolaceae/Ticomyces/README.md
Markdown
apache-2.0
192
# -*- coding: utf-8 -*- # Copyright 2020 Google LLC # # 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...
googleads/google-ads-python
google/ads/googleads/v10/enums/types/webpage_condition_operator.py
Python
apache-2.0
1,199
package commands import ( "bytes" "encoding/json" "flag" "io" "os" "strings" "testing" "github.com/codegangsta/cli" "github.com/docker/machine/libmachine" "github.com/docker/machine/libmachine/auth" "github.com/docker/machine/libmachine/engine" "github.com/docker/machine/libmachine/swarm" "github.com/str...
LaynePeng/machine
commands/inspect_test.go
GO
apache-2.0
2,676
// Test query stage merge sorting. t = db.stages_mergesort; t.drop(); var collname = "stages_mergesort"; var N = 10; for (var i = 0; i < N; ++i) { t.insert({foo: 1, bar: N - i - 1}); t.insert({baz: 1, bar: i}); } t.ensureIndex({foo: 1, bar: 1}); t.ensureIndex({baz: 1, bar: 1}); // foo == 1 // We would (inter...
christkv/mongo-shell
test/jstests/core/stages_mergesort.js
JavaScript
apache-2.0
1,265
// Copyright 2015 Ilkka Rauta // // 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 ...
irauta/amphora
src/descriptor/dvb.rs
Rust
apache-2.0
58,017
/* 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 f...
todinov/milagro-crypto-js
test/test_DVS.js
JavaScript
apache-2.0
5,722
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "simple_phrase_search.h" #include <vespa/searchlib/fef/termfieldmatchdata.h> #include <vespa/vespalib/objects/visit.h> #include <functional> using search::fef::TermFieldMatchData; using std::unique_ptr; u...
vespa-engine/vespa
searchlib/src/vespa/searchlib/queryeval/simple_phrase_search.cpp
C++
apache-2.0
6,612
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SolrDotNet { public class SolrHttpAdapter { //Some source code here. } }
ThreeSevenths/SolrDotNet
src/SolrDotNet/SolrHttpAdapter.cs
C#
apache-2.0
204
# Anacamptis van-lookenii (C.Bernard & G.Fabre) H.Kretzschmar, Eccarius & H. SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Anacamptis/Anacamptis van-lookenii/README.md
Markdown
apache-2.0
232
package com.netease.cloud.http; import java.net.URI; import java.util.Map; /** * Represents a request being sent to an Web Service, including the parameters being sent as part of * the request, the endpoint to which the request should be sent, etc. * <p> * This class is only intended for internal use inside the c...
NetEase-Cloudsearch/streamproxy-sdk-java
streamproxy-sdk-java/src/main/java/com/netease/cloud/http/Request.java
Java
apache-2.0
3,718
// // KLSubmitOrderViewController.h // siRuiLogistics // // Created by desunire on 2017/9/27. // Copyright © 2017年 desunire. All rights reserved. // #import <UIKit/UIKit.h> @interface KLSubmitOrderViewController : UIViewController @end
desunire/logisticsShop
siRuiLogistics/View/Main/SubmitOrder/KLSubmitOrderViewController.h
C
apache-2.0
246
# Copyright 2019 DeepMind Technologies Limited # # 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 agr...
deepmind/open_spiel
open_spiel/python/algorithms/adidas_utils/games/big.py
Python
apache-2.0
4,268
@import url(http://fonts.googleapis.com/css?family=Orbitron:700); @import url(http://fonts.googleapis.com/css?family=Merriweather:300,300italic); @import url(http://fonts.googleapis.com/css?family=Oswald); @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700); /* apply a natural box layout mo...
yalansavar/zirvalamalar
css/style.css
CSS
apache-2.0
3,820
# Lycopodium springianum Hieron. ex Nessel SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Lycopodiophyta/Lycopodiopsida/Lycopodiales/Lycopodiaceae/Lycopodium/Lycopodium springianum/README.md
Markdown
apache-2.0
190
/* * 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...
dadarom/dubbo
dubbo-rpc/dubbo-rpc-default/src/main/java/com/alibaba/dubbo/rpc/protocol/dubbo/filter/TraceFilter.java
Java
apache-2.0
5,854
// Copyright 2018 Google LLC // // 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 ...
google/supl-client
src/main/java/com/google/location/suplclient/asn1/supl2/ulp_version_2_parameter_extensions/GPSTime.java
Java
apache-2.0
11,647
""" environ settings """ import environ BASE_DIR = environ.Path(__file__) - 4 ENV_VAR = environ.Env()
kaizentech/skeleton
config/settings/configurations/ENV.py
Python
apache-2.0
103
# Astragalus argophyllus var. alvis S.L. Welsh VARIETY #### Status ACCEPTED #### According to Integrated Taxonomic Information System #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Astragalus/Astragalus argophyllus/Astragalus argophyllus alvis/README.md
Markdown
apache-2.0
202
<?php require("./database.php"); if(empty($_SESSION['momocms_admin'])){ header("Location:./index.php"); exit; } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>MoMoCMS -- 更好用的企业建站系统</title> <meta name="description" content="MoMoCMS -- 更好用的企业建站系统" /> <meta name="keywords" content="MoMoCMS" ...
kinglion/php-cms
ljytsm/admin/modules.php
PHP
apache-2.0
8,157
using Microsoft.WindowsAzure.Storage.Core.Util; using System; using System.IO; using System.Threading; using System.Threading.Tasks; namespace Microsoft.WindowsAzure.Storage.Core { internal class ReadLengthLimitingStream : Stream { public override bool CanRead { get { throw new Syste...
erezvani1529/azure-storage-net
Lib/AspNet/Microsoft.WindowsAzure.Storage.Facade/FacadeLib/Microsoft.WindowsAzure.Storage.Core.ReadLengthLimitingStream.cs
C#
apache-2.0
1,844
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 09:40:07 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.s...
wildfly-swarm/wildfly-swarm-javadocs
2.4.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/remoting/class-use/Connector.ConnectorResources.html
HTML
apache-2.0
7,446
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Sun Mar 17 11:03:40 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
wildfly-swarm/wildfly-swarm-javadocs
2.4.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/StateTransferComponentConsumer.html
HTML
apache-2.0
13,588
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60-ea) on Wed Jan 04 17:08:19 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly...
wildfly-swarm/wildfly-swarm-javadocs
2017.1.1/apidocs/org/wildfly/swarm/swagger/class-use/SwaggerConfig.html
HTML
apache-2.0
7,211
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
dump247/aws-sdk-java
aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/model/transform/AddInstanceGroupsRequestMarshaller.java
Java
apache-2.0
4,130
/* * Copyright 2013-2014 Graham Edgecombe * * 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 ...
grahamedgecombe/android-ssl
mitm/src/main/java/uk/ac/cam/gpe21/droidssl/mitm/crypto/cert/CertificateAuthority.java
Java
apache-2.0
2,726
/** * (C) Copyright IBM Corp. 2019, 2020. * * 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 t...
watson-developer-cloud/unity-sdk
Scripts/Services/PersonalityInsights/V3/PersonalityInsightsService.cs
C#
apache-2.0
22,730
/* * Copyright 2015 Textocat * * 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 la...
textocat/textokit-core
Textokit.Corpus.Statistics/src/main/java/com/textocat/textokit/corpus/statistics/app/UnitsTSVAgreementCalculatorParams.java
Java
apache-2.0
984
// bslstl_badweakptr.h -*-C++-*- #ifndef INCLUDED_BSLSTL_BADWEAKPTR #define INCLUDED_BSLSTL_BADWEAKPTR #include <bsls_ident.h> BSLS_IDENT("$Id: $") //@PURPOSE: Provide an exception class to indicate a weak_ptr has expired. // //@CLASSES: // bslstl::BadWeakPtr: exception...
che2/bde
groups/bsl/bslstl/bslstl_badweakptr.h
C
apache-2.0
3,898
<%-- * Copyright (c) 2002 Sun Microsystems, Inc. All rights reserved. U.S. * Government Rights - Commercial software. Government users are subject * to the Sun Microsystems, Inc. standard license agreement and * applicable provisions of the FAR and its supplements. Use is subject * to license terms. * ...
adamjhamer/hdiv-archive
hdiv-web-jsf-bookstore/examples/web/bookstore6/web/stylesheet.css
CSS
apache-2.0
3,344
a{ color: #34495E; } a:hover{ color: #34495E; } .navbar-plain .dropdown .dropdown-menu > li.active > a{ color: #34495E; } .navbar-plain .navbar-nav > li > a:hover, .navbar-plain .navbar-nav > li.active > a, .navbar-plain .navbar-nav > li.open > a, .navbar-plain .navbar-nav > .active > a:hover, .navbar-plain .navbar-...
therightsol/btrs
assets/css/colors/mblue.css
CSS
apache-2.0
5,111
/* * Copyright 2013-present Facebook, Inc. * * 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...
shs96c/buck
test/com/facebook/buck/parser/ParserIntegrationTest.java
Java
apache-2.0
21,895
/* * */ package net.community.apps.tools.adm.config; import net.community.chest.lang.EnumUtil; /** * <P>Copyright 2009 as per GPLv2</P> * * @author Lyor G. * @since Oct 15, 2009 10:41:00 AM */ public enum ValuesTableColumn { NAME, VALUE, SOURCE; private static ValuesTableColumn[] _values; ...
lgoldstein/communitychest
artifacts/adm/configtbl/src/main/java/net/community/apps/tools/adm/config/ValuesTableColumn.java
Java
apache-2.0
630
import React from 'react'; import { connect } from 'react-redux'; import settings from 'settings'; import Rezponsive from 'rezponsive'; import ShareButtons from 'components/ShareButtons'; import openShareWindow from 'helpers/sharing/openShareWindow'; import filterShareButtonsForTouch from 'helpers/sharing/filterShareBu...
iris-dni/iris-frontend
src/containers/SharePetition.js
JavaScript
apache-2.0
1,104
# Baptistonia verrucosissima (Cogn.) V.P.Castro & Chiron SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Gomesa/Gomesa brieniana/ Syn. Baptistonia verrucosissima/README.md
Markdown
apache-2.0
211
/* Copyright 2018 The Outline Authors 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 ...
Jigsaw-Code/outline-server
src/server_manager/web_app/ui_components/outline-intro-step.ts
TypeScript
apache-2.0
12,763
module HQ module LogMonitorServer class Script def service_host_page env, context req = Rack::Request.new env source = { "class" => context[:class], "host" => context[:host], "service" => context[:service], } # process form stuff if req.request_method == "POST" \ && req.params["mark-all-as-...
jamespharaoh/hq-log-monitor-server
lib/hq/log-monitor-server/service-host-page.rb
Ruby
apache-2.0
5,083
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_73) on Tue Jul 12 22:57:53 CST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API 帮助</title> <meta ...
freeseawind/NinePatch
doc/help-doc.html
HTML
apache-2.0
8,628
/*! * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { width: 100%; height: 100%; font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif; color: #fff...
carterggg/site-entergalatic-express
css/grayscale.css
CSS
apache-2.0
7,393
using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// <summary> /// CrowdConstraintInfo Data Structure. /// </summary> [Serializable] public class CrowdConstraintInfo : AopObject { /// <summary> /// 圈人的条件 op:表示操作符,目前支持EQ相等,GT大于,GTEQ大于等于,LT小于,LTEQ小于等于,NEQ不...
329277920/Snail
Snail.Pay.Ali.Sdk/Domain/CrowdConstraintInfo.cs
C#
apache-2.0
1,354
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_162) on Tue Nov 05 19:39:11 PST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml...
FasterXML/jackson-databind
docs/javadoc/2.10/com/fasterxml/jackson/databind/class-use/JsonSerializer.html
HTML
apache-2.0
524,547
/* tslint:disable */ import ClientMessage = require('../ClientMessage'); import {BitsUtil} from '../BitsUtil'; import {Data} from '../serialization/Data'; import {ListMessageType} from './ListMessageType'; import Address = require('../Address'); import DistributedObjectInfoCodec = require('./DistributedObjectInfoCodec'...
gAmUssA/hazelcast-nodejs-client
src/codec/ListRemoveWithIndexCodec.ts
TypeScript
apache-2.0
1,562
# 个人设置与管理 ## 个人通知 点击右上角“通知”按钮可以查看个人通知。如果有其他用户共享资料库给你或上传文件到你共享的目录上传链接等,会在这里收到通知。 ![](./imgs/notification.png) ## 个人管理 点击右上角头像按钮,可以查看用户存储空间及共享流量等信息。 ![](./imgs/profile-popup.png) ## 个人设置 点击上图中的“设置”按钮,进入个人设置页面,可以进行个人信息、密码修改, 更改语言,设置默认资料库和注销帐号等操作。 ![](./imgs/profile-setting.png) ## 设备管理 点击左边功能导航栏“已连接的设备”可查看连接到 S...
haiwen/seafile-user-manual
zh/web_client/personal_setup_and_manage.md
Markdown
apache-2.0
814
namespace NewEmployee.WebApi.Areas.HelpPage.ModelDescriptions { public class CollectionModelDescription : ModelDescription { public ModelDescription ElementDescription { get; set; } } }
ellisnet/MNEnterpriseMobile
NewEmployee/NewEmployee.WebApi/Areas/HelpPage/ModelDescriptions/CollectionModelDescription.cs
C#
apache-2.0
205
namespace Domain.Interfaces { public interface IValidator<T> { bool Validate(T value, out string errorMessage); } }
igorcompuff/paycheckcalculator
Domain/Interfaces/IValidator.cs
C#
apache-2.0
138
# Crataegus subintegriloba Pojark. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Crataegus/Crataegus subintegriloba/README.md
Markdown
apache-2.0
182
# Ramalina siliquosa f. cornuta (Harm.) A.E. Wade FORM #### Status SYNONYM #### According to Index Fungorum #### Published in Lichenologist 1: 238 (1961) #### Original name Ramalina cuspidata f. cornuta Harm. ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Ramalinaceae/Ramalina/Ramalina siliquosa/ Syn. Ramalina siliquosa cornuta/README.md
Markdown
apache-2.0
230
package org.ovirt.engine.ui.userportal.section.main.view.popup.console; import org.ovirt.engine.ui.common.CommonApplicationResources; import org.ovirt.engine.ui.common.view.popup.AbstractModelBoundPopupView; import org.ovirt.engine.ui.common.widget.Align; import org.ovirt.engine.ui.common.widget.dialog.SimpleDialogPan...
Dhandapani/gluster-ovirt
frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/popup/console/ConsolePopupView.java
Java
apache-2.0
8,979
# Inocybe cincinnatula Kühner, 1955 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bull. Soc. nat. Oyonnax 9(Suppl. ): 4 (1955) #### Original name Inocybe cincinnatula Kühner, 1955 ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Inocybaceae/Inocybe/Inocybe cincinnata/ Syn. Inocybe cincinnatula/README.md
Markdown
apache-2.0
261
// notice_start /* * Copyright 2015 Dev Shop Limited * * 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 applicabl...
esp/esp-js-react
src/modelSelector.tsx
TypeScript
apache-2.0
1,075
'use strict'; var _ = require('underscore'); var inspect = require(global.OSYNC_UTILS + 'inspect'); var logUtil = require(global.OSYNC_UTILS + 'log'); var JdsClient = require(global.OSYNC_SUBSYSTEMS + 'jds/jds-client'); function JobStatusUpdater(setLog, setConfig, jdsClient) { if (!(this instanceof JobStatusUpda...
KRMAssociatesInc/eHMP
ehmp/product/production/osync/jobframework/JobStatusUpdater.js
JavaScript
apache-2.0
3,477
/** * Copyright (C) 2008 Rafael Farias Silva <rafaferry@gmail.com> * * 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 * * Unles...
RomanHargrave/jsigner
jsigner-maven-plugin/src/main/java/br/com/jsigner/JsignerMojo.java
Java
apache-2.0
4,940
// Copyright (c) The Diem Core Contributors // SPDX-License-Identifier: Apache-2.0 use crate::{DEFAULT_BUILD_DIR, DEFAULT_PACKAGE_DIR, DEFAULT_SOURCE_DIR, DEFAULT_STORAGE_DIR}; use anyhow::anyhow; use move_coverage::coverage_map::{CoverageMap, ExecCoverageMapWithModules}; use move_lang::{ command_line::{read_bool_...
libra/libra
language/tools/move-cli/src/test.rs
Rust
apache-2.0
12,097
package com.mesosphere.sdk.specification; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import java.util.Map; /** * Spec for defining a container's network membership. */ @JsonDeserialize(as = DefaultNetworkSpec.class) public interface Netwo...
vishnu2kmohan/dcos-commons
sdk/scheduler/src/main/java/com/mesosphere/sdk/specification/NetworkSpec.java
Java
apache-2.0
542
package pl.project13.janbanery.shell.completor; import com.google.common.base.Function; import com.google.common.base.Predicate; import com.google.common.collect.Collections2; import jline.Completor; import pl.project13.janbanery.core.Janbanery; import pl.project13.janbanery.shell.HasDefinedVariables; import java.lan...
ktoso/janbanery-shell
src/main/java/pl/project13/janbanery/shell/completor/JanbaneryCompletor.java
Java
apache-2.0
6,599
/* * 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 t...
googleapis/google-api-java-client-services
clients/google-api-services-cloudsupport/v2beta/1.31.0/com/google/api/services/cloudsupport/v2beta/model/ListAttachmentsResponse.java
Java
apache-2.0
3,665
import os from library.connecter.ansible.yaml import Yaml_Base class Data_DB(Yaml_Base): def router(self, content, name, yaml_tpye='main', file_type='tasks', preserve=True, together=False, describe=''): ''' 检测yaml数据的语法是否正确,如果含有include或/和roles,将把这些存储在后端数据库中 :参数 ...
lykops/lykops
library/connecter/ansible/yaml/data2db.py
Python
apache-2.0
12,807
/* Copyright 2020 The Matrix.org Foundation C.I.C. 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 ...
matrix-org/matrix-react-sdk
src/components/views/right_panel/BaseCard.tsx
TypeScript
apache-2.0
3,403
# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright (C) 2012 Yahoo! Inc. 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.or...
hagleitn/Openstack-Devstack2
devstack/components/quantum.py
Python
apache-2.0
8,662
# hcp-workshop
cheller/hcp-workshop
README.md
Markdown
apache-2.0
15
var https = require('https'); //var request = require('request'); var Q = require('q'); var restify = require('restify'); var moment = require('moment'); var request = require('request'); var client; var connectionConf; exports.configure = function(conf) { connectionConf = conf; client = restify.createJsonClient({...
flightwatching/wilco-api
nodejs/apiv3.js
JavaScript
apache-2.0
1,631
class Milestone < ActiveRecord::Base has_many :issues end
dhappy/crowdfund
app/models/milestone.rb
Ruby
apache-2.0
60
package com.flipkart.foxtrot.common.estimation; import com.fasterxml.jackson.annotation.JsonSubTypes; import com.fasterxml.jackson.annotation.JsonTypeInfo; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.ToString; import java.io.Serializable; /** * Type specific estimation data */ @JsonTypeInf...
Flipkart/foxtrot
foxtrot-common/src/main/java/com/flipkart/foxtrot/common/estimation/EstimationData.java
Java
apache-2.0
1,435
/* ** Copyright 2014-2016 The Earlham Institute ** ** 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 appl...
TGAC/grassroots-core
server/mongodb/src/mongodb_tool.c
C
apache-2.0
52,401
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Category: LeetCode - 778477</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description"> <meta property="og:type" content="website"> <meta property="og:title" content="778477"> <meta propert...
778477/778477.github.io
categories/Algorithm/LeetCode/index.html
HTML
apache-2.0
8,424
#include <boost/algorithm/string/split.hpp> #include "chess_protocol_helper.h" using namespace std; namespace Bee { namespace { bool isDelimiter(const char c) { return (c == ' ' || c == '\t'); } } void ChessProtocolHelper::split(const string& command, vector<string>& output) { boost::algorithm::split(output, c...
maksimbulva/chesshive
Bee/src/chess_protocol_helper.cpp
C++
apache-2.0
385
# Copyright 2014 Mellanox Technologies, Ltd # # 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 t...
silenci/neutron
neutron/plugins/ml2/drivers/mech_sriov/agent/sriov_nic_agent.py
Python
apache-2.0
17,661
/** * 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 m...
apache/wss4j
ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/input/SAMLTokenInputHandler.java
Java
apache-2.0
40,458
import {Point} from "../type/Point"; import {Bounds} from "../type/Bounds"; import * as $ from "jquery"; import * as d3Selection from "d3-selection"; import {BaseType, Selection} from "d3-selection"; import * as d3Voronoi from "d3-voronoi"; import {VoronoiLayout, VoronoiPolygon} from "d3-voronoi"; import * as d3Array f...
pietvandongen/coaster-generator
src/typescript/service/CoasterFigureService.ts
TypeScript
apache-2.0
6,570
#include <cstdio> #include <cstring> using namespace std; int main(void) { int t, n; int a[105]; char s[10]; scanf("%d", &t); while(t--) { scanf("%d", &n); for(int i = 1; i <= n; i++) { scanf("%s", &s); if(!strcmp(s, "LEFT")) a[i] = -1; else if(!strcmp(s, "RIGHT")) a[i] = ...
geniustanley/problem-solving
UVa/12503 - Robot Instructions.cpp
C++
apache-2.0
541
# Coleostephus hybridus (Guss.) Lange SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Coleostephus/Coleostephus myconis/ Syn. Coleostephus hybridus/README.md
Markdown
apache-2.0
192
# Copyright 2015 The TensorFlow Authors. 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 applica...
taknevski/tensorflow-xsmm
tensorflow/contrib/layers/python/layers/feature_column.py
Python
apache-2.0
89,072
--- layout: post title: "Hooking Linux Kernel Functions, Part 2" subtitle: "How to Hook Functions with Ftrace" date: 2019-04-09 20:40:45 author: "faxiang1230" header-img: "img/post-bg-2015.jpg" catalog: true tags: - 翻译 - hook --- >>https://www.apriorit.com/dev-blog/546-hooking-linux-functions-2 F...
faxiang1230/faxiang1230.github.io
_draft/2019-05-17-Hooking-Linux-Kernel-Functions-Part2.md
Markdown
apache-2.0
21,554
## # Copyright Amazon.com, Inc. or its affiliates. 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. # A copy of the License is located at # # http://aws.amazon.com/apache2.0 # # or in the "license" file accompany...
alexeblee/s2n
tests/integration/common/s2n_test_scenario.py
Python
apache-2.0
5,789
<!-- @license Apache-2.0 Copyright (c) 2018 The Stdlib Authors. 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...
stdlib-js/stdlib
lib/node_modules/@stdlib/utils/type-min/README.md
Markdown
apache-2.0
4,693
/* * 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 ...
acsukesh/java-chassis
core/src/main/java/org/apache/servicecomb/core/definition/MicroserviceVersionMeta.java
Java
apache-2.0
2,102
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
jentfoo/aws-sdk-java
aws-java-sdk-textract/src/main/java/com/amazonaws/services/textract/model/UnsupportedDocumentException.java
Java
apache-2.0
1,300
# mpdprxy [![Build Status](https://travis-ci.org/felixb/mpdprxy.svg?branch=master)][3] Proxy MPD connections to multiple servers. The proxy makes it possible to build a multi room audio system with a bunch of raspberry pis running [mopidy][1]. # Install Just compile the code with go and run it: go build mpdprx...
felixb/mpdprxy
README.md
Markdown
apache-2.0
1,662
# CMakeDoc ## What is it? CMakeDoc is a command-line tool to read CMake documentation. It lets you search through CMake commands, modules, variables and properties before displaying the selected topic with `less` or the pager defined in `$PAGER`. ## Demo ![CMakedoc demonstration](demo.gif) ## Dependencies - `cmak...
agateau/cmakehelp
README.md
Markdown
apache-2.0
488
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
jentfoo/aws-sdk-java
aws-java-sdk-ec2instanceconnect/src/main/java/com/amazonaws/services/ec2instanceconnect/AbstractAWSEC2InstanceConnect.java
Java
apache-2.0
1,645
/* List students, their grades, their friends, the friend's grades and the difference in grades */ select Highschooler.name as SeniorName, Highschooler.grade SeniorGrade, Junior.name as JuniorName, Junior.grade as JuniorGrade, Highschooler.grade-Junior.grade as gradeDiff from Highsc...
hemmerling/sql-stanford2013
src/06_sql/hemmerling_demoonly07.sql
SQL
apache-2.0
405
# # 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...
wprice/qpid-proton
proton-c/bindings/python/proton/handlers.py
Python
apache-2.0
20,366
/* * Copyright 2017-2019 the original author or authors. * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud/spring-cloud-gcp
spring-cloud-gcp-data-spanner/src/main/java/org/springframework/cloud/gcp/data/spanner/core/mapping/event/DeleteEvent.java
Java
apache-2.0
2,174
# Pseudocyclosorus xinpingensis Ching ex Y. X. Lin SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Pteridophyta/Polypodiopsida/Polypodiales/Thelypteridaceae/Pseudocyclosorus/Pseudocyclosorus tylodes/ Syn. Pseudocyclosorus xinpingensis/README.md
Markdown
apache-2.0
205
# Pogonia vargasii C.Schweinf. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Cleistes/Cleistes vargasii/ Syn. Pogonia vargasii/README.md
Markdown
apache-2.0
185
# Cassia altoana H.S.Irwin & Barneby SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Chamaecrista/Chamaecrista altoana/ Syn. Cassia altoana/README.md
Markdown
apache-2.0
191