/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
H A D | LazyHandlerRegistry.php | 40 … 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 D | HandlerRegistry.php | 63 … 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 D | HandlerRegistryInterface.php | 22 … 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 D | IncludeOwnSystemSniff.php | 63 … $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 D | IncludeSystemSniff.php | 135 $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 D | Proto2FieldDescriptorProto.php | 57 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 D | PreSerializeEvent.php | 12 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 D | SerializationGraphNavigator.php | 115 $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 D | GraphNavigatorTest.php | 119 $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 D | FunctionCommentSniff.php | 95 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 D | Collection.php | 124 if ($envelope->typeName() == 'Point') {
|
/plugin/database2/ |
H A D | database2.php | 3658 $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 D | README.md | 200 $typeName = \IPLib\Range\Type::getName();
|
/plugin/mantis/lib/ |
H A D | class.xmlschema.php | 537 foreach($this->complexTypes as $typeName => $attrs){
|
H A D | nusoap.php | 1605 foreach($this->complexTypes as $typeName => $attrs){
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 3421 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 D | jszip.js | 1448 var typeName = options.type.toLowerCase(); 1449 …if(typeName==="uint8array"||typeName==="arraybuffer"||typeName==="blob"||typeName==="nodebuffer") {
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | prototype.js | 3968 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 D | prototype.js | 5024 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 D | bpmn-modeler.development.js | 7784 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 D | ogg.js | 2 …typeName,offset){var type,alignment;if(typeName){offset=offset||0;type=(typeof Types==="undefined"… argument
|
H A D | vorbis.js | 2 …typeName,offset){var type,alignment;if(typeName){offset=offset||0;type=(typeof Types==="undefined"… argument
|
H A D | opus.js | 2 …typeName,offset){var type,alignment;if(typeName){offset=offset||0;type=(typeof Types==="undefined"… argument
|
/plugin/googlesearch/ |
H A D | nusoap.php | 1507 foreach($this->complexTypes as $typeName => $attrs){
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |