text
stringlengths
2
1.04M
meta
dict
Returns all the workflow definitions **Namespace:** [Microsoft.SharePoint.Client](Microsoft.SharePoint.Client.md) **Assembly:** OfficeDevPnP.Core.dll ## Syntax ```C# public static WorkflowDefinition[] GetWorkflowDefinitions(this Web web, Boolean publishedOnly) ``` ### Parameters #### web   Type: Mi...
{ "content_hash": "186b96307ad5095e808830e7a4fee8d6", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 94, "avg_line_length": 26.620689655172413, "alnum_prop": 0.7474093264248705, "repo_name": "erwinvanhunen/PnP-Guidance", "id": "77d2cccb74a85ec51f4582b976527c534da40a81", "s...
.. _kx_pkgs4bootstrap: kx_pkgs4bootstrap - Install packages for configure ================================================== SYNOPSIS -------- **kx_pkgs4bootstrap** DESCRIPTION ----------- Try to install packages (on host) necessary for bootstrapping **KaarPux**
{ "content_hash": "7cc9bed05460291eb81b8df0210270cc", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 50, "avg_line_length": 17.866666666666667, "alnum_prop": 0.5671641791044776, "repo_name": "8l/KaarPux", "id": "f1c3824b8cd46fe09e59ae3f58f88f28f31bccc3", "size": "268", "...
// CallbackServer project doc.go /* CallbackServer document */ package main
{ "content_hash": "8dc617e9357800633e4a328d221152f6", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 32, "avg_line_length": 12.833333333333334, "alnum_prop": 0.7662337662337663, "repo_name": "DuoSoftware/DVP-CallBackService", "id": "5b6bd8b6e69f36f92d0ebc02d458d240768461e9", ...
package lldp import ( "github.com/skydive-project/skydive/graffiti/getter" "strings" ) func (obj *LinkAggregationMetadata) GetFieldBool(key string) (bool, error) { switch key { case "Enabled": return obj.Enabled, nil case "Supported": return obj.Supported, nil } return false, getter.ErrFieldNotFound } fu...
{ "content_hash": "10f487c82315aa392a741cc443cd6969", "timestamp": "", "source": "github", "line_count": 411, "max_line_length": 100, "avg_line_length": 21.676399026763992, "alnum_prop": 0.662476147715793, "repo_name": "skydive-project/skydive", "id": "b535be3bb450f9f86b29d5a3c60aaaa90016319b", "siz...
alert("Editado"); console.log("Cambios en el archivo")
{ "content_hash": "177c7742bc8e17f3c3693f496870ad1b", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 36, "avg_line_length": 27.5, "alnum_prop": 0.7272727272727273, "repo_name": "juanpm32/github-para-desarrolladores", "id": "cff2838fef267dbec78dd649abe266e4d59eb09e", "size":...
layout: page title: Sobre mi permalink: /about/ --- Soy un desarrollador iOS y un apasionado de la informática en general. He cacharreado con todo lo que me ha llegado a las manos: Android, PHP, Pascal, C#, ABAP, Arduino, Ruby, RoR, Node.js y iOS de lo que estoy profundamente enamorado. Trabajo en Fever Labs. Este bl...
{ "content_hash": "c0a6b5bd0b06d0b0fce3116865d63947", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 235, "avg_line_length": 56.666666666666664, "alnum_prop": 0.7568627450980392, "repo_name": "PabloLerma/PabloLerma.github.io", "id": "ce2b7b555943b2d53a2a930da95ec40e29713f0f",...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.security...
{ "content_hash": "2b0ccaafd3d01600c897fc44b27eaf69", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 204, "avg_line_length": 32.13076923076923, "alnum_prop": 0.6485515920517118, "repo_name": "xingguang2013/spring-security", "id": "e632470dd706df84feca69ae3c530c12205bf917", ...
#ifndef FLOKI_H #define FLOKI_H #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> #include <ctype.h> #include <stdarg.h> #include <stdbool.h> #include <setjmp.h> #include "strbuf.h" #include "binbuf.h" #include "array.h" #include "hashmap.h" #include "util.h" #include "lex.h" #include...
{ "content_hash": "784ecd0759857f68e6550e6d199414f4", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 26, "avg_line_length": 15.594594594594595, "alnum_prop": 0.6949740034662045, "repo_name": "jhawcroft/floki", "id": "d5c6b5eccf2e38f9fbe2184d8770e54ace553f27", "size": "1687...
/* * Author: atotic * Created on Mar 23, 2004 * License: Common Public License v1.0 */ package com.jetbrains.python.debugger.pydev; import com.google.common.collect.Maps; import com.intellij.execution.ui.ConsoleViewContentType; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi...
{ "content_hash": "148a0565caf5725808223a68976a9a0a", "timestamp": "", "source": "github", "line_count": 765, "max_line_length": 140, "avg_line_length": 31.762091503267975, "alnum_prop": 0.6570088073092436, "repo_name": "MichaelNedzelsky/intellij-community", "id": "7778a06a473048762e05ee6b48ac63f317de...
/* Desc: A persepective X11 OpenGL Camera Sensor * Author: Nate Koenig * Date: 15 July 2003 */ #ifndef _DEPTHCAMERASENSOR_HH_ #define _DEPTHCAMERASENSOR_HH_ #include <string> #include "gazebo/sensors/Sensor.hh" #include "gazebo/msgs/MessageTypes.hh" #include "gazebo/rendering/RenderTypes.hh" namespace gazebo { ...
{ "content_hash": "a374eabc7301bbf4707ec4dd01201c07", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 72, "avg_line_length": 30.329113924050635, "alnum_prop": 0.6515025041736227, "repo_name": "jonbinney/gazebo_ros_wrapper", "id": "167a9fda0b5fbe449ca2b7e06c12a4ec8b9a1f7a", ...
class RbenvVars < Formula desc "Safely sets global and per-project environment variables" homepage "https://github.com/sstephenson/rbenv-vars" url "https://github.com/sstephenson/rbenv-vars/archive/v1.2.0.tar.gz" sha256 "9e6a5726aad13d739456d887a43c220ba9198e672b32536d41e884c0a54b4ddb" license "MIT" revisio...
{ "content_hash": "0e4818372a858874ecf7924701ca0a2e", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 75, "avg_line_length": 26.666666666666668, "alnum_prop": 0.7446428571428572, "repo_name": "maxim-belkin/homebrew-core", "id": "7f39d8a7e4a5f7e90848b17412f7a0bf24429119", "s...
#include <objc/message.h> #import "CDVCommandQueue.h" #import "CDVViewController.h" #import "CDVCommandDelegateImpl.h" #import "CDVJSON_private.h" #import "CDVDebug.h" // Parse JS on the main thread if it's shorter than this. static const NSInteger JSON_SIZE_FOR_MAIN_THREAD = 4 * 1024; // Chosen arbitraril...
{ "content_hash": "61679e2af32c5de38360960f11dcf95b", "timestamp": "", "source": "github", "line_count": 177, "max_line_length": 131, "avg_line_length": 37.46892655367232, "alnum_prop": 0.5857961399276237, "repo_name": "soulfly/guinea-pig-smart-bot", "id": "b6cab53331df992289672e2b3e7657dd9ac7c6c4", ...
Experimental Rest API ===================== Airflow exposes an experimental Rest API. It is available through the webserver. Endpoints are available at /api/experimental/. Please note that we expect the endpoint definitions to change. Endpoints --------- This is a place holder until the swagger definitions are activ...
{ "content_hash": "0274ead1fd969afd07178542d88b0587", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 99, "avg_line_length": 29.49056603773585, "alnum_prop": 0.7293666026871402, "repo_name": "Twistbioscience/incubator-airflow", "id": "856ec9e1f737d50165f593c846580adf284d6910"...
package proofpeer.proofscript.serialization import proofpeer.proofscript.logic._ import proofpeer.general._ import proofpeer.proofscript.frontend.{ParseTree, SourcePosition} import Pretype._ import Preterm._ import proofpeer.indent.Span final class CustomizablePretermSerializer( SourcePositionSerializer : Serialize...
{ "content_hash": "7a9222bce666493f8a8296090a60200b", "timestamp": "", "source": "github", "line_count": 180, "max_line_length": 130, "avg_line_length": 37.638888888888886, "alnum_prop": 0.6792619926199261, "repo_name": "proofpeer/proofpeer-proofscript", "id": "2ffcff1fec7c2e374b154d615fbe816ae88c116c...
#nullable disable using PasPasPas.Globals.Files; namespace PasPasPas.Globals.Options { /// <summary> /// path options /// </summary> public interface IPathOptions { /// <summary> /// search paths /// </summary> IEnumerableOptionCollection<IFileReference> Searc...
{ "content_hash": "2128beab31e814c874a716547f26b310", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 72, "avg_line_length": 21.285714285714285, "alnum_prop": 0.5458612975391499, "repo_name": "prjm/paspaspas", "id": "18926a207c4f9cd44700d7653eaac2880def0300", "size": "449",...
static NSString* const FOAssetsCellIdentifier = @"Cell"; static CGFloat const IPhone6ScreenWidth = 375; static CGFloat const IPhone6PlusScreenWidth = 414; static CGFloat const IPhone6CellSize = 89; static CGFloat const IPhone6PlusCellSize = 78; static CGFloat const IPhone5CellSize = 75; @interface FOAssetCollectionVie...
{ "content_hash": "ac72bc5fbe4b85009f17e4144ec0f2e4", "timestamp": "", "source": "github", "line_count": 232, "max_line_length": 197, "avg_line_length": 41.26293103448276, "alnum_prop": 0.7102266792019221, "repo_name": "foby/FOAssetPicker", "id": "c51a188abd78759021824ddf7090e0ad14d4594b", "size": "...
var meetingtools = {}; (function(ns){ function shuffle(o) { for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x); return o; } ns.createParticipantsRepository = function () { return { add: function(participant) { ...
{ "content_hash": "8cc74fe4d49421c34cc2fa4290981627", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 107, "avg_line_length": 31.797101449275363, "alnum_prop": 0.47447584320875114, "repo_name": "eferro/meetingtools", "id": "d690bb61791e6f9265199bd6cf9e00e899d813e6", "size":...
import {BaseIfc} from "./BaseIfc" import {IfcLabel} from "./IfcLabel.g" import {IfcDataOriginEnum} from "./IfcDataOriginEnum.g" import {IfcDateTime} from "./IfcDateTime.g" import {IfcSchedulingTime} from "./IfcSchedulingTime.g" /** * http://www.buildingsmart-tech.org/ifc/IFC4/final/html/link/ifceventtime.htm */ exp...
{ "content_hash": "aa643a16d7ea635f1b8825d29fd5e0d8", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 78, "avg_line_length": 33.875, "alnum_prop": 0.7472324723247232, "repo_name": "ikeough/IFC-gen", "id": "72e9991a66be263d59cef11a4fcd2c65c51a7d52", "size": "1084", "binary...
// Generated from TEXTGY.g4 by ANTLR 4.5.3 package TEXTGY; import org.antlr.v4.runtime.ParserRuleContext; import org.antlr.v4.runtime.tree.ErrorNode; import org.antlr.v4.runtime.tree.TerminalNode; /** * This class provides an empty implementation of {@link TEXTGYListener}, * which can be extended to create a listen...
{ "content_hash": "2f1a762d78a5d985877e1b79c3694c8c", "timestamp": "", "source": "github", "line_count": 447, "max_line_length": 112, "avg_line_length": 28.257270693512304, "alnum_prop": 0.701765497585306, "repo_name": "RainVagel/TEXTGY", "id": "445f225adafb2c0836f3ff13ef5c76c4151e3c9e", "size": "12...
package org.teavm.junit; public @interface TeaVMProperty { String key(); String value(); }
{ "content_hash": "cf29d43c6e8501a57317c291beccacd0", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 33, "avg_line_length": 12.75, "alnum_prop": 0.6666666666666666, "repo_name": "shannah/cn1-teavm-builds", "id": "d94045efde4f6ba99af72fd6515e31d9f97032d4", "size": "711", "...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.9.4"/> <link rel="st...
{ "content_hash": "8a3884037bfc125db2c83cadc08baccc", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 122, "avg_line_length": 38.91891891891892, "alnum_prop": 0.7125, "repo_name": "or-tools/docs", "id": "dc816cfa8e15515ad816b1b355afc2b3b0e39569", "size": "1440", "binary":...
<HTML><HEAD> <TITLE>Review for Best Man, The (1999/I)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0168501">Best Man, The (1999/I)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Chuck+S...
{ "content_hash": "48f44102cc095eb7c0473c9a98922880", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 205, "avg_line_length": 63.18518518518518, "alnum_prop": 0.7543962485345839, "repo_name": "xianjunzhengbackup/code", "id": "efacef627e4554b16fc8151dfa153ed6fa6179bf", "size...
public class GoldenEditionBook : Book { public GoldenEditionBook(string author, string title, decimal price) : base(author, title, price) { } public override decimal Price { get { return base.Price * 1.3m; } } }
{ "content_hash": "936e97d3398f017fc78f5e7b6bb520c7", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 72, "avg_line_length": 15.833333333333334, "alnum_prop": 0.5508771929824562, "repo_name": "varbanov88/SoftUniOOP", "id": "dc718a75244f4c18121297ce790d72e92ef618b9", "size":...
// // RCRealTimeLocationEndMessage.h // RongIMLib // // Created by 杜立召 on 15/8/13. // Copyright (c) 2015年 RongCloud. All rights reserved. // #import "RCMessageContent.h" #define RCRealTimeLocationEndMessageTypeIdentifier @"RC:RLEnd" /** * 地理位置结束消息 */ @interface RCRealTimeLocationEndMessage : RCMessageContent /...
{ "content_hash": "3f8203b54528c68a7cbaeeb8cd1393b6", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 62, "avg_line_length": 18.037037037037038, "alnum_prop": 0.7084188911704312, "repo_name": "sbcmadn1/rongyun", "id": "cb86623bda9cf58bbfd6bd0873c8e8ea755824fa", "size": "547...
<?php App::uses('CakeMigration', 'Migrations.Lib'); App::uses('ConnectionManager', 'Model'); App::uses('Inflector', 'Utility'); App::uses('Folder', 'Utility'); App::uses('ClassRegistry', 'Utility'); App::uses('MigrationVersionException', 'Migrations.Lib'); /** * Migration version management. * * @package mi...
{ "content_hash": "c58d234a6d6f58daec37764ba26fcb3e", "timestamp": "", "source": "github", "line_count": 488, "max_line_length": 213, "avg_line_length": 26.959016393442624, "alnum_prop": 0.6148525387655822, "repo_name": "CaoLP/tranhviet", "id": "c32ae3d470b8521928362210acc5a0389b18aa2d", "size": "13...
 using System; using System.Runtime.Serialization; namespace GitDiffMargin.Core { public class WeakReference<T> : WeakReference where T : class { public WeakReference(object target) : base(target) { } public WeakReference(object target, bool trackResurrect...
{ "content_hash": "768e2ac753c0b3ce5a6b0476bd6ec5be", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 81, "avg_line_length": 19.23076923076923, "alnum_prop": 0.496, "repo_name": "laurentkempe/GitDiffMargin", "id": "3c233fd2ab41e741992374793827ec92bb5aa3a0", "size": "1914", ...
'use strict'; if (self.importScripts) { if ('ServiceWorkerGlobalScope' in self && self instanceof ServiceWorkerGlobalScope) { importScripts('../../serviceworker/resources/worker-testharness.js'); } else { importScripts('../../resources/testharness.js'); } } // // Straightforward unhandledrejection tests...
{ "content_hash": "46f3e2c246c43b82171d8f8d7255ced4", "timestamp": "", "source": "github", "line_count": 668, "max_line_length": 122, "avg_line_length": 27.853293413173652, "alnum_prop": 0.644362033752553, "repo_name": "vadimtk/chrome4sdp", "id": "8c1555588ae4e1d7c0c84647d32ecdd92e118744", "size": "...
/* * xen console driver interface to hvc_console.c * * (c) 2007 Gerd Hoffmann <kraxel@suse.de> * * 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...
{ "content_hash": "430af621b96f09283afb0778587f6ee8", "timestamp": "", "source": "github", "line_count": 674, "max_line_length": 78, "avg_line_length": 22.735905044510385, "alnum_prop": 0.6690811798486035, "repo_name": "OLIMEX/DIY-LAPTOP", "id": "ff92155dbc88c6e026482e7c3afad1a7b9c6ea30", "size": "1...
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Bamboo Flute Making - Part 1 - Binding | Rab Fulton</title> <meta name="description" content="In this post I cover how to tie a binding knot commonly used by flute makers around the world to decorate, reinforce or repair an instrument."> <m...
{ "content_hash": "8644b7d5e4605631c06f75af9561e631", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 350, "avg_line_length": 28.478048780487804, "alnum_prop": 0.6724905789653991, "repo_name": "rabfulton/rabfulton.github.io", "id": "be52b387346f338a98b4dff815cb52c55b642ac9",...
#region licence // The MIT License (MIT) // // Filename: SecurityHelper.cs // Date Created: 2014/08/26 // // Copyright (c) 2014 Jon Smith (www.selectiveanalytics.com & www.thereformedprogrammer.net) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated...
{ "content_hash": "762bb0b5ae0f30470653afe30218c324", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 186, "avg_line_length": 47.47663551401869, "alnum_prop": 0.6374015748031496, "repo_name": "JonPSmith/GenericServices", "id": "fff6ddfa085b06817d7eadb5858e23e4ae62329b", "s...
#include <memory> #include <string> #include <utility> #include <vector> #include "absl/strings/str_split.h" #include "absl/strings/string_view.h" #include "tensorflow/compiler/xla/stream_executor/tpu/status_helper.h" #include "tensorflow/compiler/xla/stream_executor/tpu/tpu_api.h" #include "tensorflow/compiler/xla/s...
{ "content_hash": "800bb5beaf23310836c8a9a8746db471", "timestamp": "", "source": "github", "line_count": 134, "max_line_length": 76, "avg_line_length": 30.567164179104477, "alnum_prop": 0.68017578125, "repo_name": "tensorflow/tensorflow-pywrap_saved_model", "id": "48f9ec1beadd1a359f77cfe1a36d714b9adee...
'use strict'; (function() { describe('first filter Spec', function() { // Initialize global variables var firstFilter; beforeEach(module('angular-toolbox')); beforeEach(inject(function(_firstFilter_) { firstFilter = _firstFilter_; })); it('should be testable', inject(function() { expect(...
{ "content_hash": "b203f048c254375762a37ae70a69b761", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 72, "avg_line_length": 26.054054054054053, "alnum_prop": 0.5663900414937759, "repo_name": "nicolaspanel/angular-toolbox", "id": "324ef675184c1f35a8b44ae05b943b8767f4d449", ...
struct IDataObject; namespace WebKit { class WebDragData; } struct WebDropData { // Construct with a given drag identity. Note: identity is an int32 because // it is passed over the renderer NPAPI interface to gears. explicit WebDropData(int32 drag_identity) : identity(drag_identity) {} // Construct from a ...
{ "content_hash": "04a3079fbe01faeb1b78c8876dd8499f", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 80, "avg_line_length": 32.528301886792455, "alnum_prop": 0.7105568445475638, "repo_name": "rwatson/chromium-capsicum", "id": "fe8db6a4e23ac0ea30419dde022463c3cca14034", "si...
layout: about.hbs title: Sobre trademark: Trademark --- # Sobre Node.js&reg; <!-- As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. In the following "hello world" example, many connections can be handled concurrently. Upon each connection the callback is fired...
{ "content_hash": "dc5bd7a7c2248c8c2ade1bd094debd60", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 124, "avg_line_length": 48.6605504587156, "alnum_prop": 0.7714932126696833, "repo_name": "phillipj/new.nodejs.org", "id": "2f6b603aae03dc4005a8e3d7688745f30df411d7", "size...
@import "@folio/stripes-components/lib/variables"; .feefineButton { color: var(--primary) !important; } .feefineButton:active { outline: none; } .cursor { cursor: pointer; }
{ "content_hash": "24be48450bf5860a4915dae68d17a735", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 50, "avg_line_length": 13.142857142857142, "alnum_prop": 0.6847826086956522, "repo_name": "folio-org/ui-users", "id": "743a0b6745be074dc782b984d57cd38eb5c0d8b6", "size": "1...
<?php /** * @file * Contains \Drupal\system\Tests\Theme\EngineTwigTest. */ namespace Drupal\system\Tests\Theme; use Drupal\Core\Url; use Drupal\simpletest\WebTestBase; /** * Tests Twig-specific theme functionality. * * @group Theme */ class EngineTwigTest extends WebTestBase { /** * Modules to enable. ...
{ "content_hash": "da1b4e74042bdb0ad9712a6e5e840268", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 161, "avg_line_length": 30.975409836065573, "alnum_prop": 0.6284731410426039, "repo_name": "casivaagustin/drupalcon-mentoring", "id": "ff84af7737f6dce1920759dca376b83b6a3363...
package column import ( "github.com/ClickHouse/clickhouse-go/lib/binary" ) type UInt32 struct{ base } func (UInt32) Read(decoder *binary.Decoder, isNull bool) (interface{}, error) { v, err := decoder.UInt32() if err != nil { return uint32(0), err } return v, nil } func (u *UInt32) Write(encoder *binary.Encod...
{ "content_hash": "9099b9b984eb9a6cc15178b6add78418", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 79, "avg_line_length": 20.27906976744186, "alnum_prop": 0.6869266055045872, "repo_name": "kshvakov/clickhouse", "id": "f5f72f5f16425510bf7f042bd6ed394cb3745bb7", "size": "8...
package org.netbeans.cubeon.ui.query; import java.awt.event.ActionEvent; import javax.swing.AbstractAction; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import org.netbeans.cubeon.tasks.spi.query.TaskQuery; import org.netbeans.cubeon.tasks.spi.query.TaskQuerySupportProvider; import o...
{ "content_hash": "7f85a8d2ec202b7595b6d63a2bca3ef1", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 121, "avg_line_length": 36.42372881355932, "alnum_prop": 0.6854350860865519, "repo_name": "tectronics/cubeon", "id": "54e99f6f75cf1f0e4fb998f940e4841d86d96091", "size": "27...
package org.apache.wss4j.stax.ext; import org.apache.wss4j.common.crypto.Crypto; import org.apache.wss4j.common.crypto.CryptoType; import org.apache.wss4j.common.ext.WSPasswordCallback; import org.apache.wss4j.common.ext.WSSecurityException; import org.apache.wss4j.stax.impl.processor.output.*; import org.apache.wss4...
{ "content_hash": "a024d12f5e63ff2c63027b55f6c56911", "timestamp": "", "source": "github", "line_count": 673, "max_line_length": 144, "avg_line_length": 55.3001485884101, "alnum_prop": 0.6696402181798641, "repo_name": "asoldano/wss4j", "id": "ae2ad42718aea6789a4ee38035b44ef93a26ee97", "size": "38019...
package ui; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.graphics.glutils.ShaderProgram; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; imp...
{ "content_hash": "c078366584c52f769e041a87956d0d39", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 98, "avg_line_length": 30.864406779661017, "alnum_prop": 0.6727073036792971, "repo_name": "anisc/Farkesmatal9ach", "id": "ae04c66abb45cc599bdb3e32a201458f78891847", "size":...
<?xml version="1.0" encoding="UTF-8"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ...
{ "content_hash": "9b020a9f91a7111e32f171ace7f26a66", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 135, "avg_line_length": 47.5, "alnum_prop": 0.6536842105263158, "repo_name": "all-of-us/workbench", "id": "17fc31ac27b262123266976952cdd806354eba91", "size": "950", "bina...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Nul...
{ "content_hash": "a32fdd64828e1ab570a5f4115e7a047e", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.111111111111114, "alnum_prop": 0.7507102272727273, "repo_name": "kmirchev/Csharp-Part-1", "id": "b46bf1cc4c5c66711e20b749f5f3dda7099505a6", "size"...
module Azure::Network::Mgmt::V2019_07_01 module Models # # Defines values for CircuitConnectionStatus # module CircuitConnectionStatus Connected = "Connected" Connecting = "Connecting" Disconnected = "Disconnected" end end end
{ "content_hash": "6dcd74d1f53e8ac15eb0dc0653aee927", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 48, "avg_line_length": 22.416666666666668, "alnum_prop": 0.6765799256505576, "repo_name": "Azure/azure-sdk-for-ruby", "id": "c570122c0fc70417e1270d84ebe30793bbde2cae", "siz...
@interface VotingViewController () @property (weak, nonatomic) IBOutlet UIButton *yesButton; @property (weak, nonatomic) IBOutlet UIButton *noButton; @end @implementation VotingViewController - (void)viewDidLoad { [super viewDidLoad]; self.yesButton.backgroundColor = [UIColor emerlandColor]; ...
{ "content_hash": "fd18ef7d342118ef54e5e736790f0b64", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 190, "avg_line_length": 33.6, "alnum_prop": 0.6879251700680272, "repo_name": "brianmichel/BMBeaconRules", "id": "84b2cd2eaf5016bd0490cabae4fd209cb00108f4", "size": "1413", ...
from __future__ import unicode_literals from django.contrib.sites.models import Site from future.builtins import str from unittest import skipUnless from django.contrib.auth import get_user_model from django.contrib.auth.models import AnonymousUser from django.db import connection from django.http import HttpRespons...
{ "content_hash": "ed0f3258cba4e2947d1b4fec5f9fc90e", "timestamp": "", "source": "github", "line_count": 401, "max_line_length": 79, "avg_line_length": 42.34663341645885, "alnum_prop": 0.630999352217184, "repo_name": "sjuxax/mezzanine", "id": "1b9f9dba8a652571784eaf11e2d1badb2efbed28", "size": "1698...
import * as nls from 'vs/nls'; import { URI } from 'vs/base/common/uri'; import * as perf from 'vs/base/common/performance'; import { IAction, WorkbenchActionExecutedEvent, WorkbenchActionExecutedClassification } from 'vs/base/common/actions'; import { memoize } from 'vs/base/common/decorators'; import { IFilesConfig...
{ "content_hash": "2aab68e3ee61ab9134db9d0820ffab35", "timestamp": "", "source": "github", "line_count": 1000, "max_line_length": 506, "avg_line_length": 38.588, "alnum_prop": 0.7511920804395149, "repo_name": "eamodio/vscode", "id": "6e15cf4d9c84be285332978bcf98c0e6d62d58af", "size": "38939", "bin...
#pragma once #ifndef GWEN_CONTROLS_PROPERTIES_H #define GWEN_CONTROLS_PROPERTIES_H #include "Gwen/Controls/Base.h" #include "Gwen/Controls/Label.h" #include "Gwen/Controls/Property/BaseProperty.h" #include "Gwen/Controls/Property/Text.h" #include "Gwen/Controls/SplitterBar.h" #include "Gwen/Gwen.h" #include "Gwen/Sk...
{ "content_hash": "5cb9d280bd95447cc3b9f759cbaf1325", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 105, "avg_line_length": 22.9125, "alnum_prop": 0.6846699399890889, "repo_name": "seanstermonstr/test", "id": "e78c5685d440c6c8e8155d55aa82591a536ceb4f", "size": "1905", "...
/*================================================================================ code generated by: java2cpp author: Zoran Angelov, mailto://baldzar@gmail.com class: org.xml.sax.helpers.AttributesImpl ================================================================================*/ #ifndef J2CPP_INCLU...
{ "content_hash": "98686e128d10ce872aaaf88ed0b2f58b", "timestamp": "", "source": "github", "line_count": 401, "max_line_length": 281, "avg_line_length": 41.63092269326683, "alnum_prop": 0.6875524140409728, "repo_name": "seem-sky/ph-open", "id": "9fbccbfb43af4d866d844802bfc06ddf493b7042", "size": "16...
package org.pentaho.di.repository.kdr.delegates; import org.pentaho.di.core.exception.KettleException; import org.pentaho.di.repository.ObjectId; import org.pentaho.di.repository.RepositoryAttributeInterface; public class KettleDatabaseRepositoryJobAttribute implements RepositoryAttributeInterface { private Kettl...
{ "content_hash": "9224c04e728c0f7ff5126d9126a11f45", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 131, "avg_line_length": 37.023809523809526, "alnum_prop": 0.82508038585209, "repo_name": "jjeb/kettle-trunk", "id": "e16ee701ef199457ba78be3768eac03b9cb5e1e6", "size": "245...
namespace igl { // Determine "edge flaps": two faces on either side of a unique edge (assumes // edge-manifold mesh) // // Inputs: // F #F by 3 list of face indices // E #E by 2 list of edge indices into V. // EMAP #F*3 list of indices into E, mapping each directed edge to unique // unique e...
{ "content_hash": "ed936a38fb968b49f4a96e63814f877f", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 79, "avg_line_length": 30, "alnum_prop": 0.6127450980392157, "repo_name": "ygling2008/direct_edge_imu", "id": "199ca62eb4e75f38a58cd53c3e6703e3d56daff8", "size": "1462", ...
<?php /** * Description of OrganisationInfoPageBuilder * * @author ben.dokter */ require_once('modules/interface/builder/organisation/OrganisationInfoInterfaceBuilder.class.php'); class OrganisationInfoPageBuilder { static function getPageHtml($displayWidth) { return OrganisationInfoInterfaceBui...
{ "content_hash": "7dc4dfaf63ff86495113be3d09b48aad", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 108, "avg_line_length": 33.729729729729726, "alnum_prop": 0.4935897435897436, "repo_name": "joris520/broodjesalami", "id": "b119df9649a37b1ad8837da75f1cebe2b1fd8a71", "size...
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Responsive Layouts Assignment</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, init...
{ "content_hash": "15e526f4dcdf3f2a9878d3db5e991d32", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 187, "avg_line_length": 51.29133858267716, "alnum_prop": 0.5182683451028554, "repo_name": "timoweave/media_query", "id": "d169e3bf8bfb3c9aeef77949e9160ea802248c8f", "size"...
/** * Used by the Map (modules/s3gis.py) * This script is in Static to allow caching * Dynamic constants (e.g. Internationalised strings) are set in server-generated script */ /* Global vars */ var map; // @ToDo: move this to S3.gis when restoring this //var printProvider; // Images S3.gis.ajax_loader = S3.Ap.conc...
{ "content_hash": "e7f2349498f302ae04a08cef2c909f00", "timestamp": "", "source": "github", "line_count": 588, "max_line_length": 152, "avg_line_length": 29.860544217687075, "alnum_prop": 0.5696548581843035, "repo_name": "flavour/helios", "id": "0ed50d4d118e07f3395fc6f68913622fd6175014", "size": "175...
<?php Route::group(['middleware' => 'auth'], function () { //Profil pages Route::group(['prefix' => 'profile'], function () { Route::get('/', 'Frontend\ProfileController@index')->name('user.profile'); Route::get('/edit', 'Frontend\ProfileController@edit')->name('user.profile.edit'); Rout...
{ "content_hash": "5c2123eb70bb97085610c3a9f84cd3df", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 123, "avg_line_length": 43.166666666666664, "alnum_prop": 0.6424710424710425, "repo_name": "IvanSostarko/laravel-5-2-cook-book", "id": "b47382d030262978d3cbbdfbe07a4464e5514b...
(function() { /* @ngdoc object * @name app.account * @description * Module for the user accounts */ angular .module('app.account', ['app.core', 'app.components']) .config(configure); configure.$inject = ['$stateProvider']; function configure($stateProvider) { $stateProvider .sta...
{ "content_hash": "a611ad9bf0fc2b9099791a23302912b3", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 63, "avg_line_length": 27.016806722689076, "alnum_prop": 0.4603421461897356, "repo_name": "strues/TopShelf", "id": "701a57a79db6bcfd12e9a5de9adf64ade48b3847", "size": "321...
var win = Ti.UI.currentWindow; win.addEventListener('focus', function(e){ Titanium.App.Analytics.trackPageview('/more/larryville-about'); }); var tv = Ti.UI.createTableView({minRowHeight:50,rowBackgroundColor:'white',backgroundColor:'white',}); var text1 = 'LarryvilleKU is a hyper-local news service originally...
{ "content_hash": "b0a2d6d696f3668bb1fc148c8d841731", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 166, "avg_line_length": 21.755555555555556, "alnum_prop": 0.6894790602655771, "repo_name": "UniversityDailyKansan/app", "id": "1e4a14112d4eed6a55d7e603b7b083f3a7447b03", "s...
namespace YC.Ftp.Enums { internal enum FtpMethod { DeleteFile, DownloadFile, UploadFile, AppendFile, MakeDirectory, GetFileSize, RemoveDirectory, Rename, ListDirectoryDetails, ListDirectory, GetDateTimestamp } }
{ "content_hash": "576533c150ea70b5b8f8bfbfb6f38679", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 29, "avg_line_length": 18.352941176470587, "alnum_prop": 0.5641025641025641, "repo_name": "ychsu/YC.FTP", "id": "4a1a2dd3c1c22016a402c64584cb449433e72c6e", "size": "312", ...
/*****************************************************************************/ /** * @file xrtcpsu.h * @addtogroup rtcpsu_v1_5 * @{ * @details * * The Xilinx RTC driver component. This component supports the Xilinx * RTC Controller. RTC Core and RTC controller are the two main important sub- * components for this RT...
{ "content_hash": "d58f65667cd999fdfd1159e40e3b0c21", "timestamp": "", "source": "github", "line_count": 370, "max_line_length": 81, "avg_line_length": 35.7027027027027, "alnum_prop": 0.6209689629068887, "repo_name": "openthread/ot-rtos", "id": "8320470303b1ca7193f1b783b8c86b7480064fcd", "size": "14...
package org.apache.flink.table.planner.plan.stream.sql import org.apache.flink.table.api.ValidationException import org.apache.flink.table.planner.utils.{StreamTableTestUtil, TableTestBase} import org.junit.{Before, Test} class MatchRecognizeTest extends TableTestBase { protected val util: StreamTableTestUtil =...
{ "content_hash": "65f485ae97ece3d96bda9cec71f8393e", "timestamp": "", "source": "github", "line_count": 336, "max_line_length": 94, "avg_line_length": 29.511904761904763, "alnum_prop": 0.5273295683743445, "repo_name": "twalthr/flink", "id": "a16de4abd1ca61beee144b525622d255f2f0ea39", "size": "10721...
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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. // // Moodle...
{ "content_hash": "e81e3ad3c03a7484712961d2debd49eb", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 184, "avg_line_length": 54.32142857142857, "alnum_prop": 0.7370151216305062, "repo_name": "carnegiespeech/translations", "id": "978160c38400bb6440f1df8dd5faeae4b5e66278", "...
Hilary.scope('heinz').register({ name: 'ExceptionHandler', dependencies: [], factory: function (onError) { 'use strict'; var self = { makeException: undefined, argumentException: undefined, throwArgumentException: undefined, no...
{ "content_hash": "889e7b3fe02bbd050a946e3468de93cb", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 118, "avg_line_length": 32.57575757575758, "alnum_prop": 0.5336434108527132, "repo_name": "pomonav/buy-books", "id": "dfb41632ed8bb270603c74987515eae11bfe50d4", "size": "32...
require 'date' require 'net/ftp' require 'time' module Metar module Raw class Base attr_reader :metar attr_reader :time alias to_s metar end ## # Use this class when you have a METAR string and the date of reading class Data < Base def initialize(metar, time = nil) ...
{ "content_hash": "5e82aec58687e052b2d458ba24db4c46", "timestamp": "", "source": "github", "line_count": 139, "max_line_length": 78, "avg_line_length": 23.115107913669064, "alnum_prop": 0.5415499533146592, "repo_name": "joeyates/metar-parser", "id": "aad96313dc62624266b3ea53e26ce773141bec17", "size"...
package gnu.xml.xpath; import javax.xml.namespace.QName; import org.w3c.dom.Node; /** * The <code>last</code> function returns a number equal to the context * size from the expression evaluation context. * * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a> */ final class LastFunction extends Expr { ...
{ "content_hash": "ad94df656364426827c400ca87583cd9", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 71, "avg_line_length": 16.36842105263158, "alnum_prop": 0.6704180064308681, "repo_name": "the-linix-project/linix-kernel-source", "id": "51f988f3c6fc49dc6cbc0787c0c7ec1644d6e...
package com.livebetter.domain; import java.util.Calendar; import java.util.List; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EntityManager; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; ...
{ "content_hash": "6a6903931ac29b03015db7375d69e7f2", "timestamp": "", "source": "github", "line_count": 195, "max_line_length": 167, "avg_line_length": 33.08205128205128, "alnum_prop": 0.7025267400403038, "repo_name": "ST-Team5/LiveBetterServer", "id": "da2988381365112822db990ad309bf7bf038ae91", "s...
<?php /*! * WordPress Social Login * * http://miled.github.io/wordpress-social-login/ | https://github.com/miled/wordpress-social-login * (c) 2011-2015 Mohamed Mrassi and contributors | http://wordpress.org/plugins/wordpress-social-login/ */ /** * The Bouncer our friend whos trying to be funneh */ // Exit if accesse...
{ "content_hash": "2676df280065258117cc5cf91b7b654f", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 103, "avg_line_length": 23.11111111111111, "alnum_prop": 0.563301282051282, "repo_name": "sassafrastech/wordpress-social-login", "id": "84ef6854c9a1ab0702559a7eb6b64f18880ae5...
package cn.edu.gdut.zaoying.Option.series.graph.markLine.data.p1.label.normal; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interfac...
{ "content_hash": "82f761f9ee23abef9c9e78267025257e", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 78, "avg_line_length": 33.81818181818182, "alnum_prop": 0.8145161290322581, "repo_name": "zaoying/EChartsAnnotation", "id": "b3ea2f8318f30536460fa76e4cb9457d49e0d64b", "siz...
package graphedit.actions.pallete; import graphedit.app.MainFrame; import graphedit.app.MainFrame.ToolSelected; import graphedit.model.components.Link; import graphedit.state.LinkState; import graphedit.state.State; import graphedit.util.ResourceLoader; import graphedit.view.GraphEditView; import graphedit.view.Graph...
{ "content_hash": "b3711511da2a7800a5a4e534b5465d69", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 82, "avg_line_length": 28.424242424242426, "alnum_prop": 0.7633262260127932, "repo_name": "VladimirRadojcic/Master", "id": "9460b4a63454513debf84d614ce6492df8f1e43b", "size...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zchinese: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "f0d4d5aefa4bc9c8f689ac855f2f1c91", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 159, "avg_line_length": 40.672413793103445, "alnum_prop": 0.5472657905892327, "repo_name": "coq-bench/coq-bench.github.io", "id": "c77927c14d7c50a4f4dc0bbc07c8cb7dd5ad26cf",...
A JS plugin to display your Facebook events on your website. ## Getting Started 1. Go to [Facebook for Developers](https://developers.facebook.com/docs/apps/register/) and follow the guide except for the following changes to create an app. * Select Web as the platform. * Disable Development mode (Can be done after yo...
{ "content_hash": "99aef8b52deb856fb2228ecf701d3197", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 205, "avg_line_length": 39.23684210526316, "alnum_prop": 0.7283702213279678, "repo_name": "DylanHatherley/whazhapenin", "id": "6f10025f83a8205a8bf3094115be1522744831d2", "s...
// // ImapFolderAnnotationsTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2021 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal ...
{ "content_hash": "c1919e7ad200638d82de245a1bf0c2c6", "timestamp": "", "source": "github", "line_count": 1184, "max_line_length": 223, "avg_line_length": 40.551520270270274, "alnum_prop": 0.6977276987482557, "repo_name": "jstedfast/MailKit", "id": "33989e89d8189c744282485264b505071e1f2d3b", "size": ...
package org.jasig.cas.ticket.registry.support.kryo; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.net.URL; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Map; import net.spy.memcached.CachedData; import net.spy.memcached.transcod...
{ "content_hash": "e2ce28ba293bdf3cf6ff696125856e3d", "timestamp": "", "source": "github", "line_count": 181, "max_line_length": 113, "avg_line_length": 38.22099447513812, "alnum_prop": 0.7263660017346054, "repo_name": "DICE-UNC/cas", "id": "0658287629259079f25cc6c2911c2d6ff9d0a1e8", "size": "7716",...
<?php namespace ZF\ContentNegotiation\Filter; use DirectoryIterator; use PHPUnit_Framework_TestCase as TestCase; use Zend\Http\Request as HttpRequest; use ZF\ContentNegotiation\Request; class RenameUploadTest extends TestCase { public function setUp() { $this->tmpDir = sys_get_temp_dir() . '/zf-c...
{ "content_hash": "9eeb5e0e9003eb665c01d8a15413feaf", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 82, "avg_line_length": 25.87378640776699, "alnum_prop": 0.5193245778611633, "repo_name": "pereiracruz2002/apiphp", "id": "acb11dca666d5b200519b1705087ead9bfa29b3c", "size"...
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <title>Canvas test: 2d.drawImage.svg</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/html/canvas/resources/canvas-tests.js"></script> <link...
{ "content_hash": "e6363315802c1c6f147572ce4fc83122", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 131, "avg_line_length": 37.724137931034484, "alnum_prop": 0.6983546617915904, "repo_name": "nwjs/chromium.src", "id": "6c12a6bdccaed00338a080ffb303ad23eab7666d", "size": "1...
package ch.heigvd.amt.selenium.pages; import org.openqa.selenium.WebDriver; /** * This file will be used later to manage the site navigation. * * @author Mario Ferreira */ public abstract class AbstractMoussaRaserPage extends Page { public AbstractMoussaRaserPage(WebDriver driver) { super(driver); ...
{ "content_hash": "7139cef5339e090e32876337b4d094b3", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 62, "avg_line_length": 21.733333333333334, "alnum_prop": 0.7300613496932515, "repo_name": "Kjnokeer/Teaching-HEIGVD-AMT-2015-Project", "id": "f62aa4afe508a1927b15675d7a72fb18...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "b48e3da42f3c592bac2a2159f1b40678", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "4d51a111caf76da5f84bb77fad540d51c8f175fd", "size": "178...
<?php namespace TypiCMS\Modules\Roles\Repositories; use TypiCMS\Modules\Core\Repositories\RepositoryInterface; interface RoleInterface extends RepositoryInterface { }
{ "content_hash": "1fa33d1f6b50e709a9a018c2e2d9e40c", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 58, "avg_line_length": 18.88888888888889, "alnum_prop": 0.8411764705882353, "repo_name": "laravelproject2016/mkproject", "id": "4d8a6197fdd5a98f5db78463a96051cd6381914a", "s...
[![Build Status](https://travis-ci.org/motine/Ohouse.svg?branch=development)](https://travis-ci.org/motine/Ohouse) This is/shall a Clearinghouse for all the projects mentioned. # Moved! Since I am not part of the development any more, this project has been renamed to [C-BAS] and moved [here](https://github.com/zanet...
{ "content_hash": "cfb5cc51200d6c9886809e54db4b917c", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 263, "avg_line_length": 49.224489795918366, "alnum_prop": 0.7574626865671642, "repo_name": "motine/Ohouse", "id": "62c0f6ce06f89fa24ba19bd8c678d8be9b2b2219", "size": "2433"...
<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- Do not modify this file directly. Instead, copy entries that you --> <!-- wish to modify from this file into mapred-site.xml and change them --> <!-- there. If mapred-site.xml does not already exist, create it. --> <configur...
{ "content_hash": "fc5ceccdb06c9503c464fcb0b1968f87", "timestamp": "", "source": "github", "line_count": 959, "max_line_length": 89, "avg_line_length": 33.83524504692388, "alnum_prop": 0.7264238165680473, "repo_name": "ghelmling/hadoop-common", "id": "f86f5bdfc87f4883befeeabc76140c0c0e972437", "size...
const nest = require('depnest') exports.gives = nest('app.sync.catchKeyboardShortcut') exports.needs = nest({ 'app.html.searchBar': 'first', 'app.html.tabs': 'first', 'app.sync.goTo': 'first' }) var gPressed = false exports.create = function (api) { return nest('app.sync.catchKeyboardShortcut', catchKeyboar...
{ "content_hash": "227c8a45168ca38252f18f7e161a5868", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 98, "avg_line_length": 24.315384615384616, "alnum_prop": 0.6048718759886113, "repo_name": "dominictarr/patchboard", "id": "db44d188a3e69107d56ecdd5c6b48ca956c7a031", "size...
const should = require('should'); const path = require('path'); const fs = require('fs'); const _ = require('lodash'); const supertest = require('supertest'); const nock = require('nock'); const testUtils = require('../../utils'); const config = require('../../../core/shared/config'); const localUtils = require('./util...
{ "content_hash": "848ec44b24c8568301148ae416e38839", "timestamp": "", "source": "github", "line_count": 310, "max_line_length": 130, "avg_line_length": 41.564516129032256, "alnum_prop": 0.6210322079937912, "repo_name": "bitjson/Ghost", "id": "35a1fea3521e6cfcf3f777060880fbbb119cebff", "size": "1288...
<! DOCTYPE html> <html> <head> <title>Iconic</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script type='text/javascript' src='js/underscorev1.4.4.js'></script> <script type='text/javascript' src='js/jQueryv1.10.1.js'></script> <script type='text/javascript' src='js/jquery.color.js'...
{ "content_hash": "831ba7197f8862195eebcb9fb2d03721", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 70, "avg_line_length": 26.428571428571427, "alnum_prop": 0.6936936936936937, "repo_name": "lucaswadedavis/iconic", "id": "bc042802bee5c8941280f132a4e303e0c81c29c9", "size":...
package org.kuali.rice.location.api.country; import org.kuali.rice.core.api.criteria.QueryByCriteria; import org.kuali.rice.core.api.exception.RiceIllegalArgumentException; import org.kuali.rice.core.api.exception.RiceIllegalStateException; import org.kuali.rice.location.api.LocationConstants; import org.sprin...
{ "content_hash": "542f862320f94a0906507ab52a3f76b2", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 133, "avg_line_length": 43.4, "alnum_prop": 0.7085802062760588, "repo_name": "mztaylor/rice-git", "id": "342a2dcf89781c1f9de93449e7b487126ee2a021", "size": "5192", "bina...
/** * Created by dd on 2/24/15. */ Deps.autorun(function () { if (Session.get("patient") && Session.get("patient")._id) { Meteor.subscribe("patientFlags", Session.get("patient")._id); } }); Template.console.events({ 'click #biolog-healthInfo-btn': function(event) { ask('I am listening',...
{ "content_hash": "507d1189e46aeb892daabf121952fb26", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 86, "avg_line_length": 24.555555555555557, "alnum_prop": 0.5694893341952165, "repo_name": "realdbio/biolog", "id": "b4cbc25f88e1e9345abfe81dae45d1ffbeeb4b9d", "size": "1547...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: 1 m 33 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.c...
{ "content_hash": "836f3a72c3ebfdad0ca400f786260696", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 181, "avg_line_length": 50.245714285714286, "alnum_prop": 0.566814511543273, "repo_name": "coq-bench/coq-bench.github.io", "id": "241d1ff98a1d894b3a1c2f0e49cd586205b1f3ed", ...
require 'faraday' require 'faraday_middleware' module Glip class Poster VERSION = '0.1.0' GLIP_WEBHOOK_BASE_URL = 'https://hooks.glip.com/webhook/' attr_reader :webhook_url attr_accessor :options attr_accessor :http def initialize(webhook_url_or_id) set_webhook_url(webhook_url_or_id) ...
{ "content_hash": "a55db8811eb623b041c00519d13bc552", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 69, "avg_line_length": 25.113636363636363, "alnum_prop": 0.6180995475113122, "repo_name": "grokify/glip-poster-ruby", "id": "d40f2fa6c58ee4054f2de530da3208a76debe5cc", "siz...
namespace content { // static RenderFrameHostFactory* RenderFrameHostFactory::factory_ = NULL; // static std::unique_ptr<RenderFrameHostImpl> RenderFrameHostFactory::Create( SiteInstance* site_instance, RenderViewHostImpl* render_view_host, RenderFrameHostDelegate* delegate, RenderWidgetHostDelegate* ...
{ "content_hash": "342c2be4d9d834c01a54bab091ff77a2", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 79, "avg_line_length": 31.404761904761905, "alnum_prop": 0.7240333586050038, "repo_name": "Samsung/ChromiumGStreamerBackend", "id": "f94453e3f67ae998f6aef25aae805d1f24b35480"...
using DD4T.ContentModel; using System; using System.Web.Mvc; using DVM4T.Attributes; using DVM4T.Base; using DVM4T.DD4T.Attributes; using DVM4T.Core; using DVM4T.Contracts; using System.Collections.Generic; using System.Linq; namespace DVM4T.Testing.DomainModels { public class GeneralContentViewModel { ...
{ "content_hash": "b281a56f2bc091cf50ea53a3d145a352", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 70, "avg_line_length": 21.15929203539823, "alnum_prop": 0.5964031785863655, "repo_name": "josheinhorn/DVM4T", "id": "b31ec3f80a4af142e1dfd6397ba89406d232d382", "size": "23...
var jwtHelper = (function() { return { urlBase64Decode : function(str) { var output = str.replace(/-/g, '+').replace(/_/g, '/'); switch (output.length % 4) { case 0: { break; } case 2: { output += '=='; break; } case 3: { output += '='; break; } ...
{ "content_hash": "f3dbe6e155ba52007743875144ecd506", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 119, "avg_line_length": 31.053571428571427, "alnum_prop": 0.4715353651523864, "repo_name": "jdbence/learn", "id": "0917b765425791c6b34ae69bfabdcccca05fc66a", "size": "1739"...
package se.toxbee.sleepfighter.utils.model; /** * {@link PrimitiveGetters} provides getters for all primitive<br/> * types on a key-value data structure where the key is K. * * @author Centril<twingoow@gmail.com> / Mazdak Farrokhzad. * @version 1.0 * @since Dec 15, 2013 */ public interface PrimitiveGetters<K>...
{ "content_hash": "cc496179623a9886da21645623bbb880", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 67, "avg_line_length": 19.6231884057971, "alnum_prop": 0.6270310192023634, "repo_name": "Centril/sleepfighter", "id": "44aa2495558345c7efd06b3ecb5ed95a8ded346b", "size": "1...
<?php namespace Hifone\Test\Functional; use Hifone\Test\AbstractTestCase; class WebTest extends AbstractTestCase { /** * A basic functional test example. * * @return void */ public function testHomepage() { $this->get('/'); $this->assertResponseStatus(302); } }
{ "content_hash": "af63e6d5a7ba0c9cf3aa04637f358bb3", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 41, "avg_line_length": 15.19047619047619, "alnum_prop": 0.6050156739811913, "repo_name": "underdogg-forks/hifone", "id": "3c98d4003e41561d8c0e6b3b545e66309d8cca85", "size":...
namespace base { class FilePath; } // namespace base namespace component_updater { // TODO(rsleevi): Remove in M86 or later. void DeleteLegacySTHSet(const base::FilePath& user_data_dir); } // namespace component_updater #endif // CHROME_BROWSER_COMPONENT_UPDATER_STH_SET_COMPONENT_REMOVER_H_
{ "content_hash": "0758e269490f50fa7264c7d4315be9db", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 72, "avg_line_length": 24.916666666666668, "alnum_prop": 0.7525083612040134, "repo_name": "endlessm/chromium-browser", "id": "51b028dafe4c8a58c5214ffad5374ed844eda0a1", "si...
"use strict" require('source-map-support').install() const isCi = require("is-ci") const isWindows = process.platform === "win32" // Squirrel.Windows msi is very slow jasmine.DEFAULT_TIMEOUT_INTERVAL = (isWindows ? 30 : 10) * 1000 * 60 const skip = test.skip const skipSuite = describe.skip const isAllTests = proce...
{ "content_hash": "88e1eb9b6bc040499b8c38d9cd6ad8d7", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 85, "avg_line_length": 24.41891891891892, "alnum_prop": 0.7083563918096292, "repo_name": "MariaDima/electron-builder", "id": "21da9a2d6e35b2b64f567e61f7efdb9e76fcefb7", "si...
<?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <products> <product id="8" xlink:href="http://localhost/api/products/8"/> <product id="9" xlink:href="http://localhost/api/products/9"/> </products> </prestashop>
{ "content_hash": "32ac8089d76a0642db3f5d6a659bce15", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 70, "avg_line_length": 40.285714285714285, "alnum_prop": 0.6347517730496454, "repo_name": "itconsultis/prestashop-api-client", "id": "bcdb00ec02de939ceda9b627e31e443867e1871b"...
<!DOCTYPE html> <!-- Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <link rel="import" href="/base/base.html"> <link rel="import" href="/base/iteration_helpers.html"> <link rel="import" href="/base/stat...
{ "content_hash": "570df9ebeab9830612477fe4fe88e074", "timestamp": "", "source": "github", "line_count": 272, "max_line_length": 79, "avg_line_length": 27.1875, "alnum_prop": 0.568762677484787, "repo_name": "vmpstr/trace-viewer", "id": "fadba0541baa8c4ed3ec4feae2468032f451f06f", "size": "7395", "b...
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_RENDERER_RENDER_VIEW_H_ #define CONTENT_RENDERER_RENDER_VIEW_H_ #pragma once #include <deque> #include <map> #include <queue> #includ...
{ "content_hash": "cf8e92017e8293ebf1642629b29e4b5b", "timestamp": "", "source": "github", "line_count": 1239, "max_line_length": 96, "avg_line_length": 42.79176755447942, "alnum_prop": 0.6880740866481827, "repo_name": "meego-tablet-ux/meego-app-browser", "id": "6bbea980a855bd168655472e3b7ccb877e387ad...
package com.viesis.viescraft.client.particle; import net.minecraft.client.particle.ParticleFlame; import net.minecraft.world.World; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; @SideOnly(Side.CLIENT) public class EntityUnholyFX extends ParticleFlame { publ...
{ "content_hash": "36e7ec61b16011f7a875cde1253e15f3", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 78, "avg_line_length": 33, "alnum_prop": 0.7121212121212122, "repo_name": "Weisses/Ebonheart-Mods", "id": "d4f3c6dab3c963b2fffb9564832c3ad261580437", "size": "726", "bina...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
{ "content_hash": "d173049a66e4d69066db6dd3e1527c25", "timestamp": "", "source": "github", "line_count": 409, "max_line_length": 116, "avg_line_length": 40.54767726161369, "alnum_prop": 0.567776169802219, "repo_name": "comran/SpartanBalloon2016", "id": "a0a62227684904418945b4bd404c92458293bc15", "si...
Action Launcher API ================================== A simple API live wallpaper developers can use to allow [Action Launcher 3](2) to theme itself based on the current colors of your wallpaper. <img src="screenshot.png" width="300"> Note: use of this API is only necessary for **live wallpapers** (not status wallp...
{ "content_hash": "ce3b530616998194c83c581ece782077", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 391, "avg_line_length": 48.820754716981135, "alnum_prop": 0.7342995169082126, "repo_name": "dhootha/ActionLauncherApi", "id": "595d38c2750c0337c9344ed3eb76b456c84519c0", "...
All URIs are relative to *https://apis.wso2.com/api/am/publisher/v3* Method | HTTP request | Description ------------- | ------------- | ------------- [**addAPIMonetization**](ApiMonetizationApi.md#addAPIMonetization) | **POST** /apis/{apiId}/monetize | Configure Monetization for a Given API [**getAPIMonetization**](A...
{ "content_hash": "889528d4bd65cc208e7fd63896ae1b41", "timestamp": "", "source": "github", "line_count": 288, "max_line_length": 395, "avg_line_length": 41.55555555555556, "alnum_prop": 0.7027907754010695, "repo_name": "wso2/product-apim", "id": "6a3587d9437a1c2123d985f71eff7487953d5b0b", "size": "1...
""" AniColle Library Collect your animes like a geek. Database model and operations here. Unlike the previous version, this version returns objects as results rather than dictionaries by default. You can force convert it into a dict by using to_dict(). """ from peewee import * import re from .seeker import seeker fr...
{ "content_hash": "8cddd25576e65d3925667789cc731ae8", "timestamp": "", "source": "github", "line_count": 211, "max_line_length": 138, "avg_line_length": 28.96208530805687, "alnum_prop": 0.5576828669612175, "repo_name": "chienius/anicolle", "id": "97655b2a29a8340713f930d7e0d0464dfd8082e9", "size": "6...