Home
last modified time | relevance | path

Searched refs:_getMissingProp (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Helper/
H A DStaticRange.php23 abstract protected function _getMissingProp( string $prop ); function
61 return $this->_getMissingProp( $name );
H A DRange.php23 abstract protected function _getMissingProp( string $prop ); function
63 return $this->_getMissingProp( $name );
H A DAbortController.php23 protected function _getMissingProp( string $prop ) { function
84 return $this->_getMissingProp( $name );
H A DTimeRanges.php23 protected function _getMissingProp( string $prop ) { function
84 return $this->_getMissingProp( $name );
H A DDOMException.php23 protected function _getMissingProp( string $prop ) { function
88 return $this->_getMissingProp( $name );
H A DAbortSignal.php23 abstract protected function _getMissingProp( string $prop ); function
55 return $this->_getMissingProp( $name );
H A DAbstractRange.php23 protected function _getMissingProp( string $prop ) { function
92 return $this->_getMissingProp( $name );
H A DNodeIterator.php23 protected function _getMissingProp( string $prop ) { function
92 return $this->_getMissingProp( $name );
H A DXPathResult.php23 protected function _getMissingProp( string $prop ) { function
96 return $this->_getMissingProp( $name );
H A DCSSGroupingRule.php23 abstract protected function _getMissingProp( string $prop ); function
61 return $this->_getMissingProp( $name );
H A DCSSNamespaceRule.php23 abstract protected function _getMissingProp( string $prop ); function
63 return $this->_getMissingProp( $name );
H A DValidityState.php23 protected function _getMissingProp( string $prop ) { function
104 return $this->_getMissingProp( $name );
H A DMutationRecord.php23 protected function _getMissingProp( string $prop ) { function
100 return $this->_getMissingProp( $name );
H A DTextTrack.php23 abstract protected function _getMissingProp( string $prop ); function
67 return $this->_getMissingProp( $name );
H A DTextTrackCue.php23 abstract protected function _getMissingProp( string $prop ); function
65 return $this->_getMissingProp( $name );
H A DCSSImportRule.php23 abstract protected function _getMissingProp( string $prop );
65 return $this->_getMissingProp( $name );
H A DCSSMarginRule.php23 abstract protected function _getMissingProp( string $prop ); function
63 return $this->_getMissingProp( $name );
H A DCSSStyleRule.php23 abstract protected function _getMissingProp( string $prop ); function
63 return $this->_getMissingProp( $name );
H A DNavigator.php23 protected function _getMissingProp( string $prop ) {
108 return $this->_getMissingProp( $name );
H A DAssignedNodesOptions.php23 protected function _getMissingProp( string $prop ) { function
84 return $this->_getMissingProp( $name );
H A DCSSStyleSheet.php23 abstract protected function _getMissingProp( string $prop ); function
71 return $this->_getMissingProp( $name );
H A DElementCreationOptions.php23 protected function _getMissingProp( string $prop ) {
84 return $this->_getMissingProp( $name );
H A DAddEventListenerOptions.php25 abstract protected function _getMissingProp( string $prop ); function
61 return $this->_getMissingProp( $name );
H A DCSSPageRule.php23 abstract protected function _getMissingProp( string $prop ); function
65 return $this->_getMissingProp( $name );
H A DGetRootNodeOptions.php23 protected function _getMissingProp( string $prop ) { function
84 return $this->_getMissingProp( $name );

12345678