Searched refs:js (Results 1 – 25 of 60) sorted by relevance
123
/thrift-3.4.0/lib/js/test/ |
D | jsTestDriver.conf | 5 - build/js/lib/equiv.js 6 - build/js/lib/QUnitAdapter.js 8 - build/js/lib/jquery.js 9 - build/js/thrift.js 10 - gen-js/DoubleConstantsTest_constants.js 11 - gen-js/ThriftTest_types.js 12 - gen-js/ThriftTest.js 14 - test.js
|
D | README.md | 29 -rw-r--r-- 1 randy randy 2183 Feb 9 04:01 server_http.js 30 -rw-r--r-- 1 randy randy 2386 Feb 9 05:39 server_https.js 32 server_http.js is a Node.js web server which support the 36 server_https.js is the same but uses SSL/TLS. The server key 48 build in the parent js directory (see README there). 52 -rw-r--r-- 1 randy randy 13558 Feb 9 07:18 test-async.js 53 -rw-r--r-- 1 randy randy 5724 Feb 9 03:45 test_handler.js 55 -rw-r--r-- 1 randy randy 4611 Feb 9 06:05 test-jq.js 56 -rwxr-xr-x 1 randy randy 12153 Feb 9 06:04 test.js 58 -rw-r--r-- 1 randy randy 1450 Feb 9 06:14 test-nojq.js [all …]
|
/thrift-3.4.0/tutorial/nodejs/ |
D | Makefile.am | 20 gen-nodejs/Calculator.js gen-nodejs/SharedService.js: $(top_srcdir)/tutorial/tutorial.thrift 21 $(THRIFT) --gen js:node -r $< 23 all-local: gen-nodejs/Calculator.js 26 …ATH="$(top_builddir)/lib/nodejs:$(top_builddir)/lib/nodejs/lib:$(NODEPATH)" $(NODEJS) NodeServer.js 29 …ATH="$(top_builddir)/lib/nodejs:$(top_builddir)/lib/nodejs/lib:$(NODEPATH)" $(NODEJS) NodeClient.js 32 …top_builddir)/lib/nodejs:$(top_builddir)/lib/nodejs/lib:$(NODEPATH)" $(NODEJS) NodeServerPromise.js 35 …top_builddir)/lib/nodejs:$(top_builddir)/lib/nodejs/lib:$(NODEPATH)" $(NODEJS) NodeClientPromise.js 42 NodeServer.js \ 43 NodeClient.js \ 44 NodeServerPromise.js \ [all …]
|
/thrift-3.4.0/lib/nodejs/test/ |
D | testAll.sh | 45 …${ISTANBUL} cover ${DIR}/server.js --dir ${REPORT_PREFIX}${COUNT} --handle-sigint -- --type $2 -p … 48 node ${DIR}/server.js --${1} --type $2 -p $3 -t $4 $5 & 53 …${ISTANBUL} cover ${DIR}/client.js --dir ${REPORT_PREFIX}${COUNT} -- --${1} --type $2 -p $3 -t $4 … 56 node ${DIR}/client.js --${1} --type $2 -p $3 -t $4 $5 || RET=1 67 ${ISTANBUL} cover ${EPISODIC_DIR}/server.js --dir ${REPORT_PREFIX}${COUNT} --handle-sigint & 70 node ${EPISODIC_DIR}/server.js & 75 ${ISTANBUL} cover ${EPISODIC_DIR}/client.js --dir ${REPORT_PREFIX}${COUNT} || RET=1 78 node ${EPISODIC_DIR}/client.js || RET=1 90 ${THRIFT_COMPILER} -o ${DIR} --gen js:node ${THRIFT_FILES_DIR}/v0.16/ThriftTest.thrift 91 ${THRIFT_COMPILER} -o ${DIR} --gen js:node ${THRIFT_FILES_DIR}/JsDeepConstructorTest.thrift [all …]
|
/thrift-3.4.0/lib/nodets/test/ |
D | testAll.sh | 13 …${DIR}/../../../compiler/cpp/thrift -o ${DIR} --gen js:node,ts ${DIR}/../../../test/v0.16/ThriftTe… 14 …${DIR}/../../../compiler/cpp/thrift -o ${DIR} --gen js:node,ts ${DIR}/../../../test/Int64Test.thri… 15 …${DIR}/../../../compiler/cpp/thrift -o ${COMPILEDDIR} --gen js:node,ts ${DIR}/../../../test/v0.16/… 16 …${DIR}/../../../compiler/cpp/thrift -o ${COMPILEDDIR} --gen js:node,ts ${DIR}/../../../test/Int64T… 26 node ${COMPILEDDIR}/server.js $1 & 30 node ${COMPILEDDIR}/client.js $1 || RET=1 35 node ${COMPILEDDIR}/int64.test.js || TESTOK=1
|
D | runClient.sh | 13 …${DIR}/../../../compiler/cpp/thrift -o ${DIR} --gen js:node,ts ${DIR}/../../../test/v0.16/ThriftTe… 14 …${DIR}/../../../compiler/cpp/thrift -o ${COMPILEDDIR} --gen js:node,ts ${DIR}/../../../test/v0.16/… 18 node ${COMPILEDDIR}/client.js $*
|
D | runServer.sh | 13 …${DIR}/../../../compiler/cpp/thrift -o ${DIR} --gen js:node,ts ${DIR}/../../../test/v0.16/ThriftTe… 14 …${DIR}/../../../compiler/cpp/thrift -o ${COMPILEDDIR} --gen js:node,ts ${DIR}/../../../test/v0.16/… 18 node ${COMPILEDDIR}/server.js $*
|
/thrift-3.4.0/lib/nodejs/examples/ |
D | README.md | 1 # Thrift Node.js Examples 25 ../../../compiler/cpp/thrift --gen js:node user.thrift 26 ../../../compiler/cpp/thrift --gen js:node --gen py hello.thrift 30 NODE_PATH=../lib:../lib/thrift node server.js 34 NODE_PATH=../lib:../lib/thrift node client.js 37 a node.js server look at hello.html, hello.js and hello.thrift 39 HTTP examples are provided also: httpClient.js and httpServer.js
|
D | Makefile | 18 ../../../compiler/cpp/thrift --gen js:node user.thrift 21 NODE_PATH=../lib:../lib/thrift:$(NODE_PATH) node server.js 24 NODE_PATH=../lib:../lib/thrift:$(NODE_PATH) node client.js
|
/thrift-3.4.0/lib/js/ |
D | CMakeLists.txt | 22 set(JAVASCRIPT_INSTALL_DIR "${LIB_INSTALL_DIR}/js") 24 set(JAVASCRIPT_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}/js") 29 set(JAVASCRIPT_DOC_INSTALL_DIR "${DOC_INSTALL_DIR}/js") 31 set(JAVASCRIPT_DOC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}/js") 44 add_custom_command(OUTPUT "${CMAKE_CURRENT_SOURCE_DIR}/dist/thrift.js" 51 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/dist/thrift.js") 55 FILES_MATCHING PATTERN "thrift*.js")
|
D | README.md | 29 library. This directory contains a Gruntfile.js and a 31 require a recent version of Node.js to be installed. To 54 /dist - Distribution files (thrift.js and thrift.min.js) 63 Thrift client and Node.js JavaScript server for the hello_svc 67 ### build with: $ thrift -gen js -gen js:node hello.thrift 84 <script src="thrift.js"></script> 85 <script src="gen-js/hello_svc.js"></script> 104 ### hello.js - Node Server 106 var hello_svc = require('./gen-nodejs/hello_svc.js'); 139 thrift --gen js:ts file.thrift
|
D | Makefile.am | 57 Gruntfile.js \
|
/thrift-3.4.0/ |
D | .eslintignore | 1 # TODO: Use eslint on js lib and generated code 3 # Ignore lib/js for now, which uses jshint currently 4 lib/js/*
|
D | sonar-project.properties | 30 sonar.language=java,js,c++,py,c 69 module3.sonar.projectBaseDir=lib/js 72 module3.sonar.language=js 75 module4.sonar.projectBaseDir=tutorial/js
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/transport/ |
D | TSocket.hx | 26 #elseif js 27 import js.html.WebSocket; 40 #if ! (flash || js) 52 #if (flash || js) 60 #if js 66 #if js 86 #if (flash || js) 95 #if ! (flash || js) 117 #elseif js 141 #elseif js [all …]
|
/thrift-3.4.0/lib/nodets/ |
D | Makefile.am | 22 …$(THRIFT) --gen js:node,ts -o test/ $(top_srcdir)/test/v0.16/ThriftTest.thrift && $(THRIFT) --gen … 23 …$(THRIFT) --gen js:node,ts -o test/ $(top_srcdir)/test/Int64Test.thrift && $(THRIFT) --gen js:node…
|
/thrift-3.4.0/lib/nodejs/ |
D | README.md | 1 Thrift Node.js Library 33 You can compile IDL sources for Node.js with the following command: 35 thrift --gen js:node thrift_file 41 ```js 74 You can use code generated with js:node on browsers with Webpack. Here is an example. 76 thrift --gen js:node,ts,es6,with_ns 111 Bundlers, like webpack, will use thrift/browser.js by default because of the 112 `"browser": "./lib/nodejs/lib/thrift/browser.js"` field in package.json.
|
D | Makefile.am | 21 $(THRIFT) --gen js:node -o test/ $(top_srcdir)/test/v0.16/ThriftTest.thrift
|
/thrift-3.4.0/test/haxe/ |
D | javascript.hxml | 29 -js bin/ThriftTest.js 33 #upload it, and it will be always in sync with the compiled .js even if
|
/thrift-3.4.0/tutorial/haxe/ |
D | javascript.hxml | 29 -js bin/Tutorial.js 33 #upload it, and it will be always in sync with the compiled .js even if
|
/thrift-3.4.0/lib/ |
D | Makefile.am | 36 SUBDIRS += js subdir 111 js \
|
/thrift-3.4.0/lib/haxe/test/ |
D | javascript.hxml | 34 -js bin/Test.js 38 #upload it, and it will be always in sync with the compiled .js even if
|
/thrift-3.4.0/build/ |
D | veralign.sh | 68 FILES[lib/js/package-lock.json]=jsonReplace 69 FILES[lib/js/package.json]=jsonReplace 70 FILES[lib/js/src/thrift.js]=simpleReplace
|
/thrift-3.4.0/lib/ts/ |
D | Makefile.am | 53 Gruntfile.js \
|
/thrift-3.4.0/tutorial/ |
D | Makefile.am | 40 SUBDIRS += js subdir
|
123