repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
grafana/grafana | public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx | 5865 | import React, { useState } from 'react';
import { connect, ConnectedProps } from 'react-redux';
import { TimeZone } from '@grafana/data';
import { CollapsableSection, Field, Input, RadioButtonGroup, TagsInput } from '@grafana/ui';
import { selectors } from '@grafana/e2e-selectors';
import { FolderPicker } from 'app/cor... | agpl-3.0 |
s0riak/pi-led-control | src/server/programs/scheduledprogram.py | 1953 | # Copyright (c) 2016 Sebastian Kanis
# This file is part of pi-led-control.
# pi-led-control 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 3 of the License, or
# (at your option) any later ve... | agpl-3.0 |
oliverwreath/Open-Source-Algorithms | Engineering-Java/workspace/com.java/doc/com/java/chatroom/groupchat3/package-tree.html | 5381 | <!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_51) on Fri Mar 21 17:32:01 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>com.java.chatroom.g... | agpl-3.0 |
funkyfuture/inxs | tests/test_cli.py | 515 | from pathlib import Path
from inxs.cli import main as _main
from tests import equal_documents
def main(*args):
_args = ()
for arg in args:
if isinstance(arg, Path):
_args += (str(arg),)
else:
_args += (arg,)
_main(_args)
# TODO case-study with this use-case
def ... | agpl-3.0 |
4poc/anpaste | app/lib/deep_extend_underscore_mixin.js | 2385 | /**
* Based conceptually on the _.extend() function in underscore.js ( see http://documentcloud.github.com/underscore/#extend for more details )
* Copyright (C) 2012 Kurt Milam - http://xioup.com | Source: https://gist.github.com/1868955
*
* This program is free software: you can redistribute it and/or mo... | agpl-3.0 |
YvonneTunnat/File-Format-Utilities | master/pdf-tools/src/main/java/output/XmlParserJhove.java | 6325 | package output;
import java.io.FileWriter;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Collections;
import javax.swing.JOptionPane;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.w3c.dom.Eleme... | agpl-3.0 |
pontarius/pontarius-service | source/PontariusService/Types.hs | 6475 | {-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE GeneralizedNewty... | agpl-3.0 |
19kestier/taiga-back | taiga/projects/migrations/0001_initial.py | 6634 | # -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
from django.conf import settings
import django_pgjson.fields
import django.utils.timezone
import django.db.models.deletion
import djorm_pgarray.fields
import taiga.projects.history.models
class Migration(migratio... | agpl-3.0 |
Talocha/PHP-Fusion | infusions/gallery/admin/gallery_settings.php | 11482 | <?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) PHP-Fusion Inc
| https://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: gallery_settings.php
| Author: PHP-Fusion Development Team
+----------------------... | agpl-3.0 |
MHMDhub/regdel | app/models/entries/transfer.rb | 291 | class Transfer < Entry
state_machine :initial => :open, :namespace => :transfer do
event :close do
transition :paid => :closed
end
state :open, :value => 400
state :closed, :value => 430
end
def required_account_types
[BankAccount, CreditCard]
end
end
| agpl-3.0 |
arseneyr/essentia | test/src/unittest/spectral/test_hpcp.py | 7101 | #!/usr/bin/env python
# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra
#
# This file is part of Essentia
#
# Essentia 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 ... | agpl-3.0 |
StarterInc/Ignite | src/docs/src/components/CodeClipboard/index.js | 75 | import CodeClipboard from './CodeClipboard';
export default CodeClipboard; | agpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_gen3.lua | 6203 | --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 |
ebeshero/Pittsburgh_Frankenstein | frankenTexts_HTML/PA_Electronic_Ed/1831_ed/00169-chapterContent-1831.html | 2329 | <html>
<head>
<title>Frankenstein, 1831, Vol. 3, Chap. 1, Frame 2</title>
</head>
<body>
<p>
I <a href="../V3notes/trembled.html">trembled violently</a> at
his exordium, and my father continued--</p><p>
"I confess, my son, that I have always looked forward to your
marriage with our dear Elizabeth as <a
href="..... | agpl-3.0 |
AlienQueen/HatchetHarry | src/main/java/org/alienlabs/hatchetharry/persistence/dao/CardCollectionDao.java | 2144 | /*
* $Id: CardCollectionDao.java 475 2005-12-08 23:44:08 -0800 (Thu, 08 Dec 2005) ivaynberg $
* $Revision: 475 $
* $Date: 2005-12-08 23:44:08 -0800 (Thu, 08 Dec 2005) $
*
* ==============================================================================
* Licensed under the Apache License, Version 2.0 (the "L... | agpl-3.0 |
animotron/core | src/main/java/org/animotron/cache/Cache.java | 1548 | /*
* Copyright (C) 2011-2013 The Animo Project
* http://animotron.org
*
* This file is part of Animotron.
*
* Animotron 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... | agpl-3.0 |
NeoRazorX/kelinux-php | core/ke_model.php | 1890 | <?php
/*
* This file is part of Kelinux-php.
* Copyright (C) 2012 Carlos Garcia Gomez neorazorx@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, either version 3 of the... | agpl-3.0 |
hogi/kunagi | src/generated/java/scrum/server/collaboration/GComment.java | 13504 | // ----------> GENERATED FILE - DON'T TOUCH! <----------
// generator: ilarkesto.mda.legacy.generator.EntityGenerator
package scrum.server.collaboration;
import java.util.*;
import ilarkesto.persistence.*;
import ilarkesto.core.logging.Log;
import ilarkesto.base.*;
import ilarkesto.base.time.*;
import ilark... | agpl-3.0 |
Ratismal/blargbot | Production/Tags/Array/Get.js | 619 | const { Array } = require.main.require('./Tag/Classes');
class GetTag extends Array {
constructor(client) {
super(client, {
name: 'get',
args: [
{
name: 'array'
}, {
name: 'index'
}
],
minArgs: 2, maxArgs: 2
});
}
async execute(ctx, arg... | agpl-3.0 |
D4edalus/CoD4x1.8_Server_Pub | src/g_cmds.c | 23983 | /*
===========================================================================
Return to Castle Wolfenstein multiplayer GPL Source Code
Copyright (C) 1999-2010 id Software LLC, a ZeniMax Media company.
This file is part of the Return to Castle Wolfenstein multiplayer GPL Source Code (RTCW MP Source Code).
RTCW ... | agpl-3.0 |
jrwren/juju-gui | test/test_browser_charm_details.js | 25436 | /*
This file is part of the Juju GUI, which lets users view and manage Juju
environments within a graphical interface (https://launchpad.net/juju-gui).
Copyright (C) 2012-2013 Canonical Ltd.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License... | agpl-3.0 |
grafana/grafana | public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/PartListSection.tsx | 3719 | import React, { useMemo } from 'react';
import { cx, css } from '@emotion/css';
import { MenuItem, WithContextMenu, MenuGroup, useTheme2 } from '@grafana/ui';
import { SelectableValue, GrafanaTheme2 } from '@grafana/data';
import { Seg } from './Seg';
import { unwrap } from './unwrap';
import { toSelectableValue } from... | agpl-3.0 |
dzc34/Asqatasun | rules/rules-rgaa2.2/src/test/java/org/asqatasun/rules/rgaa22/Rgaa22Rule01021Test.java | 23545 | /*
* 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 |
shoedrip-unbound/dogars | src/Shoedrip/dexdata.ts | 5687 | export const BattleAvatarNumbers = {
1: 'lucas',
2: 'dawn',
3: 'youngster-gen4',
4: 'lass-gen4dp',
5: 'camper',
6: 'picnicker',
7: 'bugcatcher',
8: 'aromalady',
9: 'twins-gen4dp',
10: 'hiker-gen4',
11: 'battlegirl-gen4',
12: 'fisherman-gen4',
13: 'cyclist-gen4',
14: 'cyclistf-gen4',
15: 'blackbelt-gen4dp... | agpl-3.0 |
HiOA-ABI/nikita-noark5-core | src/main/java/nikita/common/config/ESConstants.java | 396 | package nikita.common.config;
/**
* Constants used for ElasticSearch queries
*/
public class ESConstants {
public static final String QUERY_SIZE = "size";
public static final String QUERY_FROM = "from";
public static final String QUERY_QUERY = "query";
public static final String QUERY_PREFIX = "pref... | agpl-3.0 |
rideconnection/clearinghouse | app/models/waypoint.rb | 134 | class Waypoint < ActiveRecord::Base
belongs_to :open_capacity
belongs_to :location, :validate => true, :dependent => :destroy
end
| agpl-3.0 |
joker-x/programa-podemos-2015 | web/fb-share/programa/en/332.html | 3256 | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PODEMOS. Scientific and cultural cooperation with the United States to avoid a human capital flight</title>
<meta property="og:title" content="PODEMOS: Scientific and cultural cooperation with the Uni... | agpl-3.0 |
nmalkin/cella | templates/about.html | 2787 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About Cella</title>
<link rel="stylesheet" type="text/css" href="styles/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="styles/chosen.css" />
<link rel="stylesheet" type="text/css" href="styles/jquery-ui/jquery-ui... | agpl-3.0 |
NullVoxPopuli/aeonvera | app/models/specs/package_spec.rb | 4412 | # frozen_string_literal: true
# == Schema Information
#
# Table name: packages
#
# id :integer not null, primary key
# name :string(255)
# initial_price :decimal(, )
# at_the_door_price :decimal(, )
# attendee_limit :integer
# expires_at :dateti... | agpl-3.0 |
VitalPet/addons-onestein | auth_oauth_disable_login_with_odoo/__manifest__.py | 394 | # -*- coding: utf-8 -*-
# Copyright 2016 Onestein (<http://www.onestein.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'OAuth2 Disable Login with Odoo.com',
'version': '10.0.1.0.0',
'category': 'Tools',
'author': 'Onestein',
'license': 'AGPL-3',
'depends': [... | agpl-3.0 |
Goucher/shopware | var/cache/production_201510221322/doctrine/filecache/b05ad6a16cb1d8530c8a49701d638ce13f3b8502$elements.cache.php | 229 | <?php return unserialize('a:1:{i:0;O:30:"Doctrine\\ORM\\Mapping\\OneToMany":6:{s:8:"mappedBy";s:9:"container";s:12:"targetEntity";s:7:"Element";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}}'); | agpl-3.0 |
314942468GitHub/JavaLearnning | src/Generic.java | 963 | public class Generic{
public static void main(String[] args){
Car <String> car1 = new Car <String> ();
car1.setName("Buick");
car1.setPrice("100");
System.out.printf("name=%s,price=%s\n",car1.getName(),car1.getPrice());
Car <Integer> car2 = new Car <Integer> ();
car2.setName(001);
car2.setPrice(100);
... | agpl-3.0 |
MarStan/sugar_work | custom/Extension/modules/RealtyTemplates/Ext/Vardefs/realty_contracts.php | 362 | <?php
/**
* Created by iluxovi4
* Protected by SugarTalk.ru
*/
$dictionary['RealtyTemplates']['fields']['realtytemplates_contracts'] =
array (
'name' => 'realtytemplates_contracts',
'type' => 'link',
'relationship' => 'realtytemplates_contracts',
'source'=>'non-db',
'vname... | agpl-3.0 |
uclouvain/OSIS-Louvain | base/migrations/0208_create_role_executive.py | 951 | # -*- coding: utf-8 -*-
# Generated by Django 1.11.2 on 2017-11-22 07:11
from __future__ import unicode_literals
from django.core.management.sql import emit_post_migrate_signal
from django.db import migrations
def add_executive_group(apps, schema_editor):
# create group
db_alias = schema_editor.connection.al... | agpl-3.0 |
BITS-CO-ID/webmail | templates/views/Mail/MessageListItemViewModel.html | 2556 | <div class="item dragHandle" data-bind="css: {
'unseen': !seen(), 'selected': selected(), 'checked': checked(),
'forwarded': forwarded(), 'answered': answered(), 'deleted': deleted() || threadHideAnimation(),
'nosubject': emptySubject(),
'threaded': threadPart(),
'show': threadShowAnimation()
}">
<div clas... | agpl-3.0 |
citybound/citybound | cb_browser_ui/src/planning_browser/ZonePlanningLayers.tsx | 2016 | import * as React from 'react';
import renderOrder from '../renderOrder';
import { RenderLayer } from '../browser_utils/Utils';
import { SharedState } from '../citybound';
import { shadersForLandUses } from './stripedShaders';
import colors from '../colors';
export const LAND_USES = [
"Residential",
"Commercia... | agpl-3.0 |
0x0mar/MISP | app/Controller/AttributesController.php | 85681 | <?php
App::uses('AppController', 'Controller');
App::uses('Folder', 'Utility');
App::uses('File', 'Utility');
/**
* Attributes Controller
*
* @property Attribute $Attribute
*/
class AttributesController extends AppController {
public $components = array('Security', 'RequestHandler', 'Cidr');
public $paginate =... | agpl-3.0 |
joelwilliamson/validator | Trait.hs | 3593 | -- | This module provides the data type and parser for a trait file
module Trait (
Trait(..)
, defaultTrait
, trait
) where
import Maker
import Modifier
import Scoped(Label)
data Trait = Trait {
trait_name :: Label
, agnatic :: Bool
, birth :: Double -- ^ Chance of being assigned on birth. Default 0
... | agpl-3.0 |
disorganizer/brig | vendor/gx/ipfs/QmdxUuburamoF6zF9qjeQC4WYcWGbWuRmdLacMEsW8ioD8/gogo-protobuf/protoc-gen-gogo/generator/helper.go | 13043 | // Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | agpl-3.0 |
daizenberg/platform | api/admin.go | 21623 | // Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api
import (
"bufio"
"io"
"io/ioutil"
"net/http"
"os"
"strconv"
"strings"
"time"
l4g "github.com/alecthomas/log4go"
"github.com/gorilla/mux"
"github.com/mattermost/platform/einterfaces"
"github... | agpl-3.0 |
jbruestle/aggregate_btree | tiny_boost/boost/numeric/conversion/cast.hpp | 2229 | // (c) Copyright Fernando Luis Cacciola Carballal 2000-2004
// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// See library home page at http://www.boost.org/libs/numeric/conv... | agpl-3.0 |
ptitfred/magrit | server/sshd/src/main/java/org/kercoin/magrit/sshd/Server.java | 4603 | /*
Copyright 2011-2012 Frederic Menou and others referred in AUTHORS file.
This file is part of Magrit.
Magrit 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 ... | agpl-3.0 |
opencredit/badgeos | includes/blocks/src/evidence-block/block.js | 6640 | /**
* BLOCK: blocks
*
* Registering a basic block with Gutenberg.
* Simple block, renders and saves the same content without any interactivity.
*/
import "./editor.scss";
import "./style.scss";
import React from "react";
import Select from "react-select";
const {
PanelBody,
PanelRow,
ServerSideRender,
TextCon... | agpl-3.0 |
iwxfer/wordpress | wp-content/themes/fastblog/sidebar.php | 238 | <?php
/**
* @package WordPress
* @subpackage Fast_Blog_Theme
* @since Fast Blog 1.0
*/
?>
<!-- Sidebar -->
<ul id="sidebar" class="<?php fastblog_option('sidebar'); ?>">
<?php dynamic_sidebar('sidebar'); ?>
</ul>
<!-- // Sidebar --> | agpl-3.0 |
houssine78/addons | account_bank_statement_line_memo/models/models.py | 251 | # -*- coding: utf-8 -*-
from openerp import models, fields
class AccountBankStatementLine(models.Model):
_inherit = "account.bank.statement.line"
name = fields.Char(
string='Memo',
required=False,
default="",
)
| agpl-3.0 |
Gentux/etalage | etalage/contexts.py | 7875 | # -*- coding: utf-8 -*-
# Etalage -- Open Data POIs portal
# By: Emmanuel Raviart <eraviart@easter-eggs.com>
#
# Copyright (C) 2011, 2012 Easter-eggs
# http://gitorious.org/infos-pratiques/etalage
#
# This file is part of Etalage.
#
# Etalage is free software; you can redistribute it and/or modify
# it under the term... | agpl-3.0 |
ZealIndustries/white-glint | actions/subscribepeopletag.php | 5342 | <?php
/**
* StatusNet, the distributed open-source microblogging tool
*
* Subscribe to a peopletag
*
* PHP version 5
*
* LICENCE: 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, ei... | agpl-3.0 |
devmix/openjst | protocol/basic/commons/src/main/java/org/openjst/protocols/basic/encoder/ProtocolEncoder.java | 2229 | /*
* Copyright (C) 2013 OpenJST Project
*
* 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 progra... | agpl-3.0 |
bernatmv/thegame | server/server-presentation/src/main/java/com/thegame/server/presentation/exceptions/PresentationException.java | 1333 | package com.thegame.server.presentation.exceptions;
import com.thegame.server.common.exceptions.TypifiedException;
/**
* @author e103880
*/
public class PresentationException extends TypifiedException{
private final PresentationExceptionType exceptionType;
private final Object[] arguments;
pu... | agpl-3.0 |
cgi-eoss/ftep | f-tep-portal/src/main/resources/app/scripts/services/subscriptionservice.js | 4930 | /**
* @ngdoc service
* @name ftepApp.SubscriptionService
* @description
* # SubscriptionService
* Service for subscriptions.
*/
'use strict';
define(['../ftepmodules', 'traversonHal'], function (ftepmodules, TraversonJsonHalAdapter) {
ftepmodules.service('SubscriptionService', [ 'ftepProperties', '$q', 'tra... | agpl-3.0 |
EdenSG/democracy.io | bin/update-congress.js | 1161 |
var request = require("request");
var yaml = require("js-yaml");
var jsonfile = require("jsonfile");
request("https://raw.githubusercontent.com/unitedstates/congress-legislators/master/legislators-current.yaml", function(error, response, body) {
if (!error && response.statusCode == 200) {
var legislators = yaml... | agpl-3.0 |
timble/openpolice-platform | component/ckeditor/resources/assets/js/ckeditor.files.js | 2785 | /**
* Nooku Framework - http://www.nooku.org
*
* @copyright Copyright (C) 2011 - 2017 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU AGPLv3 <https://www.gnu.org/licenses/agpl.html>
* @link https://github.com/timble/openpolice-platform
*/
if(!Ckeditor) var Ckeditor = {};
Ckeditor.Files ... | agpl-3.0 |
gfidente/opinoid | webapp/static/js/country.js | 1017 | var articles = null;
function restore_all_articles_view() {
$("#allbtn").button('toggle');
$('#articleslist').empty();
$('#articleslist').append(articles);
$('#filterwarning').hide();
}
function switch_category(category) {
if (typeof category != "undefined") {
$("#articleslist").empty();
var filtere... | agpl-3.0 |
markramm/juju | container/lxc/lxc_test.go | 8191 | // Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package lxc_test
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
stdtesting "testing"
gc "launchpad.net/gocheck"
"launchpad.net/golxc"
"launchpad.net/goyaml"
"launchpad.net/loggo"
"launchpad.net/juju-core/containe... | agpl-3.0 |
AscEmu/AscEmu | src/shared/Auth/WowCrypt.cpp | 5007 | /*
Copyright (c) 2014-2022 AscEmu Team <http://www.ascemu.org>
This file is released under the MIT license. See README-MIT for more information.
*/
#include "WowCrypt.hpp"
#include <algorithm>
#include <openssl/hmac.h>
WowCrypt::WowCrypt()
{
m_isInitialized = false;
m_clientWotlkDecryptKey.x = 0;
m_clie... | agpl-3.0 |
Sparfel/iTop-s-Portal | library/Zend/Service/Amazon/ResultSet.php | 4003 | <?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license a... | agpl-3.0 |
ACEmulator/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Creature/Human/28184 Apprentice Alchemist.sql | 5555 | DELETE FROM `weenie` WHERE `class_Id` = 28184;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (28184, 'collectoralchemysholow', 10, '2019-02-10 00:00:00') /* Creature */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (28184, 1, 16) /* ItemType - C... | agpl-3.0 |
rfugger/villagescc | cc/relate/views.py | 5122 | from django.contrib.auth.decorators import login_required
from django.shortcuts import get_object_or_404
from django.http import HttpResponseRedirect, Http404
from django.db.models import Q
from django.contrib import messages
from cc.general.util import render
import cc.ripple.api as ripple
from cc.profile.models impo... | agpl-3.0 |
harish-patel/ecrm | metadata/linked_documentsMetaData.php | 4059 | <?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Master Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/e... | agpl-3.0 |
TheLanguageArchive/YAMS | common/src/main/java/nl/mpi/yams/common/data/DataNodeHighlight.java | 1663 | /**
* Copyright (C) 2013 The Language Archive, Max Planck Institute for
* Psycholinguistics
*
* 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 o... | agpl-3.0 |
LtRipley36706/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Scroll/Writable/03140 Scroll of Arcane Enlightenment Self IV.sql | 1952 | DELETE FROM `weenie` WHERE `class_Id` = 3140;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (3140, 'scrollarcaneenlightenmentself4', 34, '2019-02-10 00:00:00') /* Scroll */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (3140, 1, 8192) /* ItemType ... | agpl-3.0 |
papyrussolution/OpenPapyrus | Src/OSF/oniguruma/src/regversion.c | 608 | // regversion.c - Oniguruma (regular expression library)
// Copyright (c) 2002-2020 K.Kosako All rights reserved.
//
#include "regint.h"
#pragma hdrstop
extern const char * onig_version(void)
{
static char s[12];
/*xsnprintf*/slsprintf_s(s, sizeof(s), "%d.%d.%d", ONIGURUMA_VERSION_MAJOR, ONIGURUMA_VERSION_MINOR, O... | agpl-3.0 |
adhoc-dev/odoo-logistic | addons/logistic_x/__init__.py | 1161 | # -*- coding: utf-8 -*-
##############################################################################
#
# Ingenieria ADHOC - ADHOC SA
# https://launchpad.net/~ingenieria-adhoc
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public Lice... | agpl-3.0 |
dschatzberg/genesis | src/arch/x86/serial.rs | 2110 | // Copyright Dan Schatzberg, 2015. This file is part of Genesis.
// Genesis 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.
... | agpl-3.0 |
digital-dreamer/gnu-social-translation | README.md | 1296 | # gnu-social-translation
This repository serves as a mirror of the GNU social [translation project](https://www.transifex.com/projects/p/gnu-social/) on Transifex. The main GNU social code repository is [here](https://gnu.githost.io/gnu-social/social).
### Instructions - how to use the translations:
1. Make sure you... | agpl-3.0 |
rahith/ComtalkA-S | src/java/com/sapienter/jbilling/server/pluggableTask/admin/PluggableTaskBL.java | 10431 | /*
* JBILLING CONFIDENTIAL
* _____________________
*
* [2003] - [2012] Enterprise jBilling Software Ltd.
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Enterprise jBilling Software.
* The intellectual and technical concepts contained
* herein a... | agpl-3.0 |
pjsangat/ppdev | config/config_mf.php | 295 | <?php
define('DB_ADAPTER', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', 'e3i71BFGRqda3');
define('DB_NAME', 'ppdev_mf');
define('DB_PREFIX', 'pp088_');
define('DB_CHARSET', 'utf8');
define('DB_PERSIST', false);
return true;
?>
| agpl-3.0 |
piratas-ar/loomio | db/migrate/20120501012737_create_did_not_votes.rb | 277 | class CreateDidNotVotes < ActiveRecord::Migration[4.2]
def change
create_table :did_not_votes do |t|
t.references :user
t.references :motion
t.timestamps
end
add_index :did_not_votes, :user_id
add_index :did_not_votes, :motion_id
end
end
| agpl-3.0 |
HistoricalValue/freechat | isi/freechat.rb | 385 | module Isi
module FreeChat
Isi::db_hello __FILE__, name
require 'pathname'
ModuleRootDir = Pathname(__FILE__).dirname + name.split('::').last
# require all files for this module
require ModuleRootDir + 'protocol' # this should include everything else
require ModuleRootDir + 'free_cha... | agpl-3.0 |
OCA/bank-statement-reconcile | account_mass_reconcile_ref_deep_search/models/__init__.py | 171 | # Copyright 2015-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from . import mass_reconcile
from . import advanced_reconciliation
| agpl-3.0 |
lepo-project/lepo | app/models/term.rb | 2652 | # == Schema Information
#
# Table name: terms
#
# id :integer not null, primary key
# sourced_id :string
# title :string
# start_at :datetime
# end_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
#
class Term < ApplicationRecord
has_many... | agpl-3.0 |
jacklicn/owncloud | apps/templateeditor/l10n/fa.js | 1324 | OC.L10N.register(
"templateeditor",
{
"Could not load template" : "امکان بارگذاری قالب وجود ندارد",
"Saved" : "ذخیره شد",
"Reset" : "تنظیم مجدد",
"An error occurred" : "یک خطا رخ داده است",
"Sharing email - public link shares (HTML)" : "ایمیل اشتراک گذاری-لینک عمومی اشتراک گذاری(HTML)",
... | agpl-3.0 |
Elico-Corp/openerp-7.0 | sale_bom_split_anglo_saxon/__init__.py | 158 | # -*- coding: utf-8 -*-
# © 2014 Elico Corp (https://www.elico-corp.com)
# Licence AGPL-3.0 or later(http://www.gnu.org/licenses/agpl.html)
import invoice
| agpl-3.0 |
Connexions/cnx-publishing | cnxpublishing/views/templates/base.html | 1416 | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{% block title %}{% endblock %}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<l... | agpl-3.0 |
lolostates/Lap | vendor/bundles/FOS/UserBundle/Model/GroupManagerInterface.php | 1483 | <?php
/*
* This file is part of the FOSUserBundle package.
*
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace FOS\UserBundle\Model;
/**
* Interface to be impl... | agpl-3.0 |
Sage-Bionetworks/rstudio | src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/status/StatusBarWidget.java | 1945 | /*
* StatusBarWidget.java
*
* Copyright (C) 2009-11 by RStudio, Inc.
*
* This program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY OR FITNE... | agpl-3.0 |
NeverMin/wuxiapptec | Kernel/Modules/AgentFAQAdd.pm | 19297 | # --
# Kernel/Modules/AgentFAQAdd.pm - agent frontend to add faq articles
# Copyright (C) 2001-2014 OTRS AG, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/li... | agpl-3.0 |
astrobin/astrobin | astrobin/static/astrobin/ckeditor/plugins/specialchar/lang/cs.js | 339 | /*
Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'specialchar', 'cs', {
options: 'Nastavení speciálních znaků',
title: 'Výběr speciálního znaku',
toolbar: 'Vložit speciální znak... | agpl-3.0 |
Ibercivis/app-cellspotting | long_description.html | 1674 | <div class="row">
<div class="span9">
<span id="long_description_text_1"></span>
</div>
</div>
<div class="row">
<div class="span9">
<span id="long_description_text_2"></span>
</div>
</div>
<script type="text/javascript" src="/static/js/pybossa/pybossa.js"></script>
<script type="text/j... | agpl-3.0 |
MiguelSMendoza/Kunagi | WEB-INF/classes/scrum/client/communication/Pinger.java | 4177 | /*
* Copyright 2011 Witoslaw Koczewsi <wi@koczewski.de>, Artjom Kochtchi
*
* 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 l... | agpl-3.0 |
nicholasryan/CorePlus | docs/phpdoc/repoxml.md | 11719 | RepoXML
===============
[PAGE DESCRIPTION HERE]
This class is slightly more complex than the SimpleXML system in PHP5, but simplier than direct DOM manipulation.
* Class name: RepoXML
* Namespace:
* Parent class: [XMLLoader](xmlloader.md)
Properties
----------
### $apiversion
public float $apiversion
... | agpl-3.0 |
bold-app/bold | test/models/asset_search_test.rb | 1438 | #
# Bold - more than just blogging.
# Copyright (C) 2015-2016 Jens Krämer <jk@jkraemer.net>
#
# This file is part of Bold.
#
# Bold 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 th... | agpl-3.0 |
timble/openpolice-platform | library/command/callback.php | 3083 | <?php
/**
* Nooku Framework - http://www.nooku.org
*
* @copyright Copyright (C) 2007 - 2017 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU AGPLv3 <https://www.gnu.org/licenses/agpl.html>
* @link https://github.com/timble/openpolice-platform
*/
namespace Nooku\Library;
/**
* Callback O... | agpl-3.0 |
satheesh586/raudra | shared/code/tce_page_timer.php | 2069 | <?php
//============================================================+
// File name : tce_page_timer.php
// Begin : 2004-04-29
// Last Update : 2010-10-05
//
// Description : Display timer (date-time + countdown).
//
// Author: Nicola Asuni
//
// (c) Copyright:
// Nicola Asuni
// Tecn... | agpl-3.0 |
kerr-huang/openss7 | src/drivers/sl_x400p.c | 1008459 | /*****************************************************************************
@(#) File: src/drivers/sl_x400p.c
-----------------------------------------------------------------------------
Copyright (c) 2008-2015 Monavacon Limited <http://www.monavacon.com/>
Copyright (c) 2001-2008 OpenSS7 Corporation <http:... | agpl-3.0 |
acetcom/nextepc | lib/asn1c/ngap/NGAP_RATRestrictions.h | 1176 | /*
* 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_RATRestrictions_H_
#define _NGAP_R... | agpl-3.0 |
VietOpenCPS/opencps-v2 | modules/backend-api-rest/src/main/java/org/opencps/api/dossierlog/model/DossierLogResultsModel.java | 2858 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017... | agpl-3.0 |
jairoserrano/becasUTB | src/App/AdminBundle/Entity/User.php | 22224 | <?php
namespace App\AdminBundle\Entity;
use Symfony\Component\Validator\Constraints as Assert;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity
* @ORM\Table(name="User")
* @ORM\Entity(repositoryClass="App\AdminBundle\Entity\UserRepository")
*/
class User
{
/**
* @ORM\Id
* @ORM\Column(type="intege... | agpl-3.0 |
ballotify/django-backend | ballotify/apps/accounts/factories.py | 353 | import factory
from .models import User
USER_PASSWORD = "2fast2furious"
class UserFactory(factory.DjangoModelFactory):
name = "John Doe"
email = factory.Sequence(lambda n: "john{}@example.com".format(n))
password = factory.PostGenerationMethodCall('set_password', USER_PASSWORD)
gender = "male"
... | agpl-3.0 |
hogi/kunagi | src/generated/java/scrum/server/admin/GUserDao.java | 31402 | // ----------> GENERATED FILE - DON'T TOUCH! <----------
// generator: ilarkesto.mda.legacy.generator.DaoGenerator
package scrum.server.admin;
import java.util.*;
import ilarkesto.persistence.*;
import ilarkesto.core.logging.Log;
import ilarkesto.base.*;
import ilarkesto.base.time.*;
import ilarkesto.auth.*... | agpl-3.0 |
jdesboeufs/geogw-datagouvfr | app/partials/account/organization/catalog.html | 1049 | <ol class="breadcrumb">
<li>Outil de publication</li>
<li><a ui-sref="root.account.organizations">Sélection de l'organisation</a></li>
<li><a ui-sref="root.account.organization.index({ organizationId: currentOrganization._id })">{{ currentOrganization.name }}</a></li>
<li class="active">Sélection du catalogue s... | agpl-3.0 |
aborg0/rapidminer-vega | src/com/rapidminer/operator/AddListener.java | 1124 | /*
* RapidMiner
*
* Copyright (C) 2001-2011 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public Lice... | agpl-3.0 |
RoumenGeorgiev/AndroidAPS | app/src/main/java/info/nightscout/androidaps/plugins/SmsCommunicator/SmsCommunicatorFragment.java | 3402 | package info.nightscout.androidaps.plugins.SmsCommunicator;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.... | agpl-3.0 |
jdramani/Judge | ByteJudge/view_facultygroups.php | 954 | <!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords"... | agpl-3.0 |
intheweedsjobs/intheweeds | jobs/2018-02-24-pastry-manager-1519499055084.md | 811 | ---
_id: 81739fa0-1995-11e8-a313-257d004a4890
date_posted: '2018-02-24'
layout: post
full_name: John
poster_email: Johnlaufman@gmail.com
business_name: Bakery
business_url: ''
location: North Lamar
title: Comment
category: management
description: >-
We are looking for an experienced pastry manager with a background i... | agpl-3.0 |
lonangel/adl2-core | adl-parser/src/main/java/org/openehr/adl/am/mixin/AmMixinsInternal.java | 3715 | /*
* ADL2-core
* Copyright (c) 2013-2014 Marand d.o.o. (www.marand.com)
*
* This file is part of ADL2-core.
*
* ADL2-core 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
... | agpl-3.0 |
sysraj86/carnivalcrm | include/javascript/yui/build/treeview/assets/skins/sam/treeview-skin.css | 5694 | /*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* the st... | agpl-3.0 |
maduhu/mycollab | mycollab-scheduler/src/main/scala/com/esofthead/mycollab/schedule/email/project/service/BugRelayEmailNotificationActionImpl.scala | 14706 | /**
* This file is part of mycollab-scheduler.
*
* mycollab-scheduler 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 3 of the License, or
* (at your option) any later version.
*
* mycol... | agpl-3.0 |
ging/isabel | lib/ffmpeg/Win32/src/ffmpeg/libavformat/rdt.c | 18890 | /*
* Realmedia RTSP protocol (RDT) support.
* Copyright (c) 2007 Ronald S. Bultje
*
* This file is part of FFmpeg.
*
* FFmpeg 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.... | agpl-3.0 |
annndrey/npui-unik | netprofile/netprofile/common/auth.py | 6265 | #!/usr/bin/env python
# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: t -*-
#
# NetProfile: Authentication routines
# © Copyright 2013-2014 Alex 'Unik' Unigovsky
#
# This file is part of NetProfile.
# NetProfile is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General ... | agpl-3.0 |