This file contains 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
Index: app/views/gantts/show.html.erb | |
=================================================================== | |
--- app/views/gantts/show.html.erb (リビジョン 8442) | |
+++ app/views/gantts/show.html.erb (作業コピー) | |
@@ -37,12 +37,17 @@ | |
headers_height = header_heigth | |
show_weeks = false | |
+show_week_day_top = false | |
show_days = false |
This file contains 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
require 'formula' | |
def build_java?; ARGV.include? "--java"; end | |
def build_perl?; ARGV.include? "--perl"; end | |
def build_python?; ARGV.include? "--python"; end | |
def build_ruby?; ARGV.include? "--ruby"; end | |
def with_unicode_path?; ARGV.include? '--unicode-path'; end | |
class UniversalNeon < Requirement | |
def message; <<-EOS.undent |
This file contains 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
<?php | |
/** | |
* This file is part of the OpenPNE package. | |
* (c) OpenPNE Project (http://www.openpne.jp/) | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file and the NOTICE file that were distributed with this source code. | |
*/ |
This file contains 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
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb | |
index 0cebd0a..af74a18 100644 | |
--- a/app/views/gantts/show.html.erb | |
+++ b/app/views/gantts/show.html.erb | |
@@ -43,12 +43,17 @@ | |
headers_height = header_height | |
show_weeks = false | |
+ show_week_day_top = false | |
show_days = false |
This file contains 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
Index: app/views/gantts/show.html.erb | |
=================================================================== | |
--- app/views/gantts/show.html.erb (リビジョン 11915) | |
+++ app/views/gantts/show.html.erb (作業コピー) | |
@@ -76,12 +76,17 @@ | |
headers_height = header_height | |
show_weeks = false | |
+ show_week_day_top = false | |
show_days = false |
This file contains 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
"Settings | |
let scrolltep = 30 | |
let fullpagescrollpercent = 100 | |
"set nohud | |
set autohidecursor | |
"set noinsertmappings | |
set nosmoothscroll | |
let blacklists = ["https://mail.google.com/*"] | |
let mapleader = "," | |
"let locale = "jp" |
This file contains 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
<?php | |
/** | |
* Cordpoint charcter generate v1.0.0 | |
* http://test.nuts-choco.com/cordpoint.php | |
* | |
* Shinichi Urabe <[email protected]> | |
* Released under the MIT license | |
* https://tldrlegal.com/license/mit-license | |
* | |
* Date: 2015-09-09T16:01Z |