text
stringlengths
2
99.1k
meta
dict
In Layout <%= yield %>
{ "pile_set_name": "Github" }
fn foo() -> { x := [5] return some(x) } fn main() { x := foo() println(x) }
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "architexture@1x.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "architexture@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "architexture@3x.png", "scale" : ...
{ "pile_set_name": "Github" }
# GNU m4 ## default y if !CONFIGURE_has_gnu_m4_1_4_12_or_newer
{ "pile_set_name": "Github" }
function foo(x) { function bar() { x = function i_am_reachable() {} } bar(); return x; } var y = foo(null); y();
{ "pile_set_name": "Github" }
module AbcHelper def bare_a() end def bare_b() end def bare_c() end end
{ "pile_set_name": "Github" }
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; # -*- perl -*- use lib "$ENV{ACE_ROOT}/bin"; use PerlACE::TestTarget; my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n"; $SV = $server->CreateProcess ("server"); $test = $SV->Spa...
{ "pile_set_name": "Github" }
// Matching enum E0 { E0_Val0 = 'a', E0_Val1 = (17), E0_Val2 = (1 << 2), E0_Val3 = E0_Val2, E0_Val4 = sizeof(int*), E0_Val5 = (unsigned int)-1 };
{ "pile_set_name": "Github" }
[ { "blockName": "core/social-link-deviantart", "attrs": { "url": "https://example.com/" }, "innerBlocks": [], "innerHTML": "", "innerContent": [] }, { "blockName": null, "attrs": {}, "innerBlocks": [], "innerHTML": ...
{ "pile_set_name": "Github" }
- name: event.kind type: keyword description: Event kind (e.g. event) - name: event.category type: keyword description: Event category (e.g. database) - name: event.code type: keyword description: Identification code for this event - name: event.type type: keyword description: Event severity (e.g. info,...
{ "pile_set_name": "Github" }
// Matching enum E0 { E0_Val0 = 'a', E0_Val1 = (17), E0_Val2 = (1 << 2), E0_Val3 = E0_Val2, E0_Val4 = sizeof(int*), E0_Val5 = (unsigned int)-1 };
{ "pile_set_name": "Github" }
package jp.leafytree.android.hello; public class HelloJava { public String say() { return "Hello. I'm Java !"; } }
{ "pile_set_name": "Github" }
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. DIRS += ['pu...
{ "pile_set_name": "Github" }
--TEST-- Testing declare statement with several type values --INI-- precision=15 zend.multibyte=1 --FILE-- <?php declare(encoding = 1); declare(encoding = 11111111111111); declare(encoding = M_PI); print 'DONE'; ?> --EXPECTF-- Warning: Unsupported encoding [1] in %sdeclare_003.php on line %d Warning: Unsupported en...
{ "pile_set_name": "Github" }
ALL_EXAMPLE=example/parameter example/parameter: example/parameter.cc libdmlc.a $(ALL_EXAMPLE) : $(CXX) $(CFLAGS) -o $@ $(filter %.cpp %.o %.c %.cc %.a, $^) $(LDFLAGS)
{ "pile_set_name": "Github" }
begin select * from t1 where id in (select id from t2) commit
{ "pile_set_name": "Github" }
dependencies: - name: jupyterhub version: "0.9.0" repository: "https://jupyterhub.github.io/helm-chart"
{ "pile_set_name": "Github" }
3 2048 201 3000 201 -1 -1 64
{ "pile_set_name": "Github" }
/** * WordPress dependencies */ import { PanelRow } from '@wordpress/components'; import { PostSticky as PostStickyForm, PostStickyCheck, } from '@wordpress/editor'; export function PostSticky() { return ( <PostStickyCheck> <PanelRow> <PostStickyForm /> </PanelRow> </PostStickyCheck> ); } export d...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app />
{ "pile_set_name": "Github" }
java.io.File = net.hasor.libs.com.caucho.hessian.io.FileDeserializer java.math.BigDecimal = net.hasor.libs.com.caucho.hessian.io.BigDecimalDeserializer javax.management.ObjectName = net.hasor.libs.com.caucho.hessian.io.ObjectNameDeserializer
{ "pile_set_name": "Github" }
// stdafx.cpp : 只包括标准包含文件的源文件 // GameClient.pch 将是预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
{ "pile_set_name": "Github" }
--- applications: - name: ccapi-indexing command: bundle exec puma -C ./config/puma.rb instances: 1 memory: 2G services: - bservice - eservice env: MAX_THREADS: 5 WEB_CONCURRENCY: 1 INDEX_APP: enable NPROCS: 2
{ "pile_set_name": "Github" }
bh_shr() { [[ $# -lt 2 ]] && return 1 echo $(($1>>$2)) }
{ "pile_set_name": "Github" }
// Copyright 2018 Google LLC All Rights Reserved. // // 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 l...
{ "pile_set_name": "Github" }
// // LLResignView.h // Olla // // Created by null on 14-11-4. // Copyright (c) 2014年 xiaoran. All rights reserved. // #import <UIKit/UIKit.h> // 通常用来回收键盘 @interface OllaResignView : UIView @end
{ "pile_set_name": "Github" }
package chapter01.section10.thread_1_10_1.project_1_t18; public class MyThread2 extends Thread { @Override public void run() { System.out.println("MyThread2 run priority=" + this.getPriority()); } }
{ "pile_set_name": "Github" }
#!/bin/sh # Title: install script # Description: the install script is responsible for installing the Web # application, which includes exploding the WAR file in the correct directory, # creating the photos directory if it does not exists, the putting the # archived photos back into the directory. # echo "Starting ...
{ "pile_set_name": "Github" }
# This source code was written by the Go contributors. # The master list of contributors is in the main Go distribution, # visible at https://tip.golang.org/CONTRIBUTORS.
{ "pile_set_name": "Github" }
<system> <name>KOI-4127</name> <rightascension>19 13 35</rightascension> <declination>+40 12 47</declination> <distance>1290.68</distance> <star> <name>KOI-4127</name> <temperature errorminus="189.00" errorplus="189.00">5812.00</temperature> <radius errorminus="0.4960" errorplus="0.4960">1.0100</radius> <m...
{ "pile_set_name": "Github" }
tokenize \ 'TokenNgram("report_source_location", true, \ "include_removed_source_location", false, \ "loose_symbol", true)' \ "090(1234)56−78" \ 'NormalizerNFKC100("include_removed_source_location", false, \ "report_source_offset", true)'
{ "pile_set_name": "Github" }
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. static int volatile val = 2; int test5740a() { return val; }
{ "pile_set_name": "Github" }
for (var i: i32 = 0; i < 10; ++i) { ; } for (i = 0; i < 10; ++i) { ; } for (;;) { ; }
{ "pile_set_name": "Github" }
--TEST-- GH-455: expectOutputString not working in strict mode --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--disallow-test-output'; $_SERVER['argv'][3] = 'Issue445Test'; $_SERVER['argv'][4] = __DIR__ . '/445/Issue445Test.php'; require __DIR__ . '/../../bootstrap.php'; PHPUnit_Tex...
{ "pile_set_name": "Github" }
# Analysis This directory contains the code used for the VAE and mutual information experiments from the paper.
{ "pile_set_name": "Github" }
require('../../../modules/core.function.part'); module.exports = require('../../../modules/_entry-virtual')('Function').part;
{ "pile_set_name": "Github" }
config BR2_PACKAGE_QT5SCRIPT bool "qt5script" select BR2_PACKAGE_QT5BASE depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE help Qt is a cross-platform application and UI framework for developers using C++. This package corresponds to the qt5script module. http://qt-project.org
{ "pile_set_name": "Github" }
// Copyright 2017 The etcd Authors // // 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 t...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "list_collect_new.png" }, { "idiom" : "universal", "scale" : "2x", "filename" : "list_collect_new@2x.png" }, { "idiom" : "universal", "scale" : "3x", "filename" : "list_collec...
{ "pile_set_name": "Github" }
#!/bin/sh DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" echo -n "Setting up git hooks..." # All of our hooks for convenience go here ln -sf "${DIR}/githooks/pre-commit" "${DIR}/../.git/hooks/pre-commit" echo "Done."
{ "pile_set_name": "Github" }
{ "pile_set_name": "Github" }
<blockquote><p>A list within a blockquote:</p> <ul> <li>asterisk 1</li> <li>asterisk 2</li> <li>asterisk 3</li> </ul> </blockquote>
{ "pile_set_name": "Github" }
pp_macro_badchar.i:4: Error: Illegal character in macro argument name
{ "pile_set_name": "Github" }
LIBRARY dxilconv EXPORTS DxcCreateInstance DxcCreateInstance2
{ "pile_set_name": "Github" }
int sound_init(int, int); void sound_play(void *, int); void sound_deinit(void);
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ MEMSET_FN(memset_orig, "x86-64-unrolled", "unrolled memset() in arch/x86/lib/memset_64.S") MEMSET_FN(__memset, "x86-64-stosq", "movsq-based memset() in arch/x86/lib/memset_64.S") MEMSET_FN(memset_erms, "x86-64-stosb", "movsb-based memset() in arch/x86/lib/memset_64.S")
{ "pile_set_name": "Github" }
stderr 0 stderr 1 stderr 2 stderr 3 stderr 4 stderr 5 stderr 6 stderr 7 stderr 8 stderr 9
{ "pile_set_name": "Github" }
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ PORTNAME= Pegex PORTVERSION= 0.75 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Acmeist PEG Parser Framework LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_F...
{ "pile_set_name": "Github" }
using Xamarin.Forms; namespace Prism.Forms.Tests.Mvvm.Mocks.Views { public class ViewModelLocatorPageMock : Page { } }
{ "pile_set_name": "Github" }
.filebox .textbox-value { vertical-align: top; position: absolute; top: 0; left: -5000px; }
{ "pile_set_name": "Github" }
.index-container { -webkit-flex-direction: column; flex-direction: column; @media (min-width: $desktop-min-width) { display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .index-column { -webkit-flex: 1 1 33%; flex: 1 1 33%; } }
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_Pods_IGListKitExamples : NSObject @end @implementation PodsDummy_Pods_IGListKitExamples @end
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NOUVEAU_VGA_H__ #define __NOUVEAU_VGA_H__ void nouveau_vga_init(struct nouveau_drm *); void nouveau_vga_fini(struct nouveau_drm *); void nouveau_vga_lastclose(struct drm_device *dev); #endif
{ "pile_set_name": "Github" }
; Override for build phase on Vercel extension_dir = "${PHP_INI_EXTENSION_DIR}"
{ "pile_set_name": "Github" }
Feature: Test Scenarios with Data Tables Scenario: Simple data table Given users are: | name | login | email | | Viktor | clicman | clicman@ya.ru | | Viktor2 | clicman2 | clicman2@ya.ru |
{ "pile_set_name": "Github" }
(set-option :produce-unsat-model-interpolants true) (set-logic QF_NIA) (declare-fun v0 () Int) (assert (let ((e1 44)) (let ((e2 (- v0 v0))) (let ((e3 (- v0))) (let ((e4 (* e3 v0))) (let ((e5 (- v0 e2))) (let ((e6 (* e1 e5))) (let ((e7 (distinct e4 e5))) (let ((e8 (distinct v0 e4))) (let ((e9 (distinct e6 e5))) (let ((e...
{ "pile_set_name": "Github" }
| a | b | out | | 0 | 0 | 0 | | 0 | 1 | 0 | | 1 | 0 | 0 | | 1 | 1 | 1 |
{ "pile_set_name": "Github" }
function map_dark_2xkrossb.init() dark.init() end
{ "pile_set_name": "Github" }
// Copyright (c) 2014-2019 K Team. All Rights Reserved. DEF: null -> null module TEST rule A:Exp => A:Exp requires _andBool_(#token("#Bool", "true")(),, isExp(A:Exp)) syntax Exp ::= endmodule
{ "pile_set_name": "Github" }
#!/usr/bin/env bash echo "bin .npm/bin"
{ "pile_set_name": "Github" }
define(['underscore'], function () { var styles = { css: [ 'fontawesome', 'styles' ] }; require(_.reduce(_.keys(styles), function (list, pluginName) { return list.concat(_.map(styles[pluginName], function (stylename) { return pluginName + '!styles...
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class TickprefixValidator(_plotly_utils.basevalidators.StringValidator): def __init__( self, plotly_name="tickprefix", parent_name="bar.marker.colorbar", **kwargs ): super(TickprefixValidator, self).__init__( plotly_name=plotly_name, ...
{ "pile_set_name": "Github" }
<http://me.markus-lanthaler.com/> <http://xmlns.com/foaf/0.1/name> "Markus Lanthaler" .
{ "pile_set_name": "Github" }
import styled from 'styled-components' import { Divider as MaterialDivider } from '@material-ui/core' const Divider = styled(MaterialDivider)` && { margin: ${({ theme }) => theme.spacing(3, 0)}; width: 100%; } ` export default Divider
{ "pile_set_name": "Github" }
# frozen_string_literal: true require_relative 'terraform/apply_command' require_relative 'terraform/destroy_command' module Pharos class TerraformCommand < Pharos::Command subcommand "apply", "apply terraform configuration", Pharos::Terraform::ApplyCommand subcommand "destroy", "destroy terraformed infrast...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // @class NSData; @protocol SETransceiver - (NSData *)transceive:(NSData *)arg1 error:(id *)arg2; @end
{ "pile_set_name": "Github" }
# Fix rights of /tmp (can be a volume) chmod 1777 /tmp
{ "pile_set_name": "Github" }
The pylib is a development support library featuring these tools and APIs: * py.path: uniform local and svn path objects * py.apipkg: explicit API control and lazy-importing * py.iniconfig: easy parsing of .ini files * py.code: dynamic code generation and introspection * py.path: uniform local and svn p...
{ "pile_set_name": "Github" }
Test AsciiDoc File Header ========================= :Author: Author O. Article :Email: <author@nowhere.com> :Date: 2011-09-15 09:05 :Category: Blog :Tags: Linux, Python, Pelican == Used for pelican test The quick brown fox jumped over the lazy dog's back.
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin linux windows package asset import "io" // Open opens a named asset. // // Errors are of type *os.PathError. // // This must not be called f...
{ "pile_set_name": "Github" }
#import "LRTRGlobals.h" #import "LRTRRun.h" #import "LRTRTest.h" #import "LRTRTestAnythingProtocolParser.h"
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'find', 'cy', { find: 'Chwilio', findOptions: 'Opsiynau Chwilio', findWhat: 'Chwilio\'r term:', matchCase: 'Cydweddu\'r cas', matchCyclic: 'Cydwe...
{ "pile_set_name": "Github" }
require('../../modules/es6.date.to-string') var $toString = Date.prototype.toString; module.exports = function toString(it){ return $toString.call(it); };
{ "pile_set_name": "Github" }
# RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \ # RUN: llvm-readobj -s -sd | FileCheck %s # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \ # RUN: llvm-readobj -s -sd | FileCheck %s .lcomm foo, 16, 16 // CHECK: Section { // CHECK: Name: .bss // CHECK-NEXT: T...
{ "pile_set_name": "Github" }
using Cake.Frosting; [Dependency(typeof(TestSourceLink))] public sealed class Default : FrostingTask<Context> { }
{ "pile_set_name": "Github" }
SampleId RawFormulaVal:Class=0 RawFormulaVal:Class=1 RawFormulaVal:Class=2 Label 0 -0.06185665309 -0.06045512998 0.1223117831 1 1 0.03352423432 -0.05357574355 0.02005150923 0 2 -0.04309147356 -0.07710487066 0.1201963442 2 3 -0.03830942011 -0.07000469804 0.1083141181 1 4 -0.07186225171 -0.07487319547 0.1467354472 1 5 -0...
{ "pile_set_name": "Github" }
package pbservice const ( OK = "OK" ErrNoKey = "ErrNoKey" ErrWrongServer = "ErrWrongServer" ) type Err string // Put or Append type PutAppendArgs struct { Key string Value string // You'll have to add definitions here. // Field names must start with capital letters, // otherwise RPC will...
{ "pile_set_name": "Github" }
Your feedback about the Open Food Facts app We rely on your feedback to improve the app. Feel free to point out anything that annoys you, whether it is small or big. If you like something, feel free to tell it too. Please enter your feedback here Your feedback has been duly noted and dispatched to the Android voluntee...
{ "pile_set_name": "Github" }
from TOSSIM import * import sys import time t = Tossim([]) t.addChannel("TestTimer", sys.stdout) #t.addChannel("Timer", sys.stdout) #t.addChannel("HplAtm128Timer0AsyncP", sys.stdout) #t.addChannel("Atm128AlarmAsyncP", sys.stdout) start = time.time(); m1 = t.getNode(0) m1.bootAtTime(345321); for i in range(0, 10000...
{ "pile_set_name": "Github" }
var dict = require('./src/dict_common.js'); module.exports = require('./src/pinyin.js')(dict);
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="Elastic Abstractions CI" value="https://ci.appveyor.com/nuget/elasticsearch-net-abstractions" /> <add key="Versioned Clients" value="https://ci.appveyor.com/nuget/elasticsearch-net" /> </packageSources> </configuration>
{ "pile_set_name": "Github" }
SET ISO8859-1 TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' SFX S Y 1 SFX S y ies [^aeiou]y
{ "pile_set_name": "Github" }
{ "name": "GUI_Editor", "references": [], "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [] }
{ "pile_set_name": "Github" }
// +build linux darwin freebsd netbsd openbsd dragonfly // +build !appengine package pb import "syscall" const sysIoctl = syscall.SYS_IOCTL
{ "pile_set_name": "Github" }
{ "name": "Serendipity", "website": "http://s9y.org", "matches": [ { "search": "meta[Powered-By]", "regexp": "Serendipity v\\.([\\d.]+)", "offset": 1 }, { "search": "meta[generator]", "regexp": "Serendipity(?: v\\.([\\d.]+))...
{ "pile_set_name": "Github" }
class Subclass is Range {} // expect runtime error: Class 'Subclass' cannot inherit from built-in class 'Range'.
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !amd64 appengine gccgo package argon2 func processBlock(out, in1, in2 *block) { processBlockGeneric(out, in1, in2, false) } func processBlockXOR(o...
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> using namespace std; long long mul(long long a, long long b, long long m) { long long y = (long long)((double)a*b/m+0.5); long long r = (a*b-y*m) % m; if (r < 0) r += m; return r; } int main() { long long a, b, m; while (scanf("%lld %lld %lld", &a, &b, &m) == 3) printf("%ll...
{ "pile_set_name": "Github" }
.adf-search-slider { .mat-slider { width: 100%; } }
{ "pile_set_name": "Github" }
# This is an empty schema designed to support # nulldb adapter's requirement for one to exist ActiveRecord::Schema.define(version: 1) do end
{ "pile_set_name": "Github" }
// // Prefix header for all source files of the 'progress' target in the 'progress' project // #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #endif
{ "pile_set_name": "Github" }
<div id="test" class=""></div>
{ "pile_set_name": "Github" }
Title: livedump-mail-fetch: Now supporting either quoted-printable or non encoded mails Level: 1 Component: checks Version: 1.2.5i5 Date: 1405498288 Class: feature The tool livedump-mail-fetch which can be used to receive livedump results by fetching them from a mailbox e.g. via POP3 always assumed incoming mails to b...
{ "pile_set_name": "Github" }
//+build !go1.7 package reflect2 import "unsafe" func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer { return nil }
{ "pile_set_name": "Github" }
{ "name": "simple-line-icons", "version": "2.4.1", "authors": [ "Sabbir Ahmed <sabbiirr@gmail.com>" ], "description": "Simple Line Icons Bower Package", "keywords": [ "fonts", "simple", "simple-line", "icon" ], "main": [ "css/simple-line-icons.css", "scss/simple-lin...
{ "pile_set_name": "Github" }
// Copyright 2019, The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE.md file. package flags // Deterministic controls whether the output of Diff should be deterministic. // This is only used for testing. var Deterministic bool
{ "pile_set_name": "Github" }
class Tailor VERSION = '1.4.1' end
{ "pile_set_name": "Github" }
[ { "kids":[], "uid":"2952751297", "parent":"zf4MEjO7D", "text":"v", "mid":"Cmm3o64Ci", "date":"2015-06-13 14:29:51" }, { "kids":[], "uid":"2969172382", "parent":"BAHnM4Cbt", "text":"", "mid":"BAQA7DW1k", "date":"2014-12-14 23:12:52" }, { "kids":[], "uid":"pandapu", "parent":"BALaKah8R", "text":"", "mid":"BAPgCqCf7", "...
{ "pile_set_name": "Github" }
--- title: Custom Mechanism order: 9 --- This document will introduce custom mechanism in G6, including custom node, custom edge, custom behavior, custom layout. All of them are mounted on global G6, called by `G6.registerXXX`. ## G6.registerNode(nodeName, options, extendedNodeName) When the built-in nodes cannot sa...
{ "pile_set_name": "Github" }
/** PURE_IMPORTS_START PURE_IMPORTS_END */ export var rxSubscriber = /*@__PURE__*/ (function () { return typeof Symbol === 'function' ? /*@__PURE__*/ Symbol('rxSubscriber') : '@@rxSubscriber_' + /*@__PURE__*/ Math.random(); })(); export var $$rxSubscriber = rxSubscriber; //# sourceMappingURL=rxSubs...
{ "pile_set_name": "Github" }