Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A 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/odt/ODT/
H A 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, …
H A 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){
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) {
1122 function tableRowOpen($element=NULL, $attributes=NULL){
2068 public function addHTMLElement ($element, $attributes = NULL) {
[all …]
H A DODTSpan.php18 …public static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=…
52 … public static function spanOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){
H A Dstyleset.php35 abstract public function export($element);
278 public function getStyleAtIndex($element, $index) {
290 public function getStyleCount($element) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php90 add($element) global() argument
181 contains($element) global() argument
197 indexOf($element) global() argument
/plugin/odt/helper/
H A Dcssdocument.php27 public function open ($element, $attributes=NULL, $pseudo_classes=NULL, $pseudo_elements=NULL) {
31 public function close ($element) {
H A Dcssimportnew.php76 public function getPropertyForElement ($name, iElementCSSMatchable $element) {
86 …public function getPropertiesForElement (&$dest, iElementCSSMatchable $element, helper_plugin_odt_…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1647 function clear(element) { argument
1657 function clone$1(element) { argument
1906 function get$1(element) { argument
8253 var element = { class in AnonymousFunctionf8d14cd1ed00
15444 element: function(element, parentShape) { method in importBpmnDiagram.render.visitor
16608 function getDi(element) { argument
21400 element: element, property in AnonymousFunctionf8d14cd11cc00.container
31082 element: element, property in AnonymousFunctionf8d14cd12e500._active
31363 element: element, property in AnonymousFunctionf8d14cd12f400._current
39451 element, newLabel, argument
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js44 baseInitialize: function(element, update, options) { argument
297 addObservers: function(element) { argument
346 initialize: function(element, update, url, options) { argument
410 initialize: function(element, update, array, options) { argument
482 initialize: function(element, url, options) { argument
757 initialize: function($super, element, url, options) { argument
906 onComplete: function(transport, element) { argument
947 initialize: function(element, delay, callback) { argument
H A Dunittest.js11 Event.simulateMouse = function(element, eventName) { argument
47 Event.simulateKey = function(element, eventName) { argument
64 Event.simulateKeys = function(element, command) { argument
346 assertHidden: function(element) { argument
430 assertElementMatches: function(element, expression) { argument
441 _isVisible: function(element) { argument
450 assertNotVisible: function(element) { argument
453 assertVisible: function(element) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DConfigChange.php32 public $element; variable in Google\\Service\\ServiceManagement\\ConfigChange
73 public function setElement($element)
/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) argument
400 newElement(WebDriverElement $element) global() argument
[all...]
/plugin/odt/ODT/css/
H A 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/imagelink/
H A Dscript.js4 $container.each(function(idx,$element){
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DShallowCopyFilter.php13 public function apply($element)
H A DTypeFilter.php12 public function apply($element);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DShallowCopyFilter.php13 public function apply($element) argument
H A DTypeFilter.php12 public function apply($element); argument
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js70 function ShowE( element, isVisible ) argument
77 function SetAttribute( element, attName, attValue ) argument
85 function GetAttribute( element, attName, valueIfNull ) argument
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php323 public function toXhtml(DOMElement $element = null): string argument
328 public function toXml(DOMElement $element = null): string argument
603 public function toXmlFormatted(DOMElement $element = null): string argument
619 toXmlNormalized(DOMElement $element = null) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInvalidUsageOfXmlValue.php15 private $element = 'foo'; variable in JMS\\Serializer\\Tests\\Fixtures\\InvalidUsageOfXmlValue
/plugin/openas/
H A Dscript.js15 jQuery( "input.open_as_repl, textarea.open_as_repl" ).each( function( index, element ){ argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php36 public $element; variable in phpseclib3\\File\\ASN1\\Element
/plugin/strata/
H A Dscript.js174 var createFilterTextField = function(element, filterId, caption) { argument
193 var createFilterSelect = function(element, filterId, fieldSelector, caption, cmp) { argument
235 createItemFilterAndSort(element, filterId, field, fieldSelector, filterType) global() argument
306 sortGeneric(element, fieldlist) global() argument
319 sortTable(element, field, isAdditional) global() argument
531 strataFilter(element) global() argument
[all...]

12345678910>>...13