This file contains hidden or 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
export const getLogsUrlPart = ( | |
namespace: string, | |
podName: string, | |
containerName: string, | |
tail?: number, | |
): string => | |
`/api/k8s/api/v1/namespaces/${namespace}/pods/${podName}/log?container=${containerName}${ | |
tail ? `&tailLines=${tail}` : '' | |
}`; | |
This file contains hidden or 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
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_3D9F69F4-4405-464F-8F55-4DC3D3C629D7" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_5DCA5B02-401D-45CD-AC8B-8BEE8F4FE1D3" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_3D9F69F4-4405-464F-8F55-4DC3D3C629D7"> | |
<dmn:extensionElements/> | |
<dmn:inputData id="_A43A9A57-0363-4D52-A03B-1D2ADF46B254" name="Check"> | |
<dmn:extensionElements/> | |
<dmn:variable id="_12EC9ABE-464E-43D6-811D-08C97634A61B" name="Check"/> | |
</dmn:inputData> | |
<dmn:businessKnowledgeModel id="_9997064F-9CF0-4D5D-97AE-FD5638CC3270" name="BusinessKnowledgeModel-1"> | |
<dmn:extensionElements/> | |
<dmn:variable id="_393E076F-1D65-4235-AEAC-9647965C9EA3" na |
This file contains hidden or 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
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_xZlNACnREDqwrrdc7pS4oA" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " exporter="jBPM Process Modeler" exporterVersion="2.0" targetNamespace="http://www.omg.org/bpmn20"> | |
<bpmn2:process id="new_file" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="new-file" isExecutable="true" processType="Public"> | |
<bpmn2:sequenceFlow id="_FF8D9CE1-0F7E-494F-A978-7754E251D0DF" sourceRef="_EA8B60E4-DADA-4DF4-BAFA-58BDA512459D" targetRef="_E3ADAA31-3513 |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" id="_02435884-F463-4C59-BDD1-B9A9A2DE0E65" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_7A5F222E-4533-4453-956A-3ED617117ABB"><dmn:extensionElements/><dmn:inputData id="_85740829-0FA8-489F-8915-8A703923E5AC" name="check"><dmn:extensionElements/><dmn:variable id="_2A490604-ECE3-4249-B091-4E3D78783E84" name="check"/></dmn:inputData><dmn:businessKnowledgeModel id="_3A585F10-E245-43F2-AC0C-66FEC25E6548" name="BusinessKnowledgeModel-1"><dmn:extensionElements/><dmn:variable id="_583D6BC3-1646-44B2-AB8A-B79158C21A3A" name="BusinessKnowledgeModel-1"/><dmn:encapsulatedLogic id="_1E05F8D2-A917-4E7F-8ADE-44B9F38D746A" kind="FEEL"><dmn:literalExpression id="_D0288F0A-74E7-4DEF-9C81-93B4D5FBBD11"><dmn:text/></dmn:literalExpression></dmn:encapsulatedLogic></dmn:businessKnowledgeModel><dmndi:DMNDI xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DM |
This file contains hidden or 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
[time-series-demo.zip](https://github.com/jesuino/dashbuilder-components/files/6532307/time-series-demo.zip) |
This file contains hidden or 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
{ | |
chart: { | |
id: string; | |
}; | |
xaxis: { | |
categories: Array<string | number>; | |
}; | |
} |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" id="_2C8558B1-F9AA-4F1A-9579-3EC0BB89536C" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_80866D63-38CA-45BF-8119-F1C5A5BC8E81"><dmn:extensionElements/><dmn:decision id="_43A0E15A-D1BB-4467-8F5C-4EF06C370CCC" name="Age group"><dmn:extensionElements/><dmn:variable id="_7D10251C-C4ED-4553-AE24-0A3C400AB0B6" name="Age group"/><dmn:decisionTable id="_CE2BA422-4F8F-4FB3-A95F-8654ACD4F8D7" hitPolicy="UNIQUE" preferredOrientation="Rule-as-Row"><dmn:input id="_93002B3D-5FB3-46D2-A508-946606E1AC24"><dmn:inputExpression id="_EB0035AF-62B0-4BBE-A5CA-20F19DF40181"><dmn:text>input-1</dmn:text></dmn:inputExpression></dmn:input><dmn:output id="_2D0A8985-1FCC-46A5-9125-09B545868888"/><dmn:annotation name="annotation-1"/><dmn:rule id="_FE5BF23C-D7F4-42FE-AED3-7E572F6F296B"><dmn:inputEntry id="_058CD978-70D4-4346-BBE7-B9D09A6B4B80"><dmn:text>age<18</d |
This file contains hidden or 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
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.redhat.documentation</groupId> | |
<artifactId>asciidoc-splitter</artifactId> | |
<packaging>jar</packaging> | |
<version>1.0-SNAPSHOT</version> | |
<name>asciidoc splitter</name> | |
<properties> |
This file contains hidden or 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
import java.io.*; | |
public class New implements Serializable{ | |
public static void main(String[] args) { | |
ObjectStreamClass osc = ObjectStreamClass.lookup(New.class); | |
System.out.println("" + osc.getSerialVersionUID()); | |
} | |
} |
This file contains hidden or 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
import java.io.*; | |
import java.util.*; | |
public class ArrayLL{ | |
static char choice; | |
static int arr[]={2,3,4,5,6}; | |
public static void deletebyIndex(int index){ | |
arr[index]=0; | |
System.out.println("Element deleted"); |
NewerOlder