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
| 316,317c316 | |
| < if ( strpos($permalink, "%tax-$taxonomy%") !== false ) { | |
| < $taxonomy = preg_replace("#^tax-#", '', $taxonomy); | |
| --- | |
| > if ( strpos($permalink, "%$taxonomy%") !== false ) { | |
| 345c344 | |
| < $permalink = str_replace( "%tax-$taxonomy%", $term, $permalink ); | |
| --- | |
| > $permalink = str_replace( "%$taxonomy%", $term, $permalink ); | |
| 723,724c722,723 |
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
| // Map | |
| Path.map("/foo/(:arg1/)").to(function () { | |
| console.log(this.params); | |
| }); | |
| Path.map("/bar/(:arg2/)").to(function () { | |
| console.log(this.params); | |
| }); | |
| Path.listen(); | |
| Path.history.pushState({}, "", "/bar/aaaaa/"); |
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 file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| configure:1897: checking for Cygwin environment | |
| configure:1913: /usr/bin/clang -c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/zlib/1.2.7/include -I/usr/local/Cellar/libxml2/2.8.0/include -I/usr/local/Cellar/icu4c/49.1.2/include -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c 1>&5 | |
| configure:1909:8: error: use of undeclared identifier '__CYGWIN32__' | |
| return __CYGWIN__; | |
| ^ | |
| configure:1907:20: note: expanded from macro '__CYGWIN__' | |
| #define __CYGWIN__ __CYGWIN32__ |
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
| /* | |
| File: CoreServices/CoreServices.h | |
| Contains: Master include for CoreServices (non-UI toolbox) | |
| Version: CoreServices-53~104 | |
| Copyright: � 1999-2008 by Apple Computer, Inc., all rights reserved. | |
| Bugs?: For bug reports, consult the following page on |
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
| Your system is raring to brew. |
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
| HOMEBREW_VERSION: 0.9 | |
| HEAD: 131fa4e7def1a7fe1047c3610cf24a97122f5ba0 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit nehalem | |
| OS X: 10.7.4-x86_64 | |
| Xcode: 4.3.3 | |
| CLT: 1.0.0.9000000000.1.1249367152 | |
| GCC-4.0: N/A | |
| GCC-4.2: build 5666 |
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
| ==> Downloading http://nodejs.org/dist/v0.8.0/node-v0.8.0.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/node-0.8.0.tar.gz | |
| /usr/bin/tar xf /Library/Caches/Homebrew/node-0.8.0.tar.gz | |
| ==> ./configure --prefix=/usr/local/Cellar/node/0.8.0 --without-npm | |
| ./configure --prefix=/usr/local/Cellar/node/0.8.0 --without-npm | |
| { 'target_defaults': { 'cflags': [], | |
| 'default_configuration': 'Release', | |
| 'defines': [], | |
| 'include_dirs': [], | |
| 'libraries': []}, |
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
| SELECT TABLE_SCHEMA AS 'Database', TABLE_NAME AS 'Table', | |
| CONCAT(ROUND(((DATA_LENGTH INDEX_LENGTH - DATA_FREE) / 1024 / 1024),2)," Mb") AS Size FROM INFORMATION_SCHEMA.TABLES ORDER BY Size ASC; |
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
| la règle : | |
| if ($args ~* "foo=(.*)$" ){ | |
| rewrite ^ /bar/$1/? permanent; | |
| } | |
| ça match bien, il chope pas la backref : | |
| /?foo=bar => /foo// |
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 file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by quvi configure 0.2.0, which was | |
| generated by GNU Autoconf 2.65. Invocation command line was | |
| $ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/quvi/0.2.0 --enable-smut --enable-broken | |
| ## --------- ## | |
| ## Platform. ## |