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
    
  
  
    
  | <?php | |
| namespace Lfi\Codetools\PHPStan; | |
| use Laminas\Code\Generator\DocBlock\Tag\ParamTag; | |
| use Laminas\Code\Generator\DocBlock\Tag\ReturnTag; | |
| use Laminas\Code\Generator\DocBlockGenerator; | |
| use Laminas\Code\Generator\InterfaceGenerator; | |
| use Laminas\Code\Generator\MethodGenerator; | |
| use Magento\Framework\Api\SimpleDataObjectConverter; | 
  
    
      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
    
  
  
    
  | <?php | |
| namespace MattWellss\MageStache; | |
| use Mage; | |
| class Model_Observer | |
| { | |
| /** | |
| * @param \Varien_Event_Observer $observer | 
  
    
      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
    
  
  
    
  | <?php | |
| // For use with really dumb simple php -S | |
| if ($_SERVER['REQUEST_URI'] !== '/') { | |
| return false; | |
| } | |
| $tmpl = <<<MUSTACHE | |
| {{#enabled}} | 
  
    
      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
    
  
  
    
  | do_a_thing(function (value) { | |
| value += 1; | |
| }); | |
| alert(value); | 
  
    
      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/env bash | |
| if ! pgrep -q Rdio | |
| then | |
| echo "Error: Rdio is not running"; exit 1 | |
| fi | |
| function check { | |
| which "$1" || echo "Missing dep: $1"; exit 1 | |
| } | 
  
    
      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/env bash | |
| if ! pgrep -q Rdio | |
| then | |
| echo "Error: Rdio is not running"; exit 1 | |
| fi | |
| function check { | |
| which "$1" || echo "Missing dep: $1"; exit 1 | |
| } | 
  
    
      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
    
  
  
    
  | require 'listen' | |
| listener = Listen.to('./watchme') do |m, c, d| | |
| puts "modified: #{m}" | |
| puts "created: #{c}" | |
| puts "deleted: #{d}" | |
| end | |
| listener.start | 
  
    
      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
    
  
  
    
  | <config> | |
| <!-- other nodes --> | |
| <stores> | |
| <default> | |
| <web> | |
| <unsecure> | |
| <base_url><![CDATA[http://url/]]></base_url> | |
| </unsecure> | |
| <secure> | |
| <base_url><![CDATA[https://url/]]></base_url> | 
  
    
      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
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <div class="fancy-select"> | |
| <select> | |
| <option value="1">First Option</option> | |
| <option value="2">Second Option</option> | 
  
    
      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
    
  
  
    
  | <?php | |
| require 'app/Mage.php'; | |
| $boris = new \Boris\Boris('mage> '); | |
| $boris->setLocal(array('app' => Mage::app())); | |
| $boris->start(); | 
NewerOlder