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
Show hidden characters
| { | |
| // Additional compiler options that are always added to the completion | |
| // parser | |
| "additional_options": [ | |
| "-Wno-c++11-narrowing", | |
| "-D__STRICT_ANSI__", | |
| "-DQT_NO_DEBUG", | |
| "-I/usr/lib/clang/3.6.1/include", | |
| "-I/usr/include/gtk-3.0", | |
| "-I/usr/include/at-spi2-atk/2.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
| (function(window, document, $){ | |
| 'use strict'; | |
| var CalculatorTax = function($container) { | |
| this.$container = $container; | |
| }; | |
| CalculatorTax.prototype = { | |
| init: function(){ | |
| this.InitAutoNumeric(); |
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
| #!/usr/bin/perl | |
| use strict; | |
| use warnings; | |
| use WWW::Mechanize; | |
| use Getopt::Std; | |
| require File::Temp; | |
| use File::Temp (); | |
| # |
NewerOlder