repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
pmp-tool/PMP | src/qemu/src-pmp/hw/core/generic-loader.c | <reponame>pmp-tool/PMP<filename>src/qemu/src-pmp/hw/core/generic-loader.c
/*
* Generic Loader
*
* Copyright (C) 2014 <NAME>
* Copyright (C) 2016 Xilinx Inc.
* Written by <NAME> <<EMAIL>>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Licen... |
pmp-tool/PMP | src/qemu/src-pmp/hw/ppc/pnv_lpc.c | <gh_stars>1-10
/*
* QEMU PowerPC PowerNV LPC controller
*
* Copyright (c) 2016, IBM Corporation.
*
* 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 Software Foundation; either
* version 2 of the Licens... |
pmp-tool/PMP | src/qemu/src-pmp/hw/ppc/spapr_rtas_ddw.c | <reponame>pmp-tool/PMP
/*
* QEMU sPAPR Dynamic DMA windows support
*
* Copyright (c) 2015 <NAME>, IBM Corporation.
*
* 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... |
pmp-tool/PMP | src/qemu/src-pmp/block/qcow2.h | /*
* Block driver for the QCOW version 2 format
*
* Copyright (c) 2004-2006 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation t... |
pmp-tool/PMP | src/qemu/src-pmp/include/authz/listfile.h | <filename>src/qemu/src-pmp/include/authz/listfile.h
/*
* QEMU list file authorization driver
*
* Copyright (c) 2018 Red Hat, Inc.
*
* 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 Software Foundation; ... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/i386/system/memory.c | /*
* Memory Test
*
* This is intended to test the softmmu code and ensure we properly
* behave across normal and unaligned accesses across several pages.
* We are not replicating memory tests for stuck bits and other
* hardware level failures but looking for issues with different size
* accesses when:
*
*/
#... |
pmp-tool/PMP | src/qemu/src-pmp/tests/test-hmp.c | /*
* Test HMP commands.
*
* Copyright (c) 2017 Red Hat Inc.
*
* Author:
* <NAME> <<EMAIL>>
*
* This work is licensed under the terms of the GNU GPL, version 2
* or later. See the COPYING file in the top-level directory.
*
* This test calls some HMP commands for all machines that the current
* QEMU binary... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c | /*
* Test program for MSA instruction PCNT.W
*
* Copyright (C) 2019 Wave Computing, Inc.
* Copyright (C) 2019 <NAME> <<EMAIL>>
*
* 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, e... |
pmp-tool/PMP | src/qemu/src-pmp/target/ppc/machine.c | #include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h"
#include "exec/exec-all.h"
#include "hw/hw.h"
#include "hw/boards.h"
#include "sysemu/kvm.h"
#include "helper_regs.h"
#include "mmu-hash64.h"
#include "migration/cpu.h"
#include "qapi/error.h"
#include "kvm_ppc.h"
#include "exec/helper-proto.h"
static i... |
pmp-tool/PMP | src/qemu/src-pmp/target/riscv/op_helper.c | <filename>src/qemu/src-pmp/target/riscv/op_helper.c
/*
* RISC-V Emulation Helpers for QEMU.
*
* Copyright (c) 2016-2017 <NAME>, <EMAIL>
* Copyright (c) 2017-2018 SiFive, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public Lic... |
pmp-tool/PMP | src/qemu/src-pmp/target/ppc/helper_regs.h | <gh_stars>1-10
/*
* PowerPC emulation special registers manipulation helpers for qemu.
*
* Copyright (c) 2003-2007 <NAME>
*
* 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 Software Foundation; either... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srlv.c | <filename>src/qemu/src-pmp/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srlv.c
/*
* Test program for MIPS64R6 instruction SRLV
*
* Copyright (C) 2019 Wave Computing, Inc.
* Copyright (C) 2019 <NAME> <<EMAIL>>
*
* This program is free software: you can redistribute it and/or modify
* it under the t... |
pmp-tool/PMP | src/qemu/src-pmp/hw/misc/armsse-mhu.c | /*
* ARM SSE-200 Message Handling Unit (MHU)
*
* Copyright (c) 2019 Linaro Limited
* Written by <NAME>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 or
* (at your option) any later version.
*/
/*
* This is a model ... |
pmp-tool/PMP | src/qemu/src-pmp/roms/openbios/drivers/virtio.c | /*
* OpenBIOS virtio-1.0 virtio-blk driver
*
* Copyright (c) 2013 <NAME> <<EMAIL>>
* Copyright (c) 2018 <NAME> <<EMAIL>>
*
* This work is licensed under the terms of the GNU GPL, version 2 or (at
* your option) any later version. See the COPYING file in the top-level
* directory.
*/
#include "config.h"
#inclu... |
pmp-tool/PMP | src/qemu/src-pmp/target/riscv/cpu.h | /*
* QEMU RISC-V CPU
*
* Copyright (c) 2016-2017 <NAME>, <EMAIL>
* Copyright (c) 2017-2018 SiFive, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2 or later, as published by the Free Software Foundati... |
pmp-tool/PMP | src/qemu/src-pmp/slirp/src/qtailq.h | /* SPDX-License-Identifier: BSD-3-Clause */
/* $NetBSD: queue.h,v 1.52 2009/04/20 09:56:08 mschuett Exp $ */
/*
* slirp version: Copy from QEMU, removed all but tail queues.
*/
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_h.c | /*
* Test program for MSA instruction SUBSUS_U.H
*
* Copyright (C) 2018 Wave Computing, Inc.
* Copyright (C) 2018 <NAME> <<EMAIL>>
*
* 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 Foundatio... |
pmp-tool/PMP | src/qemu/src-pmp/hw/virtio/vhost-backend.c | <reponame>pmp-tool/PMP<gh_stars>1-10
/*
* vhost-backend
*
* Copyright (c) 2013 Virtual Open Systems Sarl.
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/
#include "qemu/osdep.h"
#include "hw/virtio/vhost.h"
#include "hw/virti... |
pmp-tool/PMP | src/qemu/src-pmp/tcg/mips/tcg-target.h | /*
* Tiny Code Generator for QEMU
*
* Copyright (c) 2008-2009 <NAME> <<EMAIL>>
* Copyright (c) 2009 <NAME> <<EMAIL>>
* Based on i386/tcg-target.c - Copyright (c) 2008 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (th... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_h.c | <reponame>pmp-tool/PMP
/*
* Test program for MSA instruction MULV.H
*
* Copyright (C) 2018 Wave Computing, Inc.
* Copyright (C) 2018 <NAME> <<EMAIL>>
*
* 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... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c | /*
* Test program for MSA instruction ILVOD.B
*
* Copyright (C) 2019 Wave Computing, Inc.
* Copyright (C) 2019 <NAME> <<EMAIL>>
*
* 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, ... |
pmp-tool/PMP | src/qemu/src-pmp/include/migration/register.h | /*
* QEMU migration vmstate registration
*
* Copyright IBM, Corp. 2008
*
* Authors:
* <NAME> <<EMAIL>>
*
* This work is licensed under the terms of the GNU GPL, version 2. See
* the COPYING file in the top-level directory.
*
*/
#ifndef MIGRATION_REGISTER_H
#define MIGRATION_REGISTER_H
typedef struct Sa... |
pmp-tool/PMP | src/qemu/src-pmp/hw/usb/bus.c | #include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/usb.h"
#include "hw/qdev.h"
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "sysemu/sysemu.h"
#include "monitor/monitor.h"
#include "trace.h"
#include "qemu/cutils.h"
static void usb_bus_dev_print(Monitor *mon, DeviceState *qdev, int indent);
sta... |
pmp-tool/PMP | src/qemu/src-pmp/include/sysemu/arch_init.h | <gh_stars>1-10
#ifndef QEMU_ARCH_INIT_H
#define QEMU_ARCH_INIT_H
#include "qapi/qapi-types-misc.h"
enum {
QEMU_ARCH_ALL = -1,
QEMU_ARCH_ALPHA = (1 << 0),
QEMU_ARCH_ARM = (1 << 1),
QEMU_ARCH_CRIS = (1 << 2),
QEMU_ARCH_I386 = (1 << 3),
QEMU_ARCH_M68K = (1 << 4),
QEMU_ARCH_LM32 = (1 << 5),
... |
pmp-tool/PMP | src/qemu/src-pmp/hw/riscv/virt.c | /*
* QEMU RISC-V VirtIO Board
*
* Copyright (c) 2017 SiFive, Inc.
*
* RISC-V machine with 16550a UART and VirtIO MMIO
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2 or later, as published by the Free So... |
pmp-tool/PMP | src/qemu/src-pmp/include/chardev/spice.h | <filename>src/qemu/src-pmp/include/chardev/spice.h<gh_stars>1-10
#ifndef CHARDEV_SPICE_H_
#define CHARDEV_SPICE_H_
#include <spice.h>
#include "chardev/char-fe.h"
typedef struct SpiceChardev {
Chardev parent;
SpiceCharDeviceInstance sin;
bool active;
bool ... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c | /*
* Test program for MSA instruction HADD_S.W
*
* Copyright (C) 2019 RT-RK Computer Based Systems LLC
* Copyright (C) 2019 <NAME> <<EMAIL>>
*
* 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... |
pmp-tool/PMP | src/qemu/src-pmp/include/hw/ppc/spapr_xive.h | /*
* QEMU PowerPC sPAPR XIVE interrupt controller model
*
* Copyright (c) 2017-2018, IBM Corporation.
*
* This code is licensed under the GPL version 2 or later. See the
* COPYING file in the top-level directory.
*/
#ifndef PPC_SPAPR_XIVE_H
#define PPC_SPAPR_XIVE_H
#include "hw/ppc/xive.h"
#define TYPE_SPAPR_... |
pmp-tool/PMP | src/qemu/src-pmp/target/ppc/mmu-book3s-v3.h | <reponame>pmp-tool/PMP<gh_stars>1-10
/*
* PowerPC ISAV3 BookS emulation generic mmu definitions for qemu.
*
* Copyright (c) 2017 <NAME>, IBM Corporation
*
* 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 F... |
pmp-tool/PMP | src/qemu/src-pmp/hw/xen/xen-bus-helper.c | /*
* Copyright (c) 2018 Citrix Systems Inc.
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "hw/xen/xen.h"
#include "hw/xen/xen-bus.h"
#include "hw/xen/xe... |
pmp-tool/PMP | src/qemu/src-pmp/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_h.c | /*
* Test program for MSA instruction SUBS_S.H
*
* Copyright (C) 2018 Wave Computing, Inc.
* Copyright (C) 2018 <NAME> <<EMAIL>>
*
* 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,... |
pmp-tool/PMP | src/qemu/src-pmp/hw/arm/digic_boards.c | <reponame>pmp-tool/PMP<gh_stars>1-10
/*
* QEMU model of the Canon DIGIC boards (cameras indeed :).
*
* Copyright (C) 2013 <NAME> <<EMAIL>>
*
* This model is based on reverse engineering efforts
* made by CHDK (http://chdk.wikia.com) and
* Magic Lantern (http://www.magiclantern.fm) projects
* contributors.
*
*... |
pmp-tool/PMP | src/qemu/src-pmp/hw/sd/sd.c | /*
* SD Memory Card emulation as defined in the "SD Memory Card Physical
* layer specification, Version 2.00."
*
* Copyright (c) 2006 <NAME> <<EMAIL>>
* Copyright (c) 2007 CodeSourcery
* Copyright (c) 2018 <NAME> <<EMAIL>>
*
* Redistribution and use in source and binary forms, with or without
* modification, ... |
pmp-tool/PMP | src/qemu/src-pmp/target/s390x/translate_vx.inc.c | <filename>src/qemu/src-pmp/target/s390x/translate_vx.inc.c
/*
* QEMU TCG support -- s390x vector instruction translation functions
*
* Copyright (C) 2019 Red Hat Inc
*
* Authors:
* <NAME> <<EMAIL>>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top... |
pmp-tool/PMP | src/qemu/src-pmp/hw/scsi/esp.c | /*
* QEMU ESP/NCR53C9x emulation
*
* Copyright (c) 2005-2006 <NAME>
* Copyright (c) 2012 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including withou... |
pmp-tool/PMP | src/qemu/src-pmp/hw/ppc/pnv_psi.c | <reponame>pmp-tool/PMP
/*
* QEMU PowerPC PowerNV Processor Service Interface (PSI) model
*
* Copyright (c) 2015-2017, IBM Corporation.
*
* 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 Software Foundat... |
pmp-tool/PMP | src/qemu/src-pmp/tests/acpi-utils.c | /*
* ACPI Utility Functions
*
* Copyright (c) 2013 Red Hat Inc.
* Copyright (c) 2017 Skyport Systems
*
* Authors:
* <NAME> <<EMAIL>>,
* <NAME> <<EMAIL>>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
#include "qemu/osdep... |
pmp-tool/PMP | src/qemu/src-pmp/hw/misc/iotkit-secctl.c | <gh_stars>1-10
/*
* Arm IoT Kit security controller
*
* Copyright (c) 2018 Linaro Limited
* Written by <NAME>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 or
* (at your option) any later version.
*/
#include "qemu/osd... |
pmp-tool/PMP | src/qemu/src-pmp/include/hw/timer/m48t59.h | <filename>src/qemu/src-pmp/include/hw/timer/m48t59.h
#ifndef HW_M48T59_H
#define HW_M48T59_H
#include "qemu-common.h"
#include "qom/object.h"
#define TYPE_NVRAM "nvram"
#define NVRAM_CLASS(klass) \
OBJECT_CLASS_CHECK(NvramClass, (klass), TYPE_NVRAM)
#define NVRAM_GET_CLASS(obj) \
OBJECT_GET_CLASS(NvramClass,... |
pmp-tool/PMP | src/qemu/src-pmp/audio/audio_int.h | /*
* QEMU Audio subsystem header
*
* Copyright (c) 2003-2005 <NAME> (malc)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the right... |
pmp-tool/PMP | src/qemu/src-pmp/hw/intc/xive.c | <gh_stars>1-10
/*
* QEMU PowerPC XIVE interrupt controller model
*
* Copyright (c) 2017-2018, IBM Corporation.
*
* This code is licensed under the GPL version 2 or later. See the
* COPYING file in the top-level directory.
*/
#include "qemu/osdep.h"
#include "qemu/log.h"
#include "qapi/error.h"
#include "target/... |
MickTheMechanic/FLIR-color-palette-arrays | RAINBOW.c | <reponame>MickTheMechanic/FLIR-color-palette-arrays<filename>RAINBOW.c
uint32_t RAINBOW [] {
0xFF, 0x2FF, 0x5FF, 0x8FF, 0xBFF, 0xEFF, 0x11FF, 0x14FF, 0x17FF, 0x1AFF, 0x1DFF,
0x20FF, 0x23FF, 0x26FF, 0x29FF, 0x2CFF, 0x2FFF, 0x32FF, 0x35FF, 0x37FF, 0x3AFF, 0x3DFF,
0x40FF, 0x43FF, 0x46FF, 0x49FF, 0x4CFF, 0x4FFF... |
rahuljaswa/Snapp | Pod/Classes/RJUserPickerViewController.h | <filename>Pod/Classes/RJUserPickerViewController.h
//
// RJUserPickerViewController.h
// Pods
//
// Created by <NAME> on 4/23/15.
//
//
#import <UIKit/UIKit.h>
@class RJUserPickerViewController;
@protocol RJUserPickerViewControllerDelegate <NSObject>
- (void)userPickerViewControllerDidCancel:(RJUserPickerViewCo... |
rahuljaswa/Snapp | Pod/Classes/RJImageCacheManager.h | //
// RJImageCacheManager.h
// Community
//
#import <FastImageCache/FICImageCache.h>
@import Foundation;
@interface RJImageCacheManager : NSObject <FICImageCacheDelegate>
+ (NSArray *)formats;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJCollectionViewStickyHeaderFlowLayout.h | <filename>Pod/Classes/RJCollectionViewStickyHeaderFlowLayout.h
//
// RJCollectionViewStickyHeaderFlowLayout.h
// Community
//
#import <UIKit/UIKit.h>
@interface RJCollectionViewStickyHeaderFlowLayout : UICollectionViewFlowLayout
@end
|
rahuljaswa/Snapp | Pod/Classes/UIButton+RJAdditions.h | <filename>Pod/Classes/UIButton+RJAdditions.h
//
// UIButton+RJAdditions.h
// Community
//
#import <UIKit/UIKit.h>
@interface UIButton (RJAdditions)
- (void)centerWithSpacing:(CGFloat)spacing padding:(CGFloat)padding;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJNotificationsViewController.h | //
// RJNotificationsViewController.h
// Community
//
#import "RJViewControllerDataSourceProtocol.h"
#import <UIKit/UIKit.h>
@interface RJNotificationsViewController : UITableViewController <RJViewControllerDataSourceProtocol>
@end
|
rahuljaswa/Snapp | Pod/Classes/RJCategoryHeaderView.h | //
// RJCategoryHeaderView.h
// Community
//
@interface RJCategoryHeaderView : UICollectionReusableView
@property (nonatomic, strong, readonly) UIButton *headerButton;
@property (nonatomic, strong, readonly) UIButton *followingButton;
@property (nonatomic, strong, readonly) UIButton *postsButton;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJFlagViewController.h | //
// RJFlagViewController.h
// Community
//
#import "RJManagedObjectFlag.h"
#import <UIKit/UIKit.h>
@class RJFlagViewController;
@protocol RJFlagViewControllerDelegate <NSObject>
- (void)flagViewControllerDidPressCancelButton:(RJFlagViewController *)flagViewController;
- (void)flagViewController:(RJFlagViewCont... |
rahuljaswa/Snapp | Pod/Classes/RJFeedsViewController.h | //
// RJFeedsViewController.h
// Pods
//
// Created by <NAME> on 3/11/15.
//
//
#import "RJViewControllerDataSourceProtocol.h"
#import <UIKit/UIKit.h>
@interface RJFeedsViewController : UIViewController <RJViewControllerDataSourceProtocol>
@end
|
rahuljaswa/Snapp | Pod/Classes/RJImagePickerViewController.h | //
// RJImagePickerViewController.h
// Community
//
#import <UIKit/UIKit.h>
@class RJImagePickerViewController;
@protocol RJImagePickerViewControllerDelegate <NSObject>
- (void)imagePickerViewControllerSelectedImagesDidChange:(RJImagePickerViewController *)imagePickerViewController;
@end
@interface RJImagePic... |
rahuljaswa/Snapp | Pod/Classes/RJCollectionCell.h | <reponame>rahuljaswa/Snapp<filename>Pod/Classes/RJCollectionCell.h
//
// RJCollectionCell.h
// Community
//
#import <UIKit/UIKit.h>
@interface RJCollectionCell : UICollectionViewCell
@property (nonatomic, strong, readonly) UICollectionView *collection;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJThreadsCell.h | <filename>Pod/Classes/RJThreadsCell.h
//
// RJThreadsCell.h
// Pods
//
// Created by <NAME> on 3/2/15.
//
//
#import <UIKit/UIKit.h>
@interface RJThreadsCell : UITableViewCell
@end
|
rahuljaswa/Snapp | Pod/Classes/RJCreateSkeletonUserViewController.h | <filename>Pod/Classes/RJCreateSkeletonUserViewController.h
//
// RJCreateSkeletonUserViewController.h
// Pods
//
// Created by <NAME> on 4/23/15.
//
//
#import <UIKit/UIKit.h>
@class RJCreateSkeletonUserViewController;
@protocol RJCreateSkeletonUserViewControllerProtocol <NSObject>
- (void)createSkeletonUserVie... |
rahuljaswa/Snapp | Pod/Classes/RJDataMarshaller.h | <gh_stars>0
//
// RJDataMarshaller.h
// Community
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, RJDataMarshallerPFRelation) {
kRJDataMarshallerPFRelationNone,
kRJDataMarshallerPFRelationUserBlockedUsers,
kRJDataMarshallerPFRelationUserFollowingUsers,
kRJDataMarshallerPFRelationUse... |
rahuljaswa/Snapp | Pod/Classes/RJRemoteObjectThread.h | <filename>Pod/Classes/RJRemoteObjectThread.h
//
// RJRemoteObjectThread.h
// Pods
//
// Created by <NAME> on 2/28/15.
//
//
#import <Parse/Parse.h>
@class RJRemoteObjectMessage;
@class RJRemoteObjectPost;
@class RJRemoteObjectUser;
@interface RJRemoteObjectThread : PFObject <PFSubclassing>
@property (nonatomic,... |
rahuljaswa/Snapp | Pod/Classes/UIImage+RJAdditions.h | <reponame>rahuljaswa/Snapp<filename>Pod/Classes/UIImage+RJAdditions.h<gh_stars>0
//
// UIImage+RJAdditions.h
// Community
//
#import <UIKit/UIKit.h>
@interface UIImage (RJAdditions)
+ (instancetype)imageWithColor:(UIColor *)color;
+ (instancetype)imageWithColor:(UIColor *)color size:(CGSize)size;
+ (instancetype... |
rahuljaswa/Snapp | Pod/Classes/RJManagedObjectFlag.h | <gh_stars>0
//
// RJManagedObjectFlag.h
// Community
//
#import <CoreData/CoreData.h>
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, RJManagedObjectFlagReason) {
RJManagedObjectFlagReasonSpamScam,
RJManagedObjectFlagReasonSelfHarm,
RJManagedObjectFlagReasonHarassment,
RJManagedObjectF... |
rahuljaswa/Snapp | Pod/Classes/RJGooglePlacesAPIClient.h | //
// RJGooglePlacesAPIClient.h
// Pods
//
// Created by <NAME> on 4/5/15.
//
//
#import "AFHTTPRequestOperationManager.h"
@interface RJGooglePlacesAPIClient : AFHTTPRequestOperationManager
+ (instancetype)sharedAPIClient;
- (void)getCitiesWithSearchString:(NSString *)searchString success:(void (^)(AFHTTPReques... |
rahuljaswa/Snapp | Pod/Classes/RJStore.h | <reponame>rahuljaswa/Snapp
//
// RJStore.h
// Community
//
#import <Foundation/Foundation.h>
#import <Parse/Parse.h>
@class NSFetchRequest;
@class RJManagedObjectPostCategory;
@class RJManagedObjectPost;
@class RJManagedObjectThread;
@class RJManagedObjectUser;
@class RJRemoteObjectUser;
@interface RJStore : NSOb... |
rahuljaswa/Snapp | Pod/Classes/RJPostImageCacheEntity.h | //
// RJPostImageCacheEntity.h
// Community
//
#import <FastImageCache/FICEntity.h>
@import CoreGraphics;
@import Foundation;
FOUNDATION_EXPORT NSString *const kRJImageFormatFamilyPost;
FOUNDATION_EXPORT NSString *const kRJPostImageFormatCardSquare16BitBGR;
FOUNDATION_EXPORT NSString *const kRJPostImageFormatCard16... |
rahuljaswa/Snapp | Pod/Classes/RJUserImageCacheEntity.h | //
// RJUserImageCacheEntity.h
// Community
//
#import <FastImageCache/FICEntity.h>
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT NSString *const kRJImageFormatFamilyUser;
FOUNDATION_EXPORT NSString *const kRJUserImageFormatCard16BitBGR40x40;
FOUNDATION_EXPORT CGSize const kRJUserImag... |
rahuljaswa/Snapp | Pod/Classes/RJCommentCell.h | <reponame>rahuljaswa/Snapp
//
// RJCommentCell.h
// Community
//
#import <UIKit/UIKit.h>
@class ActionLabel;
@class RJManagedObjectComment;
@class RJManagedObjectMessage;
@class RJManagedObjectUser;
@interface RJCommentCell : UITableViewCell
@property (nonatomic, strong, readonly) ActionLabel *commentLabel;
@pro... |
rahuljaswa/Snapp | Pod/Classes/RJTemplateManager.h | //
// RJTemplateManager.h
// Pods
//
// Created by <NAME> on 4/17/15.
//
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, RJTemplateManagerType) {
kRJTemplateManagerTypeCommunity,
kRJTemplateManagerTypeClassifieds
};
@interface RJTemplateManager : NSObject
@property (nonatomic, assign) R... |
rahuljaswa/Snapp | Pod/Classes/RJViewControllerDataSourceProtocol.h | <filename>Pod/Classes/RJViewControllerDataSourceProtocol.h
//
// RJViewControllerDataSourceProtocol.h
// Community
//
#import <Foundation/Foundation.h>
@protocol RJViewControllerDataSourceProtocol <NSObject>
- (void)fetchData;
- (void)reloadWithCompletion:(void (^)(BOOL success))completion;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJNotificationCell.h | //
// RJNotificationCell.h
// Community
//
#import <UIKit/UIKit.h>
@class ActionLabel;
@interface RJNotificationCell : UITableViewCell
@property (nonatomic, strong, readonly) ActionLabel *actionLabel;
@end
|
rahuljaswa/Snapp | Pod/Classes/UIImageView+RJAdditions.h | <gh_stars>0
//
// UIImageView+RJAdditions.h
// Community
//
#import <FastImageCache/FICEntity.h>
#import <UIKit/UIKit.h>
@interface UIImageView (RJAdditions)
- (void)setImageEntity:(NSObject<FICEntity> *)entity formatName:(NSString *)formatName placeholder:(UIImage *)placeholder;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJProfileHeaderView.h | //
// RJProfileHeaderView.h
// Community
//
#import <UIKit/UIKit.h>
@interface RJProfileHeaderView : UICollectionReusableView
@property (nonatomic, strong, readonly) UILabel *bio;
@property (nonatomic, strong, readonly) UIImageView *image;
@property (nonatomic, strong, readonly) UILabel *name;
@property (nonatom... |
rahuljaswa/Snapp | Pod/Classes/RJRemoteObjectFlag.h | <reponame>rahuljaswa/Snapp
//
// RJRemoteObjectFlag.h
// Community
//
#import "RJManagedObjectFlag.h"
#import <Parse/Parse.h>
@class RJRemoteObjectPost;
@class RJRemoteObjectUser;
@interface RJRemoteObjectFlag : PFObject <PFSubclassing>
@property (nonatomic, strong) RJRemoteObjectUser *creator;
@property (nonato... |
rahuljaswa/Snapp | Pod/Classes/RJParseUtils.h | <gh_stars>0
//
// RJParseUtils.h
// Community
//
#import "RJRemoteObjectFlag.h"
#import <Foundation/Foundation.h>
#import <Parse/Parse.h>
@class RJManagedObjectPostCategory;
@class RJManagedObjectLike;
@class RJManagedObjectUser;
@class RJManagedObjectPost;
@class RJManagedObjectThread;
@interface RJParseUtils : ... |
rahuljaswa/Snapp | Pod/Classes/UINavigationItem+RJAdditions.h | <filename>Pod/Classes/UINavigationItem+RJAdditions.h
//
// UINavigationItem+RJAdditions.h
// Community
//
#import <UIKit/UIKit.h>
@interface UINavigationItem (RJAdditions)
@end
|
rahuljaswa/Snapp | Pod/Classes/RJDataMarshallerOperation.h | //
// RJDataMarshallerOperation.h
// Pods
//
// Created by <NAME> on 3/12/15.
//
//
#import <Foundation/Foundation.h>
@interface RJDataMarshallerOperation : NSOperation
- (instancetype)initWithPFObjects:(NSArray *)pfObjects relation:(RJDataMarshallerPFRelation)relation targetCategory:(RJRemoteObjectCategory *)ta... |
rahuljaswa/Snapp | Pod/Classes/RJCreateViewController.h | //
// RJCreateViewController.h
// Community
//
#import <UIKit/UIKit.h>
@class RJCreateViewController;
@protocol RJCreateViewControllerDelegate <NSObject>
- (void)createViewControllerDidCancel:(RJCreateViewController *)createViewController;
- (void)createViewControllerDidFinish:(RJCreateViewController *)createVie... |
rahuljaswa/Snapp | Pod/Classes/RJSwitchCell.h | //
// RJSwitchCell.h
// Pods
//
// Created by <NAME> on 3/2/15.
//
//
#import <UIKit/UIKit.h>
@interface RJSwitchCell : UICollectionViewCell
@property (nonatomic, strong, readonly) UISwitch *switchControl;
@property (nonatomic, strong, readonly) UILabel *textLabel;
@property (nonatomic, strong, readonly) UIView... |
rahuljaswa/Snapp | Pod/Classes/RJLocationPickerViewController.h | //
// RJLocationPickerViewController.h
// Pods
//
// Created by <NAME> on 4/5/15.
//
//
#import <UIKit/UIKit.h>
@class RJLocationPickerViewController;
@protocol RJLocationPickerViewControllerDelegate <NSObject>
- (void)locationPickerViewControllerSelectedLocationDidChange:(RJLocationPickerViewController *)locat... |
rahuljaswa/Snapp | Pod/Classes/RJLoadingCell.h | <reponame>rahuljaswa/Snapp
//
// RJLoadingCell.h
// Pods
//
// Created by <NAME> on 3/14/15.
//
//
#import <UIKit/UIKit.h>
@interface RJLoadingCell : UITableViewCell
@property (nonatomic, strong, readonly) UIActivityIndicatorView *spinner;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJUploadProgressViewController.h | //
// RJUploadProgressViewController.h
// Pods
//
// Created by <NAME> on 3/21/15.
//
//
#import <UIKit/UIKit.h>
@interface RJUploadProgressViewController : UITableViewController
@end
|
rahuljaswa/Snapp | Pod/Classes/RJManagedObjectThread.h | <reponame>rahuljaswa/Snapp<gh_stars>0
//
// RJManagedObjectThread.h
// NINEXX
//
// Created by <NAME> on 2/28/15.
// Copyright (c) 2015 <NAME>. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
@class RJManagedObjectMessage;
@class RJManagedObjectPost;
@class RJManagedObject... |
rahuljaswa/Snapp | Pod/Classes/RJPostHeaderView.h | //
// RJPostHeaderView.h
// Community
//
#import <UIKit/UIKit.h>
@class ActionLabel;
@interface RJPostHeaderView : UICollectionReusableView
@property (nonatomic, strong, readonly) UIView *bottomBorder;
@property (nonatomic, strong, readonly) UIImageView *imageView;
@property (nonatomic, strong, readonly) ActionL... |
rahuljaswa/Snapp | Pod/Classes/RJPostCell.h | <filename>Pod/Classes/RJPostCell.h
//
// RJPostCell.h
// Community
//
#import <UIKit/UIKit.h>
@class RJManagedObjectPostCategory;
@class RJRemoteObjectLike;
@class RJRemoteObjectPost;
@class RJPostCell;
@class RJRemoteObjectUser;
@protocol RJPostCellDelegate <NSObject>
- (void)postCell:(RJPostCell *)postCell did... |
rahuljaswa/Snapp | Pod/Classes/RJRemoteObjectPost.h | <filename>Pod/Classes/RJRemoteObjectPost.h
//
// RJRemoteObjectPost.h
// Community
//
#import <Parse/Parse.h>
@class RJRemoteObjectUser;
@interface RJRemoteObjectPost : PFObject <PFSubclassing>
@property (nonatomic, strong) NSString *appIdentifier;
@property (nonatomic, strong) NSArray *categories;
@property (no... |
rahuljaswa/Snapp | Pod/Classes/RJManagedObjectImage.h | <gh_stars>0
//
// RJManagedObjectImage.h
// Community
//
#import <CoreData/CoreData.h>
#import <Foundation/Foundation.h>
@class RJManagedObjectPost;
@class RJManagedObjectPostCategory;
@class RJManagedObjectUser;
@interface RJManagedObjectImage : NSManagedObject
@property (nonatomic, retain) NSDate *createdAt;
@... |
rahuljaswa/Snapp | Pod/Classes/RJUserCommentsViewController.h | //
// RJUserCommentsViewController.h
// Pods
//
// Created by <NAME> on 2/12/15.
//
//
#import "RJViewControllerDataSourceProtocol.h"
#import "RJGalleryViewController.h"
@class RJManagedObjectUser;
@interface RJUserCommentsViewController : RJGalleryViewController <RJViewControllerDataSourceProtocol>
- (instance... |
rahuljaswa/Snapp | Pod/Classes/RJAppDelegate.h | //
// RJAppDelegate.h
// Community
//
#import <UIKit/UIKit.h>
@class RJStyleManager;
@class RJTemplateManager;
@interface RJAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic, readonly) RJStyleManager *styleManager;
@property (strong, no... |
rahuljaswa/Snapp | Pod/Classes/RJMessagingViewController.h | //
// RJMessagingViewController.h
// Pods
//
// Created by <NAME> on 2/28/15.
//
//
#import "RJViewControllerDataSourceProtocol.h"
#import <ChatViewControllers/RJChatTableViewController.h>
@class RJManagedObjectThread;
@interface RJMessagingViewController : RJChatTableViewController <RJViewControllerDataSourcePr... |
rahuljaswa/Snapp | Pod/Classes/RJGridCell.h | <filename>Pod/Classes/RJGridCell.h
//
// RJGridCell.h
// Community
//
#import <UIKit/UIKit.h>
@interface RJGridCell : UICollectionViewCell
@property (nonatomic, strong, readonly) UILabel *title;
@property (nonatomic, strong, readonly) UIImageView *image;
@property (nonatomic, strong, readonly) UIActivityIndicator... |
rahuljaswa/Snapp | Pod/Classes/RJCategoryViewController.h | <filename>Pod/Classes/RJCategoryViewController.h
//
// RJCategoryViewController.h
// Community
//
#import "RJGalleryViewController.h"
#import "RJViewControllerDataSourceProtocol.h"
@class RJManagedObjectPostCategory;
@interface RJCategoryViewController : RJGalleryViewController <RJViewControllerDataSourceProtocol... |
rahuljaswa/Snapp | Pod/Classes/RJManagedObjectLike.h | <reponame>rahuljaswa/Snapp
//
// RJManagedObjectLike.h
// Community
//
#import <CoreData/CoreData.h>
#import <Foundation/Foundation.h>
@class RJManagedObjectPost;
@class RJManagedObjectUser;
@interface RJManagedObjectLike : NSManagedObject
@property (nonatomic, retain) NSDate *createdAt;
@property (nonatomic, re... |
rahuljaswa/Snapp | Pod/Classes/RJRemoteObjectCategory.h | <reponame>rahuljaswa/Snapp<filename>Pod/Classes/RJRemoteObjectCategory.h
//
// RJRemoteObjectCategory.h
// Community
//
#import <Parse/Parse.h>
@interface RJRemoteObjectCategory : PFObject <PFSubclassing>
@property (nonatomic, strong) NSString *appIdentifier;
@property (nonatomic, assign, readonly) BOOL deleted;
@... |
rahuljaswa/Snapp | Pod/Classes/RJCollectionHeaderView.h | //
// RJCollectionHeaderView.h
// Community
//
#import <UIKit/UIKit.h>
@interface RJCollectionHeaderView : UICollectionReusableView
@property (nonatomic, strong, readonly) UILabel *label;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJMessageUserViewController.h | <reponame>rahuljaswa/Snapp<gh_stars>0
//
// RJMessageUserViewController.h
// Pods
//
// Created by <NAME> on 3/1/15.
//
//
#import <UIKit/UIKit.h>
@class RJMessageUserViewController;
@protocol RJMessageUserViewControllerDelegate <NSObject>
- (void)messageUserViewControllerDidPressDoneButton:(RJMessageUserViewCo... |
rahuljaswa/Snapp | Pod/Classes/RJFeedViewController.h | <reponame>rahuljaswa/Snapp
//
// RJFeedViewController.h
// Community
//
#import "RJViewControllerDataSourceProtocol.h"
#import <UIKit/UIKit.h>
@class CLLocation;
@class RJManagedObjectPost;
@interface RJFeedViewController : UICollectionViewController <RJViewControllerDataSourceProtocol>
@property (nonatomic, str... |
rahuljaswa/Snapp | Pod/Classes/RJRelationsViewController.h | //
// RJRelationsViewController.h
// Community
//
#import "RJViewControllerDataSourceProtocol.h"
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSUInteger, RJRelationsViewControllerUserRelationsType) {
kRJRelationsViewControllerUserRelationsTypeBlockedUsers,
kRJRelationsViewControllerUserRelationsTypeFollowers,
... |
rahuljaswa/Snapp | Pod/Classes/RJStyleManager.h | //
// RJStyleManager.h
// Community
//
#import <UIKit/UIKit.h>
@interface RJStyleManager : NSObject
// *** APP OPTIONS ***
@property (nonatomic, assign) BOOL cropsImagesToSquares;
@property (nonatomic, assign) BOOL displaysImageResultsFromWeb;
// *** APPLICATION WIDE TINT COLORS ***
/*
@discussion Tint color... |
rahuljaswa/Snapp | Pod/Classes/RJLabelCell.h | <filename>Pod/Classes/RJLabelCell.h
//
// RJLabelCell.h
// Community
//
#import <UIKit/UIKit.h>
#import <SZTextView/SZTextView.h>
typedef NS_ENUM(NSUInteger, RJLabelCellStyle) {
kRJLabelCellStyleTextLabel,
kRJLabelCellStyleTextField,
kRJLabelCellStyleTextView
};
@interface RJLabelCell : UICollectionVi... |
rahuljaswa/Snapp | Pod/Classes/RJTagPickerViewController.h | //
// RJTagPickerViewController.h
// Community
//
#import "RJViewControllerDataSourceProtocol.h"
#import <UIKit/UIKit.h>
@class RJTagPickerViewController;
@protocol RJTagPickerViewControllerDelegate <NSObject>
- (void)tagPickerViewControllerSelectedTagsDidChange:(RJTagPickerViewController *)tagPickerViewControll... |
rahuljaswa/Snapp | Pod/Classes/RJRemoteObjectUser.h | <filename>Pod/Classes/RJRemoteObjectUser.h
//
// RJRemoteObjectUser.h
// Community
//
#import <Parse/Parse.h>
@interface RJRemoteObjectUser : PFUser
@property (nonatomic, strong, readonly) PFRelation *blockedUsers;
@property (nonatomic, strong, readonly) PFRelation *followingCategories;
@property (nonatomic, stro... |
rahuljaswa/Snapp | Pod/Classes/RJUserLikesViewController.h | //
// RJUserLikesViewController.h
// Community
//
#import "RJGalleryViewController.h"
#import "RJViewControllerDataSourceProtocol.h"
@class RJManagedObjectUser;
@interface RJUserLikesViewController : RJGalleryViewController <RJViewControllerDataSourceProtocol>
- (instancetype)initWithLiker:(RJManagedObjectUser *... |
rahuljaswa/Snapp | Pod/Classes/RJOverflowGridLayout.h | //
// RJOverflowGridLayout.h
// Pods
//
// Created by <NAME> on 3/20/15.
//
//
#import <UIKit/UIKit.h>
@interface RJOverflowGridLayout : UICollectionViewLayout
@property (nonatomic, assign) CGFloat sideLength;
@end
|
rahuljaswa/Snapp | Pod/Classes/RJProfileViewController.h | //
// RJProfileViewController.h
// Community
//
#import "RJGalleryViewController.h"
#import "RJViewControllerDataSourceProtocol.h"
#import <UIKit/UIKit.h>
@class RJManagedObjectUser;
@interface RJProfileViewController : RJGalleryViewController <RJViewControllerDataSourceProtocol>
@property (nonatomic, assign) BO... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.