Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 174) sorted by relevance

1234567

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
DValidator.php162 foreach ($d->valueAliases as $alias => $real) {
166 if (!is_string($real)) {
167 $this->error("alias target $real from alias '$alias'", 'must be a string');
169 if ($alias === $real) {
174 foreach ($d->valueAliases as $alias => $real) {
177 } elseif (!isset($d->allowed[$real])) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php97 * @param float $real
100 public static function real(float $real): RealType argument
102 return new RealType($real);
/plugin/asciidocjs/node_modules/fs.realpath/
DREADME.md20 rp.realpath(someLongAndLoopingPath, function (er, real) {
25 var real = rp.realpathSync(someLongAndLoopingPath)
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DTableFormatter.php159 $real = (int)floor(($perc * $remain) / 100);
161 $columns[$idx] = $real;
162 $alloc += $real;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfigSchema.php131 foreach ($aliases as $alias => $real) {
132 $this->info[$key]->aliases[$alias] = $real;
/plugin/dnsresolver/
Dplugin.info.txt6 desc Resolving dns name in real ip address.
DREADME3 Resolving dns name in real ip address.
/plugin/404manager/
DCHANGES.md5 * Redirections are now real redirections passing variable via the query string
15 …* The redirection is a real redirection using 3XX HTTP status code in the same way that the plugin…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.EscapeNonASCIICharacters.txt10 be a real downer for encodings like Big5. It also assumes that the ASCII
/plugin/note/
DREADME.md49 …of 2008 / start of 2009 Olivier started to became too busy with other (real-life) activities and o…
53 to make it a "real" community plugin. On the 16th a re-packaged release is available
/plugin/elasticsearch/conf/
Delasticsearch.conf.example1 # This file is an example. The real configuration must be done in conf/elasticsearch.conf
/plugin/diagramsnet/lib/math/extensions/TeX/
Dmediawiki-texvc.js19 …\rightarrow"],Rarr:["Macro","\\Rightarrow"],rArr:["Macro","\\Rightarrow"],real:["Macro","\\Re"],re… property
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Dr.js19 …ca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\… property
/plugin/codeprettify/code-prettify/src/
Dlang-vhdl.js41 …[PR['PR_TYPE'], /^(?:bit|bit_vector|character|boolean|integer|real|time|string|severity_level|posi…
/plugin/livepreview/
Dstyle.css38 * hide it, if real icon is used
/plugin/shell/lang/en/
Dhelp.txt9 Please keep in mind that this is not a real interactive shell. It is a web page that sends commands…
/plugin/numberof/
DREADME.md45 * The counting is performed when you save the page. So values are not real-time.
/plugin/linkmanager/
Dstyle.css49 it's dirty, so any "real" fixes are welcome */
/plugin/asciidocjs/node_modules/string-width/
Dreadme.md36 - [string-length](https://github.com/sindresorhus/string-length) - Get the real length of a string
/plugin/webdav/vendor/sabre/uri/
DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
/plugin/icalevents/vendor/sabre/uri/
DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
/plugin/deletepageguard/
H A DCHANGELOG.md21 - **Pattern validation system** with real-time error detection
/plugin/asciidocjs/node_modules/glob/
Dsync.js59 var real = rp.realpathSync(p, self.realpathCache)
60 set[real] = true
/plugin/data-au/
DREADME21 Testing has been... actually, no real testing has been done yet.
/plugin/git/syntax/
Dlocalstatus.php113 …// Add a semaphore commit, telling the rendering engine that this isn't a real commit, rather we w…

1234567