Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckstyle.js409 CheckElementRemovable : function( element, fullMatch ) argument
513 RemoveFromElement : function( element ) argument
574 _RemoveStylesFromElement : function( element ) argument
599 _RemoveOverrides : function( element, override ) argument
631 _RemoveNoAttribElement : function( element ) argument
655 BuildElement : function( targetDoc, element ) argument
1006 _MergeSiblings : function( element, attribs ) argument
1019 _MergeNextSibling : function( element, attribs ) argument
1057 _MergePreviousSibling : function( element, attribs ) argument
1224 _CreateElementAttribsForComparison : function( element ) argument
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php54 public function click(WebDriverElement $element = null)
70 public function clickAndHold(WebDriverElement $element = null)
86 public function contextClick(WebDriverElement $element = null)
102 public function doubleClick(WebDriverElement $element = null)
182 public function moveToElement(WebDriverElement $element, $x_offset = null, $y_offset = null)
201 public function release(WebDriverElement $element = null)
219 public function keyDown(WebDriverElement $element = null, $key = null)
237 public function keyUp(WebDriverElement $element = null, $key = null)
255 public function sendKeys(WebDriverElement $element = null, $keys = null)
H A DWebDriverTouchActions.php39 public function tap(WebDriverElement $element)
110 public function scrollFromElement(WebDriverElement $element, $x, $y)
123 public function doubleTap(WebDriverElement $element)
136 public function longPress(WebDriverElement $element)
166 public function flickFromElement(WebDriverElement $element, $x, $y, $speed)
/plugin/odt/ODT/
DXMLUtil.php29 public static function getElementOpenTag ($element, $xmlCode) {
47 public static function getElement ($element, $xmlCode, &$endPos=NULL) {
113 public static function getElementContent ($element, $xmlCode, &$endPos=NULL) {
186 public static function getNextElementContent (&$element, $xmlCode, &$endPos=NULL) {
277 public static function getNextElement (&$element, $xmlCode, &$endPos=NULL) {
359 public static function elementReplace ($element, $xmlCode, $replacement) {
DODTList.php21 …nction listOpen(ODTInternalParams $params, $continue=false, $styleName, $element=NULL, $attributes…
73 …static public function listItemOpen(ODTInternalParams $params, $level, $element=NULL, $attributes=…
129 …static public function listHeaderOpen(ODTInternalParams $params, $level, $element=NULL, $attribute…
176 …static public function listContentOpen(ODTInternalParams $params, $element=NULL, $attributes=NULL)…
DODTTable.php20 …Params $params, $maxcols = NULL, $numrows = NULL, $tableStyleName=NULL, $element=NULL, $attributes…
215 …public static function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $at…
258 …, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attributes…
307 …, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attributes…
373 …ableOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $element=NULL, $attributes…
447 …HeaderOpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $element=NULL, $attributes…
484 …public static function tableRowOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NU…
525 …public static function tableCellOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=N…
DODTFrame.php69 …public static function openTextBoxUseCSS (ODTInternalParams $params, $element=NULL, $attributes=NU…
98 …ction openTextBoxUseProperties (ODTInternalParams $params, $properties, $element=NULL, $attributes…
218 …public static function openFrameUseProperties (ODTInternalParams $params, $properties, $element=NU…
/plugin/ckgedit/ckeditor/
Dstyles.js18 { name: 'Code Text', element: 'code' }, property
24 element: 'pre', property
29 element: 'pre', property
34 element: 'p', property
/plugin/ckgdoku/ckeditor/
Dstyles.js18 { name: 'Code Text', element: 'code' }, property
24 element: 'pre', property
29 element: 'pre', property
34 element: 'p', property
/plugin/issuetracker/
Dprototype.js1818 function $(element) { argument
1909 Element._purgeElement = function(element) { argument
1919 visible: function(element) { argument
1923 toggle: function(element) { argument
1929 hide: function(element) { argument
1935 show: function(element) { argument
1941 remove: function(element) { argument
2058 replace: function(element, content) { argument
2072 insert: function(element, insertions) { argument
2108 wrap: function(element, wrapper, attributes) { argument
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DAccessorSetter.php17 protected $element; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorSetter
39 public function setElementDifferent(AccessorSetterElement $element)
80 protected $element; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorSetterElement
101 public function setElementDifferent($element)
/plugin/s5reloaded/ui/effects_support/
Ddragdrop.js14 remove: function(element) { argument
18 add: function(element) { argument
55 isContained: function(element, drop) { argument
65 isAffected: function(point, element, drop) { argument
88 show: function(point, element) { argument
110 fire: function(event, element) { argument
202 removeObserver: function(element) { // element instead of observer fixes mem leaks argument
227 initialize: function(element) { argument
230 reverteffect: function(element, top_offset, left_offset) { argument
236 endeffect: function(element) { argument
[all …]
Dprototype.js1709 function $(element) { argument
1791 visible: function(element) { argument
1795 toggle: function(element) { argument
1802 hide: function(element) { argument
1808 show: function(element) { argument
1814 remove: function(element) { argument
1904 replace: function(element, content) { argument
1918 insert: function(element, insertions) { argument
1954 wrap: function(element, wrapper, attributes) { argument
1966 inspect: function(element) { argument
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverEventListener.php48 public function beforeFindBy(WebDriverBy $by, $element, EventFiringWebDriver $driver);
55 public function afterFindBy(WebDriverBy $by, $element, EventFiringWebDriver $driver);
72 public function beforeClickOn(EventFiringWebElement $element);
77 public function afterClickOn(EventFiringWebElement $element);
82 public function beforeChangeValueOf(EventFiringWebElement $element);
87 public function afterChangeValueOf(EventFiringWebElement $element);
H A DAbstractWebDriverCheckboxOrRadio.php16 protected $element; variable in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio
24 public function __construct(WebDriverElement $element)
224 protected function selectOption(WebDriverElement $element)
234 protected function deselectOption(WebDriverElement $element)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverTouchScreen.php18 public function tap(WebDriverElement $element);
26 public function doubleTap(WebDriverElement $element);
58 WebDriverElement $element,
70 public function longPress(WebDriverElement $element);
101 WebDriverElement $element,
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js1502 function $(element) { argument
1566 visible: function(element) { argument
1570 toggle: function(element) { argument
1576 hide: function(element) { argument
1581 show: function(element) { argument
1586 remove: function(element) { argument
1592 update: function(element, content) { argument
1602 replace: function(element, content) { argument
1616 insert: function(element, insertions) { argument
1652 wrap: function(element, wrapper, attributes) { argument
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTouchScreen.php31 public function tap(WebDriverElement $element)
46 public function doubleTap(WebDriverElement $element)
96 public function flickFromElement(WebDriverElement $element, $xoffset, $yoffset, $speed)
113 public function longPress(WebDriverElement $element)
162 public function scrollFromElement(WebDriverElement $element, $xoffset, $yoffset)
/plugin/frootysearch/
Dscript.js92 var frootySearch__addClassName = function(element, className) { argument
100 var frootySearch__hasClassName = function(element, className) { argument
108 var frootySearch__removeClassName = function(element, className) { argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
DTypeVisitor.php18 public function visit(Element $element, &$handle = null, $eldnah = null)
33 private function visitSimpleType(TreeNode $element)
64 private function visitCompoundType(TreeNode $element, ?int &$handle, ?int $eldnah): array
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js428 HasAttribute : function( element, attributeName ) argument
442 HasAttributes : function( element ) argument
469 RemoveAttribute : function( element, attributeName ) argument
477 GetAttributeValue : function( element, att ) argument
531 BreakParent : function( element, parent, reusableRange ) argument
627 CloneElement : function( element ) argument
637 ClearElementJSProperty : function( element, attrName ) argument
645 SetElementMarker : function ( markerObj, element, attrName, value) argument
655 ClearElementMarkers : function( markerObj, element, clearMarkerObj ) argument
853 CheckIsEmptyElement : function( element, elementCheckCallback ) argument
[all …]
/plugin/odt/ODT/css/
Dcssimportnew.php307 public function matches_entry (iElementCSSMatchable $element) {
498 protected function selector_matches (array $selector, iElementCSSMatchable $element) {
634 public function matches (iElementCSSMatchable $element, &$specificity) {
783 public function matches(iElementCSSMatchable $element, &$specificity, $media = NULL) {
1055 public function getPropertyForElement ($name, iElementCSSMatchable $element) {
1091 …public function getPropertiesForElement (&$dest, iElementCSSMatchable $element, ODTUnits $units, $…
1163 …protected function calculate (array &$properties, iElementCSSMatchable $element, ODTUnits $units) {
1354 …protected function calculateAndInherit (array &$dest, iElementCSSMatchable $element, ODTUnits $uni…
/plugin/downloadcodeblock/
Dscript.js1 function preceding(element) { argument
5 function deriveFilename(element) { argument
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js306 _createWidget: function( options, element ) { argument
477 element: elements, property
508 element: this.element, property
515 options.element.each( function( _, element ) { argument
572 _removeClass: function( element, keys, extra ) { argument
576 _addClass: function( element, keys, extra ) { argument
580 _toggleClass: function( element, keys, extra, add ) { argument
586 element: shift ? this.element : element, property
593 _on: function( suppressDisabledCheck, element, handlers ) { argument
647 _off: function( element, eventName ) { argument
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DDenyElementDecorator.php15 public $element; variable in HTMLPurifier_AttrDef_CSS_DenyElementDecorator
21 public function __construct($def, $element)

12345678910>>...16