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
| /*Make A-Z do rank sorting*/ | |
| if($('body').hasClass('EXLAlmaAz')) | |
| { | |
| $input = $("#exlidSearchRibbon input[name='fn']"); | |
| if($input.val() =='goAlmaAz') | |
| { | |
| $input.after('<input type="hidden" name="sortField" value="rank">'); | |
| } | |
| } |
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
| Customer: array(13){ | |
| [ | |
| "companyId" | |
| ]=>int(2)[ | |
| "mainContact" | |
| ]=>string(13)"Carrier Basic"[ | |
| "name" | |
| ]=>string(18)"Basic Carrier Test"[ | |
| "timeZone" | |
| ]=>string(13)"Europe/London"[ |
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"?> | |
| <record schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd"> | |
| <leader>00000nam a22001091 4500</leader> | |
| <controlfield tag="001">000295327</controlfield> | |
| <controlfield tag="005">20100513160432.0</controlfield> | |
| <controlfield tag="008">091019s1991 xxk r 000 0 eng d</controlfield> | |
| <controlfield tag="001">9919228640001361</controlfield> | |
| <datafield tag="035" ind1=" " ind2=" "> | |
| <subfield code="a">(SWIN)000295327SUT01</subfield> | |
| </datafield> |
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
| [ | |
| "loadId" | |
| ]=>int(290)[ | |
| "ownerId" | |
| ]=>int(100080)[ | |
| "reference" | |
| ]=>string(9)"TEST LOAD"[ | |
| "from" | |
| ]=>array(5){ | |
| [ |
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 | |
| //.... | |
| //sample code | |
| $cat_id = '8317721'; | |
| $page_id=1; | |
| $pageSize=15; | |
| $pager = new \Kaltura\Client\Type\FilterPager(); |
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_once('lib/KalturaClient.php'); | |
| $config = new KalturaConfiguration($partnerId); | |
| $config->serviceUrl = 'http://www.kaltura.com/'; | |
| $client = new KalturaClient($config); | |
| $filter = new KalturaMediaEntryFilter(); | |
| $filter->orderBy = 'startDate'; | |
| $filter->categoriesIdsMatchOr = 8317721; | |
| $pager = null; | |
| $result = $client->media->listAction($filter, $pager); |
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
| --- include/class/email.php.orig 2013-02-12 15:11:08.000000000 +1100 | |
| +++ include/class/email.php 2013-01-23 16:34:36.000000000 +1100 | |
| @@ -31,7 +31,7 @@ | |
| 'port' => $config->email->smtpport | |
| ); | |
| } | |
| - $transport = new Zend_Mail_Transport_Smtp($config->email->host, $authentication); | |
| + // $transport = new Zend_Mail_Transport_Smtp($config->email->host, $authentication); | |
| // Create e-mail message |
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
| #inner-container > .header, #inner-container > .header .header-button { | |
| background: #636466 !important; | |
| } | |
| h6.charle | |
| { | |
| background: none !important; | |
| } |
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
| # Configuration file for ddclient generated by debconf | |
| # | |
| # /etc/ddclient.conf | |
| use=web, web=myip.dnsomatic.com | |
| server=updates.dnsomatic.com, \ | |
| protocol=dyndns2, \ | |
| ssl=yes \ | |
| login=YOUR_USERNAMEustin, \ | |
| password=YOURPASSWORD \ |
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
| justin@:~$ insync | |
| /usr/lib/insync | |
| C functions loaded: 0 | |
| C functions failed: 0 | |
| /usr/lib/insync | |
| C functions loaded: 3645 | |
| C functions failed: 589 | |
| ('Applet', <linux.indicator_applet.Applet object at 0x940edcc>) | |
| <module 'isyncd' from '/usr/lib/insync/library.zip/isyncd/__init__.pyc'> | |
| <module 'isyncd.clientdb' from '/usr/lib/insync/library.zip/isyncd/clientdb.pyc'> |