Home
last modified time | relevance | path

Searched refs:element (Results 451 – 475 of 796) sorted by relevance

1...<<11121314151617181920>>...32

/plugin/s5/ui/default/
H A Dslides.js55 function isParentOrSelf(element, id) { argument
56 if (element == null || element.nodeName=='BODY') return false;
57 else if (element.id == id) return true;
58 else return isParentOrSelf(element.parentNode, id);
/plugin/s5/ui/dokuwiki/
H A Dslides.js55 function isParentOrSelf(element, id) { argument
56 if (element == null || element.nodeName=='BODY') return false;
57 else if (element.id == id) return true;
58 else return isParentOrSelf(element.parentNode, id);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js259 var element = ev.srcElement ;
261 if ( element.nodeName.IEquals( 'IMG', 'HR', 'INPUT', 'TEXTAREA', 'SELECT' ) )
263 FCKSelection.SelectNode( element ) ;
/plugin/oembed/
H A Dsyntax.php144 foreach($xml as $element){
145 $oembed[$element->getName()] = (string) $element;
/plugin/multiorphan/action/
H A Dmultiorphan.php154 private function __map_ids(&$element) { argument
155 $element = $element['id'];
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js35 var Video = function(element) { argument
37 this.core = $(element).data('lightGallery');
39 this.$el = $(element);
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-navigated-viewer.production.min.js2element=t,this.propertyDesc=e}function at(){}function st(e,t,n){this.model=e,this.type=e.getType(t… property in AnonymousFunction499a07191cf00.n
16element:function(e,t){return i.add(e,t)},error:function(e,t){a.push({message:e,context:t})}}).hand…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.SafeEmbed.txt
/plugin/jplayer/components/
H A Drequire-built.js2129 this.element = $(element);
2226 element.jPlayer("pause");
2863 this.element.empty();
2968 if(!this.element.attr("id")) {
2973 id: this.element.attr("id"),
2974 jq: this.element
3188 this.element.append(htmlObj);
3302 if(self.element !== element) { // Do not destroy this instance.
3304 element.jPlayer("destroy");
3708 this.element.trigger(event);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md79 A Fully Qualified Structural Element Name is a reference to another element in your code bases and …
88 name and element name) and receive a Value Object of type `\phpDocumentor\Reflection\Fqsen`.
90 The real power of this resolver is in its capability to expand partial element names into Fully Qua…
118 Suppose that you would want to resolve (and expand) the type in the `@var` tag and the element name…
170 > is an object (signified by the `object` keyword) but does not refer to a specific element using a…
/plugin/ckgedit/scripts/
H A Dmediamgr.js40 jQuery( ".odd, .even" ).each( function( index, element ){ argument
/plugin/edittable/lib/
H A Dhandsontable.full.js185 element = element.host;
188 element = element.parentNode;
205 while (element != null && element !== until) {
210 element = element.host;
212 element = element.parentNode;
231 element = closest(element, nodes, until);
239 element = element.host;
241 element = element.parentNode;
348 while (element = element.previousSibling) {
898 return element.clientWidth || element.innerWidth;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1element","document","fullscreenElement","mozFullScreenElement","webkitFullscreenElement","msFullsc…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1180 moveTo: function (element) { argument
1181 gantt.$keyboardNavigation.dispatcher.setActiveNode(element);
1861 function hasClass(element, className){ argument
1862 if ('classList' in element) {
1863 return element.classList.contains(className);
1865 return new RegExp("\\b" + className + "\\b").test(element.className);
1987 function closest(element, selector){ argument
1988 if(element.closest){
1989 return element.closest(selector);
1990 }else if(element.matches || element.msMatchesSelector || element.webkitMatchesSelector){
[all …]
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1element.appendChild(e),e.appendChild(a.elements.preview),e.appendChild(n),e.appendChild(i),x(a.ele…
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md68 * `FEAT`: add replace element keyboard binding ([#1785](https://github.com/bpmn-io/bpmn-js/pull/178…
149 * `FIX`: assign default size when expanding element ([#1687](https://github.com/bpmn-io/bpmn-js/iss…
183 * `FEAT`: add multi-element context pad ([#1525](https://github.com/bpmn-io/bpmn-js/pull/1525))
220 * `FIX`: override default padding of breadcrumb element ([#1608](https://github.com/bpmn-io/bpmn-js…
276 * `FIX`: re-use ID of a copied element if available ([#1503](https://github.com/bpmn-io/bpmn-js/pul…
324 * `FIX`: copy root element references on replace ([#1430](https://github.com/bpmn-io/bpmn-js/issues…
638 * `BpmnRules`: removed `element.paste` rule
653 * `FIX`: correct element positioning update ([#1129](https://github.com/bpmn-io/bpmn-js/issues/1129…
721 * `FEAT`: layout connection on element removal ([#989](https://github.com/bpmn-io/bpmn-js/issues/98…
893 * `FIX`: focus label editing box on element creation
[all …]
/plugin/advrack/
H A Djquery.qtip.js598 return self._update(c, element);
600 return self._update(e, element);
609 element.empty().append(
615 else { element.html(content); }
2249 tip = this.element,
2408 tip = this.element,
2520 this.element.css(css).toggle(
2612 function focusable(element) { argument
2617 nodeName = element.nodeName && element.nodeName.toLowerCase(),
2621 map = element.parentNode;
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php234 Ast\Selector\Simple\PseudoElement $element
236 $this->_buffer .= '::'.$element->name;
233 visitSelectorSimplePseudoElement(Ast\\Selector\\Simple\\PseudoElement $element) global() argument
/plugin/combo/ComboStrap/
H A DSnippetSystem.php136 foreach ($array as $element) {
137 $snippets[] = Snippet::createFromJson($element)
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js102 var element = jQuery(this);
103 element.siblings('li').removeClass(name + '_controlgroup-open').children('ul').hide();
104 element.toggleClass(name + '_controlgroup-open').children('ul').toggle();
/plugin/bootswrapper/exe/help/
H A Dwell.txt3 Use the well as a simple effect on an element to give it an inset effect.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md151 - `DeepCopy\TypeMatcher` applies on any element found in graph, including array elements.
180 The `TypeMatcher` will match any element by its type (instance of a class or any value that could b…
194 - `DeepCopy\TypeFilter` applies a transformation to any element matched by `DeepCopy\TypeMatcher`
313 2. If you want to replace whole element:
337 Stop *DeepCopy* from recursively copying element, using standard `clone` instead:
/plugin/mantis/lib/
H A Dclass.xmlschema.php541 foreach($attrs['elements'] as $element => $eParts){
543 $contentStr .= " <$schemaPrefix:element ref=\"$element\"/>\n";
545 …$contentStr .= " <$schemaPrefix:element name=\"$element\" type=\"" . $this->contractQName($ePart…
775 foreach($typeDef['elements'] as $element => $eData){
776 $str .= $this->serializeTypeDef($element);
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md146 - `DeepCopy\TypeMatcher` applies on any element found in graph, including array elements.
175 The `TypeMatcher` will match any element by its type (instance of a class or any value that could be parameter of
189 - `DeepCopy\TypeFilter` applies a transformation to any element matched by `DeepCopy\TypeMatcher`
308 2. If you want to replace whole element:
332 Stop *DeepCopy* from recursively copying element, using standard `clone` instead:

1...<<11121314151617181920>>...32