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
/** | |
* @description Various Apex methods for working with URLs | |
* | |
* @author Mac Anderson | |
* | |
* @version 1.0 | |
* | |
* @moreinfo http://macscloud.com | |
*/ |
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
#!/usr/bin/env python | |
from __future__ import print_function | |
import sys, re | |
import os.path | |
""" The CSS classname/namespace prefix to prepend to all Bootstrap CSS classes """ | |
CSS_CLASS_PREFIX = 'ns-' | |
# Not all CSS classes that are referenced in JavaScript are actually defined in the CSS script. |
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
--- | |
components: | |
responses: {} | |
schemas: | |
Alert Rule Name: | |
description: The name of the alert rule. | |
examples: | |
- RepeatedHits | |
title: Alert Rule Name | |
type: string |