-
https://medialize.github.io/URI.js/
https://www.npmjs.com/package/url-parse
Pass in a URL, and:
- [x] add/replace query string parameters
- [x] change http -> https
- [x] add hash
- [x] add us…
-
* Based on https://gist.github.com/linuxwolf/5722b60907826b47a97b10cf36676ca2
* Use Mozilla public suffix list: https://publicsuffix.org/
-
Parser that retrieves Decision API metadata: "Metadata about the issue is retrieved automatically from the Decisions API and topic, description etc. fields are prefilled."
Note: Same should be later …
-
`[attachment:Screen Shot 2017-09-26 at 11.52.12 AM.png]` results in broken link because the current regex doesn't account for this format.
-
I'm running:
`root@b00c3eb5d255:/app# XDEBUG_MODE=coverage php bin/phpunit --coverage-html .
`
The error is:
Testing
PHP Fatal error: Declaration of PhpParser\ParserAbstract::parse(string $co…
-
https://url.spec.whatwg.org/commit-snapshots/a1b789c6b6c36fcdb16311da5abd177e84151fca/#url-parsing
> For each byte in buffer:
>
> If byte is less than 0x21 \(\!\), greater than 0x7E \(\~\), or …
LEW21 updated
2 years ago
-
ตัวทำ routing จะสามารถทำการ map ด้วยข้อความประมาณนี้ได้ (ตาม Grails)
"/", controller:"hello"
"/$controller/$action/$id?"
"/blog/$year/$month/$day"
แล้ว controller กับ action จะ map หา Controller s…
-
To make sharing code snippets easier, it would be convenient to store the selected parser and parser settings in the URL.
However, I don't really like to update the current URI with that information,…
-
The URL title parser should ignore Apertium URLs. Anything matching `apertium.org`, `apertium.com`, `apertium.projectjj.com`, or `https://github.com/apertium/` - we don't need their titles fetched and…
-
You use filter_vars in the url parser of yours, but it doesn't accept internationalized domain names (maybe different with php7).
Source: http://php.net/manual/en/filter.filters.validate.php
Just…