Home
last modified time | relevance | path

Searched refs:raw (Results 101 – 125 of 417) sorted by last modified time

12345678910>>...17

/plugin/xcom/lang/en/
H A Dfunctions.txt6 …' is specified, the results will include a column containing a hash of the raw wiki contents of ea…
13 ^Description|Performs a fulltext search based on the raw string|
24 ^Parameters |(string) [[doku>:pagename]], (string) raw Wiki text, (array) attrs \\ Where ''attrs'…
37 ^Description|Returns the raw Wiki text for a page.|
61 ^Parameters |(string) [[doku>:pagename]] , (string) raw Wiki text, (array) attrs \\ Where ''attrs…
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md63 # Add a filter object based off a raw string filter...
64 Filters::raw('(telephoneNumber=*)')
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php222 public static function raw(string $filter): FilterInterface
219 public static function raw(string $filter): FilterInterface global() function in FreeDSx\\Ldap\\Search\\Filters
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php206 $request->setFilter(Filters::raw($referral->getFilter()));
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md57 ? If you will be parsing untrusted input from users, please consider setting the `html_input` and `allow_unsafe_links` options per the example above. See <https://commonmark.thephpleague.com/security/> for more details. If you also do choose to allow raw HTML input from untrusted users, consider using a library (like [HTML Purifier](https://github.com/ezyang/htmlpurifier)) to provide additional HTML filtering.
72 - Disallowed raw HTML
/plugin/passpolicy/
H A Dwords.txt2862 raw
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem9 ## https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAsn.php25 * @param mixed $raw
27 public function __construct($raw) argument
29 parent::__construct($raw);
H A DDomain.php22 * @param mixed $raw
24 public function __construct($raw) argument
26 parent::__construct($raw);
H A DAbstractModel.php10 protected $raw; variable in GeoIp2\\Model\\AbstractModel
15 * @param mixed $raw
17 public function __construct($raw) argument
19 $this->raw = $raw;
29 if (isset($this->raw[$field])) {
30 return $this->raw[$field];
65 return $this->raw;
H A DAnonymousIp.php33 * @param mixed $raw
35 public function __construct($raw) argument
37 parent::__construct($raw);
H A DCity.php69 * @param mixed $raw
72 public function __construct($raw, $locales = ['en']) argument
74 parent::__construct($raw, $locales);
80 $this->createSubdivisions($raw, $locales);
83 private function createSubdivisions($raw, $locales) argument
85 if (!isset($raw['subdivisions'])) {
89 foreach ($raw['subdivisions'] as $sub) {
H A DConnectionType.php22 * @param mixed $raw
24 public function __construct($raw) argument
26 parent::__construct($raw);
H A DCountry.php43 * @param mixed $raw
46 public function __construct($raw, $locales = ['en']) argument
48 parent::__construct($raw);
H A DIsp.php31 * @param mixed $raw
33 public function __construct($raw) argument
35 parent::__construct($raw);
/plugin/oauthdoorkeeper/
H A Daction.php27 $raw = $oauth->request($url);
28 $result = json_decode($raw, true);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js101raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowB…
H A Dviewer.min.js101raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowB…
H A Dextensions.min.js1696 …strict";function d(a,b){h.call(this,"FlateWorker/"+a),this._pako=new f[a]({raw:!0,level:b.level||-…
1697raw&&b.windowBits>0?b.windowBits=-b.windowBits:b.gzip&&b.windowBits>0&&b.windowBits<16&&(b.windowB…
H A Dapp.min.js134raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowB…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js4464 var raw = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./)
4465 var vers = raw ? parseInt(raw[2], 10) : false;
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowB…
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12 …strict";function d(a,b){h.call(this,"FlateWorker/"+a),this._pako=new f[a]({raw:!0,level:b.level||-…
13raw&&b.windowBits>0?b.windowBits=-b.windowBits:b.gzip&&b.windowBits>0&&b.windowBits<16&&(b.windowB…

12345678910>>...17