Skip to content

Commit

Permalink
deploy: e647162
Browse files Browse the repository at this point in the history
  • Loading branch information
judgedim committed Aug 27, 2024
1 parent 7d5e787 commit 1e579d8
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 15 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4384,6 +4384,14 @@ <h3 id="query-parameters">Query Parameters</h3>
<td>is-public</td>
<td>Publish reports on a white label URL. Yes or No. Defaults to No.</td>
</tr>
<tr>
<td>run-time</td>
<td>One of &lsquo;00:00:00&rsquo;, &#39;03:00:00&rsquo;, &#39;06:00:00&rsquo;, &#39;09:00:00&rsquo;, &#39;12:00:00&rsquo;, &#39;15:00:00&rsquo;, &#39;18:00:00&rsquo;, &#39;21:00:00&rsquo;</td>
</tr>
<tr>
<td>time-zone</td>
<td>One of &#39;Pacific/Honolulu&rsquo;, &#39;America/Los_Angeles&rsquo;, &#39;America/Anchorage&rsquo;, &#39;US/Pacific&rsquo;, &#39;America/Phoenix&rsquo;, &#39;America/Denver&rsquo;, &#39;America/Boise&rsquo;, &#39;US/Central&rsquo;, &#39;Canada/Saskatchewan&rsquo;, &#39;America/North_Dakota&rsquo;, &#39;America/Chicago&rsquo;, &#39;America/New_York&rsquo;, &#39;America/Kentucky&rsquo;, &#39;America/Indiana&rsquo;, &#39;America/Detroit&rsquo;, &#39;US/Eastern&rsquo;, &#39;Canada/Atlantic&rsquo;, &#39;Canada/Newfoundland&rsquo;, &#39;Europe/London&rsquo;, &#39;Europe/Dublin&rsquo;, &#39;Australia/Perth&rsquo;, &#39;Australia/Darwin&rsquo;, &#39;Australia/Brisbane&rsquo;, &#39;Australia/Sydney&rsquo;, &#39;Pacific/Auckland&rsquo;, &#39;US/Mountain&rsquo;, &#39;America/North_Dakota/Center&rsquo;, &#39;America/Kentucky/Louisville&rsquo;, &#39;America/Indiana/Indianapolis&rsquo;</td>
</tr>
</tbody></table>

<h2 id="update-report">Update Report</h2>
Expand Down Expand Up @@ -4572,8 +4580,18 @@ <h3 id="query-parameters">Query Parameters</h3>
<td>is-public</td>
<td>Publish reports on a white label URL. Yes or No.</td>
</tr>
<tr>
<td>run-time</td>
<td>One of &#39;00:00:00&rsquo;, &#39;03:00:00&rsquo;, &#39;06:00:00&rsquo;, &#39;09:00:00&rsquo;, &#39;12:00:00&rsquo;, &#39;15:00:00&rsquo;, &#39;18:00:00&rsquo;, &#39;21:00:00&rsquo;</td>
</tr>
<tr>
<td>time-zone</td>
<td>One of &rsquo;(UTC-10:00) Hawaii&rsquo;,&rsquo;(UTC-08:00) Pacific Time (US &amp; Canada)&rsquo;,&rsquo;(UTC-07:00) Mountain Time (US &amp; Canada)&rsquo;,&rsquo;(UTC-06:00) Central Time (US &amp; Canada)&rsquo;,&rsquo;(UTC-05:00) Eastern Time (US &amp; Canada)&rsquo;,&rsquo;(UTC-04:00) Atlantic Time (Canada)&rsquo;,&rsquo;(UTC-03:30) Newfoundland&rsquo;,&rsquo;(UTC) Dublin, Edinburgh, London&rsquo;,&rsquo;(UTC+08:00) Perth&rsquo;,&rsquo;(UTC+09:30) Adelaide, Darwin&rsquo;,&rsquo;(UTC+10:00) Brisbane, Melbourne, Sydney&rsquo;,&rsquo;(UTC+12:00) Auckland, Wellington&rsquo;</td>
</tr>
</tbody></table>

<p>*if run_time and time_zone will be not provided, those will be estimated based on location</p>

<h2 id="delete-report">Delete Report</h2>

<p><span class="label label-info">Account Method</span></p>
Expand Down
2 changes: 1 addition & 1 deletion javascripts/lib/energize.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascripts/lib/jquery.highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
* Licensed under MIT license.
*
*/
jQuery.extend({highlight:function(e,t,n,i){if(3===e.nodeType){var r=e.data.match(t);if(r){var s=document.createElement(n||"span");s.className=i||"highlight";var a=e.splitText(r.index);a.splitText(r[0].length);var o=a.cloneNode(!0);return s.appendChild(o),a.parentNode.replaceChild(s,a),1}}else if(1===e.nodeType&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&(e.tagName!==n.toUpperCase()||e.className!==i))for(var c=0;c<e.childNodes.length;c++)c+=jQuery.highlight(e.childNodes[c],t,n,i);return 0}}),jQuery.fn.unhighlight=function(e){var t={className:"highlight",element:"span"};return jQuery.extend(t,e),this.find(t.element+"."+t.className).each(function(){var e=this.parentNode;e.replaceChild(this.firstChild,this),e.normalize()}).end()},jQuery.fn.highlight=function(e,t){var n={className:"highlight",element:"span",caseSensitive:!1,wordsOnly:!1};if(jQuery.extend(n,t),e.constructor===String&&(e=[e]),e=jQuery.grep(e,function(e,t){return""!=e}),e=jQuery.map(e,function(e,t){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}),0==e.length)return this;var i=n.caseSensitive?"":"i",r="("+e.join("|")+")";n.wordsOnly&&(r="\\b"+r+"\\b");var s=new RegExp(r,i);return this.each(function(){jQuery.highlight(this,s,n.element,n.className)})};
jQuery.extend({highlight:function(t,e,i,n){if(3===t.nodeType){var s=t.data.match(e);if(s){var o=document.createElement(i||"span");o.className=n||"highlight";var r=t.splitText(s.index);r.splitText(s[0].length);var a=r.cloneNode(!0);return o.appendChild(a),r.parentNode.replaceChild(o,r),1}}else if(1===t.nodeType&&t.childNodes&&!/(script|style)/i.test(t.tagName)&&(t.tagName!==i.toUpperCase()||t.className!==n))for(var l=0;l<t.childNodes.length;l++)l+=jQuery.highlight(t.childNodes[l],e,i,n);return 0}}),jQuery.fn.unhighlight=function(t){var e={className:"highlight",element:"span"};return jQuery.extend(e,t),this.find(e.element+"."+e.className).each(function(){var t=this.parentNode;t.replaceChild(this.firstChild,this),t.normalize()}).end()},jQuery.fn.highlight=function(t,e){var i={className:"highlight",element:"span",caseSensitive:!1,wordsOnly:!1};if(jQuery.extend(i,e),t.constructor===String&&(t=[t]),t=jQuery.grep(t,function(t,e){return""!=t}),t=jQuery.map(t,function(t,e){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}),0==t.length)return this;var n=i.caseSensitive?"":"i",s="("+t.join("|")+")";i.wordsOnly&&(s="\\b"+s+"\\b");var o=new RegExp(s,n);return this.each(function(){jQuery.highlight(this,o,i.element,i.className)})};
Loading

0 comments on commit 1e579d8

Please sign in to comment.