Searched refs:loadType (Results 1 – 11 of 11) sorted by relevance
16 $type = $this->_types->loadType('text'); 41 $type = $this->_types->loadType('page'); 83 $type = $this->_types->loadType('page'); 137 $type = $this->_types->loadType('ref'); 174 $type = $this->_types->loadType('image');
17 $string = $types->loadType('string'); 18 $ref = $types->loadType('ref'); 19 $image = $types->loadType('image');
60 function loadType($type) { function in helper_plugin_strata_util 154 return $this->loadType($type)->normalize($p, $hint);185 if($type == null) $type = $this->loadType($typename);213 if($type == null) $type = $this->loadType($typename);
518 $subject = $this->util->loadType('ref')->normalize($subject,null);564 $type = $this->util->loadType($type);638 $type = $this->util->loadType($type);675 $type = $this->util->loadType($type);
148 $type = $this->util->loadType($triple['type']);163 $type = $this->util->loadType($result['title candidate']['type']);296 $type = $this->util->loadType($triple['type']);399 $type = $this->util->loadType($triple['type']);
51 case 'type': $meta = $this->util->loadType($matches[2])->getInfo(); break;
65 'type'=>$this->util->loadType($meta['type']),
51 'type'=>$this->util->loadType($meta['type']),
42 protected $loadType = JobConfigurationLoad::class; variable in Google\\Service\\Bigquery\\JobConfiguration
39 protected $loadType = JobStatistics3::class; variable in Google\\Service\\Bigquery\\JobStatistics
140 $title = $util->loadType('text')->normalize($title,'');