Loading .meepctl-repocfg.yaml +14 −1 Original line number Diff line number Diff line #AdvantEDGE # Copyright (c) 2019 InterDigital Communications, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. version: 1.1.1 repo: name: AdvantEDGE Loading examples/demo1/src/demo-frontend/src/css/demo-svc.scss +16 −0 Original line number Diff line number Diff line /* * Copyright (c) 2019 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // Set IDCC color theme $mdc-theme-primary: #379DD8; $mdc-theme-secondary: #FF9800; Loading examples/demo1/src/demo-frontend/src/index.html +128 −113 Original line number Diff line number Diff line <!doctype html> <!-- Copyright (c) 2019 InterDigital Communications, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> Loading examples/demo1/src/demo-frontend/src/js/demo-svc.js +165 −149 Original line number Diff line number Diff line // Import CSS /* * Copyright (c) 2019 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // Import CSS import 'material-design-icons/iconfont/material-icons.css'; import 'ol/ol.css'; import '../css/demo-svc.scss'; Loading examples/demo1/src/demo-server/Dockerfile +2 −2 Original line number Diff line number Diff line # Copyright 2017 The Kubernetes Authors. # Copyright (c) 2019 InterDigital Communications, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading Loading
.meepctl-repocfg.yaml +14 −1 Original line number Diff line number Diff line #AdvantEDGE # Copyright (c) 2019 InterDigital Communications, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. version: 1.1.1 repo: name: AdvantEDGE Loading
examples/demo1/src/demo-frontend/src/css/demo-svc.scss +16 −0 Original line number Diff line number Diff line /* * Copyright (c) 2019 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // Set IDCC color theme $mdc-theme-primary: #379DD8; $mdc-theme-secondary: #FF9800; Loading
examples/demo1/src/demo-frontend/src/index.html +128 −113 Original line number Diff line number Diff line <!doctype html> <!-- Copyright (c) 2019 InterDigital Communications, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> Loading
examples/demo1/src/demo-frontend/src/js/demo-svc.js +165 −149 Original line number Diff line number Diff line // Import CSS /* * Copyright (c) 2019 InterDigital Communications, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // Import CSS import 'material-design-icons/iconfont/material-icons.css'; import 'ol/ol.css'; import '../css/demo-svc.scss'; Loading
examples/demo1/src/demo-server/Dockerfile +2 −2 Original line number Diff line number Diff line # Copyright 2017 The Kubernetes Authors. # Copyright (c) 2019 InterDigital Communications, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading