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 | |
require '/usr/local/lib/Hoa/Core/Core.php'; | |
$progress = 1; | |
$width = Hoa\Console\Window::getSize()['x'] - 2; | |
$pattern = '%s' . "\n" . '[%-' . $width . 's]'; | |
do { |
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 | |
/** | |
* Hoa | |
* | |
* | |
* @license | |
* | |
* New BSD License | |
* |
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 | |
require '/usr/local/lib/Hoa/Core/Core.php'; | |
use Hoa\Console; | |
class Formatter { | |
protected $_colors = array( | |
T_ABSTRACT => 'foreground(#5fafd7)', |
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
==> Installing hhvm from hhvm/homebrew-hhvm | |
Building from source because Library/Taps/hhvm/homebrew-hhvm/hhvm.rb has local changes | |
To install from a bottle instead, run with --force-bottle | |
==> Cloning https://github.com/facebook/hhvm.git | |
git --git-dir /Library/Caches/Homebrew/hhvm--git/.git status -s | |
Updating /Library/Caches/Homebrew/hhvm--git | |
git config remote.origin.url https://github.com/facebook/hhvm.git | |
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master | |
git fetch origin | |
git checkout -f master -- |
This file has been truncated, but you can view the full file.
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
==> Installing hhvm from hhvm/homebrew-hhvm | |
Building from source because Library/Taps/hhvm/homebrew-hhvm/hhvm.rb has local changes | |
To install from a bottle instead, run with --force-bottle | |
==> Cloning https://github.com/facebook/hhvm.git | |
git --git-dir /Library/Caches/Homebrew/hhvm--git/.git status -s | |
Updating /Library/Caches/Homebrew/hhvm--git | |
git config remote.origin.url https://github.com/facebook/hhvm.git | |
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master | |
git fetch origin | |
git checkout -f master -- |
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
<img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="280px" /> | |
[![Help on IRC](https://img.shields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject) | |
[![Help on Gitter](https://img.shields.io/badge/help-gitter-ff0066.svg)](https://gitter.im/hoaproject/central) | |
[![Documentation](https://img.shields.io/badge/documentation-hack_book-ff0066.svg)](https://hoa-project.net/Literature/Hack/Ruler.html) | |
[![Board](https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject/ruler) | |
[![Build status](https://img.shields.io/travis/hoaproject/ruler/master.svg)](https://travis-ci.org/hoaproject/ruler) | |
[![Coverage](https://img.shields.io/coveralls/hoaproject/ruler/master.svg)](https://coveralls.io/github/hoaproject/ruler?branch=master) | |
[![Packagist](https://img.shields.io/packagist/dt/hoa/ruler.svg)](https://packagist.org/packages/hoa/ruler) | |
[![License](https://img.shields.io/packagist/l/hoa/ruler.svg)](https://hoa-project.net/LICENSE) |
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 | |
require 'vendor/autoload.php'; | |
use Hoa\File; | |
use League\CommonMark; | |
const DIRECTORY_TO_SCAN = '../Acl'; | |
const NAMESPACE_TO_SCAN = 'Hoa\\\Acl\\\\'; | |
const DOCUMENTATION_SECTION = 'Examples'; |
This file has been truncated, but you can view the full file.
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
(module | |
(type $t0 (func (param i32))) | |
(type $t1 (func (param i32 i32) (result i32))) | |
(type $t2 (func (param i32) (result i32))) | |
(type $t3 (func)) | |
(type $t4 (func (result i32))) | |
(type $t5 (func (param i32 i32 i32 i32))) | |
(type $t6 (func (param i32 i32))) | |
(type $t7 (func (param i32 i32 i32) (result i32))) | |
(type $t8 (func (param i32 i32 i32))) |
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