start new:
tmux
start new with session name:
tmux new -s myname
ּ_בּ | |
בּ_בּ | |
טּ_טּ | |
כּ‗כּ | |
לּ_לּ | |
מּ_מּ | |
סּ_סּ | |
תּ_תּ | |
٩(×̯×)۶ | |
٩(̾●̮̮̃̾•̃̾)۶ |
<?php | |
/** | |
* Reusable Copyright Element for Lithium. | |
* | |
* Works without passing any options at all (except the `holder`), will make | |
* "smart" guesses. Allows customization by passing strings for `holder`, `object` | |
* or years for `begin` and `end`. | |
* | |
* Example Usage: | |
* ``` |
<?php | |
use lithium\core\ErrorHandler; | |
use lithium\action\Response; | |
use lithium\net\http\Media; | |
use lithium\analysis\Debugger; | |
use lithium\analysis\Logger; | |
use lithium\core\Environment; | |
/** |
<?php | |
/** | |
* Continuation routing examples. Handles URLs in the following forms: | |
* | |
* /posts | |
* /en/posts | |
* /admin/posts | |
* /admin/en/posts | |
* /admin/en/posts.json | |
* /admin/en/posts/4ef16ccc7f8b9aa331000064.json |
<?php | |
use lithium\net\http\Media; | |
/** | |
* This re-maps your template paths so you can have stuff like `pages/users_{username}.php` | |
* instead of the Lithium default. | |
*/ | |
Media::type('html', 'text/html', array( | |
'view' => 'lithium\template\View', |
<?php | |
namespace li3_omniauth; | |
class Consumer extends \lithium\core\StaticObject { | |
/** | |
* Holds an instance of the oauth service class | |
* | |
* @see \li3_oauth\extensions\services\Oauth |
Simple blinking cursor... code from http://xip.io/ ... Ofcourse I don't own the code! Just keeping it here as a reference of the CSS3 code used. |
<?php | |
namespace my_app\models; | |
use MongoId; | |
use lithium\data\collection\DocumentArray; | |
use lithium\data\collection\DocumentSet; | |
use lithium\data\entity\Document; | |
use lithium\util\Inflector; | |
use lithium\core\Libraries; |
<?php | |
namespace app\tests\cases\controllers; | |
use app\controllers\UsersController; | |
use app\models\Users; | |
use lithium\action\Request; | |
use lithium\data\Connections; | |
class UsersControllerTest extends \lithium\test\Integration { |