repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
j420247/ARO
5.0.0/ARO.Core/src/c/ARONetmoncap/NmApi.h
#pragma once #ifndef __NM_API_HEADER__ #define __NM_API_HEADER__ #ifndef MAC_ADDRESS_SIZE #define MAC_ADDRESS_SIZE 6 #endif #ifndef NM_STATUS_API_VERSION_MISMATCHED #define NM_STATUS_API_VERSION_MISMATCHED 0xE111000CL #endif const USHORT NMAPI_MAC_ADDRESS_SIZE = MAC_ADDRESS_SIZE; const USHORT NMAPI_GUID...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/syslog_relay.h
/** * @file libimobiledevice/syslog_relay.h * @brief Capture the syslog output from a device. * \internal * * Copyright (c) 2013 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by t...
j420247/ARO
ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/tcpdump.h
<reponame>j420247/ARO<filename>ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/tcpdump.h #ifndef tcpdump_h #define tcpdump_h int tcpDump_StartCapture(int argc, char**argv); void getInterfaces(); #endif
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/service.h
/** * @file libimobiledevice/service.h * @brief Generic basic service implementation to inherit. * \internal * * Copyright (c) 2013 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published ...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/sbservices.h
<filename>5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/sbservices.h /** * @file libimobiledevice/sbservices.h * @brief Manage SpringBoard icons and retrieve icon images. * \internal * * Copyright (c) 2009 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or ...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/installation_proxy.h
/** * @file libimobiledevice/installation_proxy.h * @brief Manage applications on a device. * \internal * * Copyright (c) 2009 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/file_relay.h
<reponame>j420247/ARO<filename>5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/file_relay.h<gh_stars>100-1000 /** * @file libimobiledevice/file_relay.h * @brief Retrieve compressed CPIO archives. * \internal * * Copyright (c) 2010 <NAME> All Rights Reserved. * * This library is free software; you can ...
j420247/ARO
ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/version.c
const char version[] = "4.1.1";
j420247/ARO
5.0.0/ARO.Core/src/c/AROJpcap/com_att_aro_pcap_PCapAdapter.h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_att_aro_pcap_PCapAdapter */ #ifndef _Included_com_att_aro_pcap_PCapAdapter #define _Included_com_att_aro_pcap_PCapAdapter #ifdef __cplusplus extern "C" { #endif /* * Class: com_att_aro_pcap_PCapAdapter * Met...
j420247/ARO
ClientCollectors/ARODataCollector/external/libpcap-1.1.1/socket_proc.h
<gh_stars>100-1000 #ifndef _SOCKET_PROC_H_ #define _SOCKET_PROC_H_ #include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> #include <fcntl.h> #include <dirent.h> #include <stdio.h> #include <unistd.h> #include <string.h> #include <stdlib.h> typedef unsigned int DWORD; typedef unsigned short...
j420247/ARO
ClientCollectors/ARODataCollector/external/libpcap-1.1.1/user_input.h
#ifndef _USER_INPUT_H_ #define _USER_INPUT_H_ void * CaptureUserInput(void * arg); #endif
j420247/ARO
ClientCollectors/ARODataCollector/external/libpcap-1.1.1/pcap-common.c
<reponame>j420247/ARO /* * Copyright (c) 1993, 1994, 1995, 1996, 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions * retain the above copy...
j420247/ARO
4.1.1/c/AROCrypto_Mac/crypto_alg.h
#include "crypto_common.h" #pragma once typedef unsigned int ALG_ID; BEGIN_NAMESPACE(CRYPTO) #define SHA1_MAC_LEN 20 #define MD5_MAC_LEN 16 #define md5_vector_non_fips_allow md5_vector #define hmac_md5_non_fips_allow hmac_md5 void cryptoapi_report_error(const char * msg); int cryptoapi_hash_vec...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/mobilebackup2.h
/** * @file libimobiledevice/mobilebackup2.h * @brief Backup and restore of all device data (mobilebackup2, iOS4+ only) * \internal * * Copyright (c) 2010 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public *...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/ScreencaptureBridgeHelper.h
<reponame>j420247/ARO<filename>5.0.0/ARO.Core/src/c/libimobiledevice-jni/ScreencaptureBridgeHelper.h #ifndef ScreencaptureBridgeHelper #define ScreencaptureBridgeHelper jstring outPut(JNIEnv * env, const char * str); #endif
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/ScreencaptureBridge.c
<gh_stars>100-1000 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <errno.h> #include <time.h> #include "ScreencaptureBridge.h" #include "ScreencaptureBridgeHelper.h" #include <libimobiledevice/libimobiledevice.h> #include <libimobiledevice/lockdown.h> #include <libimobiledevice/screenshotr.h> id...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/misagent.h
/** * @file libimobiledevice/misagent.h * @brief Manage provisioning profiles. * \internal * * Copyright (c) 2012 <NAME>, All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Softwa...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/screenshotr.h
<reponame>j420247/ARO<gh_stars>100-1000 /** * @file libimobiledevice/screenshotr.h * @brief Retrieve a screenshot from device. * @note Requires a mounted developer image. * \internal * * Copyright (c) 2010 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it...
j420247/ARO
ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/test_tcpdump.c
#include<stdio.h> #include<unistd.h> #include"tcpdump.h" int main(nt argc,char** argv) { tcpDump_StartCapture(argc,argv); return 0; }
j420247/ARO
ClientCollectors/ARODataCollector/external/libpcap-1.1.1/user_input.c
#include "user_input.h" //#define TEST_INPUT #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <sys/time.h> #include <sys/timeb.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/timeb.h> #include <fcntl.h> #include <linux/input.h> #in...
j420247/ARO
ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/print-isakmp.c
/* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * ...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/mobile_image_mounter.h
<gh_stars>100-1000 /** * @file libimobiledevice/mobile_image_mounter.h * @brief Mount developer/debug disk images on the device. * \internal * * Copyright (c) 2010 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General ...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/notification_proxy.h
/** * @file libimobiledevice/notification_proxy.h * @brief Observe and post notifications. * \internal * * Copyright (c) 2009 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the ...
j420247/ARO
5.0.0/ARO.Core/src/c/AROJpcap/Jpcap.c
<reponame>j420247/ARO #include<jni.h> #include<pcap.h> #include <errno.h> #include "com_att_aro_pcap_PCapAdapter.h" struct user_data { JNIEnv *env; int datalink; jobject obj; jmethodID handler; }; void jpcap_handler(u_char *, const struct pcap_pkthdr *, const u_char *); int readPcap(pcap_t *p, int ...
j420247/ARO
4.1.1/c/AROCrypto_Win/crypto_key.h
#pragma once #include "crypto_common.h" #include "crypto_bignum.h" BEGIN_NAMESPACE(CRYPTO) #define ASN1_CLASS_UNIVERSAL 0 #define ASN1_CLASS_APPLICATION 1 #define ASN1_CLASS_CONTEXT_SPECIFIC 2 #define ASN1_CLASS_PRIVATE 3 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */ #define ASN1_TAG_INT...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/mobilesync.h
<gh_stars>100-1000 /** * @file libimobiledevice/mobilesync.h * @brief Synchronize data classes with a device and computer. * \internal * * Copyright (c) 2010 <NAME> All Rights Reserved. * Copyright (c) 2009 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify i...
j420247/ARO
4.1.1/c/AROCrypto_Win/crypto_bignum.h
#pragma once BEGIN_NAMESPACE(CRYPTO) struct bignum; struct crypto_rsa_key { int private_key; /* whether private key is set */ struct bignum *n; /* modulus (p * q) */ struct bignum *e; /* public exponent */ /* The following parameters are available only if private_key is set */ struct bignum *d; /* pr...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/restore.h
/** * @file libimobiledevice/restore.h * @brief Initiate restore process or reboot device. * @note This service is only available if the device is in restore mode. * \internal * * Copyright (c) 2010 <NAME>. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/heartbeat.h
<reponame>j420247/ARO /** * @file libimobiledevice/heartbeat.h * @brief Send "heartbeat" to device to allow service connections over network. * \internal * * Copyright (c) 2013 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Le...
j420247/ARO
ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/socket_server.h
<reponame>j420247/ARO #ifndef _SOCKET_SERVER_H_ #define _SOCKET_SERVER_H_ void * start_server_socket(void * arg); void dostuff(int); /* function prototype */ void socket_server(const char *msg); #endif
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/diagnostics_relay.h
/** * @file libimobiledevice/diagnostics_relay.h * @brief Request iOS diagnostic information from device. * \internal * * Copyright (c) 2012 <NAME>, All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as p...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/house_arrest.h
/** * @file libimobiledevice/house_arrest.h * @brief Access app folders and their contents. * \internal * * Copyright (c) 2010 <NAME>, All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by th...
j420247/ARO
ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/print-udp.c
<gh_stars>100-1000 /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions * ...
j420247/ARO
ClientCollectors/ARODataCollector/external/tcpdump-4.1.1/socket_server.c
/* Tcpdump server socket connection on specified pot number to start and stop the tcpdump */ #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <android/log.h> #include "socket_server.h" extern ...
j420247/ARO
ClientCollectors/ARODataCollector/external/libpcap-1.1.1/cpu_usage.h
<filename>ClientCollectors/ARODataCollector/external/libpcap-1.1.1/cpu_usage.h #ifndef _CPU_USAGE_H_ #define _CPU_USAGE_H_ void * CaptureCPUUsage(void * arg); #define FINISH_BY_USER 1 #define FINISH_BY_PCAP 2 #endif
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/webinspector.h
<reponame>j420247/ARO<gh_stars>100-1000 /** * @file libimobiledevice/webinspector.h * @brief WebKit Remote Debugging. * \internal * * Copyright (c) 2013 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * L...
j420247/ARO
ClientCollectors/ARODataCollector/external/libpcap-1.1.1/cpu_usage.c
#include "cpu_usage.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <time.h> #include <sys/timeb.h> #include <sys/stat.h> extern int exitFlag; extern FILE * ofsCPU; typedef struct { unsigned int cpu_total; unsigned int cpu_usage; } CPU_USAGE; void TerminateCapture(int statu...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/mobilebackup.h
<filename>5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/mobilebackup.h /** * @file libimobiledevice/mobilebackup.h * @brief Backup and restore of all device data. * \internal * * Copyright (c) 2009 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it and/or * modif...
j420247/ARO
4.1.1/c/AROCrypto_Win/com_att_aro_pcap_AROCryptoAdapter.h
<reponame>j420247/ARO /* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_att_aro_pcap_AROCryptoAdapter */ #ifndef _Included_com_att_aro_pcap_AROCryptoAdapter #define _Included_com_att_aro_pcap_AROCryptoAdapter #ifdef __cplusplus extern "C" { #endif /* * Class: ...
j420247/ARO
4.1.1/c/AROCrypto_Win/crypto_common.h
#include "stdio.h" #pragma once #define BEGIN_NAMESPACE(X) namespace X { #define END_NAMESPACE } BEGIN_NAMESPACE(CRYPTO) #define OPT_CAST(x) #define XMALLOC os_malloc #define XFREE os_free #define XREALLOC os_realloc #define os_strlen strlen #define os_memset memset #define os_memcpy memcpy #...
j420247/ARO
5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/libimobiledevice.h
<filename>5.0.0/ARO.Core/src/c/libimobiledevice-jni/libimobiledevice/libimobiledevice.h /** * @file libimobiledevice/libimobiledevice.h * @brief Device/Connection handling and communication * \internal * * Copyright (c) 2008 <NAME> All Rights Reserved. * * This library is free software; you can redistribute it a...
j420247/ARO
5.0.0/ARO.Core/src/c/ARONetmoncap/com_att_aro_pcap_NetmonAdapter.h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_att_aro_pcap_NetmonAdapter */ #ifndef _Included_com_att_aro_pcap_NetmonAdapter #define _Included_com_att_aro_pcap_NetmonAdapter #ifdef __cplusplus extern "C" { #endif #undef com_att_aro_pcap_NetmonAdapter_NETMON_ERR...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartAxesPlane.h
<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartAxesPlane.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartAxesPlane.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartObject.h" /** * The NChartAxesPlane class...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartSeries.h
<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartSeries.h<gh_stars>0 /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartObject.h" #import "NChartDataSmoother.h...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartDataSmootherSpline.h
<reponame>trevlevieux/AudioCompare_macOS<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartDataSmootherSpline.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartDataSmootherSpline.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartTextureBrush.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartTextureBrush.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartBrush.h" /** * The NChartTextureBrush class provides the brush that fills the area with a texture (aka image...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartCaption.h
<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartCaption.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartCaption.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartLabel.h" /** * The NChartCaption class provid...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartScaleLegend.h
<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartScaleLegend.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartScaleLegend.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartLegend.h" @class NChartScaleLegend; /...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartPolarSystem.h
<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartPolarSystem.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartPolarSystem.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartCoordSystem.h" #import "NChartValueAxis....
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartBandSeries.h
<reponame>trevlevieux/AudioCompare_macOS /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartBandSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartOHLCSeries.h" /** * The NChartBandSeries class provides methods to di...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartPeakDetector.h
<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartPeakDetector.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartPeakDetector.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartPointAnalyzer.h" /** * The NChartPe...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartBrush.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartBrush.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import <Foundation/Foundation.h> #import "NChartTypes.h" /** * The NChartBrush class provides common methods of the brush that ca...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartPointAnalyzer.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartPointAnalyzer.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartPoint.h" /** * The NChartPointAnalyzer provides basic methods to scan the given array of chart points and p...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartAutoScrollLabel.h
<gh_stars>0 /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartAutoScrollLabel.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartLabel.h" /** * The NChartAutoScrollLabel provides methods to control the label that is shown ...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartLineSeries.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartLineSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartSolidSeries.h" #import "NChartMarker.h" #import "NChartLineDash.h" /** * The NChartLineSeries class provides m...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartCallout.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartCallout.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartTooltip.h" /** * The NChartCallout class provides methods to display tooltips as callouts. */ NCHART3D_EXPORT @i...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartValueAxisMark.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartValueAxisMark.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartLabel.h" #import "NChartAxisTick.h" /** * The NChartValueAxisMark class provides methods to handle marks on...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartBezierInterpolator.h
<reponame>trevlevieux/AudioCompare_macOS /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartBezierInterpolator.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartInterpolator.h" /** * The NChartBezierInterpolator class prov...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartInterpolator.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartInterpolator.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import <Foundation/Foundation.h> #import "NChartTypes.h" /** * The NChartInterpolator class provides base class for differ...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartTimeAxis.h
<reponame>trevlevieux/AudioCompare_macOS<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartTimeAxis.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartTimeAxis.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartAxis.h...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartObject.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartObject.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import <Foundation/Foundation.h> #import <Cocoa/Cocoa.h> #import "NChartTypes.h" @class NChart; /** * The NChartObject class pr...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartDataSmoother.h
<filename>NChart3D_OSX.framework/Versions/A/Headers/NChartDataSmoother.h /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartDataSmoother.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartTypes.h" /** * The NChartDataSmooth...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartBarSeries.h
<reponame>trevlevieux/AudioCompare_macOS /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartBarSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartColumnSeries.h" /** * The NChartBarSeries class provides methods to di...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartHeatmapSeries.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartHeatmapSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartSolidSeries.h" /** * The NChartHeatmapSeries class provides methods to display heatmap series. */ NCHART3D...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartAxisTick.h
<reponame>trevlevieux/AudioCompare_macOS /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartAxisTick.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartObject.h" /** * The NChartAxisTick class provides methods to manage tic...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartDataSmootherLagrange.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartDataSmootherLagrange.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartDataSmoother.h" /** * The NChartDataSmootherLagrange class provides data smoother based on Lagrange ...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartDataSmootherSBezier.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartDataSmootherSBezier.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartDataSmoother.h" /** * The NChartDataSmootherSBezier class provides data smoother based on bezier inte...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartMarker.h
<reponame>trevlevieux/AudioCompare_macOS /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartMarker.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartModel.h" #import "NChartBrush.h" /** * The NChartMarker class provides me...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartPieSeries.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartPieSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartSolidSeries.h" #import "NChartTooltip.h" /** * The NChartPieSeries class provides methods to display pie series...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartSizeAxis.h
<gh_stars>0 /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartSizeAxis.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartAxis.h" @class NChartSizeAxis; /** * The NChartSizeAxisDataSource protocol provides methods to cont...
trevlevieux/AudioCompare_macOS
Pods/AudioKit/macOS/AudioKit.framework/Versions/A/Headers/AudioKit-Swift.h
<reponame>trevlevieux/AudioCompare_macOS<filename>Pods/AudioKit/macOS/AudioKit.framework/Versions/A/Headers/AudioKit-Swift.h // Generated by Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42) #pragma clang diagnostic push #if defined(__has_include) && __has_include(<swift/objc-prologue.h>) # include <swift/ob...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartView.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartView.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import <Foundation/Foundation.h> #import "NChart.h" /** * The NChartView class provides a view to display the chart. This view can...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartRadarSeries.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartRadarSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartAreaSeries.h" /** * The NChartRadarSeries class provides methods to display radar series. */ NCHART3D_EXPORT...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartTouchAreaSeries.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartTouchAreaSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartSeries.h" #import "NChartPoint.h" #import "NChartBrush.h" /** * The NChartTouchAreaSeries class provides ...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartSolidSeries.h
<gh_stars>0 /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartSolidSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartSeries.h" #import "NChartBrush.h" /** * The NChartSolidSeries class provides common methods to dis...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartGradientBrush.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartGradientBrush.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartBrush.h" /** * The NChartGradientStop class provides a control point of the gradient defining some color an...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartCandlestickSeries.h
/** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartCandlestickSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartOHLCSeries.h" /** * The NChartCandlestickSeries class provides methods to display candlestick series. ...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartBubbleSeries.h
<gh_stars>0 /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartBubbleSeries.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartSeries.h" #import "NChartMarker.h" /** * The NChartBubbleSeries class provides methods to displa...
trevlevieux/AudioCompare_macOS
NChart3D_OSX.framework/Versions/A/Headers/NChartCrosshair.h
<gh_stars>0 /** * This file is the part of NChart3D Framework * http://www.nchart3d.com * * File: NChartCrosshair.h * Version: "2.9.1" * * Copyright (C) 2017 Nulana LTD. All Rights Reserved. */ #import "NChartPoint.h" #import "NChartLineDash.h" @class NChartCrosshair; /** * The NChartCrosshairDelegate prot...
BBBys/6-Thermometer-Neopixel
include/TempStatus.h
/** * @file TempStatus.h * @brief Temperaturen im ganzen Haus anzeigen * @version 1.3 * @date 26 20 Feb 29 Jan 2022 * @author Dr. <NAME>, Zeller Ring 15, 34246 Vellmar, Deutschland * @copyright Copyright (c) 2022 <NAME> */ #ifndef TEMPSTATUS_H #define TEMPSTATUS_H #include <Arduino.h> #include "EspMQTTClient.h"...
usbong/tugon
Ipis.h
<gh_stars>1-10 /* * Copyright 2021 SYSON, <NAME>. * 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 la...
usbong/tugon
Text.h
/* * Copyright 2020~2021 SYSON, <NAME>. * 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 agree...
usbong/tugon
Sdlwav.h
<filename>Sdlwav.h /* * Copyright 2021 SYSON, <NAME>. * 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 app...
gillchristian/cmark-gfm-hs
cbits/tasklist.c
#include "tasklist.h" #include <parser.h> #include <render.h> #include <html.h> #include "ext_scanners.h" typedef enum { CMARK_TASKLIST_NOCHECKED, CMARK_TASKLIST_CHECKED, } cmark_tasklist_type; static const char *get_type_string(cmark_syntax_extension *extension, cmark_node *node) { return "tasklist"; } char *...
Joursoir/umt
UefiMonitorTest/UefiMonitorTest.c
<reponame>Joursoir/umt<gh_stars>0 #include <Library/DebugLib.h> #include <Library/MemoryAllocationLib.h> #include <Library/BaseMemoryLib.h> #include <Library/UefiApplicationEntryPoint.h> #include <Library/UefiLib.h> #include <Library/UefiBootServicesTableLib.h> #include <Library/HiiLib.h> #include <Library/UefiHiiServ...
Joursoir/umt
UefiMonitorTest/fonts/System-8x16.h
<gh_stars>0 #ifndef UMT_FONT_SYSTEM8X16_H #define UMT_FONT_SYSTEM8X16_H #define SYSTEM8X16_FONT_WIDTH 8 #define SYSTEM8X16_FONT_HEIGHT 16 #define SYSTEM8X16_FONT_SIZE (SYSTEM8X16_FONT_WIDTH * SYSTEM8X16_FONT_HEIGHT * 255) UINT8 gFontSystem8x16[SYSTEM8X16_FONT_SIZE] = { // Start of Heading (1) 0,0,0,0,0,0,0,0, ...
Joursoir/umt
UefiMonitorTest/Graphics.c
<gh_stars>0 #include <Library/BaseLib.h> #include <Library/DebugLib.h> #include <Library/HiiLib.h> #include <Library/MemoryAllocationLib.h> #include <Library/BaseMemoryLib.h> #include <Library/PrintLib.h> #include <Library/UefiBootServicesTableLib.h> #include "Graphics.h" #include "fonts/System-8x16.h" #define UMT_MA...
Joursoir/umt
UefiMonitorTest/tests/Gradients.c
<reponame>Joursoir/umt<gh_stars>0 #include <Library/DebugLib.h> #include <Library/HiiLib.h> #include <Library/MemoryAllocationLib.h> #include "Gradients.h" enum UMT_GRADIENTS_PARAM { UMT_GRADIENTS_PARAM_COLOR = 0, UMT_GRADIENTS_PARAM_STEP }; enum UMT_GRADIENTS_STEPS { UMT_GRADIENTS_STEP_8 = 0, UMT_GRADIENTS_...
Joursoir/umt
UefiMonitorTest/tests/ChessBoard.c
<reponame>Joursoir/umt #include <Library/DebugLib.h> #include <Library/HiiLib.h> #include <Library/MemoryAllocationLib.h> #include "tests/ChessBoard.h" STATIC UINT32 CurrentSideLength = 1; VOID ChessBoardTestInit ( IN UMT_CONTEXT *Ctx ) { UINT32 I; UINT32 J; enum UMT_COLORS ColorSquare; enum UMT_COLORS F...
Joursoir/umt
UefiMonitorTest/SettingsMenu.c
<filename>UefiMonitorTest/SettingsMenu.c<gh_stars>0 #include <Library/DebugLib.h> #include <Library/MemoryAllocationLib.h> #include "SettingsMenu.h" #define INDENT 15 #define RECT_HALF_WIDTH 160 #define RECT_HALF_HEIGHT 28 STATIC UINT32 mModeNumber = 0; STATIC EFI_STATUS SetGraphicsMode ( IN GRAPHIC...
Joursoir/umt
UefiMonitorTest/tests/Gradients.h
#ifndef UMT_GRADIENTS_TEST_H #define UMT_GRADIENTS_TEST_H #include "UefiMonitorTest.h" VOID GradientsTestInit ( IN UMT_CONTEXT *Ctx ); VOID GradientsTestDoit ( IN UMT_CONTEXT *Ctx ); VOID GradientsTestTip ( IN UMT_CONTEXT *Ctx ); VOID GradientsTestChangeParam ( IN UMT_CONTEXT *Ctx, IN INT8 ...
Joursoir/umt
UefiMonitorTest/Graphics.h
<filename>UefiMonitorTest/Graphics.h #ifndef UMT_GRAPHICS_H #define UMT_GRAPHICS_H #include <Uefi.h> #include <Protocol/GraphicsOutput.h> #include <Protocol/SimpleTextIn.h> #include <Protocol/SimplePointer.h> #define GET_UCOLOR(Color) (*(UINT32 *)Color) #define PUT_PUXEL(Graphics, X, Y, Icolor) \ Graphics->Back...
Joursoir/umt
UefiMonitorTest/tests/Grayscale.h
#ifndef UMT_GRAYSCALE_TEST_H #define UMT_GRAYSCALE_TEST_H #include "UefiMonitorTest.h" VOID GrayscaleTestInit ( IN UMT_CONTEXT *Ctx ); VOID GrayscaleTestDoit ( IN UMT_CONTEXT *Ctx ); VOID GrayscaleTestTip ( IN UMT_CONTEXT *Ctx ); VOID GrayscaleTestChangeParam ( IN UMT_CONTEXT *Ctx, IN INT8 ...
Joursoir/umt
UefiMonitorTest/tests/SolidColors.c
#include <Library/DebugLib.h> #include <Library/HiiLib.h> #include <Library/MemoryAllocationLib.h> #include "SolidColors.h" STATIC enum UMT_COLORS CurrentColor = 0; VOID SolidColorsTestInit ( IN UMT_CONTEXT *Ctx ) { GRAPHICS_CONTEXT *Graphics = Ctx->Graphics; PutRect (Graphics, 0, 0, Graphics->Width, Graphi...
Joursoir/umt
UefiMonitorTest/tests/SolidColors.h
#ifndef UMT_SOLID_COLORS_TEST_H #define UMT_SOLID_COLORS_TEST_H #include "UefiMonitorTest.h" VOID SolidColorsTestInit ( IN UMT_CONTEXT *Ctx ); VOID SolidColorsTestDoit ( IN UMT_CONTEXT *Ctx ); VOID SolidColorsTestTip ( IN UMT_CONTEXT *Ctx ); VOID SolidColorsTestChangeParam ( IN UMT_CONTEXT *Ctx, I...
Joursoir/umt
UefiMonitorTest/SettingsMenu.h
<filename>UefiMonitorTest/SettingsMenu.h #ifndef UMT_SETTINGS_MENU_H #define UMT_SETTINGS_MENU_H #include "UefiMonitorTest.h" VOID SettingsMenuInit ( IN UMT_CONTEXT *Ctx ); VOID SettingsMenuDoit ( IN UMT_CONTEXT *Ctx ); VOID SettingsMenuTip ( IN UMT_CONTEXT *Ctx ); VOID SettingsChangeParam ( IN UMT_...
Joursoir/umt
UefiMonitorTest/tests/ChessBoard.h
#ifndef UMT_CHESSBOARD_TEST_H #define UMT_CHESSBOARD_TEST_H #include "UefiMonitorTest.h" VOID ChessBoardTestInit ( IN UMT_CONTEXT *Ctx ); VOID ChessBoardTestDoit ( IN UMT_CONTEXT *Ctx ); VOID ChessBoardTestTip ( IN UMT_CONTEXT *Ctx ); VOID ChessBoardTestChangeParam ( IN UMT_CONTEXT *Ctx, IN INT8 ...
Joursoir/umt
UefiMonitorTest/UefiMonitorTest.h
#ifndef UEFI_MONITOR_TEST_H #define UEFI_MONITOR_TEST_H #include "Graphics.h" #define UMT_VERSION L"0.1.0" typedef struct _UMT_CONTEXT UMT_CONTEXT; typedef struct { VOID (*Init)(UMT_CONTEXT *); VOID (*Doit)(UMT_CONTEXT *); VOID (*Tip)(UMT_CONTEXT *); VOID (*ChangeParam)(UMT_CONTEXT *, INT8); VOID (*Chang...
Joursoir/umt
UefiMonitorTest/tests/Grayscale.c
<reponame>Joursoir/umt<filename>UefiMonitorTest/tests/Grayscale.c<gh_stars>0 #include <Library/DebugLib.h> #include <Library/HiiLib.h> #include <Library/MemoryAllocationLib.h> #include "Grayscale.h" STATIC UINT32 CurrentGrayTone = 50; VOID GrayscaleTestInit ( IN UMT_CONTEXT *Ctx ) { GRAPHICS_PIXEL_COLOR ColorO...
Joursoir/umt
UefiMonitorTest/MainMenu.c
#include <Library/HiiLib.h> #include "MainMenu.h" #define INDENT 15 #define CHAR_PER_COLUMN 24 #define RECT_HALF_WIDTH 300 #define RECT_HALF_HEIGHT 130 VOID MainMenuInit ( IN UMT_CONTEXT *Ctx ) { GRAPHICS_CONTEXT *Graphics; UINT32 Width; UINT32 Height; UINTN ...