| /plugin/strata/types/ |
| D | enum.php | 12 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);
|
| D | page.php | 16 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
|
| D | link.php | 13 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
|
| D | date.php | 13 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');
|
| D | image.php | 17 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)) {
|
| D | title.php | 18 function render($mode, &$R, &$T, $value, $hint='') { argument 29 $R->internallink($hint.':'.$value, $heading);
|
| D | ref.php | 18 function render($mode, &$R, &$T, $value, $hint='') { argument 32 $R->internallink($hint.':'.$value, $heading);
|
| /plugin/strata/helper/ |
| D | util.php | 81 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 …]
|
| D | syntax.php | 174 * @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.js | 6 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.js | 6 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/ |
| D | AttestationNote.php | 28 public function setHint(Hint $hint) argument 30 $this->hint = $hint; 37 return $this->hint;
|
| D | Authority.php | 28 public function setHint(Hint $hint) argument 30 $this->hint = $hint; 37 return $this->hint;
|
| D | DSSEAttestationNote.php | 28 public function setHint(DSSEHint $hint) argument 30 $this->hint = $hint; 37 return $this->hint;
|
| /plugin/strata/lib/ |
| D | strata_type.php | 25 * @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
|
| D | strata_aggregate.php | 22 * @param hint string the aggregation hint 25 function aggregate($values, $hint) { argument
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ |
| D | ClassCodeGenerator.php | 112 if ($hint = $argument->getTypeHint()) { 113 $php .= $typeHintReference->isBuiltInParamTypeHint($hint) ? $hint : '\\'.$hint;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
| D | AbstractTermsAggregation.php | 110 …* @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);
|
| D | DiversifiedSampler.php | 30 public function setExecutionHint(string $hint): self argument 32 return $this->setParam('execution_hint', $hint);
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | ImageObject.cfc | 112 <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/ |
| D | to-primitive.js | 3 module.exports = function (it, hint) { argument 4 return toPrimitive.call(it, hint);
|
| /plugin/asciidocjs/node_modules/core-js/fn/date/ |
| D | to-primitive.js | 3 module.exports = function (it, hint) { argument 4 return toPrimitive.call(it, hint);
|
| /plugin/strata/aggregates/ |
| D | min.php | 13 function aggregate($values, $hint = null) { argument 14 if($hint == 'strict') $values = array_filter($values, 'is_numeric');
|
| D | max.php | 13 function aggregate($values, $hint = null) { argument 14 if($hint == 'strict') $values = array_filter($values, 'is_numeric');
|
| D | sum.php | 13 function aggregate($values, $hint = null) { argument 14 if($hint == 'strict') {
|