Home
last modified time | relevance | path

Searched defs:element (Results 26 – 50 of 392) sorted by relevance

12345678910>>...16

/plugin/s5reloaded/ui/effects_support/
Deffects.js30 Element.collectTextNodes = function(element) { argument
37 Element.collectTextNodesIgnoreClass = function(element, className) { argument
45 Element.setContentZoom = function(element, percent) { argument
52 Element.getInlineOpacity = function(element){ argument
56 Element.forceRerendering = function(element) { argument
109 tagifyText: function(element) { argument
126 multiple: function(element, effect) { argument
141 $A(elements).each( function(element, index) { argument
150 toggle: function(element, effect, options) { argument
350 initialize: function(element) { argument
[all …]
/plugin/scrape/vendor/symfony/css-selector/Node/
DElementNode.php27 private $element; variable in Symfony\\Component\\CssSelector\\Node\\ElementNode
29 public function __construct(string $namespace = null, string $element = null)
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
Dplugin.js16 var style = new CKEDITOR.style( { element: lastH } ); property
32 var style = new CKEDITOR.style( { element: lowerH } ); property
48 var style = new CKEDITOR.style( { element: higherH } ); property
54 var style = new CKEDITOR.style( { element: 'p' } ); property
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
Dplugin.js16 var style = new CKEDITOR.style( { element: lastH } ); property
32 var style = new CKEDITOR.style( { element: lowerH } ); property
48 var style = new CKEDITOR.style( { element: higherH } ); property
54 var style = new CKEDITOR.style( { element: 'p' } ); property
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js32 function ShowE( element, isVisible ) argument
39 function SetAttribute( element, attName, attValue ) argument
47 function GetAttribute( element, attName, valueIfNull ) argument
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools_ie.js36 FCKTools.ClearElementAttributes = function( element ) argument
89 FCKTools.DisableSelection = function( element ) argument
173 FCKTools.SaveStyles = function( element ) argument
194 FCKTools.RestoreStyles = function( element, savedStyles ) argument
Dfcktools_gecko.js30 FCKTools.DisableSelection = function( element ) argument
50 FCKTools.ClearElementAttributes = function( element ) argument
145 FCKTools.SaveStyles = function( element ) argument
166 FCKTools.RestoreStyles = function( element, savedStyles ) argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktools_ie.js44 FCKTools.ClearElementAttributes = function( element ) argument
97 FCKTools.DisableSelection = function( element ) argument
181 FCKTools.SaveStyles = function( element ) argument
205 FCKTools.RestoreStyles = function( element, savedStyles ) argument
Dfcktools_gecko.js30 FCKTools.DisableSelection = function( element ) argument
59 FCKTools.ClearElementAttributes = function( element ) argument
154 FCKTools.SaveStyles = function( element ) argument
178 FCKTools.RestoreStyles = function( element, savedStyles ) argument
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DHTMLModule.php144 … public function addElement($element, $type, $contents, $attr_includes = array(), $attr = array())
174 public function addBlankElement($element)
192 public function addElementToContentSet($element, $type)
/plugin/odt/ODT/
DODTParagraph.php29 …public static function paragraphOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $a…
158 …public static function paragraphOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=N…
DODTUtility.php511 …public static function openHTMLElement (ODTInternalParams $params, array &$dest, $element, $attrib…
528 public static function closeHTMLElement (ODTInternalParams $params, $element) {
548 …tion getHTMLElementProperties (ODTInternalParams $params, array &$dest, $element, $attributes, $ma…
649 …protected static function createTextStyle (ODTInternalParams $params, $element, $attributes, $styl…
672 …protected static function createParagraphStyle (ODTInternalParams $params, $element, $attributes, …
DODTDocument.php335 function spanOpen($styleName, $element=NULL, $attributes=NULL){
349 function spanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){
429 function paragraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
707 function heading($text, $level, $element=NULL, $attributes=NULL){
1006 function listOpen($continue=false, $styleName, $element=NULL, $attributes=NULL) {
1033 function listItemOpen($level, $element=NULL, $attributes=NULL) {
1052 function listHeaderOpen($level, $element=NULL, $attributes=NULL) {
1070 function listContentOpen($element=NULL, $attributes=NULL) {
1090 function tableOpen($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes=NULL){
[all …]
DODTSpan.php18 …public static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=…
52 … public static function spanOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){
Dstyleset.php35 abstract public function export($element);
278 public function getStyleAtIndex($element, $index) {
290 public function getStyleCount($element) {
/plugin/wysiwyg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js30 function ShowE( element, isVisible ) argument
37 function SetAttribute( element, attName, attValue ) argument
45 function GetAttribute( element, attName, valueIfNull ) argument
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js6 let cloneScriptElement = function (element) { argument
20 executionsError.push({"error": e, "element": scriptElement}); property
/plugin/highlight2wiki/
Dscript.js50 "element": "mark2", property
70 "element": "mark2", property
90 "element": "markfr", property
/plugin/scrape/vendor/symfony/css-selector/XPath/
DXPathExpr.php27 private $element; variable in Symfony\\Component\\CssSelector\\XPath\\XPathExpr
30 …public function __construct(string $path = '', string $element = '*', string $condition = '', bool…
/plugin/odt/helper/
Dcssdocument.php27 public function open ($element, $attributes=NULL, $pseudo_classes=NULL, $pseudo_elements=NULL) {
31 public function close ($element) {
Dcssimportnew.php76 public function getPropertyForElement ($name, iElementCSSMatchable $element) {
86 …public function getPropertiesForElement (&$dest, iElementCSSMatchable $element, helper_plugin_odt_…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php19 protected $element; variable in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
29 public function __construct(WebDriverElement $element, WebDriverDispatcher $dispatcher)
400 protected function newElement(WebDriverElement $element)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DConfigChange.php32 public $element; variable in Google\\Service\\ServiceManagement\\ConfigChange
73 public function setElement($element)
/plugin/odt/ODT/css/
Dcssdocument.php99 public function iECSSM_has_pseudo_element($element) {
273 public function open ($element, $attributes=NULL, $pseudo_classes=NULL, $pseudo_elements=NULL) {
300 public function close ($element) {
/plugin/fckg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js70 function ShowE( element, isVisible ) argument
77 function SetAttribute( element, attName, attValue ) argument
85 function GetAttribute( element, attName, valueIfNull ) argument

12345678910>>...16