These codes for Ephemerid.
First of all disable autop with this:
# wp-config.php
define('WPCF7_AUTOP', false);| KL00567-R06,0 | |
| KL00567-R08,0 | |
| KL00568-G01,2 | |
| KL00568-R01,6 | |
| KL00569-R01,1 | |
| KL00569-R03,0 | |
| KL00569-R05,0 | |
| KL00569-R07,0 | |
| KL00569-R08,0 | |
| KL00569-R12,3 |
| [ | |
| { | |
| "sku":"BL00001-R01", | |
| "store_view_code":"", | |
| "attribute_set_code":"Default", | |
| "product_type":"", | |
| "categories":"Default Category/BİLEKLİK", | |
| "product_websites":"base", | |
| "name":"BL00001-R01", | |
| "short_description":"", |
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |
| if (typeof String.prototype.toLatinFromTurkish !== "function") { | |
| String.prototype.toLatinFromTurkish = function() { | |
| var string = this; | |
| var letters = { | |
| "Ğ":"G", | |
| "Ü":"U", | |
| "Ş":"S", | |
| "İ":"I", | |
| "Ö":"O", | |
| "Ç":"C", |
| For this issue: https://github.com/inuitcss/inuitcss/issues/228 |
| <!-- ordered by id --> | |
| <select name="city"> | |
| <option value="">Choose...</option> | |
| <option value="1">Adana</option> | |
| <option value="2">Adıyaman</option> | |
| <option value="3">Afyonkarahisar</option> | |
| <option value="4">Ağrı</option> | |
| <option value="5">Amasya</option> | |
| <option value="6">Ankara</option> | |
| <option value="7">Antalya</option> |
| #!/bin/bash | |
| # https://github.com/Microsoft/TypeScript/issues/2302#issuecomment-144959412 | |
| find . -name "*.js" -exec bash -c 'mv "$1" "$(sed "s/\.js$/.ts/" <<< "$1")"' - '{}' \; |
| function BPMap(id, options){ | |
| if(!BPMap.googleMapsLoaded()) { return; } | |
| options = options || {}; | |
| if(!id || !options.lat || !options.lng) return; | |
| options.latlong = {lat: options.lat, lng: options.lng}; | |
| options.zoom = options.zoom || 17; | |
| options.type = options.type || 'roadmap'; | |
| options.title = options.title || 'Konumum'; | |
| options.content = options.content || false; | |
| var map = new google.maps.Map(document.getElementById(id), {center: options.latlong, zoom: options.zoom, streetViewControl: false, panControl: false, mapTypeId: options.type, mapTypeControl: false, zoomControlOptions: {position: google.maps.ControlPosition.LEFT_CENTER}}); |
| html | |
| { | |
| font-family:sans-serif; | |
| -ms-text-size-adjust:100%; | |
| -webkit-text-size-adjust:100%; | |
| -webkit-font-smoothing:antialiased!important; | |
| -ms-overflow-style:scrollbar; | |
| overflow-y:scroll\9 | |
| } |