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
| using System; | |
| using System.Linq; | |
| using System.Web; | |
| namespace Cinotam.AbpModuleZero.Tools.DatatablesJsModels.ReflectionHelpers | |
| { | |
| public static class InputBuilder | |
| { | |
| /// <summary> | |
| /// |
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.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Scanner; | |
| /** | |
| * | |
| * @author Alan Torres | |
| */ | |
| public class Foro2Aspecto2 { | |
| public static String Vocales[] = new String[]{"a", "e", "i", "o", "u"}; | |
| public static int Digitos[] = new int[]{1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; |
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
| "use strict"; | |
| System.register(["Languages/LocalizationHelper.js", "Models/TreeObj.js"], function (_export, _context) { | |
| "use strict"; | |
| var Localization, TreeObj, _createClass, CategoriesWindow; | |
| function _classCallCheck(instance, Constructor) { | |
| if (!(instance instanceof Constructor)) { | |
| throw new TypeError("Cannot call a class as a function"); |
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
| var contenidoDVI; //?? | |
| var componentePrincipal = (function (configuracionComponentes) { | |
| var componentes = {}; | |
| //No los veo por ningun lado, pues los meto al __proto__ YOLO | |
| componentes.__proto__ = { | |
| recalcularElementosSlider: function () { | |
| $.each($('.ComponenteDVISlider '), function (index, el) { | |
| var selectorToFind = '.paFront .swiper-wrapper .swiper-slide .imgSlide .contenidoEditable'; |
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
| /*Para el texto e imagen de la parte inferior de la pantalla*/ | |
| .enfasis-text { | |
| font-weight: 600; | |
| } | |
| .img-tech { | |
| height: 200px; | |
| width: 200px; | |
| } |
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 { HttpClient } from "@angular/common/http"; | |
| import { Injectable } from "@angular/core"; | |
| import { Platform } from "ionic-angular/platform/platform"; | |
| import { Renderer } from "@angular/core/src/render/api"; | |
| /* | |
| Generated class for the CanvasToolsProvider provider. | |
| See https://angular.io/guide/dependency-injection for more info on providers | |
| and Angular DI. |
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
| using Abp.Authorization.Users; | |
| using Abp.MultiTenancy; | |
| using Abp.Runtime.Security; | |
| using Abp.UI; | |
| using FoodSaviour.Authentication.External; | |
| using FoodSaviour.Authentication.JwtBearer; | |
| using FoodSaviour.Authorization; | |
| using FoodSaviour.Authorization.Users; | |
| using FoodSaviour.Models.TokenAuth; | |
| using FoodSaviour.MultiTenancy; |
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 { Component, Injector, ElementRef, ViewChild } from '@angular/core'; | |
| import { Router } from '@angular/router'; | |
| import { AppComponentBase } from '@shared/app-component-base'; | |
| import { LoginService } from './login.service'; | |
| import { accountModuleAnimation } from '@shared/animations/routerTransition'; | |
| import { AbpSessionService } from '@abp/session/abp-session.service'; | |
| @Component({ | |
| templateUrl: './login.component.html', | |
| styleUrls: ['./login.component.less'], |
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
| using System.Security.Claims; | |
| using System.Threading.Tasks; | |
| using Microsoft.AspNetCore.Identity; | |
| using Microsoft.AspNetCore.Mvc; | |
| using Abp.Authorization; | |
| using Abp.Authorization.Users; | |
| using Abp.MultiTenancy; | |
| using Abp.Runtime.Security; | |
| using Abp.UI; | |
| using FoodSaviour.Authentication.External; |
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
| USE [CarwashDb] | |
| GO | |
| /****** Object: StoredProcedure [dbo].[EarningsReport] Script Date: 09/04/2019 04:05:37 p.m. ******/ | |
| SET ANSI_NULLS ON | |
| GO | |
| SET QUOTED_IDENTIFIER ON | |
| GO | |
| ALTER procedure [dbo].[EarningsReport] | |
| as | |
| select |
OlderNewer