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
    
  
  
    
  | <div class="result-line"> | |
| <div class="pull-right"> | |
| <a href="<?= $line->value ?>" title="<?= h($line->text) ?>" class="link"> | |
| <span class="eqicon-<?= strtoupper(class_for($line->column, $line->value)); ?>"></span> | |
| <?= strtoupper(class_for($line->column, $line->value)); ?></a> | |
| </div> | |
| <a href="<?= $line->value ?>"><?= h($line->text) ?></a> | |
| </div> | 
  
    
      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
    
  
  
    
  | <!-- Requisition Export Request --> | |
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <itk:findPartialEntities xmlns:itk="http://www.taleo.com/ws/integration/toolkit/2005/07"> | |
| <itk:mappingVersion>http://www.taleo.com/ws/art750/2006/12</itk:mappingVersion> | |
| <itk:query> | |
| <itk:query alias="Find Open and Posted Requisitions" projectedClass="Requisition"> | |
| <itk:projections> | |
| <itk:projection> | 
  
    
      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
    
  
  
    
  | # This is a skeleton for testing models including examples of validations, callbacks, | |
| # scopes, instance & class methods, associations, and more. | |
| # Pick and choose what you want, as all models don't NEED to be tested at this depth. | |
| # | |
| # I'm always eager to hear new tips & suggestions as I'm still new to testing, | |
| # so if you have any, please share! | |
| # | |
| # @kyletcarlson | |
| # | |
| # This skeleton also assumes you're using the following gems: | 
  
    
      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
    
  
  
    
  | <script type="text/javascript"> | |
| Bolt.renderPlayer('myPlayer', function() { | |
| console.log('The player is loaded!'); | |
| }); | |
| </script> | 
  
    
      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
    
  
  
    
  | <script type="text/javascript" charset="utf-8" | |
| src="//cdn.playwire.com/bolt/js/embed.min.js" | |
| data-autoload="false" | |
| data-container="myPlayer" | |
| data-width="640" | |
| data-height="360"></script> | 
  
    
      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
    
  
  
    
  | <?xml version="1.0" ?> | |
| <cross-domain-policy> | |
| <allow-access-from domain="cdn.playwire.com" /> | |
| </cross-domain-policy> | 
  
    
      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
    
  
  
    
  | <script type="text/javascript" charset="utf-8" | |
| src="//cdn.playwire.com/bolt/js/embed.min.js" | |
| data-width="640" | |
| data-height="360" | |
| data-publisher-id="[publisherId]" | |
| data-video-id="[videoId]"></script> | 
  
    
      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
    
  
  
    
  | <script type="text/javascript" | |
| src="//cdn.playwire.com/bolt/js/bolt.js"></script> | |
| <script type="text/javascript"> | |
| Bolt.renderVideo([containerId], { | |
| "config": "[video config path]", | |
| "width": [width], | |
| "height": [height], | |
| "settings": { | |
| "autoplay": true, | |
| "ageGate": true |