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 | |
| /** | |
| * Filters/resizes video embed codes. | |
| * @param string embed code provided by video embedding service | |
| * @param boolean $wmode | |
| * @param mixed $width | |
| * @param mixed $height | |
| * @return string | |
| */ | |
| function crb_filter_video($html, $wmode = false, $width = false, $height = false) { |
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
| set_properties(array( | |
| 'name' => 'email', | |
| 'value' => '[email protected]' | |
| )) |
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
| [ | |
| { "keys": ["ctrl+tab"], "command": "next_view" }, | |
| { "keys": ["ctrl+shift+tab"], "command": "prev_view" }, | |
| { "keys": ["ctrl+k", "k"], "command": "travel_to_pane", "args": {"direction": "up"} }, | |
| { "keys": ["ctrl+k", "l"], "command": "travel_to_pane", "args": {"direction": "right"} }, | |
| { "keys": ["ctrl+k", "j"], "command": "travel_to_pane", "args": {"direction": "down"} }, | |
| { "keys": ["ctrl+k", "h"], "command": "travel_to_pane", "args": {"direction": "left"} }, | |
| { "keys": ["ctrl+k", "shift+k"], "command": "carry_file_to_pane", "args": {"direction": "up"} }, |
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
| var users = [ | |
| 'syordanov', | |
| 'avakulenko', | |
| 'martingeorgiev', | |
| 'nnaimov', | |
| 'pkostadinov', | |
| 'gvelchev', | |
| 'deqngeorgiev', | |
| 'sstoqnov', | |
| 'kolev', |
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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Regular Expression in Javascript</title> | |
| <script> | |
| var text = "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod " + | |
| "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " + | |
| "quis nostrud exercitation ullamco 159 975 9951 nisi ut aliquip ex ea commodo " + | |
| "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " + |
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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Credit Card Numbers Normalization Example</title> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| var creditCardNumber = '00000000 00000000'; |
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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Credit Card Numbers Normalization Example</title> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| // var creditCardNumber = '00000000 00000000'; |
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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Credit Card Numbers Normalization Example</title> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| // var creditCardNumber = '00000000 00000000'; |
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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Credit Card Numbers Normalization Example</title> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| function isValidNumber(number) { |
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
| <a href="#" data-metainfo='{"key":"val"}'>test</a> | |
| <a href="#" data-metainfo="N/A">test</a> |