This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using RightNow.AddIns.AddInViews; | |
using System.Drawing; | |
using System.AddIn; | |
namespace OppOpen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Custom\Controllers; | |
assert_options(ASSERT_ACTIVE, 1); | |
assert_options(ASSERT_WARNING, 0); | |
assert_options(ASSERT_QUIET_EVAL, 1); | |
//assertion handler | |
\assert_options(ASSERT_CALLBACK, function ($file, $line, $code) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "1.0" | |
requires: | |
jsModule: | |
- standard | |
- mobile | |
extends: | |
widget: standard/chat/ChatServerConnect | |
components: | |
- js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Windows.Forms; | |
using System.ServiceModel; | |
using NonceTest.OrgWS; | |
using System.ServiceModel.Channels; | |
using System.Xml; | |
using Microsoft.Web.Services3.Security.Tokens; | |
namespace NonceTest | |
{ | |
public partial class Form1 : Form |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Simple view render. | |
* | |
* @param String $view Path to View file | |
* @param Array $data Data to be passed to view | |
* @throws RuntimeException Thrown if message comes back blank | |
* | |
* @return String Rendered view (HTML) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace RightNow\Connect\v1_1; | |
/** | |
* Named ID that can be included in a list | |
*/ | |
class AccessLevel | |
extends NamedIDDeltaOptList | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.ServiceModel; | |
using ServiceTest.SMSWS; | |
using System.ServiceModel.Channels; | |
using System.Net; | |
using System.Security.Cryptography.X509Certificates; | |
using System.Net.Security; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Xml.Serialization; | |
using System.IO; | |
namespace SSOTester { | |
[Serializable()] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using Microsoft.VisualBasic.FileIO; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Author: Ryan McCullough | |
* Project Location: https://src.rightnow.com/spaces/ps_addins_library | |
* Blob Hash: $Id: bd91d4b076c661881199de313de1aa4dc44a41d9 $ | |
* Description: IAutomationClient static singleton helper for Add-Ins | |
* | |
*/ | |
using System.AddIn; |
NewerOlder