Home
last modified time | relevance | path

Searched refs:typeName (Results 1 – 25 of 34) sorted by relevance

12

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php40 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void argument
42 parent::registerHandler($direction, $typeName, $format, $handler);
43 unset($this->initializedHandlers[$direction][$typeName][$format]);
49 public function getHandler(int $direction, string $typeName, string $format) argument
51 if (isset($this->initializedHandlers[$direction][$typeName][$format])) {
52 return $this->initializedHandlers[$direction][$typeName][$format];
55 if (!isset($this->handlers[$direction][$typeName][$format])) {
59 $handler = $this->handlers[$direction][$typeName][$format];
64 return $this->initializedHandlers[$direction][$typeName][$format] = $handler;
H A DHandlerRegistry.php63 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void argument
65 $this->handlers[$direction][$typeName][$format] = $handler;
71 public function getHandler(int $direction, string $typeName, string $format) argument
73 if (!isset($this->handlers[$direction][$typeName][$format])) {
77 return $this->handlers[$direction][$typeName][$format];
H A DHandlerRegistryInterface.php22 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void; argument
29 public function getHandler(int $direction, string $typeName, string $format); argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php63 … $typeName = $phpcsFile->findNext(T_CONSTANT_ENCAPSED_STRING, ($stackPtr + 2), null, false, true);
64 $typeName = trim($tokens[$typeName]['content'], " '");
67 $included = strtolower($typeName);
70 $included = strtolower($typeName).'assettype';
73 $included = strtolower($typeName).'widgettype';
H A DIncludeSystemSniff.php135 $typeName = $phpcsFile->findNext(T_CONSTANT_ENCAPSED_STRING, ($i + 1));
136 $typeName = trim($tokens[$typeName]['content'], " '");
137 $includedClasses[strtolower($typeName).'widgettype'] = true;
278 $typeName = $phpcsFile->findNext(T_CONSTANT_ENCAPSED_STRING, ($i + 1));
279 $typeName = trim($tokens[$typeName]['content'], " '");
280 $includedClasses[strtolower($typeName).'widgettype'] = true;
319 $typeName = $phpcsFile->findNext(T_CONSTANT_ENCAPSED_STRING, ($stackPtr + 1));
320 $typeName = trim($tokens[$typeName]['content'], " '");
321 return strtolower($typeName).'assettype';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DProto2FieldDescriptorProto.php57 public $typeName; variable in Google\\Service\\ChromePolicy\\Proto2FieldDescriptorProto
174 public function setTypeName($typeName) argument
176 $this->typeName = $typeName;
183 return $this->typeName;
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DPreSerializeEvent.php12 public function setType(string $typeName, array $params = []): void argument
14 $this->type = ['name' => $typeName, 'params' => $params];
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php115 $typeName = \gettype($data);
116 if ('object' === $typeName) {
117 $typeName = \get_class($data);
120 $type = ['name' => $typeName, 'params' => []];
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php119 $typeName = 'JsonSerializable';
121 …his->dispatcher->addListener('serializer.pre_serialize', static function ($event) use ($typeName) {
123 $type['name'] = $typeName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php95 foreach ($typeNames as $i => $typeName) {
96 $suggestedName = PHP_CodeSniffer::suggestType($typeName);
381 foreach ($typeNames as $typeName) {
382 $suggestedName = PHP_CodeSniffer::suggestType($typeName);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php124 if ($envelope->typeName() == 'Point') {
/plugin/database2/
H A Ddatabase2.php3658 $typeName = strtolower( trim( strtok( $rawType, ' ' ) ) );
3660 switch ( $typeName )
3703 $format = $typeName;
3709 $format = $typeName;
3728 $format = $typeName;
3839 $typeName ) );
/plugin/ipban/ip-lib/
H A DREADME.md200 $typeName = \IPLib\Range\Type::getName();
/plugin/mantis/lib/
H A Dclass.xmlschema.php537 foreach($this->complexTypes as $typeName => $attrs){
H A Dnusoap.php1605 foreach($this->complexTypes as $typeName => $attrs){
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3421 getInputs: function(form, typeName, name) { argument
3425 if (!typeName && !name) return $A(inputs).map(Element.extend);
3429 if ((typeName && input.type != typeName) || (name && input.name != name))
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1448 var typeName = options.type.toLowerCase();
1449 …if(typeName==="uint8array"||typeName==="arraybuffer"||typeName==="blob"||typeName==="nodebuffer") {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3968 getInputs: function(form, typeName, name) { argument
3972 if (!typeName && !name) return $A(inputs).map(Element.extend);
3976 if ((typeName && input.type != typeName) || (name && input.name != name))
/plugin/issuetracker/
H A Dprototype.js5024 getInputs: function(form, typeName, name) { argument
5028 if (!typeName && !name) return $A(inputs).map(Element.extend);
5032 if ((typeName && input.type != typeName) || (name && input.name != name))
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7784 var typeName = t.name;
7786 if (typeName in typesByName) {
7820 typesByName[typeName] = t;
9685 function ElementHandler(model, typeName, context) { argument
9687 this.type = model.getType(typeName);
9944 ElementHandler.call(this, model, typeName, context);
9962 if (!type.hasType(typeName)) {
11238 if (!isString(typeName)) {
11239 options = typeName;
11240 typeName = 'bpmn:Definitions';
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2typeName,offset){var type,alignment;if(typeName){offset=offset||0;type=(typeof Types==="undefined"… argument
H A Dvorbis.js2typeName,offset){var type,alignment;if(typeName){offset=offset||0;type=(typeof Types==="undefined"… argument
H A Dopus.js2typeName,offset){var type,alignment;if(typeName){offset=offset||0;type=(typeof Types==="undefined"… argument
/plugin/googlesearch/
H A Dnusoap.php1507 foreach($this->complexTypes as $typeName => $attrs){
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

12