https://github.com/necolas/react-native-web
https://microsoft.github.io/reactxp/docs/getting-started.html
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include "toolsv3.h" | |
| #include "matrizv3.h" | |
| #include "matriz-operacoesv3.h" | |
| // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| int main(int argc, char *argv[]) { |
| //--------------------------------------------------------------------- | |
| /*/{Protheus.doc} Download | |
| Download de arquivo via HTTP (SOAP, REST) | |
| @since 14/03/2016 | |
| @version P12 | |
| @return logic | |
| /*/ | |
| //--------------------------------------------------------------------- | |
| Static Function Download( oWebService, cPath, cFileName ) |
| Feature: Login | |
| I want to login on Keepfy | |
| Background: | |
| Given I go to '/login' | |
| And the field 'email' is empty | |
| And the field 'password' is empty | |
| Scenario: Error on empty fields |
| /* | |
| Exemplo de ponto de entrada do SIGAMNT para cálculo de tempo com base nos insumos de MDO realizado | |
| http://tdn.totvs.com/pages/releaseview.action?pageId=6793663 | |
| */ | |
| User Function MNTFE290() | |
| Local cTrb := GetNextAlias() | |
| cQuery := "SELECT SUM(TL_QUANTID) AS TEMPO FROM STLXXX " | |
| cQuery += " INNER JOIN TT7XXX ON TT7_SOLICI = " + ValToSql(TQB->TQB_TQB_SOLICI) | |
| cQuery += " WHERE TL_ORDEM = TT7_ORDEM AND TL_PLANO = TT7_PLANO AND" |
| package br.com.ngi.mnt.services.extensions.trackers | |
| import br.com.ngi.mnt.services.extensions.libs.applyWhen | |
| import br.com.ngi.mnt.sync.model.CurrentBranch | |
| import br.com.ngi.mnt.sync.model.User | |
| import io.intercom.android.sdk.Company | |
| import io.intercom.android.sdk.Intercom | |
| import io.intercom.android.sdk.UserAttributes | |
| import io.intercom.android.sdk.identity.Registration |
| #include 'hbclass.ch' | |
| #define CRLF Chr( 13 ) + Chr( 10 ) | |
| External AllTrim | |
| Class CTE | |
| Hidden: | |
| Data cTable | |
| Data cIdField |
| User Function TestTarThread() | |
| Local nThread | |
| For nThread := 1 To 2 | |
| StartJob('U_TestTar', GetEnvServer(), .F.,) | |
| Next nThread | |
| Return | |
| User Function TestTar() | |
| Local cThreadId := AllTrim( Str( ThreadId() ) ) | |
| Local cBarra := If(isSRVunix(),"/","\") | |
| Local cCurDir := CurDir() + If(cBarra $ CurDir(), "" , cBarra ) |
| #include "PROTHEUS.ch" | |
| #include "RESTFUL.ch" | |
| #xtranslate @{Header <(cName)>} => ::GetHeader( <(cName)> ) | |
| #xtranslate @{Param <n>} => ::aURLParms\[ <n> \] | |
| #xtranslate @{EndRoute} => EndCase | |
| #xtranslate @{Route} => Do Case | |
| #xtranslate @{When <path>} => Case NGIsRoute( ::aURLParms, <path> ) | |
| #xtranslate @{Default} => Otherwise |
| #include "PROTHEUS.ch" | |
| #include "RESTFUL.ch" | |
| #xtranslate @{Header <(cName)>} => ::GetHeader( <(cName)> ) | |
| #xtranslate @{Param <n>} => ::aURLParms\[ <n> \] | |
| #xtranslate @{EndRoute} => EndCase | |
| #xtranslate @{Route} => Do Case | |
| #xtranslate @{When <path>} => Case NGIsRoute( ::aURLParms, <path> ) | |
| #xtranslate @{Default} => Otherwise |