OWS - open web services
- nejsou to webové služby
pydoc
| <?xml version="1.0" encoding="UTF-8"?> | |
| <StyledLayerDescriptor version="1.0.0" xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <NamedLayer> | |
| <Name>trainsample</Name> | |
| <UserStyle> | |
| <Name>trainsample</Name> | |
| <FeatureTypeStyle> | |
| <Rule> | |
| <Name>Bridges</Name> | |
| <ogc:Filter> |
| $view = new view(); | |
| $view->name = 'replace_node_tabs'; | |
| $view->description = ''; | |
| $view->tag = 'default'; | |
| $view->base_table = 'node'; | |
| $view->human_name = 'Replace node tabs'; | |
| $view->core = 7; | |
| $view->api_version = '3.0'; | |
| $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ |
| <?php | |
| function pasporty_bootstrap_bootstrap_colorize_text_alter($texts) { | |
| $texts = array( | |
| 'contains' => array( | |
| t('Save') => 'primary' | |
| ) | |
| ); | |
| dpm($texts); | |
| } |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8> | |
| <meta name=description content=""> | |
| <meta name=viewport content="width=device-width, initial-scale=1"> | |
| <title>Test zarovnaných tabulek</title> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
| <style type="text/css"> | |
| table { |
unaccent(replace(lower(),' ','-'))| # You could turn on dotglob: | |
| shopt -s dotglob # This would cause mv below to match hidden files | |
| mv /path/subfolder/* /path/ | |
| # In order to turn off dotglob, you'd need to say: | |
| shopt -u dotglob |
Jak vyřešit:
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
při instalaci balíčku přes pip na Ubuntu 14.04. Je potřeba nainstalovat:
sudo apt-get install python2.7-dev
--working-copy switch, which preserves .git directory| diff <(cd dir1 && find | sort) <(cd dir2 && find | sort) |