Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 25 of 124) sorted by relevance

12345

/plugin/strata/types/
Denum.php12 function render($mode, &$R, &$triples, $value, $hint) { argument
17 if (substr($hint,0,1)===':')
18 { $hint = substr($hint,1); }
20 { $hint = $scope.$hint; }
22 $labels = $triples ->fetchTriples ($hint,null,$value,null,null);
25 $R->internallink($hint,$label);
Dpage.php16 function normalize($value, $hint) { argument
20 if(!empty($hint) && substr($hint,-1) == '#') {
21 $value = $hint.$value;
22 resolve_pageid(getNS($hint),$value,$exists);
26 $base = ($hint?:getNS($ID));
48 function render($mode, &$R, &$T, $value, $hint) { argument
Dlink.php13 function render($mode, &$renderer, &$triples, $value, $hint) { argument
17 $renderer->interwikilink($value,$hint, strtolower($interwiki[0]), $interwiki[1]);
20 $renderer->windowssharelink($value,$hint);
23 $renderer->externallink($value,$hint);
26 $renderer->emaillink($value,$hint);
29 $renderer->internallink(':'.$value, $hint);
35 function normalize($value, $hint) { argument
Ddate.php13 function render($mode, &$R, &$triples, $value, $hint) { argument
16 $format = $hint ?: 'Y-m-d';
30 function normalize($value, $hint) { argument
33 $format = '!'. ($hint ?: 'Y-m-d');
Dimage.php17 function normalize($value, $hint) { argument
46 function render($mode, &$R, &$T, $value, $hint) { argument
47 if(preg_match('/([0-9]+)(?:x([0-9]+))?/',$hint,$captures)) {
Dtitle.php18 function render($mode, &$R, &$T, $value, $hint='') { argument
29 $R->internallink($hint.':'.$value, $heading);
Dref.php18 function render($mode, &$R, &$T, $value, $hint='') { argument
32 $R->internallink($hint.':'.$value, $heading);
/plugin/strata/helper/
Dutil.php81 list($type, $hint) = $p->type($match[1]);
82 return array($type, $hint);
153 list($type, $hint) = $this->getPredicateType();
154 return $this->loadType($type)->normalize($p, $hint);
166 list($typename, $hint) = $this->getPredicateType();
167 $this->renderField($mode, $R, $T, $p, $typename, $hint);
180 * @param hint optional type hint
183 function renderValue($mode, &$R, &$T, $value, $typename, $hint=null, &$type=null) { argument
189 $type->render($mode, $R, $T, $value, $hint);
203 * @param hint optional type hint
[all …]
Dsyntax.php174 * @param hint string the type hint of the variable
176 function updateTypemap(&$typemap, $var, $type, $hint=null) { argument
178 $typemap[$var] = array('type'=>$type,'hint'=>$hint);
549 $this->updateTypemap($typemap, $object['text'], $vtype->type, $vtype->hint);
553 $this->updateTypemap($typemap, $object['text'], $type->type, $type->hint);
561 list($type, $hint) = $this->util->getDefaultType();
564 $hint = $type->hint;
568 $object = $this->literal($type->normalize($object,$hint));
588 $this->updateTypemap($typemap, $lhs['text'], $ltype->type, $ltype->hint);
592 $this->updateTypemap($typemap, $rhs['text'], $ltype->type, $lhint->hint);
[all …]
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_date-to-primitive.js6 module.exports = function (hint) { argument
7 if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint');
8 return toPrimitive(anObject(this), hint != NUMBER);
/plugin/asciidocjs/node_modules/core-js/modules/
D_date-to-primitive.js6 module.exports = function (hint) { argument
7 if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint');
8 return toPrimitive(anObject(this), hint != NUMBER);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DAttestationNote.php28 public function setHint(Hint $hint) argument
30 $this->hint = $hint;
37 return $this->hint;
DAuthority.php28 public function setHint(Hint $hint) argument
30 $this->hint = $hint;
37 return $this->hint;
DDSSEAttestationNote.php28 public function setHint(DSSEHint $hint) argument
30 $this->hint = $hint;
37 return $this->hint;
/plugin/strata/lib/
Dstrata_type.php25 * @param hint string a type hint
28 function render($mode, &$renderer, &$triples, $value, $hint) { argument
37 * @param hint string a type hint
40 function normalize($value, $hint) { argument
Dstrata_aggregate.php22 * @param hint string the aggregation hint
25 function aggregate($values, $hint) { argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
DClassCodeGenerator.php112 if ($hint = $argument->getTypeHint()) {
113 $php .= $typeHintReference->isBuiltInParamTypeHint($hint) ? $hint : '\\'.$hint;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DAbstractTermsAggregation.php110 …* @param string $hint Execution hint, use one of self::EXECUTION_HINT_MAP or self::EXECUTION_HINT_…
114 public function setExecutionHint(string $hint): self argument
116 return $this->setParam('execution_hint', $hint);
DDiversifiedSampler.php30 public function setExecutionHint(string $hint): self argument
32 return $this->setParam('execution_hint', $hint);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
DImageObject.cfc112 <cffunction name="flipHorizontal" access="public" output="true" returnType="void" hint="Flip an ima…
119 <cffunction name="getImageInfo" access="public" output="true" returntype="struct" hint="Returns ima…
122 <cffunction name="getImageObject" access="public" output="true" returntype="struct" hint="Returns a…
126 <cffunction name="flipVertical" access="public" output="true" returntype="void" hint="Flop an image…
133 <cffunction name="scaleWidth" access="public" output="true" returntype="void" hint="Scale an image …
142 <cffunction name="scaleHeight" access="public" output="true" returntype="void" hint="Scale an image…
150 <cffunction name="resize" access="public" output="true" returntype="void" hint="Resize an image to …
162 <cffunction name="crop" access="public" output="true" returntype="void" hint="Crop an image.">
174 <cffunction name="rotate" access="public" output="true" returntype="void" hint="Rotate an image (+/…
183 <cffunction name="setOption" access="public" output="true" returnType="void" hint="Sets values for …
[all …]
/plugin/asciidocjs/node_modules/core-js/library/fn/date/
Dto-primitive.js3 module.exports = function (it, hint) { argument
4 return toPrimitive.call(it, hint);
/plugin/asciidocjs/node_modules/core-js/fn/date/
Dto-primitive.js3 module.exports = function (it, hint) { argument
4 return toPrimitive.call(it, hint);
/plugin/strata/aggregates/
Dmin.php13 function aggregate($values, $hint = null) { argument
14 if($hint == 'strict') $values = array_filter($values, 'is_numeric');
Dmax.php13 function aggregate($values, $hint = null) { argument
14 if($hint == 'strict') $values = array_filter($values, 'is_numeric');
Dsum.php13 function aggregate($values, $hint = null) { argument
14 if($hint == 'strict') {

12345