text stringlengths 3 1.05M |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.1" name="com.google.oauth-client.google-oauth-client">
<properties>
<property name="jboss.api" value="private" />
</properties>
<resources>
<artifact name="${com.google.oauth-client:google-oauth-client}" />
</resources>
<dependen... |
import * as React from "react";
export const AuthUserContext = React.createContext(null);
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>yalla: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... |
from cook import cpp
cpp.executable(
name='qux',
sources=['qux.cpp']
)
|
package org.apache.maven.artifact.resolver;
import org.apache.maven.artifact.Artifact;
import org.apache.maven.artifact.versioning.VersionRange;
import org.codehaus.plexus.logging.Logger;
/**
* Send resolution warning events to the warning log.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*/
p... |
<?php
namespace Zend\Cache\Exception;
class ExtensionNotLoadedException extends RuntimeException
{
}
|
namespace System.Xml.Schema
{
// SUMMARY
// =======
// For each Xml type, there is a set of Clr types that can represent it. Some of these mappings involve
// loss of fidelity. For example, xsd:dateTime can be represented as System.DateTime, but only at the expense
// of normalizing the time zone.... |
package io.netty.handler.codec.socksx.v5;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class DefaultSocks5InitialRequestTest {
@Test
public void testConstructorParamsAreNotEmpty() {
try {
new DefaultSocks5InitialRequest();
} catch (Exception e) {
... |
class TranslationUniqueness < ActiveRecord::Migration[5.0]
def change
add_index(:translations, [:exhibit_id, :key, :locale], unique: true)
end
end
|
/**
* Select2 Italian translation
*/
(function ($) {
"use strict";
$.fn.select2.locales['it'] = {
formatNoMatches: function () { return "Nessuna corrispondenza trovata"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "Inserisci ancora " + n + " caratter" + ... |
using System;
using Orchard.Caching;
using Orchard.Services;
namespace Orchard.Tests.Stubs {
public class StubClock : IClock {
public StubClock() {
UtcNow = new DateTime(2009, 10, 14, 12, 34, 56, DateTimeKind.Utc);
}
public DateTime UtcNow { get; private set; }
public... |
package org.elasticsearch.xpack.logstash.action;
import org.elasticsearch.action.ActionRequest;
import org.elasticsearch.action.ActionRequestValidationException;
import org.elasticsearch.common.io.stream.StreamInput;
import org.elasticsearch.common.io.stream.StreamOutput;
import java.io.IOException;
import java.uti... |
<div>
Specify the paths that you'd like to sparse checkout. This may be used for saving space (Think about a reference repository)
Be sure to use a recent version of Git, at least above 1.7.10
</div>
|
package org.elasticsearch.search.aggregations.bucket.missing;
import org.elasticsearch.common.xcontent.XContentBuilder;
import org.elasticsearch.search.aggregations.AggregationBuilder;
import java.io.IOException;
/**
* Builder for the {@link Missing} aggregation.
*/
public class MissingBuilder extends Aggregatio... |
// 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 following conditions are
// met:
//
// ... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="OxyMouseEnterGesture.cs" company="OxyPlot">
// Copyright (c) 2014 OxyPlot contributors
// </copyright>
// <summary>
// Represents a mouse enter gesture.
// </summary>
// -----... |
package com.amazonaws.services.frauddetector.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.frauddetector.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken;
impo... |
package com.alibaba.cobar.manager.response;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import com.alibaba.cobar.CobarServer;
import com.alibaba.cobar.manager.ManagerConnection;
import com.alibaba.cobar.net.FrontendConnection;
import com.alibaba.cobar.net.NIOConnection;
import... |
/*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text... |
#ifndef _ASM_IA64_CACHEFLUSH_H
#define _ASM_IA64_CACHEFLUSH_H
#include <linux/page-flags.h>
#include <linux/bitops.h>
#include <asm/page.h>
/*
* Cache flushing routines. This is the kind of stuff that can be very expensive, so try
* to avoid them whenever possible.
*/
#define flush_cache_all() do { } while ... |
/**
* HTTP request body used by both {@link Request} and {@link Response}
* https://fetch.spec.whatwg.org/#body
*/
export declare abstract class Body {
/**
* Attempts to return body as parsed `JSON` object, or raises an exception.
*/
json(): any;
/**
* Returns the body as a string, presumi... |
<!DOCTYPE html>
<html>
<head>
<title>Websql Unique Index test</title>
</head>
<body>
<h3>Websql Unique Index test</h3>
<p>See test result on console.</p>
<button onclick="deleteDb()">Delete db</button>
<button onclick="doTest1()">Test 1</button>
<button onclick="doTest2()">Test 2 unique constrai... |
package com.heatonresearch.aifh.examples.randomize
import javax.swing._
import java.awt._
import java.text.DecimalFormat
import java.text.NumberFormat
/**
* A histogram panel.
*/
class HistoPanel extends JPanel {
val BAR_WIDTH = 10
private var evalCount: Long = 0L
private var evalTime: Long = 0L
private va... |
#define DT_DRV_COMPAT silabs_gecko_leuart
#include <errno.h>
#include <zephyr/drivers/uart.h>
#include <zephyr/irq.h>
#include <em_leuart.h>
#include <em_gpio.h>
#include <em_cmu.h>
#include <soc.h>
#define LEUART_PREFIX cmuClock_LEUART
#define CLOCK_ID_PRFX2(prefix, suffix) prefix##suffix
#define CLOCK_ID_PRFX(pre... |
package validation
|
package quota // import "github.com/docker/docker/quota"
import "sync"
// Quota limit params - currently we only control blocks hard limit
type Quota struct {
Size uint64
}
// Control - Context to be used by storage driver (e.g. overlay)
// who wants to apply project quotas to container dirs
type Control struct {
... |

## Overview
**Mou**, the missing Markdown editor for *web developers*.
### Syntax
#### Strong and Emphasize
**strong** or __strong__ ( Cmd + B )
*emphasize* or _emphasize_ ( Cmd + I )
**Sometimes I want a lot of text to be bold.
Like, seriously, a _LOT_ of text**
#### ... |
//
// ______ _ _ _ _____ _____ _ __
// | ____| | | (_) | | / ____| __ \| |/ /
// | |__ ___| |_ _ _ __ ___ ___ | |_ ___ | (___ | | | | ' /
// | __| / __| __| | '_ ` _ \ / _ \| __/ _ \ \___ \| | | | <
// | |____\__ \ |_| | | | | | | (_) | || __/ ... |
#import <Foundation/Foundation.h>
#import "XMPPResource.h"
@class XMPPJID;
@class XMPPIQ;
@class XMPPPresence;
@interface XMPPResourceMemoryStorageObject : NSObject <XMPPResource, NSCopying, NSSecureCoding>
{
XMPPJID *jid;
XMPPPresence *presence;
NSDate *presenceDate;
}
/* From the XMPPResource protocol
- (XM... |
Rememberable, Laravel 5 query cache
===================================
[](https://packagist.org/packages/watson/rememberable)
[](https://packagist.org/packages/w... |
define( function() {
"use strict";
// A method for quickly swapping in/out CSS properties to get correct calculations.
return function( elem, options, callback ) {
var ret, name,
old = {};
// Remember the old values, and insert the new ones
for ( name in options ) {
old[ name ] = elem.style[ name ];
elem.st... |
package org.apache.flink.runtime.operators.shipping;
import org.apache.flink.api.common.distributions.DataDistribution;
import org.apache.flink.api.common.functions.Partitioner;
import org.apache.flink.api.common.typeutils.TypeComparator;
import org.apache.flink.runtime.io.network.api.writer.ChannelSelector;
import ... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
<ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" />
|
@interface QYTableViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *title;
@property (weak, nonatomic) IBOutlet UILabel *icon;
@property (weak, nonatomic) IBOutlet UILabel *people;
@property (weak, nonatomic) IBOutlet UIImageView *imgView;
@property (nonatomic,strong) QYModel *model;
@end
|
'use strict';
//Start by defining the main module and adding the module dependencies
angular.module(ApplicationConfiguration.applicationModuleName, ApplicationConfiguration.applicationModuleVendorDependencies);
// Setting HTML5 Location Mode
angular.module(ApplicationConfiguration.applicationModuleName).config(['$loc... |
UPDATE ofVersion SET version = 28 WHERE name = 'openfire';
COMMIT;
|
#import "PFQueryState.h"
@interface PFQueryState () {
@protected
NSString *_parseClassName;
NSDictionary *_conditions;
NSArray *_sortKeys;
NSSet *_includedKeys;
NSSet *_selectedKeys;
NSDictionary *_extraOptions;
NSInteger _limit;
NSInteger _skip;
PFCachePolicy _cachePolicy;
... |
//
// EXTRuntimeExtensions.h
// extobjc
//
// Created by Justin Spahr-Summers on 2011-03-05.
// Copyright (C) 2012 Justin Spahr-Summers.
// Released under the MIT license.
//
#import <objc/runtime.h>
/**
* Describes the memory management policy of a property.
*/
typedef enum {
/**
* The value is assig... |
namespace llvm {
void BuryPointer(const void *Ptr) {
// This function may be called only a small fixed amount of times per each
// invocation, otherwise we do actually have a leak which we want to report.
// If this function is called more than kGraveYardMaxSize times, the pointers
// will not be properly buri... |
class Break {
public static void main(String args[]) {
boolean t = true;
first: {
second: {
third: {
System.out.println("Предшествует оператору break.");
if (t) break second;
System.out.println("Этот оператор не будет выполняться");
}
System.out.printl... |
<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.trinea.android.view.... |
module Capybara
module Node
module Actions
##
#
# Finds a button or link by id, text or value and clicks it. Also looks at image
# alt text inside the link.
#
# @param [String] locator Text, id or value of link or button
#
def click_link_or_button(locator, opt... |
namespace content {
namespace pepper_socket_utils {
SocketPermissionRequest CreateSocketPermissionRequest(
SocketPermissionRequest::OperationType type,
const PP_NetAddress_Private& net_addr) {
std::string host = ppapi::NetAddressPrivateImpl::DescribeNetAddress(net_addr,
... |
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(["angular","chartist"], factory);
} else if (typeof exports === 'object') {
module.exports = factory(require('angular'), require('chartist'));
} else {
root.angularChartist = factory(root.angular, root.Chartist);
}
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CKFinder — Podręcznik Użytkownika</title>
<link href="../../files/other/help.css" type="text/css" rel="stylesheet" />
<meta http-eq... |
require 'action_controller/record_identifier'
module ActionView
# = Action View Record Tag Helpers
module Helpers
module RecordTagHelper
include ActionController::RecordIdentifier
# Produces a wrapper DIV element with id and class parameters that
# relate to the specified Active Record objec... |
test("module without setup/teardown (default)", function() {
expect(1);
ok(true);
});
test("expect in test", 3, function() {
ok(true);
ok(true);
ok(true);
});
test("expect in test", 1, function() {
ok(true);
});
module("setup test", {
setup: function() {
ok(true);
}
});
test("module w... |
package com.android.volley.toolbox;
import android.content.Context;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.widget.ImageView;
import android.widget.LinearLayout.LayoutParams;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.ImageLoader.ImageContainer;
i... |
/* System call table for x86-64. */
#include <linux/linkage.h>
#include <linux/sys.h>
#include <linux/cache.h>
#include <asm/asm-offsets.h>
#include <asm/syscall.h>
#define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat)
#ifdef CONFIG_X86_X32_ABI
# define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(n... |
package com.squareup.spoon.html;
import com.squareup.spoon.DeviceDetails;
import com.squareup.spoon.DeviceResult;
import com.squareup.spoon.DeviceTest;
import com.squareup.spoon.DeviceTestResult;
import com.squareup.spoon.SpoonSummary;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import java... |
#include "arm_math.h"
/**
* @ingroup groupFilters
*/
/**
* @addtogroup FIR_decimate
* @{
*/
/**
* @brief Processing function for the Q15 FIR decimator.
* @param[in] *S points to an instance of the Q15 FIR decimator structure.
* @param[in] *pSrc points to the block of input d... |
require File.expand_path('../../../../spec_helper', __FILE__)
require 'csv'
describe "CSV::Writer#initialize" do
it "needs to be reviewed for spec completeness"
end
|
package com.intellij.codeInsight.template;
import com.intellij.codeInsight.completion.CompletionParameters;
import com.intellij.codeInsight.completion.CompletionResultSet;
import com.intellij.codeInsight.template.impl.CustomLiveTemplateLookupElement;
import com.intellij.openapi.editor.Editor;
import com.intellij.psi.... |
<script type="text/javascript">
//< ###
Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
### [SpendFrom](/contrib/spendfrom) ###
Use the raw transactions API to send coins received on a particular
address (or addresses).
Repository Tools
----... |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... |
namespace llvm {
class BitstreamWriter;
}
namespace clang {
class NamedDecl;
class DeclContext;
class MacroInfo;
class ModuleMacro;
class ObjCCategoryDecl;
class TypedefNameDecl;
}
namespace swift {
/// A name from a SwiftLookupTable that has not been deserialized into a
/// DeclBaseName yet.
struct SerializedSwiftN... |
<?php
/**
* @see Zend_Exception
*/
require_once 'Zend/Exception.php';
/**
* @see Zend_Gdata_Entry
*/
require_once 'Zend/Gdata/Entry.php';
/**
* Concrete class for working with Health profile list entries.
*
* @link http://code.google.com/apis/health/
*
* @category Zend
* @package Zend_Gdata
* @subp... |
'use strict';
angular.module('huellas').controller('consumoController', ['$scope', '$routeParams', '$location', 'Articles',
function($scope, $routeParams, $location, Articles) {
$scope.find = function() {
$scope.articles = Articles.query();
};
$scope.findOne = f... |
<?php
require 'avatars.php';
Avatar::render();
?> |
static NSString *const kInitAnimation = @"InitAnimation";
static NSString *const kGroupAnimation = @"GroupAnimation";
static NSUInteger const kBubbleCout = 5;
#define kLayerPosition ((CGPoint){arc4random() % ((NSInteger)self.width - 240) + 120, arc4random() % ((NSInteger)self.height - 30) + 15})
@interface SCBubbleR... |
class Rectangle{
Vec2 min_;
Vec2 max_;
Color color_;
public:
Rectangle();
Rectangle(Vec2 const& min, Vec2 const& max, Color const& color);
Rectangle(Vec2 const& min, Vec2 const& max);
Vec2 get_min()const;
Vec2 get_max()const;
float circumference()const;
Color get_color()cons... |
<?php
require_once 'Zend/Gdata/Gapps.php';
require_once 'Zend/Gdata/Gapps/OwnerQuery.php';
/**
* @category Zend
* @package Zend_Gdata_Gapps
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd ... |
// Copyright 2010-2014 Google
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wri... |
基于SiteD源码开发的项目,请在关于里加上:
引擎:sited.v30(版本号视具体情况)
谢谢!
# SiteD
SiteD
插件引擎定制实例(具体要根据应用的需求来定制引擎,可参考/demo/下的示例)
```java
public class DdSource extends SdSource {
public final int ver; //版本号
public final int engine;//引擎版本号
public final String sds; //插件平台服务
public final boolean isPrivate;//是否为私密型插件
public ... |
**RapidString** is a faster Scala string interpolation replacement. It is inspired by Fastering (https://github.com/Atry/fastring). Some code is copied from Fastring.
## How to use it
`RapidString` uses [string interpolation](http://docs.scala-lang.org/sips/pending/string-interpolation.html) syntax.
import co... |
Bitcoin 0.8.6 BETA
====================
Copyright (c) 2009-2013 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](h... |
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
from enum import Enum
class Order(Enum):
asc = 'ASC'
desc = 'DESC'
class Comparator(Enum):
pass
class Equality(Comparator):
eq = '='
ne = '!='
gt = '>'
gte = '>='
lt = '<'
lte = '<='
class Boolean(Comparator):
and_ = '^'
or_ = '^OR'
nq_ = '^NQ'
# Retrieved by in... |
<?xml version='1.0' encoding='UTF-8'?>
<xmcda:XMCDA xmlns:xmcda='http://www.decision-deck.org/2012/XMCDA-2.2.1'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://www.decision-deck.org/2012/XMCDA-2.2.1 http://www.decision-deck.org/xmcda/_downloads/XMCDA-2.2.1.xsd'>
<method... |
package org.apache.camel.component.sql;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.Iterator;
import org.apache.camel.Exchange;
/**
* Strategy for preparing statements when executing SQL queries.
*/
public interface SqlPrepareStatementStrategy {
/**
* Prepares the q... |
using System.Collections.Generic;
using System.Linq;
using Umbraco.Core.Services;
namespace Umbraco.Core.Models
{
internal static class ContentTypeExtensions
{
/// <summary>
/// Get all descendant content types
/// </summary>
/// <param name="contentType"></param>
... |
#ifndef EFX_NIC_H
#define EFX_NIC_H
#include <linux/i2c-algo-bit.h>
#include "net_driver.h"
#include "efx.h"
#include "mcdi.h"
#include "spi.h"
/*
* Falcon hardware control
*/
enum {
EFX_REV_FALCON_A0 = 0,
EFX_REV_FALCON_A1 = 1,
EFX_REV_FALCON_B0 = 2,
EFX_REV_SIENA_A0 = 3,
};
static inline int efx_nic_rev(s... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
WebSocket tab
</title>
</head>
<body bgcolor="#ffffff">
<h1>WebSocket tab</h1>
<p>
The WebSockets tab displays all messages from WebSocket connections.
While ZAP is active, ... |
(function() {
'use strict';
angular.module('panelReuseDemo', ['ngMaterial'])
.controller('ReuseDemoCtrl', ReuseDemoCtrl)
.controller('ReusePanelCtrl', ReusePanelCtrl);
function ReuseDemoCtrl($mdPanel) {
this._mdPanel = $mdPanel;
this.animationType = 'scale';
var position = this._mdPanel.newPanelPositi... |
package com.smartsheet.api.models;
public class SightPublish {
/**
* If true, a rich version of the Sight is published with the ability to use shortcuts and widget interactions.
*/
private Boolean readOnlyFullEnabled;
/**
* Flag to indicate who can access the 'Read-Only Full' view of the... |
namespace Shouldly.Tests.TestHelpers
{
class UncomparableClass
{
private readonly string _description;
public UncomparableClass(string description)
{
_description = description;
}
public override string ToString()
{
return _description;
... |
/* The following styles are for IE 8 only*/
.rank label
{
line-height: 27px;
}
|
// Copyright 2015 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.
#include "chrome/browser/ui/webui/settings/font_handler.h"
#include "base/bind_helpers.h"
#include "base/i18n/rtl.h"
#include "base/prefs/pref_service.h"... |
package logrus_syslog
import (
"fmt"
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"log/syslog"
"os"
)
// SyslogHook to send logs via syslog.
type SyslogHook struct {
Writer *syslog.Writer
SyslogNetwork string
SyslogRaddr string
}
// Creates a hook to be added to an insta... |
package org.phpmaven.core.test;
import java.io.File;
import org.apache.maven.execution.MavenSession;
import org.codehaus.plexus.util.xml.Xpp3Dom;
import org.phpmaven.core.IComponentFactory;
import org.phpmaven.core.test.comp.ISomeComponentHint;
import org.phpmaven.test.AbstractTestCase;
/**
* Test case for the IC... |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Installation Guide — MetPy 0.9</title>
... |
'use strict';
const fs = require('fs-extra');
const path = require('path');
const temp = require('temp');
const EOL = require('os').EOL;
const insertIntoFile = require('../../../lib/utilities/insert-into-file');
const expect = require('chai').expect;
describe('insertIntoFile()', function() {
let tempDir, filePath;... |
#import "RoomOutgoingEncryptedAttachmentBubbleCell.h"
#import "RoomEncryptedDataBubbleCell.h"
@implementation RoomOutgoingEncryptedAttachmentBubbleCell
- (void)awakeFromNib
{
[super awakeFromNib];
// Listen to encryption icon tap
UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc]... |
/*!
* vue-resource v0.7.4
* https://github.com/vuejs/vue-resource
* Released under the MIT License.
*/
'use strict';
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
return typeof obj;
} : function (obj) {
return obj && typeof Symbol === "function" && obj.co... |
package org.lactor.consultant.inbox.ui;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import org.lactor.consultant.R;
import org.lactor.consultant.core.util.DateUtils;
import org.lactor.consultant.inbox.model.InboxMessage;
... |
package com.alibaba.rocketmq.common.protocol.header;
import com.alibaba.rocketmq.remoting.CommandCustomHeader;
import com.alibaba.rocketmq.remoting.annotation.CFNotNull;
import com.alibaba.rocketmq.remoting.exception.RemotingCommandException;
/**
* @author shijia.wxr<vintage.wang@gmail.com>
*/
public cla... |
package hostdiscovery
import (
"net"
"sync"
log "github.com/Sirupsen/logrus"
mapset "github.com/deckarep/golang-set"
"github.com/docker/docker/pkg/discovery"
// Including KV
_ "github.com/docker/docker/pkg/discovery/kv"
"github.com/docker/libkv/store/consul"
"github.com/docker/libkv/store/etcd"
"github.com... |
<?php
namespace Symfony\Component\Form;
use Symfony\Component\Form\Exception\InvalidPropertyPathException;
use Symfony\Component\Form\Exception\InvalidPropertyException;
use Symfony\Component\Form\Exception\PropertyAccessDeniedException;
/**
* Allows easy traversing of a property path
*
* @author Bernhard Schus... |
using System;
using System.Reflection;
using System.Threading;
using System.Runtime.InteropServices;
using CoreFXTestLibrary;
class MarshalClassTests
{
//definition of structure that will be used in testing of structs with Fixed BSTR Safearray fields
internal struct Variant
{
public ushort vt;
... |
/*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... |
using UnityEngine;
using System.Collections;
using LiveWorld;
public class LWConnectionObject : LWInterface.Connection {
}
|