repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
susaing/doc.servo.org | gleam/gl/MultiTexCoord4f/index.html | 5357 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `MultiTexCoord4f` mod in crate `gleam`.">
<meta name="keywo... | mpl-2.0 |
ricardclau/packer | builder/vmware/common/step_suppress_messages.go | 846 | package common
import (
"context"
"fmt"
"log"
"github.com/hashicorp/packer-plugin-sdk/multistep"
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
)
// This step suppresses any messages that VMware product might show.
type StepSuppressMessages struct{}
func (s *StepSuppressMessages) Run(ctx context.Con... | mpl-2.0 |
servo/doc.servo.org | gleam/ffi/VertexAttribI1uiv/fn.is_loaded.html | 4365 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `is_loaded` fn in crate `gleam`.">
<meta name="keywords" co... | mpl-2.0 |
deanhiller/channelmanager2 | input/javasrc/org/playorm/nio/test/TestNewAsynchSSLEngine2.java | 15075 | package org.playorm.nio.test;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.logging.Logger;
import javax.net.ssl.SSLEngine;
import junit.framework.TestCase;
import org.playorm.nio.api.deprecated.ChannelServiceFactory;
import org.playorm.nio.api.libs.AsyncSSLEngine;
import org.playorm.nio.... | mpl-2.0 |
agebullhu/AgebullDesigner | demo/src/HPC/HpcUser/Model/Business/User/UserBusinessLogic.cs | 2573 | /*此标记表明此文件可被设计器更新,如果不允许此操作,请删除此行代码.design by:agebull designer date:2019/4/10 10:44:52*/
#region
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.Lin... | mpl-2.0 |
servo/doc.servo.org | servo/gl/constant.ARRAY_BUFFER.html | 4199 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `ARRAY_BUFFER` constant in crate `servo`.">
<meta name="key... | mpl-2.0 |
clarkbw/devtools-metrics | js/app/reload-addon-reloaded-per-user.js | 1694 | /*global define*/
define('app/reload-addon-reloaded-per-user', ['lodash', 'TelemetryPromises', 'DevToolsMetrics', 'LatestVersions', 'FIREFOX_RELEASES'],
function(_, T, DevToolsMetrics, LatestVersions, FIREFOX_RELEASES) {
var metric = 'DEVTOOLS_RELOAD_ADDON_RELOAD_PER_USER_FLAG';
var options = { sanitized: false };... | mpl-2.0 |
legatoproject/legato-docs | 19_02/le__updateCtrl__interface_8h.html | 22099 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>le_updateCtrl_interface.h File Reference - Le... | mpl-2.0 |
susaing/doc.servo.org | x11_dl/keysym/constant.XK_kana_HA.html | 3990 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XK_kana_HA` constant in crate `x11_dl`.">
<meta name="keyw... | mpl-2.0 |
servo/doc.servo.org | x11/xlib/type.XICCEncodingStyle.html | 4180 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XICCEncodingStyle` type in crate `x11`.">
<meta name="keyw... | mpl-2.0 |
servo/doc.servo.org | libc/notbsd/linux/constant.PTRACE_POKEDATA.html | 4561 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `PTRACE_POKEDATA` constant in crate `libc`.">
<meta name="k... | mpl-2.0 |
servo/doc.servo.org | script/dom/browsingcontext/fn.new_window_proxy_handler.html | 4482 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `new_window_proxy_handler` fn in crate `script`.">
<meta na... | mpl-2.0 |
encapturemd/MirthConnect | server/build.bat | 63 | @echo off
set ANT_OPTS=-Xmx256m
ant -f mirth-build.xml
pause | mpl-2.0 |
Adenilson/prototype-viewing-distance | components/util/dlist.rs | 890 | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//! Utility functions for doubly-linked lists.
use std::collections::LinkedList;
use std::mem;
/// Splits the he... | mpl-2.0 |
NYPD/pms | src/services/ntr/pms/model/history/TransactionHistory.java | 1929 | package services.ntr.pms.model.history;
import java.sql.Timestamp;
import services.ntr.pms.service.information.Nameable;
public class TransactionHistory implements Nameable{
private int transactionId;
private int amount;
private String type;
private long payoutTime;
private long payerAccountId;
private String... | mpl-2.0 |
servo/doc.servo.org | glutin/api/x11/ffi/glx_extra/types/type.GLXPbufferSGIX.html | 4829 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `GLXPbufferSGIX` type in crate `glutin`.">
<meta name="keyw... | mpl-2.0 |
caterinaurban/Typpete | typpete/unittests/inference/explicit_object_superclass.py | 58 | class A(object):
def something(self):
return 3 | mpl-2.0 |
nbaztec/terraform-provider-aws | aws/resource_aws_autoscaling_group_test.go | 65747 | package aws
import (
"errors"
"fmt"
"log"
"reflect"
"regexp"
"sort"
"strings"
"testing"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/service/autoscaling"
"github.com/aws/aws-sdk-go/service/elbv2"
"github.com/hashicorp/terraform/helper/acctest"
... | mpl-2.0 |
mozilla-iot/gateway | static/js/schema-form/object-field.js | 4632 | /**
* Input Field for JSON-schema type:object.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code includes react-jsonschema-form
* released u... | mpl-2.0 |
kim/amazonka | amazonka-ec2/gen/Network/AWS/EC2/Types.hs | 431589 | {-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# L... | mpl-2.0 |
mackwic/rspec | src/header/example.rs | 1905 | use std::fmt;
/// How the [`Example`](../block/struct.Example.html) will be printed by the [`Logger`](../logger/index.html).
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
pub enum ExampleLabel {
It,
Example,
Then,
}
impl fmt::Display for ExampleLabel {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Resu... | mpl-2.0 |
rideconnection/clearinghouse | test/unit/application_setting_test.rb | 2462 | require 'test_helper'
class ApplicationSettingTest < ActiveSupport::TestCase
teardown do
ApplicationSetting.update_settings ApplicationSetting.defaults
ApplicationSetting.apply!
end
describe "class methods" do
describe "::update_settings" do
it "should update only known params" do
Ap... | agpl-3.0 |
incaser/incaser-odoo-addons | export_sagelc/models/account_invoice.py | 10115 | # -*- coding: utf-8 -*-
# (c) 2015 Incaser Informatica S.L. - Sergio Teruel
# (c) 2015 Incaser Informatica S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from openerp import models, fields, api
from openerp.tools.float_utils import float_round
import decimal
tipo_articulo = {'pr... | agpl-3.0 |
martinbaker/caslEdit | com.euclideanspace.casl/src-gen/com/euclideanspace/casl/editor/VarDecl.java | 3054 | /**
*/
package com.euclideanspace.casl.editor;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Var Decl</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <... | agpl-3.0 |
simonzhangsm/voltdb | src/frontend/org/voltdb/compiler/VoltCompilerReader.java | 1169 | /* This file is part of VoltDB.
* Copyright (C) 2008-2018 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | agpl-3.0 |
pirati-cz/sbirka | predpisy/prah/2014-08-02.md | 17138 | ---
typ: úplné znění předpisu
stav: historický
název: pravidla hospodaření
zkratka: PraH
původce: republikový výbor
předpis: prah/2014-08-02
platnost: 2014-08-02
účinnost: 2014-08-07
zmocnění: čl. 9 odst. 5 písm. c) stanov
kategorie: hospodaření
síla: vnitřn... | agpl-3.0 |
telefonicaid/fiware-rss | rss-core/rss-dao/src/test/java/es/tid/fiware/rss/dao/impl/test/CountryDaoImplTest.java | 4005 | /**
* Revenue Settlement and Sharing System GE
* Copyright (C) 2011-2014, Javier Lucio - lucio@tid.es
* Telefonica Investigacion y Desarrollo, S.A.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free So... | agpl-3.0 |
ktunaxa/rms | map/src/main/java/org/ktunaxa/referral/server/service/InMemoryCmisService.java | 5229 | /*
* Ktunaxa Referral Management System.
*
* Copyright (C) see version control system
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | agpl-3.0 |
kaini/newslist | server/newslist/tests/__init__.py | 60 | from .sources import TestSources
__all__ = ["TestSources"]
| agpl-3.0 |
thaipowertech/emoncms | Modules/vis/widget/vis_render.js | 9506 | /*
All emon_widgets code is released under the GNU General Public License v3.
See COPYRIGHT.txt and LICENSE.txt.
Part of the OpenEnergyMonitor project:
http://openenergymonitor.org
Author: Trystan Lea: trystan.lea@googlemail.com
If you have any questions please get in touch, try the forums here:
... | agpl-3.0 |
Eric-Brison/dynacase-core | Action/Generic/generic_modprefs.php | 2008 | <?php
/*
* @author Anakeen
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License
* @package FDL
*/
/**
* Modify family preferences
*
* @author Anakeen 2007
* @version $Id: generic_modprefs.php,v 1.2 2007/05/04 16:11:40 eric Exp $
* @license http://www.fsf.org/licensing... | agpl-3.0 |
rapidminer/rapidminer-studio | src/main/java/com/rapidminer/example/AttributeIterator.java | 2654 | /**
* Copyright (C) 2001-2020 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by ... | agpl-3.0 |
npcdoom/ZelosOnline | gatewayd/server/packet.h | 1464 | /*********************************************************************************
*
* This file is part of ZelosOnline.
*
* ZelosOnline is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either vers... | agpl-3.0 |
SilverDav/Silverpeas-Core | core-library/src/main/java/org/silverpeas/core/contribution/attachment/util/AttachmentSettings.java | 4900 | /*
* Copyright (C) 2000 - 2021 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a spec... | agpl-3.0 |
bricaud/wevia | classif/apps.py | 89 | from django.apps import AppConfig
class ClassifConfig(AppConfig):
name = 'classif'
| agpl-3.0 |
cised-ca/social-enterprise-directory | api/controllers/account_controller.js | 2409 | const passport = require('../helpers/auth/passport_factory');
const logger = require('../../lib/logger');
const adminChecker = require('../helpers/auth/request_admin_checker');
const oauthConfig = require('../../config/oauth/oauth_config.js');
module.exports.logout = function(req, res) {
req.logout();
res.status(2... | agpl-3.0 |
creativecommons/www2015 | _source/_posts/2007-07-30-cc-at-oscon-eric-steuer-on-slideshare.html | 1957 | ---
layout: post
title: CC at OSCON, Eric Steuer on Slideshare
date: 2007-07-30 16:28:12.000000000 -04:00
categories:
- Weblog
tags: []
status: publish
type: post
published: true
meta: {}
author:
login: cameron
email: webmaster+cameron@creativecommons.org
display_name: Cameron Parkins
first_name: Cameron
last... | agpl-3.0 |
GOMC-WSU/GOMC | src/PRNGSetup.h | 1587 | /*******************************************************************************
GPU OPTIMIZED MONTE CARLO (GOMC) 2.70
Copyright (C) 2018 GOMC Group
A copy of the GNU General Public License can be found in the COPYRIGHT.txt
along with this program, also can be found at <http://www.gnu.org/licenses/>.
*****************... | agpl-3.0 |
tehdarthvid/tusktowall | css/style.css | 2072 | /* by @darthvid@niu.moe, (c) 2017 */
/* grid area */
/* "clear fix", is this really needed? */
.grid:after {
content: '';
display: block;
clear: both;
}
.grid-NSFW {
border: dashed #009999;
color: #009999;
text-align: center;
vertical-align: middle;
}
img:hover {
box-shadow: 0 0 5px 5px #b6b5b4;
}
/* head... | agpl-3.0 |
IljaN/core | tests/lib/Files/ViewTest.php | 80800 | <?php
/**
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file. */
namespace Test\Files;
use OC\Cache\CappedMemoryCache;
use OC\Files\Cache\Watcher;
use OC\Files\Filesystem;
use OC\Files\Stora... | agpl-3.0 |
camsys/ridepilot | db/migrate/20170625200226_create_address_groups.rb | 164 | class CreateAddressGroups < ActiveRecord::Migration
def change
create_table :address_groups do |t|
t.string :name
t.timestamps
end
end
end
| agpl-3.0 |
ShatalovYaroslav/scheduling | scheduler/scheduler-api/src/test/java/org/ow2/proactive/scheduler/common/job/factories/spi/model/factory/CatalogObjectParserValidatorTest.java | 2583 | /*
* ProActive Parallel Suite(TM):
* The Open Source library for parallel and distributed
* Workflows & Scheduling, Orchestration, Cloud Automation
* and Big Data Analysis on Enterprise Grids & Clouds.
*
* Copyright (c) 2007 - 2017 ActiveEon
* Contact: contact@activeeon.com
*
* This library is free software: y... | agpl-3.0 |
SKIRT/SKIRT | SKIRTcore/BrokenExpDiskGeometry.cpp | 5220 | /*//////////////////////////////////////////////////////////////////
//// SKIRT -- an advanced radiative transfer code ////
//// © Astronomical Observatory, Ghent University ////
///////////////////////////////////////////////////////////////// */
#include <cmath>
#include "BrokenExpDiskGeo... | agpl-3.0 |
quikkian-ua-devops/will-financials | kfs-kns/src/main/java/org/kuali/kfs/krad/datadictionary/validation/constraint/CommonLookup.java | 2587 | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2017 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundat... | agpl-3.0 |
quikkian-ua-devops/will-financials | kfs-purap/src/test/java/org/kuali/kfs/module/purap/fixture/RequisitionAccountingLineFixture.java | 6153 | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2017 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundat... | agpl-3.0 |
cloud-green/juju | state/allwatcher_internal_test.go | 96772 | // Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package state
import (
"fmt"
"sort"
"time"
"github.com/juju/errors"
"github.com/juju/loggo"
"github.com/juju/names"
jc "github.com/juju/testing/checkers"
"github.com/juju/utils"
gc "gopkg.in/check.v1"
"gopkg.in/juj... | agpl-3.0 |
acetcom/nextepc | lib/asn1c/ngap/NGAP_PDUSessionResourceSetupItemHOReq.h | 1508 | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-IEs"
* found in "../support/ngap-r16.4.0/38413-g40.asn"
* `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-UPER`
*/
#ifndef _NGAP_PDUSessionResourceSetupItemHOReq_H... | agpl-3.0 |
cgstudiomap/cgstudiomap | main/parts/product-attribute/product_gtin/product_gtin.py | 5465 | # -*- coding: utf-8 -*-
##############################################################################
#
# Product GTIN module for Odoo
# Copyright (C) 2004-2011 Tiny SPRL (<http://tiny.be>).
# Copyright (C) 2010-2011 Camptocamp (<http://www.camptocamp.at>)
#
# This program is free software: you can redistr... | agpl-3.0 |
enguerran/cozy-files-v3 | src/photos/ducks/lists/index.js | 5918 | import { combineReducers } from 'redux'
const FETCH_ENTRIES = 'FETCH_ENTRIES'
const RECEIVE_ENTRIES = 'RECEIVE_ENTRIES'
const RECEIVE_MORE_ENTRIES = 'RECEIVE_MORE_ENTRIES'
const RECEIVE_ERROR = 'RECEIVE_ERROR'
const INSERT_ENTRIES = 'INSERT_ENTRIES'
const UPDATE_ENTRIES = 'UPDATE_ENTRIES'
const DELETE_ENTRY = 'DELETE_... | agpl-3.0 |
freedomotic/fd-polymer-webapp | app/index.html | 10220 | <!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Freedomotic - Open IoT Framework</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.i... | agpl-3.0 |
ungerik/ephesoft | Ephesoft_Community_Release_4.0.2.0/javadocs/com/ephesoft/gxt/admin/client/event/ReloadEmailEvent.html | 9910 | <!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_71) on Fri Jul 10 16:42:50 IST 2015 -->
<title>ReloadEmailEvent</title>
<meta name="date" content="2015-07-10">
<link rel="style... | agpl-3.0 |
Loos/bike_index | app/controllers/api/logger.rb | 745 | class API::Logger
def initialize(app)
@app = app
end
def call(env)
payload = {
remote_addr: env['REMOTE_ADDR'],
request_method: env['REQUEST_METHOD'],
request_path: env['PATH_INFO'],
request_query: env['QUERY_STRING'],
x_organization: env['HTTP_X_ORGANIZATION']
}
... | agpl-3.0 |
grafana/grafana | public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx | 5824 | import {
DataSourcePluginOptionsEditorProps,
onUpdateDatasourceJsonDataOptionChecked,
SelectableValue,
updateDatasourcePluginJsonDataOption,
} from '@grafana/data';
import { EventsWithValidation, InlineFormLabel, LegacyForms, regexValidation } from '@grafana/ui';
import React, { SyntheticEvent } from 'react';
i... | agpl-3.0 |
josephlewis42/UDenverQGC | src/ui/WaypointList.cc | 20720 | /*=====================================================================
PIXHAWK Micro Air Vehicle Flying Robotics Toolkit
(c) 2009, 2010 PIXHAWK PROJECT <http://pixhawk.ethz.ch>
This file is part of the PIXHAWK project
PIXHAWK is free software: you can redistribute it and/or modify
it under the terms of th... | agpl-3.0 |
Wilfred/simpla-vortaro | templates/mockups/mockup3.html | 1181 | <html>
<head>
<title>La Simpla Vortaro</title>
</head>
<style type="text/css">
#background {
position:absolute; z-index:1; width:100%; height:100%;
}
#header {
/* positioning */
position:absolute;
top:0px;
left:0px;
width:800px;
z-index:2;
/* colour with transparency */
color:#CCC;
background-color:#000;
/* for IE... | agpl-3.0 |
khufkens/phenocamr | docs/reference/daylength.html | 9432 | <!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculates day length (in hours) and the solar elevation — daylength ... | agpl-3.0 |
harish-patel/rrd | config.php | 9128 | <?php
// created: 2013-02-07 16:25:26
$sugar_config = array (
'admin_access_control' => false,
'admin_export_only' => false,
'cache_dir' => 'cache/',
'calculate_response_time' => true,
'calendar' =>
array (
'default_view' => 'week',
'show_calls_by_default' => true,
'show_tasks_by_default' => tr... | agpl-3.0 |
gayathri6/stepstream_salute | plugins/Event/UserPoints.php | 3036 | <?php
/**
* Data class for happenings
*
* PHP version 5
*
* @category Data
* @package StatusNet
* @author Evan Prodromou <evan@status.net>
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://status.net/
*
* StatusNet - the distributed open-source microblogging tool
* Cop... | agpl-3.0 |
ACEmulator/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/MeleeWeapon/MeleeWeapon/35297 Greatsword of Flame and Light.sql | 4335 | DELETE FROM `weenie` WHERE `class_Id` = 35297;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (35297, 'ace35297-greatswordofflameandlight', 6, '2019-02-10 00:00:00') /* MeleeWeapon */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (35297, 1, 1) /... | agpl-3.0 |
papyrussolution/OpenPapyrus | Src/OSF/BDB-6232/hash_conv.c | 2499 | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
#pragma hdrstop
#include "dbinc/db_page.h"
#include "dbinc/db_swap.h"
#include "dbinc/hash.h"
/*
* __ham_pgin --
* Co... | agpl-3.0 |
open-synergy/social | README.md | 5129 | [](https://runbot.odoo-community.org/runbot/repo/github-com-oca-social-205)
[](https://travis-ci.org/OCA/social)
[ 2013 Zurmo Inc.
*
* Zurmo is free software; you can redistribute it and/or modify it under
* the terms of t... | agpl-3.0 |
decoit/siem-gui-imonitor | src/main/java/de/decoit/siemgui/domain/rules/CorrelationRule.java | 1269 | /*
* Copyright (C) 2015 DECOIT GmbH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | agpl-3.0 |
cris-iisc/mpc-primitives | crislib/libscapi/lib/boost_1_64_0/doc/html/boost_asio/reference/basic_socket/broadcast.html | 6793 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.htm... | agpl-3.0 |
boa-project/boa | src/boa/plugins/gui.ajax/res/js/core/DateTimePicker.class.js | 113199 | (function () {
'use strict';
var WindowSize = Class.create({
width: function()
{
var myWidth = 0;
if (typeof(window.innerWidth) == 'number')
{
//Non-IE
myWidth = window.innerWidth;
}
else if (documen... | agpl-3.0 |
ronancpl/MapleSolaxiaV2 | scripts/event/KerningTrain.js | 2133 | importPackage(Packages.tools);
var returnTo = new Array(103000100, 103000310);
var rideTo = new Array(103000310, 103000100);
var trainRide = new Array(103000301, 103000302);
var myRide;
var returnMap;
var exitMap;
var map;
var onRide;
//Time Setting is in millisecond
var rideTime = 10 * 1000;
function init() {
r... | agpl-3.0 |
GNOME/extensions-web | sweettooth/review/templates/review/list.html | 768 | {% extends "base.html" %}
{% load extension_icon %}
{% block title %}Unreviewed Extensions - {{ block.super }}{% endblock %}
{% block body %}
<h2>Unreviewed Extensions</h2>
<ul class="extensions">
{% for version in version_list %}
{% with version.extension as extension %}
<li class="extension">
<h3 class="extension... | agpl-3.0 |
uclaradio/uclaradio | client/react/frontpage/components/TriangleCanvas.js | 1331 | // TriangleCanvas.js
import React from 'react';
import Trianglify from 'trianglify';
import './TriangleCanvas.scss';
/**
Canvas with Trianglify styling applied, equal in size to current window,
can be used as a sweet background.
Will automatically size to window's width and height.
@prop cellSize: cell_size optio... | agpl-3.0 |
BerlusGmbH/Berlussimo | app/Services/Immoware24/RentalContractsMapper.php | 8701 | <?php
namespace App\Services\Immoware24;
use App\Models\RentDefinition;
use Carbon\Carbon;
use Exception;
class RentalContractsMapper extends Mapper
{
protected $tenants;
protected $phones;
protected $faxs;
protected $emails;
protected $SEPAMandate;
protected $unit;
protected $start, $e... | agpl-3.0 |
pixelipo/server | apps/workflowengine/l10n/nl.js | 3565 | OC.L10N.register(
"workflowengine",
{
"Saved" : "Bewaard",
"Saving failed:" : "Opslaan mislukt:",
"File MIME type" : "Mimetype bestand",
"is" : "is",
"is not" : "is niet",
"matches" : "komt overeen",
"does not match" : "komt niet overeen",
"Example: {placeholder}" : "Bijvoorbeeld... | agpl-3.0 |
cad-lab/blog | post/author/cad-lab.html | 28293 | <!DOCTYPE html>
<html lang="en"
>
<head>
<title>Articles by Cad Lab - CADLab (虎尾科大MDE)</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<styl... | agpl-3.0 |
deepstupid/phex | src/main/java/phex/http/Range.java | 4812 | /*
* PHEX - The pure-java Gnutella-servent.
* Copyright (C) 2001 - 2007 Phex Development Group
*
* 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
*... | agpl-3.0 |
helloimcasper/GalaxyEmulator | galaxy.core/misc/figuredata/types/FigureSet.cs | 583 | using System.Collections.Generic;
namespace galaxy.core.misc.figuredata.types
{
class FigureSet
{
public SetType Type { get; set; }
public int PalletId { get; set; }
private Dictionary<int, Set> _sets;
public FigureSet(SetType type, int palletId)
{
this.Ty... | agpl-3.0 |
Griffon26/vhde | src/layout/layout_architecture.h | 2043 | /* vim: ts=2:sw=2:expandtab
*
* VHDE - The VHDL Diagram Editor
* Copyright (C) 2009-2017 Maurice van der Pot <griffon26@kfk4ever.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundat... | agpl-3.0 |
splicemachine/spliceengine | splice_access_api/src/main/java/com/splicemachine/access/api/PartitionCreator.java | 2043 | /*
* Copyright (c) 2012 - 2020 Splice Machine, Inc.
*
* This file is part of Splice Machine.
* Splice Machine is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free Software Foundation, either
* version 3, or (at your option) ... | agpl-3.0 |
zcorrecteurs/monolith-www | src/Zco/Bundle/ContentBundle/Controller/SearchController.php | 6183 | <?php
/**
* zCorrecteurs.fr est le logiciel qui fait fonctionner www.zcorrecteurs.fr
*
* Copyright (C) 2012-2019 Corrigraphie
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eit... | agpl-3.0 |
precog/labcoat-legacy | js/ace/model/editor.js | 3492 | /*
* _ _ _
* | | | | | |
* | | __ _| |__ ___ ___ __ _| |_ Labcoat (R)
* | |/ _` | '_ \ / __/ _ \ / _` | __| Powerful development environment for Quirrel.
* | | (_| | |_) | (_| (_) | (_| | |_ Copyright (C) 2010 - 2013... | agpl-3.0 |
rodolforg/fet | src/interface/helpaboutform.cpp | 41583 | /***************************************************************************
helpaboutform.cpp - description
-------------------
begin : Tue Apr 22 2003
copyright : (C) 2003 by Lalescu Liviu
email : Please see ... | agpl-3.0 |
wadobo/socializa | backend/editor/templates/editor/forms/challenge.html | 1540 | {% load i18n %}
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<input type="text" class="form-control name" name="challenge_name_{{ n }}"
placeholder="{% trans 'Challenge name' %}" value="{{ challenge.name }}"/>
</div>
</div>
<div class="col... | agpl-3.0 |
dzc34/Asqatasun | rules/rules-rgaa3.0/src/test/java/org/asqatasun/rules/rgaa30/Rgaa30Rule120302Test.java | 3319 | /*
* Asqatasun - Automated webpage assessment
* Copyright (C) 2008-2019 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at y... | agpl-3.0 |
thnkloud9/superdesk-client-core | scripts/apps/legal-archive/views/legal_archive.html | 6399 | <div class="subnav subnav--plain">
<header class="search-page-header">
<div class="filter-trigger" ng-click="openAdvanceSearch = !openAdvanceSearch" ng-class="{'filter-trigger--active': openAdvanceSearch}"><i class="icon-filter-large"></i></div>
<div sd-pagination data-items="items"></div>
<... | agpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/creature/creature_rancor.lua | 3374 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
geotagx/geotagx-pybossa-archive | pybossa/templates/applications/export.html | 3097 | {% extends "/base.html" %}
{% set active_page = "applications" %}
{% set active_app = "all" %}
{% import "applications/_helpers.html" as helper %}
{% block content %}
{{ helper.render_loading(text=loading_text) }}
<div class="row">
<div class="col-sm-3" style="padding: 8px 0;">
{{ helper.render_app_local_... | agpl-3.0 |
epeios-q37/epeios | tools/xdhq/wrappers/JRE/registry.h | 1034 | /*
Copyright (C) 2017 by Claude SIMON (http://zeusw.org/epeios/contact.html).
This file is part of XDHq.
XDHq is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License,... | agpl-3.0 |
anom0ly/WoWAnalyzer | analysis/monkbrewmaster/src/modules/spells/BlackoutCombo.js | 4812 | import { t } from '@lingui/macro';
import { formatPercentage } from 'common/format';
import SPELLS from 'common/SPELLS';
import { SpellIcon } from 'interface';
import { SpellLink } from 'interface';
import Analyzer, { SELECTED_PLAYER } from 'parser/core/Analyzer';
import Events from 'parser/core/Events';
import { Thres... | agpl-3.0 |
StratusLab/claudia | clotho/src/main/java/com/telefonica/claudia/slm/deployment/hwItems/NIC.java | 4281 | /*
* Claudia Project
* http://claudia.morfeo-project.org
*
* (C) Copyright 2010 Telefonica Investigacion y Desarrollo
* S.A.Unipersonal (Telefonica I+D)
*
* See CREDITS file for info about members and contributors.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Affe... | agpl-3.0 |
LogicalDash/LiSE | ELiDE/ELiDE/tests/test_python_editor.py | 1944 | from LiSE import Engine
from LiSE.examples import kobold
from .util import ELiDEAppTest, window_with_widget, idle_until
class TestPythonEditor(ELiDEAppTest):
def setUp(self):
super().setUp()
with Engine(self.prefix) as eng:
kobold.inittest(eng)
def _get_actions_box(self):
... | agpl-3.0 |
KWZwickau/KREDA-Sphere | Library/MOC-V/Documentation/source-class-MOC.V.Component.Database.Component.Exception.ComponentException.html | 18407 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="ApiGen 2.8.0" />
<meta name="robots" content="noindex" />
<title>File Component/Database/Component/E... | agpl-3.0 |
LibrIT/passhport | passhweb/app/static/librit/scripts/target_lastconnections.js | 682 | $(document).ready(function () {
var pathArray = window.location.pathname.split( '/' );
var targetname = pathArray[pathArray.length -1];
$('#targetloglist').DataTable({
'paging' : true,
'lengthChange': false,
'searching' : true,
'ordering' : true,
'order... | agpl-3.0 |
bashrc/freedombone | website/EN/app_scuttlebot.html | 11724 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-05-23 Tue 19:39 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" ... | agpl-3.0 |
rogermm14/rec3D | modifications_openmvg/main_IncrementalSfM.cpp | 14201 |
// Copyright (c) 2012, 2013 Pierre MOULON.
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include <cstdlib>
#include "openMVG/sfm/sfm.hpp"
#include "openMVG/sys... | agpl-3.0 |
ACEmulator/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Creature/Human/32705 Aluvian Spearman.sql | 6857 | DELETE FROM `weenie` WHERE `class_Id` = 32705;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (32705, 'ace32705-aluvianspearman', 10, '2019-02-10 00:00:00') /* Creature */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (32705, 1, 16) /* ItemType -... | agpl-3.0 |
k-30/plentymarkets-shopware-connector | Components/Soap/Models/PlentySoapResponse/AddItemAttributeValueSets.php | 1498 | <?php
/**
* plentymarkets shopware connector
* Copyright © 2013 plentymarkets GmbH
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public Li... | agpl-3.0 |
larroy/osmtransform | planet/__init__.py | 7567 | # -*- coding: utf-8 -*-
import minimongo
import osm
import pymongo.collection
import logging
import re
import stitch
def is_area(way):
return len(way.nodes)\
and way.nodes[0] == way.nodes[-1]\
and ('area' in way.tags and way.tags['area'] == 'yes'\
or (not 'highway' in way.tags\
... | agpl-3.0 |
k42b3/fusio-impl | src/Event/Plan/Contract/UpdatedEvent.php | 2052 | <?php
/*
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2020 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the F... | agpl-3.0 |
JayBoyer/new-trisano | webapp/features/enhanced_step_definitions/event_encounter_delete_steps.rb | 1391 | # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 The Collaborative Software Foundation
#
# This file is part of TriSano.
#
# TriSano is free software: you can redistribute it and/or modify it under the
# terms of the GNU Affero General Public License as published by the
# Free Software Foundation, either versio... | agpl-3.0 |
puzzleSEQ/server | com/process/src/processMakefile.h | 1108 | // puzzleSEQ: A graphical framework for CLIP / HT-Seq data analysis
// Copyright (C) 2015 Lukáš Bednařík (l.bednarik@gmail.com)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, eith... | agpl-3.0 |
ezeql/fups | common.php | 15661 | <?php
/*
* FUPS: Forum user-post scraper. An extensible PHP framework for scraping and
* outputting the posts of a specified user from a specified forum/board
* running supported forum software. Can be run as either a web app or a
* commandline script.
*
* Copyright (C) 2013-2015 Laird Shaw.
*
* This program ... | agpl-3.0 |
apmuthu/radicore | radicore/menu/mnu_role(del1).php | 526 | <?php
//*****************************************************************************
// This will allow occurrences of a database table to be deleted.
// The identity of the selected occurrence(s) is passed from the previous screen.
//*****************************************************************************
$tabl... | agpl-3.0 |
mperezfr/collaborative-documents | perfil.php | 1691 | <?php
include_once "lib/functions.php";
include_once "colpr-config.php";
if (!isset($_SESSION["usuario"])){
header( 'Location: login.php' );
}else{
$user=autentificado();
// Propuestas en orden cronológico del usuario
$consultaPropuestasUsuario =
'SELECT u.nombre, u.apellidos, p.id, p.titulo, p.comentarios, p.sum... | agpl-3.0 |