id stringlengths 64 64 | content stringlengths 500 100k | language stringclasses 29
values | path stringlengths 4 333 | repo stringlengths 5 116 | license stringclasses 15
values | size int64 500 100k | lines int64 26 8.06k | source stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|
3be20de84b5d15fcb712fc1cf7b19fd84b4793b7821f4d1fe8f1b40b99e431d8 | using System;
using System.Collections.Generic;
using Csla;
namespace Templates
{
[Serializable]
public class DynamicRootBindingList :
DynamicBindingListBase<DynamicRoot>
{
protected override object AddNewCore()
{
DynamicRoot item = DataPortal.Create<DynamicRoot>();
Add(item);
retur... | C# | Support/Templates/cs/Files/DynamicRootBindingList.cs | MarimerLLC/csla | mit | 883 | 36 | codeparrot/github-code |
344c0ff6ba38bcd92cf5e2b55f534437483eadea6ba3bd407f5daa5449b66342 | <?php
/**
* Created by PhpStorm.
* User: faustos
* Date: 05.06.14
* Time: 13:58
*/
namespace Tixi\App\AppBundle\Interfaces;
class DrivingOrderHandleDTO {
public $id;
public $anchorDate;
public $lookaheadaddressFrom;
public $lookaheadaddressTo;
public $zoneStatus;
public $zoneId;
pub... | PHP | src/Tixi/App/AppBundle/Interfaces/DrivingOrderHandleDTO.php | Martin-Jonasse/sfitixi | mit | 679 | 35 | codeparrot/github-code |
cd722b54569eb83b71bfe7ff0e1d2e79cd5a280a6a72943f199a076f88f23529 | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | C | src/curl/lib/asyn-ares.c | sidhujag/devcoin-wallet | mit | 19,853 | 695 | codeparrot/github-code |
195470601aa452fb21b27d942f74680ec0405bc9810733946284fe3efb9356c1 | (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports... | JavaScript | docs/vendors/cEngine/plugins/cEngine.__pluginTemplate__.js | renmuell/makrenejs | mit | 1,422 | 51 | codeparrot/github-code |
7b148af112910dcf2c721de89fabafffe5dfe613bc74fce5cba36d418b3997ab | // Copyright (c) 2015 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge... | JavaScript | out_response.js | davewhat/tchannel | mit | 10,872 | 346 | codeparrot/github-code |
07781bcd0967a65648e84c9c234b3f243e0028d707db4fc0661e09d7b6f52af4 | <!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ic... | HTML | python/django/mvplanding/static/templates/base.html | KellyChan/python-examples | mit | 5,212 | 124 | codeparrot/github-code |
38aa2c369055cfd31665a9adcca1bc5501bdebbbe9dca2dcc04ab2116b7520c9 | import os, scrapy, argparse
from realclearpolitics.spiders.spider import RcpSpider
from scrapy.crawler import CrawlerProcess
parser = argparse.ArgumentParser('Scrap realclearpolitics polls data')
parser.add_argument('url', action="store")
parser.add_argument('--locale', action="store", default='')
parser.add_argument('... | Python | private/scrapers/realclearpolitics-scraper/scraper.py | dpxxdp/berniemetrics | mit | 1,355 | 39 | codeparrot/github-code |
a54f40e67bd3c9f4c4518b89e63633283d9bb8e3a285cdca22a652f029c526f3 | var test = require("tape").test
var level = require("level-test")()
var testdb = level("test-versionstream")
var version = require("../")
var db = version(testdb)
var lastVersion
test("stuff some datas", function (t) {
t.plan(2)
db.put("pet", "fluffy", {version: 0})
db.put("pet", "spot", {version: 1})
db.p... | JavaScript | test/versionstream.js | maxogden/level-version | mit | 3,427 | 122 | codeparrot/github-code |
7290bc2daf7e7d177cad1941b86d055fbe987303feea29435b0ba21ed0c2afb4 | /*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2015 Scientific Computing and Imaging Institute,
University of Utah.
License for the specific language governing rights and limitations under
Permission is hereby granted, free of charge, to any person o... | C | src/Modules/Basic/PortFeedbackTestModules.h | jcollfont/SCIRun | mit | 2,350 | 71 | codeparrot/github-code |
bffa04d49b5eba09dffc2e1289c41f5fbd4f567cfcce98b06f86e971be2bcbb0 | package com.tale.model;
import com.blade.jdbc.annotation.Table;
import java.io.Serializable;
//
@Table(name = "t_comments", pk = "coid")
public class Comments implements Serializable {
private static final long serialVersionUID = 1L;
// comment表主键
private Integer coid;
// post表主键,关联字段
private ... | Java | src/main/java/com/tale/model/Comments.java | sanmubird/yuanjihua_blog | mit | 2,814 | 169 | codeparrot/github-code |
0fe3c92c0249204945083de272f1ff720dc68d8698a6ab6f09859c83b1787aec | require 'active_support/inflector'
module Trello
class BasicData
include ActiveModel::Validations
include ActiveModel::Dirty
include ActiveModel::Serializers::JSON
include Trello::JsonUtils
class << self
def path_name
name.split("::").last.underscore
end
def find(id, ... | Ruby | lib/trello/basic_data.rb | brycemcd/ruby-trello | mit | 3,268 | 131 | codeparrot/github-code |
3cc8c7fb1506413544172739d49523d45af5d4e213a69e2cf0a67a2d3c4ce864 | /**
* Copyright 2015 Telerik AD
*
* 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 ... | CSS | jspm_packages/github/kendo-labs/bower-kendo-ui@2015.2.720/src/styles/mobile/kendo.mobile.fiori.css | burkeholland/itunes-artist-search | mit | 95,146 | 4,210 | codeparrot/github-code |
7377bcbecaf38b88f6334eef488054fef387a62767687617b41d365a0f50cf87 | from panda3d.core import NodePath, DecalEffect
import DNANode
import DNAWall
import random
class DNAFlatBuilding(DNANode.DNANode):
COMPONENT_CODE = 9
currentWallHeight = 0
def __init__(self, name):
DNANode.DNANode.__init__(self, name)
self.width = 0
self.hasDoor = False
def s... | Python | toontown/dna/DNAFlatBuilding.py | Spiderlover/Toontown | mit | 5,943 | 150 | codeparrot/github-code |
44d07f38ead982a9534c151282d4699cdd49b3cffd199e8f0135b76cc550e264 | # -*- coding: utf-8 -*-
"""
Various i18n functions.
Helper functions for both the internal translation system
and for TranslateWiki-based translations.
By default messages are assumed to reside in a package called
'scripts.i18n'. In pywikibot 2.0, that package is not packaged
with pywikibot, and pywikibot 2.0 does ... | Python | pywikibot/i18n.py | emijrp/pywikibot-core | mit | 21,745 | 660 | codeparrot/github-code |
df93a3caa8f9f042e0b0cf8a78b309735ca9f76f87ffd0ca198d49a50f8d7f96 | /*
* Copyright (c) 2015 by Rafael Angel Aznar Aparici (rafaaznar at gmail dot com)
*
* sisane: The stunning micro-library that helps you to develop easily
* AJAX web applications by using Angular.js 1.x & sisane-server
* sisane is distributed under the MIT License (MIT)
* Sources at https://github.... | JavaScript | public_html/js/episodio/viewpop.js | Ecoivan/sisane-client | mit | 3,143 | 64 | codeparrot/github-code |
637c119b7434144d39bbad874a6c78224299016f56304d5026b70c140a093ee0 | 'use strict';
var path = require('path');
var gulp = require('gulp');
var conf = require('./conf');
var browserSync = require('browser-sync');
function isOnlyChange(event) {
return event.type === 'changed';
}
gulp.task('watch', ['inject'], function () {
gulp.watch([path.join(conf.paths.src, '/*.html'), 'bower.... | JavaScript | backend/gulp/watch.js | devmark/laravel-angular-cms | mit | 1,176 | 51 | codeparrot/github-code |
e63cca5778188d5c3f9727b4774fe838e2bb90cb8bfb7cb8c908b025193e3050 | /*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
#include <ctype.h>
#include <stdlib.h>
/* We do not use strtol here for backwards compatibility in behaviour on
overflow.
*/
... | C | src.clean/lib/libc/ansi/atol.c | ducis/operating-system-labs | mit | 629 | 31 | codeparrot/github-code |
ec68f1a05a25ebe78519cf73c52afa2e6217914d0384856ae7a21452ae3a5efe | <?php
/**
* @copyright Copyright (c) 2018 Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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, e... | PHP | src/KerberosApacheAuth.php | icewind1991/SMB | mit | 3,766 | 137 | codeparrot/github-code |
c88d9d935a22d85c87e1e18d9f0e46274f72df78a8f5a1064ce8799535b983dc | using System;
using System.Runtime.InteropServices;
using Duality;
using Duality.Drawing;
using Duality.Resources;
namespace DynamicLighting
{
[StructLayout(LayoutKind.Sequential)]
public struct VertexC1P3T2A4 : IVertexData
{
public static readonly VertexDeclaration Declaration = VertexDeclaration.Get<VertexC1P... | C# | Samples/DynamicLighting/Core/VertexC1P3T2A4.cs | RockyTV/duality | mit | 912 | 40 | codeparrot/github-code |
493749e1faed153d5b37205a5df76b04e30f65c227a49826cdb12616b43017ce | module('lively.ide.DirectoryWatcher').requires('lively.Network').toRun(function() {
// depends on the DirectoryWatcherServer
Object.extend(lively.ide.DirectoryWatcher, {
watchServerURL: new URL(Config.nodeJSURL+'/DirectoryWatchServer/'),
dirs: {},
reset: function() {
// lively.ide.DirectoryWatch... | JavaScript | core/lively/ide/DirectoryWatcher.js | pascience/LivelyKernel | mit | 4,138 | 100 | codeparrot/github-code |
5ce8456b82d6eaa561868dbbf2728f2083fafcaa69a8adce61b27669a5e4de93 | package com.jvm_bloggers.core.data_fetching.blog_posts;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import akka.routing.RoundRobinPool;
import com.jvm_bloggers.core.data_fetching.blogs.PreventConcurrentExecutionSafeguard;
import com.jvm_bloggers.core.rss.SyndFeedProducer;
import com.jvm_bloggers.entitie... | Java | src/main/java/com/jvm_bloggers/core/data_fetching/blog_posts/BlogPostsFetcher.java | jvm-bloggers/jvm-bloggers | mit | 2,766 | 70 | codeparrot/github-code |
095e776228e8aa86198498f04d02d79a91dc2dd6dd60f9b35a7f1f9a9ddc6c29 | import { EventsKey } from '../events';
import BaseEvent from '../events/Event';
import { Extent } from '../extent';
import Feature from '../Feature';
import Geometry from '../geom/Geometry';
import Point from '../geom/Point';
import { ObjectEvent } from '../Object';
import Projection from '../proj/Projection';
import {... | TypeScript | types/ol/source/Cluster.d.ts | georgemarshall/DefinitelyTyped | mit | 4,599 | 87 | codeparrot/github-code |
58f328eb5e045be1bb437851a3f205f7cd8a06d3c0df6baa53b7df94d0b683d9 | package com.lichkin.framework.springboot.controllers.impl;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springf... | Java | lichkin-springboot-demos/lichkin-springboot-demo-web/src/main/java/com/lichkin/framework/springboot/controllers/impl/LKDemoController.java | china-zhuangxuxin/LKFramework | mit | 1,095 | 34 | codeparrot/github-code |
9acc488c46f1f4be18fc1607bf48c2c536d45f6209914a01f1c1bbe62a110d2d | package au.com.codeka.planetrender;
import java.util.Random;
import au.com.codeka.common.PerlinNoise;
import au.com.codeka.common.Vector2;
import au.com.codeka.common.Vector3;
/**
* This class takes a ray that's going in a certain direction and warps it based on a noise pattern. This is used
* to generate misshape... | Java | planet-render/src/au/com/codeka/planetrender/RayWarper.java | jife94/wwmmo | mit | 2,860 | 81 | codeparrot/github-code |
c24bce382a09ceaffe68fbc9b6d3c9822b80af145c91b68c6a6ed65b0166ea48 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Concurrent;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Common.Core;
using Microso... | C# | src/Windows/Host/Client/Impl/BrokerServices/WebServer.cs | AlexanderSher/RTVS | mit | 6,591 | 155 | codeparrot/github-code |
3651c8b02bc1e737ada318c45b1ffa1e2c3236bbfd50558c6a41911f226ddf21 | /**
* Created by jiangli on 15/1/6.
*/
"use strict";
var request = require('request');
var iconv = require('iconv-lite');
var crypto = require('crypto');
var Buffer = require('buffer').Buffer;
/**
* [_parseYouku 解析优酷网]
* @param [type] $url [description]
* @return [type] [description]
*/
module.exports = f... | JavaScript | lib/youku.js | jiangli373/nodeParseVideo | mit | 21,490 | 629 | codeparrot/github-code |
0e2215080bbfeb4abf1f08a7e23b33c544aafbef4c73e5906f1f7003f1f816fa | # -*- coding: utf-8 -*-
import numbers
import numpy as np
from ..constants import BOLTZMANN_IN_MEV_K
from ..energy import Energy
class Analysis(object):
r"""Class containing methods for the Data class
Attributes
----------
detailed_balance_factor
Methods
-------
integrate
position
... | Python | neutronpy/data/analysis.py | neutronpy/neutronpy | mit | 8,726 | 284 | codeparrot/github-code |
a5390013705e1ebafe2bf5f97c3158fd30033e392db31c665eda17683350c987 | <?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* LICENSE:
* 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 3 of the License, or
* (at your option) a... | PHP | bgp/admin/boxgamefile.php | kinnngg/knightofsorrow.tk | mit | 7,705 | 251 | codeparrot/github-code |
9fddfd3ca0019c76c2fb2ea3f5a40b336a6561d68461c17c1e7b0945df60ad54 | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | C++ | to/lang/OpenCV-2.2.0/modules/imgproc/src/moments.cpp | eirTony/INDI1 | mit | 19,603 | 643 | codeparrot/github-code |
be51322c4c93911a815316f948a44901fb8aaade83e27c114196a571402f1536 | /**********************************************************************
*<
FILE: RealWorldMapUtils.h
DESCRIPTION: Utilities for supporting real-world maps size parameters
CREATED BY: Scott Morrison
HISTORY: created Feb. 1, 2005
*> Copyright (c) 2005, All Rights Reserved.
************************************... | C | Tools/MedusaExport/max9/include/RealWorldMapUtils.h | palestar/medusa | mit | 4,364 | 124 | codeparrot/github-code |
12c85c4efeb8783fb0a7261c4b66909dd9f3018a3650188e97278616f647b70e | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor;
usin... | C# | src/VisualStudio/CSharp/Impl/Interactive/CSharpInteractiveCommandHandler.cs | dotnet/roslyn | mit | 2,249 | 47 | codeparrot/github-code |
451c74b4dcf3b0fe1e4a89da6f5b699709ba6de75290fce337701df76298d369 | /*
* Treeview 1.5pre - jQuery plugin to hide and show branches of a tree
*
* http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
* http://docs.jquery.com/Plugins/Treeview
*
* Copyright (c) 2007 Jörn Zaefferer
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-... | JavaScript | data/templates/responsive-twig/js/jquery.treeview.js | rgeraads/phpDocumentor2 | mit | 8,203 | 257 | codeparrot/github-code |
b100d9fcceb43f28b1739a3d613f9fbe01b41341fce830812e8abc552fb44a2f | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
/**
* Server/client environment: argument handling, config file parsing,
* thre... | C | src/util/system.h | CryptArc/bitcoin | mit | 11,747 | 405 | codeparrot/github-code |
1d5bea43444530b5c3e79accc284c3b274c0a0c7c7814e9dad06ee841e4674a3 | <?php
namespace Druidfi;
class Envs
{
const ENV_DEVELOPMENT = 'development';
const ENV_TESTING = 'testing';
const ENV_STAGING = 'staging';
const ENV_PRODUCTION = 'production';
const ERROR_NOT_VALID = 'Error: env "%s" is not valid! Please use one of the following: %s';
/**
* Get error mes... | PHP | src/Druidfi/Envs.php | druidfi/build-tools-beta | mit | 1,091 | 52 | codeparrot/github-code |
c172c6cdf377b60d5e19c5cc5e23d7deb3831de0729b23db1d0206034a5c5422 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Class FilePath</title>
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>
<link rel="stylesheet" ... | HTML | api/v0.6.2/utility/filepath/FilePath.html | Circular-Studios/Dash-Docs | mit | 12,443 | 387 | codeparrot/github-code |
37823116f2b50bc4b430a4d1b079cb576bb54c515d5daa22fc8104ef29ffaa09 | using System;
using NPoco;
using Umbraco.Cms.Infrastructure.Persistence.DatabaseAnnotations;
namespace Umbraco.Cms.Infrastructure.Persistence.Dtos
{
[TableName(TableName)]
[ExplicitColumns]
[PrimaryKey("Id")]
internal class TwoFactorLoginDto
{
public const string TableName = Cms.Core.Consta... | C# | src/Umbraco.Infrastructure/Persistence/Dtos/TwoFactorLoginDto.cs | marcemarc/Umbraco-CMS | mit | 1,035 | 34 | codeparrot/github-code |
22a1860a12f8579fac2557b5b02be68ba89bc2ee984b6c3088c13bc220845f15 | /**
* webdriverio
* https://github.com/Camme/webdriverio
*
* A WebDriver module for nodejs. Either use the super easy help commands or use the base
* Webdriver wire protocol commands. Its totally inspired by jellyfishs webdriver, but the
* goal is to make all the webdriver protocol items available, as near the or... | JavaScript | index.js | testingbot/webdriverjs | mit | 1,748 | 59 | codeparrot/github-code |
12f56d278fa686e2c73d3245f5e663cb82ca373cbfe63b655df2f7f838b32198 | <?php
/*
* This file is part of the Elcodi package.
*
* Copyright (c) 2014-2015 Elcodi.com
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* Feel free to edit as you please, and have fun.
*
* @author Marc Morera <yuhu@mmoreram.c... | PHP | src/Elcodi/Component/Currency/Adapter/CurrencyExchangeRatesProvider/YahooFinanceProviderAdapter.php | shopery/elcodi | mit | 2,097 | 84 | codeparrot/github-code |
3644cb6eccb262c3a448122fd75a5a2823b84e0774c18e849194dbdae8b54aeb | package org.telegram.android.views.dialog;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.SystemCloc... | Java | app/src/main/java/org/telegram/android/views/dialog/ConversationListView.java | ex3ndr/telegram | mit | 13,050 | 356 | codeparrot/github-code |
2251a1dd69c0325c243d10553926394178b958acadf573c8660f7e850a989f53 | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | C++ | Library/Ogre/Components/Overlay/src/OgreOverlay.cpp | xsilium-frameworks/xsilium-engine | mit | 11,191 | 360 | codeparrot/github-code |
224f006e827a9e94b1d812fe7643a60a5227c6818e0dcff325b9396d6ae3ad95 | #pragma once
#include <GLUL/Config.h>
#include <GLUL/Input/Event.h>
#include <GLUL/Input/Types.h>
#include <glm/vec2.hpp>
namespace GLUL {
namespace Input {
class GLUL_API MouseButtonEvent : public Event {
public:
MouseButtonEvent();
MouseButtonEvent(MouseBu... | C | include/GLUL/Input/EventTypes/MouseButtonEvent.h | RippeR37/GLUL | mit | 1,287 | 47 | codeparrot/github-code |
275dd3bfc753e9e9d4b687816ef653b872270288afd3419c1b1fdba4ecc163e4 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>FreeType-2.5.0 API Reference</title>
<style type="text/css">
body { font-family: Verdana, Geneva, Arial, Helvetica, ser... | HTML | libs/freetype-2.5.0.1/docs/reference/ft2-lcd_filtering.html | GlenDC/StarEngine | mit | 13,164 | 207 | codeparrot/github-code |
45140248dfccec48c250b079774c6f56609660cc7864c2ffcfc6939c469f9acb | /*
Highcharts JS v8.2.2 (2020-10-22)
(c) 2016-2019 Highsoft AS
Authors: Jon Arild Nygard
License: www.highcharts.com/license
*/
(function(b){"object"===typeof module&&module.exports?(b["default"]=b,module.exports=b):"function"===typeof define&&define.amd?define("highcharts/modules/sunburst",["highcharts"],functio... | JavaScript | ajax/libs/highcharts/8.2.2/modules/sunburst.js | cdnjs/cdnjs | mit | 25,544 | 59 | codeparrot/github-code |
c073ff616aa2afed3ca0d36e4ebaf5adb9410694a6d48fee4b79d9323b2d75f4 | import _extends from "@babel/runtime/helpers/esm/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import * as React from 'react';
import PropTypes from 'prop-types';
import { Transition } from 'react-transition-group';
import useTheme from '../styles/useThem... | JavaScript | ajax/libs/material-ui/4.9.9/es/Grow/Grow.js | cdnjs/cdnjs | mit | 4,874 | 187 | codeparrot/github-code |
6f5231aff8c9fb3ccc9c2774870807c3fc59bca685e61aa75dfb0fb6ae10869c | import * as React from 'react';
declare class JqxGrid extends React.PureComponent<IGridProps, IState> {
protected static getDerivedStateFromProps(props: IGridProps, state: IState): null | IState;
private _jqx;
private _id;
private _componentSelector;
constructor(props: IGridProps);
compon... | TypeScript | ajax/libs/jqwidgets/12.1.2/jqwidgets-react-tsx/jqxgrid/react_jqxgrid.d.ts | cdnjs/cdnjs | mit | 21,567 | 536 | codeparrot/github-code |
50f60be54f524e5fcf24c780a0dd265f54c86af735b6096b31ee79182efb5b09 | "use strict";
exports.__esModule = true;
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _createElement = _interopRequireDefault(require("../createElement"));
var _css = _interopRequireDefault(require("../StyleSheet/css"));
var _pick = _interopRequireDefault(require("../../modu... | JavaScript | ajax/libs/react-native-web/0.0.0-e437e3f47/cjs/exports/View/index.js | cdnjs/cdnjs | mit | 6,819 | 180 | codeparrot/github-code |
6d3dc0db25c1bc7a5a4c9dd9a2d96774c1bfcf3652c9a785d9897609de0bafae | // Copyright (c) 2016 IBM Corporation.
#ifndef LANGUAGE_EXTERN_H
#define LANGUAGE_EXTERN_H
#include "language-extern_sigs.h"
#include <stdexcept>
#include <fstream>
#include <sstream>
#include "termprinter.h"
#include "termreader.h"
template <typename a>
tosca::StringTerm& PrintTerm(tosca::Context& ctx, tosca::Stri... | C | targets/cpp/std/src/std/language-extern.h | TransScript/TransScript | epl-1.0 | 1,893 | 70 | codeparrot/github-code |
acd449da5c949559a0b9d59aa0cfb5fa996e31298274b1a0956dd113bfa40ac1 | /* ********************************************************************** **
** Copyright notice **
** **
** (c) 2005-2009 RSSOwl Development Team **
... | Java | org.rssowl.core/src/org/rssowl/core/internal/persist/service/EventsMap.java | rssowl/RSSOwl | epl-1.0 | 6,658 | 164 | codeparrot/github-code |
0ea8b4923276bd333e05f4d6d90d8aa40acca16897d8e8c0677b240a8ee221f1 | /*******************************************************************************
* Copyright (c) 2011, 2020 Eurotech and/or its affiliates and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.o... | Java | kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/model/GwtDeviceConfig.java | ctron/kura | epl-1.0 | 7,591 | 303 | codeparrot/github-code |
3e75645178816a2cd0a7f467c6c5dd680d3c239c54de58d57486aa51b86801e8 | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.op... | Java | opendaylight/md-sal/sal-remoterpc-connector/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/ServerImplTest.java | yuyf10/opendaylight-controller | epl-1.0 | 6,052 | 190 | codeparrot/github-code |
1adf73c54de820129ffcfc0e52900472cb7e055630f3508d63e64a479760f862 | /**
* 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... | Java | uk.ac.diamond.org.apache.activemq/org/apache/activemq/transport/multicast/MulticastDatagramHeaderMarshaller.java | Mark-Booth/daq-eclipse | epl-1.0 | 1,880 | 53 | codeparrot/github-code |
23a7181ccc91c6c0cd1eaf71ef6cf7081289b97a933ecc29942127d56cdf3874 | /*******************************************************************************
* Copyright (c) 2010 Oak Ridge National Laboratory.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and i... | Java | applications/databrowser/databrowser-plugins/org.csstudio.trends.databrowser2/src/org/csstudio/trends/databrowser2/propsheet/UseDefaultArchivesAction.java | ControlSystemStudio/cs-studio | epl-1.0 | 1,688 | 44 | codeparrot/github-code |
7a24e3587b81344fa7b8f4adb4eb05ad3b766cfc591fe4bdd8bed8826b4a7a83 | /*
* Syscall interface to knfsd.
*
* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/slab.h>
#include <linux/namei.h>
#include <linux/ctype.h>
#include <linux/sunrpc/svcsock.h>
#include <linux/lockd/lockd.h>
#include <linux/sunrpc/addr.h>
#include <linux/sunrpc/gss_api.h>
#include <linu... | C | fs/nfsd/nfsctl.c | zoobab/vzkernel | gpl-2.0 | 31,358 | 1,230 | codeparrot/github-code |
f550a7a18ebcd40429962e27a407d68e533132663898974919f00e291c50a358 | /*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2012 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | C++ | src/Polar/Polar.cpp | damianob/xcsoar_mess | gpl-2.0 | 3,382 | 113 | codeparrot/github-code |
3afceffa987966d71bb2c046697a7ddef2e981e8cb6364989ef374741cc08f9f | /*
* Copyright (C) 2013-2015 DeathCore <http://www.noffearrdeathproject.net/>
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
*
* 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; eit... | C++ | src/server/game/Movement/Spline/MovementPacketBuilder.cpp | ironhead123/DeathCore_3.3.5 | gpl-2.0 | 6,925 | 192 | codeparrot/github-code |
73e87ba264855b7b08c0f2b0ffeef5978b223f949aa895a20c55b488572d7ad6 | /*
* Copyright (C) 2012 Spreadtrum Communications Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it w... | C | arch/arm/mach-sc8825/board_sp6825gb/board.c | voltagex/kernel-sprdb2g_gonk4.0_6821 | gpl-2.0 | 11,412 | 478 | codeparrot/github-code |
e9d07478fd18a7a65f8e3c3c24a42c56c970e2c078083b344135731ed8754313 | /*
* Secure Digital Host Controller Interface ACPI driver.
*
* Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* Th... | C | drivers/mmc/host/sdhci-acpi.c | wgoossens/linux-nios2 | gpl-2.0 | 10,570 | 452 | codeparrot/github-code |
db6b735fbe5f433558d2e7afbdb7f67e808d65f2cdba10e7e8d723e1e23b9bb0 | /*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any la... | C++ | src/server/game/Accounts/RBAC.cpp | fuhongxue/TrinityCore | gpl-2.0 | 10,027 | 266 | codeparrot/github-code |
d7096e0530c0b050a0011ca193c9899e95cc811b6cfd03e61ee20e6440dd10c4 | // SPDX-License-Identifier: GPL-2.0-or-later
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2013 Intel Corporation. All rights reserved.
*
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <stdbool.h>
#include <glib... | C | tools/sco-tester.c | cktakahasi/bluez | gpl-2.0 | 18,002 | 790 | codeparrot/github-code |
85a305dd897e706dacd97ecc7e2a1f364be97ded7f252ad3838959165c12f20c | /*
* Soft: Keepalived is a failover program for the LVS project
* <www.linuxvirtualserver.org>. It monitor & manipulate
* a loadbalanced server pool using multi-layer checks.
*
* Part: NETLINK kernel command channel.
*
* Author: Alexandre Cassen, <acassen@linux-vs.org... | C | keepalived/vrrp/vrrp_netlink.c | xmllovemm/keepalived_modify | gpl-2.0 | 18,234 | 774 | codeparrot/github-code |
7fab7b69be98439ae961e334cdbe3af73232de4f7e69af929fd5ce8f7c9f5b9c | using System;
using System.Collections.Generic;
using System.Text;
namespace BarcodeLib.Symbologies
{
class ISBN : BarcodeCommon, IBarcode
{
public ISBN(string input)
{
Raw_Data = input;
}
/// <summary>
/// Encode the raw data using the Bookland/... | C# | QRbit4/Sources/BarCodes/Symbologies/ISBN.cs | marhazk/HazTechClass | gpl-2.0 | 1,721 | 55 | codeparrot/github-code |
966f7dc41aac7ad31fe6508b3ea4dfe71cf5adf109715abb7aaf3eff01b93629 |
namespace Server.Items
{
public class DestroyingAngel : BaseReagent, ICommodity
{
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
public DestroyingAngel() : this( 1 )
{
}
[Constructable]
public DestroyingAngel( i... | C# | Scripts/Custom/New Systems/OWLTR/New/Druid Reagents.cs | cmileto/neverybody | gpl-2.0 | 2,326 | 120 | codeparrot/github-code |
02585df99996c8eb92f7fe1991eb112f2f96f68d6632d1838ed6faae7ff2f3c2 | /**
* Drupal-specific JS helper functions and utils. Not to be confused with the
* Recline library, which should live in your libraries directory.
*/
;(function ($) {
// Constants.
var MAX_LABEL_WIDTH = 77;
var LABEL_MARGIN = 5;
// Undefined variables.
var dataset, views, datasetOptions, fileSi... | JavaScript | recline.js | NuCivic/recline | gpl-2.0 | 13,387 | 410 | codeparrot/github-code |
fcd19c0d7d71cc5687013022901242fbdfd3d94ab3bea4aa439a00d3481d891b | <?php
/**
* File containing the eZContentOperationCollection class.
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
* @version //autogentag//
* @package kernel
*/
/*!
\class eZContentOpe... | PHP | kernel/content/ezcontentoperationcollection.php | pbek/ezpublish-legacy | gpl-2.0 | 64,392 | 1,638 | codeparrot/github-code |
bc9af0098aa4130466d502fd769cf5239a382cf453a5d8a215b11b42716b1779 | <?php
/**
* Preview class.
*
* @package WPForms
* @author WPForms
* @since 1.1.5
* @license GPL-2.0+
* @copyright Copyright (c) 2016, WPForms LLC
*/
class WPForms_Preview {
/**
* Primary class constructor.
*
* @since 1.1.5
*/
public function __construct() {
// Maybe load a preview p... | PHP | wp-content/plugins/wpforms-lite/includes/class-preview.php | kimcarey/beeline-web | gpl-2.0 | 8,541 | 289 | codeparrot/github-code |
6ec68d1c70b84ef4c293089450271289f33c8906d545e6adaf3393571cd69cee | package raw
import (
"fmt"
"../../platforms/common"
)
type FieldMacros struct {}
func (FieldMacros) DecodeDW0() {
macro := common.GetMacro()
// Do not decode, print as is.
macro.Add(fmt.Sprintf("0x%0.8x", macro.Register(common.PAD_CFG_DW0).ValueGet()))
}
func (FieldMacros) DecodeDW1() {
macro := common.GetMac... | GO | util/intelp2m/fields/raw/raw.go | felixsinger/coreboot | gpl-2.0 | 714 | 31 | codeparrot/github-code |
34742afb74f60848f062c0f803f4c57c6e1a33362aa045ac90ce4c9878608b5e | #ifndef __SOUND_PCM_H
#define __SOUND_PCM_H
/*
* Digital Audio (PCM) abstract layer
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Abramo Bagnara <abramo@alsa-project.org>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge... | C | include/sound/pcm.h | Raybuntu/linux | gpl-2.0 | 41,323 | 1,156 | codeparrot/github-code |
d02823e3baf293f7fce06eca488ce8f2b84f749588d35c8eb2c8e4c08e051d92 | /* StreamHandler.java --
A class for publishing log messages to instances of java.io.OutputStream
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as pu... | Java | libjava/java/util/logging/StreamHandler.java | aosm/gcc_40 | gpl-2.0 | 16,999 | 522 | codeparrot/github-code |
9a7052bb7f7022e3c52d193a3691d17f7224361e0e6a564a2211869a2f29ebca | --
-- PacketFence SQL schema upgrade from 5.0.0 to 5.1.0
--
--
-- Setting the major/minor/sub-minor version of the DB
--
SET @MAJOR_VERSION = 5;
SET @MINOR_VERSION = 1;
SET @SUBMINOR_VERSION = 0;
--
-- The VERSION_INT to ensure proper ordering of the version in queries
--
SET @VERSION_INT = @MAJOR_VERSION << 16 | @... | SQL | db/upgrade-5.0.0-5.1.0.sql | inverse-inc/packetfence | gpl-2.0 | 13,720 | 421 | codeparrot/github-code |
9519b795aca04fef0a81ffbf6c98216af872d09159da175a26ea69ea3acb1f1f | <?php
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2016 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
//no direct accees
defined ('_JEXEC') or die ('restricted aceess');
class SppagebuilderAddonEmpty_space ext... | PHP | components/com_sppagebuilder/addons/empty_space/site.php | cchin013/uecsite2017 | gpl-2.0 | 916 | 34 | codeparrot/github-code |
a7f4b8c6d1e7dd108a387d63854328ad9951b549e7c4d7dddac6f8c5d75f78ae | /**********************************************************************
* *
* Voreen - The Volume Rendering Engine *
* *
* Created between 2005 and 2012... | C | include/voreen/qt/widgets/eventpropertywidget.h | Elima85/bccfccraycaster | gpl-2.0 | 3,287 | 88 | codeparrot/github-code |
75ea479a6c59a5ae883e2be5a3c3d9cafaf7ee7e49c81d114af5cf1d032c3bb3 | <?
require_once("../../lib/bd/basedatosAdo.php");
class mysreportes
{
var $rep;
var $bd;
function mysreportes()
{
$this->rep="";
$this->bd=new basedatosAdo();
}
function sqlreporte()
{
$sql="select refcom as referencia, codpre as codigo_presupuestario, monimp as monto from cpimpcom orde... | PHP | web/reportes/reportes/tesoreria/anchoTSRRELBAN.php | cidesa/siga-universitario | gpl-2.0 | 987 | 57 | codeparrot/github-code |
32941baa4e7cb27dc568a7250375db364413ceab27ed0e9c31786b749dd7cc1e | const express = require('express');
const path = require('path');
const compression = require('compression');
const webpackDevMiddleware = require('webpack-dev-middleware');
const webpackHotMiddleware = require('webpack-hot-middleware');
const webpack = require('webpack');
// Dev middleware
const addDevMiddlewares = (... | JavaScript | web/dashboard/server/middlewares/frontendMiddleware.js | unicesi/pascani-library | gpl-2.0 | 1,618 | 57 | codeparrot/github-code |
cbd0acd2cf91473b30cc13e5675262b0d906fad22c4106e6fddabe1f790f69f3 | /* $Id: VBoxUsbRt.cpp $ */
/** @file
* VBox USB R0 runtime
*/
/*
* Copyright (C) 2011 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the terms of the GNU
... | C++ | src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp | evanphx/yoke | gpl-2.0 | 55,450 | 1,577 | codeparrot/github-code |
88fd3fdfe12931f413bb50bbd0f2565cb5cfe3ebc96a3675d3a38869fc2f2c02 | #ifndef _ASM_X86_ELF_H
#define _ASM_X86_ELF_H
/*
* ELF register definitions..
*/
#include <asm/ptrace.h>
#include <asm/user.h>
#include <asm/auxvec.h>
typedef unsigned long elf_greg_t;
#define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
typedef elf_greg_t elf_gregset_t[ELF_NGREG];
typedef st... | C | arch/x86/include/asm/elf.h | renaudallard/gnexus_kernel | gpl-2.0 | 9,887 | 337 | codeparrot/github-code |
a4ddd375cedb9fd3544ed17e2bcb5dff99da102a985d4d6ceb3c7081b9db57fb | //-----------------------------------------------------------------------------
//
// Vampire - A code for atomistic simulation of magnetic materials
//
// Copyright (C) 2009-2012 R.F.L.Evans
//
// Email:richard.evans@york.ac.uk
//
// This program is free software; you can redistribute it and/or modify
// it unde... | C++ | src/main/initialise_variables.cpp | pchureemart/vampire | gpl-2.0 | 27,475 | 614 | codeparrot/github-code |
c25d04f6ba23914efed34ce2397ad5ba11dcd5cfca36e83b2e12087392be0d29 | --DDD死偉王ヘル・アーマゲドン
function c47198668.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--atk up
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_PZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetTarget(c47198668.atktg1)
e2:SetOperati... | Lua | c47198668.lua | mercury233/ygopro-scripts | gpl-2.0 | 3,638 | 96 | codeparrot/github-code |
032617a147561fb95eed857cee171de33c22ca293e382d7e18045b5de5e0d255 | #!/bin/python
import os, subprocess
import logging
from autotest.client import test
from autotest.client.shared import error, software_manager
sm = software_manager.SoftwareManager()
class sblim_sfcb(test.test):
"""
Autotest module for testing basic functionality
of sblim_sfcb
@author Wang Tao <wang... | Python | linux-tools/sblim_sfcb/sblim_sfcb.py | rajashreer7/autotest-client-tests | gpl-2.0 | 1,610 | 57 | codeparrot/github-code |
6fc7cf1e7a562170ec82a35228bf9bf303e49f8d076012bf4937d0df22076f5c | /*
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ve... | C++ | src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp | LORDofDOOM/MMOCore | gpl-2.0 | 37,732 | 1,032 | codeparrot/github-code |
123de4d76656f5953150eb7f979a16eda6a867c6934841431a899ff3066e0448 | /*******************************************************************************************
Copyright 2010 Broadcom Corporation. All rights reserved.
Unless you and Broadcom execute a separate written software license agreement
governing use of this software, this software is licensed to you under the
terms of the G... | C | modules/drivers/char/brcm/fuse_ril/CAPI2_CIB/capi2/cc/capi2_cc_ds.h | WinKarbik/android_kernel_samsung_amazing | gpl-2.0 | 1,608 | 63 | codeparrot/github-code |
9e27f900512325be01615a61f2bb1bd560dde76531cf1be564849ccacbc521cd | /*
* vhost-vdpa
*
* Copyright(c) 2017-2018 Intel Corporation.
* Copyright(c) 2020 Red Hat, Inc.
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/
#include "qemu/osdep.h"
#include <linux/vhost.h>
#include <linux/vfio.h>
#incl... | C | hw/virtio/vhost-vdpa.c | dslutz/qemu | gpl-2.0 | 14,501 | 475 | codeparrot/github-code |
02c7bd0701aff5627cb2e6c6a7c1a2d788972f95306e30fa7e898a7fd1475f4f | /*
* Copyright (c) 2006 Boudewijn Rempt <boud@valdyas.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
... | C++ | krita/image/kis_transparency_mask.cc | harshitamistry/calligraRepository | gpl-2.0 | 2,935 | 111 | codeparrot/github-code |
8e30566723e4e11b616faba0afc8588a2c816b27f575a298064390bd244c2dd9 | package Lacuna::DB::Result::Building::SSLa;
use Moose;
use utf8;
no warnings qw(uninitialized);
extends 'Lacuna::DB::Result::Building';
use Lacuna::Constants qw(ORE_TYPES INFLATION);
around 'build_tags' => sub {
my ($orig, $class) = @_;
return ($orig->($class), qw(Construction Ships));
};
use constant univer... | Perl | lib/Lacuna/DB/Result/Building/SSLa.pm | plainblack/Lacuna-Server-Open | gpl-2.0 | 6,766 | 223 | codeparrot/github-code |
791f5741728a153498ab278fe48d415cf39d8e645b67356f27a5338c8181e4cd | <?php
/**
* @version $Id: imgmanager.php 46 2009-05-26 16:59:42Z happynoodleboy $
* @package JCE
* @copyright Copyright (C) 2005 - 2009 Ryan Demmer. All rights reserved.
* @author Ryan Demmer
* @license GNU/GPL
* JCE is free software. This version may have been modified pursuant
* to the GNU Gen... | PHP | plugins/editors/jce/tiny_mce/plugins/imgmanager/classes/imgmanager.php | jahama/cbhondarribia.com | gpl-2.0 | 2,679 | 105 | codeparrot/github-code |
facf90bde980b70dc2adc08d2496e2c9953fecebc93bf143b4cfc7e9fc14829c | /*
EventON Generate Google maps function
*/
(function($){
$.fn.evoGenmaps = function(opt){
var defaults = {
delay: 0,
fnt: 1,
cal: '',
mapSpotId: '',
_action:''
};
var options = $.extend({}, defaults, opt);
var geocoder;
// popup lightbox generation
i... | JavaScript | wp-content/plugins/eventON/assets/js/maps/eventon_gen_maps.js | sabdev1/sabhoa | gpl-2.0 | 4,157 | 156 | codeparrot/github-code |
4d98865ba3fddf4bd107e6831d9dc60403f6685e724e3c0b766e8353ab062f9a | <?php
/**
* @package Joomla.Administrator
* @subpackage com_admin
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
/**
* Script file of Joomla CMS
*
* @sinc... | PHP | administrator/components/com_admin/script.php | demis-palma/joomla-cms | gpl-2.0 | 93,249 | 1,933 | codeparrot/github-code |
b023609b2eb4ab45ba1bee599551fe9fbe5a526145fbead18a5c617e556c7f7b | /* Copyright (C) 2013 Rainmeter Project Developers
*
* This Source Code Form is subject to the terms of the GNU General Public
* License; either version 2 of the License, or (at your option) any later
* version. If a copy of the GPL was not distributed with this file, You can
* obtain one at <https://www.gnu.... | C++ | Common/StringUtil.cpp | haroruhomer/rainmeter | gpl-2.0 | 3,637 | 154 | codeparrot/github-code |
10332f2a65a6b037fdca0d3dcf02a2538c37828f7b0bd08e460c22991265e8d5 | var icms = icms || {};
icms.wall = (function ($) {
var self = this;
this.add = function (parent_id) {
var form = $('#wall_add_form');
if (typeof (parent_id) === 'undefined') {
parent_id = 0;
}
$('#wall_widget #wall_add_link').show();
$('#wall_widget #ent... | JavaScript | templates/modern/js/wall.js | Loadir/icms2 | gpl-2.0 | 7,610 | 296 | codeparrot/github-code |
05fcd64586e91deac01b788e87357069345ad7075c985fc1166f45956074b83d | <html>
<head>
<title>
TEAMMATES - Instructor
</title>
<link href="/favicon.png" rel="shortcut icon">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://unpkg.com/bootstrap@3.1.1/dist/css/bootstrap.min.css" rel=... | HTML | src/test/resources/pages/instructorFeedbackEmptyAll.html | karthikaacharya/teammates | gpl-2.0 | 47,052 | 1,122 | codeparrot/github-code |
76335674ea7d2e791261b95266a156149da2740d1db4766719587fc0233792bf | <?php
////////////////////////////////////////////////////////////////////////////////
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY, without even the implied warranty of ... | PHP | docs/signup2/modules/engine/api.mysql.php | nightflyza/Ubilling | gpl-2.0 | 14,501 | 465 | codeparrot/github-code |
12b3e08876443e150ea62df0b5dbac34daa7155e3afd00e9455e02a03328d9fa | /***************************************************************************
qgsnewnamedialog.cpp
-------------------
begin : May, 2015
copyright : (C) 2015 Radim Blazek
email : radim.blazek@gmail.com
********************************... | C++ | src/gui/qgsnewnamedialog.cpp | michaelkirk/QGIS | gpl-2.0 | 5,422 | 170 | codeparrot/github-code |
a7343fc3ca580a2dc52bca4e88bd88324a51750a76bf5ebfcd90121463f25157 | <?php
/**
* Download a package by passing in its location
*
* @var modX $this->modx
*
* @package modx
* @subpackage processors.workspace.packages.rest
*/
class modPackageDownloadProcessor extends modProcessor {
/** @var modTransportProvider $provider */
public $provider;
/** @var string $location The... | PHP | core_gl_xVCs4l0eEu/model/modx/processors/workspace/packages/rest/download.class.php | sergeiforward/gl | gpl-2.0 | 3,377 | 113 | codeparrot/github-code |
cd92cb78a722d928b290a5e9a07b17859b1ef72129f5c71e14036c1c1a207372 | /* *
* Copyright (C) 2009 Texas Instruments Inc
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This progr... | C | drivers/media/video/davinci/dm365_aew.c | merlinholland/kernel | gpl-2.0 | 22,941 | 814 | codeparrot/github-code |
3bec79b928037a5bb832691aa98d342a3a1a111ad891d71585e84692ee58edac | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2007-2012 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | Java | opennms-services/src/main/java/org/opennms/netmgt/threshd/ThresholdEvaluatorRelativeChange.java | rfdrake/opennms | gpl-2.0 | 8,358 | 202 | codeparrot/github-code |
6845ede6e38b1a77e870f9b0386b308dd684ffb4792cdaac89b13be0de5ee6ef | /*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This progra... | Java | src/org/jpc/emulator/execution/opcodes/vm/add_o32_rAX_Id.java | ianopolous/JPC | gpl-2.0 | 1,923 | 66 | codeparrot/github-code |
6d5ba1bf60d11dacb0eaa122db11f638511d93b2644f8086e8eeeb4827766814 | /******************************************************************************
* Warmux is a convivial mass murder game.
* Copyright (C) 2001-2011 Warmux Team.
*
* 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
* th... | C++ | trunk/src/team/teams_list.cpp | yeKcim/warmux | gpl-2.0 | 16,291 | 610 | codeparrot/github-code |
764fc8a12345201412c462d38a670bf4a3ac04891928e9063fb4c0091470180b | /*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This progra... | Java | src/org/jpc/emulator/execution/opcodes/vm/fdiv_ST1_ST1.java | ysangkok/JPC | gpl-2.0 | 2,046 | 66 | codeparrot/github-code |
547fee0ca621e7fb5524538bfb48ae4ce01677b90c0d946f9013b59497a8339e | /*
* COM1 NS16550 support
* originally from linux source (arch/ppc/boot/ns16550.c)
* modified to use CONFIG_SYS_ISA_MEM and new defines
*/
#include <config.h>
#include <ns16550.h>
#define LCRVAL LCR_8N1 /* 8 data, 1 stop, no parity */
#define MCRVAL (MCR_DTR | MCR_RTS) /* RTS/DTR */
#define FCRVAL (FCR_FIFO... | C | drivers/serial/ns16550.c | diverger/uboot-lpc32xx | gpl-2.0 | 1,977 | 80 | codeparrot/github-code |
b61aa27d588f6ae258a0ee57931f30c8c3f72973f976e15b8a9cfe925ce1978e | <?php
/**
* Joomla! component Creative Contact Form
*
* @version $Id: 2012-04-05 14:30:25 svn $
* @author creative-solutions.net
* @package Creative Contact Form
* @subpackage com_creativecontactform
* @license GNU/GPL
*
*/
// no direct access
defined('_JEXEC') or die('Restircted access');
abstract class JHt... | PHP | administrator/components/com_creativecontactform/helpers/html/creativeform.php | ankibalyan/businesssetup | gpl-2.0 | 1,299 | 43 | codeparrot/github-code |
ce11ef73857fd9e660e66d529ff5835494edbfcecd3551e66bf6f0c68be6bae3 | /*
* ProFTPD - mod_sftp RFC4716 keystore
* Copyright (c) 2008-2016 TJ Saunders
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any... | C | contrib/mod_sftp/rfc4716.c | pghmcfc/proftpd | gpl-2.0 | 16,496 | 595 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.