Home
last modified time | relevance | path

Searched refs:element (Results 126 – 150 of 796) sorted by relevance

12345678910>>...32

/plugin/dokugitviewer/
H A Dsyntax.php81 foreach(array_keys($elements) as $element)
83 $cmp = '#'.$element;
91 $index += strlen($element.$value);
92 … $renderer->internallink($data[$elements[$element]].'#'.$element.$value, '#'.$element.$value);
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php143 foreach($block['content'] as $i => $element) {
144 if ($element[0] === 'specialAttributes') {
146 $block['attributes'] = $element[1];
204 foreach($elements as $i => $element) {
205 if ($element[0] === 'link' || $element[0] === 'image') {
207 } elseif ($element[0] === 'specialAttributes') {
209 $elements[$relatedElement]['attributes'] = $element[1];
/plugin/sqlraw/
H A Dsorttable.min.js40element,type,handler){if(element.addEventListener){element.addEventListener(type,handler,false);}e… argument
41element["on"+type]=handleEvent;}};dean_addEvent.guid=1;function removeEvent(element,type,handler){… argument
/plugin/quickstats/scripts/
H A Dsorttable.js375 if (element.addEventListener) {
381 if (!element.events) element.events = {};
383 var handlers = element.events[type];
385 handlers = element.events[type] = {};
387 if (element["on" + type]) {
388 handlers[0] = element["on" + type];
394 element["on" + type] = handleEvent;
400 function removeEvent(element, type, handler) { argument
401 if (element.removeEventListener) {
405 if (element.events && element.events[type]) {
[all …]
/plugin/combo/resources/snippet/js/
H A Dpage-explorer-tree.js5 document.querySelectorAll(".page-explorer-tree-cs").forEach(element => {
6 let baseId = element.dataset.wikiId;
18 let button = element.querySelector(`button[data-wiki-id='${processedId}']`);
23 let link = element.querySelector(`a[data-wiki-id='${processedId}']`);
H A Dheight-toggle.js2 [...document.querySelectorAll('.height-toggle-cs')].forEach(element => {
3 let parent = element.parentElement;
6 element.style.color = parentBorderColor;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml.js77 FCKXml.TransformToObject = function( element ) argument
79 if ( !element )
84 var attributes = element.attributes ;
91 var childNodes = element.childNodes ;
/plugin/odt/helper/
H A Dcssdocument.php27 public function open ($element, $attributes=NULL, $pseudo_classes=NULL, $pseudo_elements=NULL) { argument
28 $this->internal->open ($element, $attributes, $pseudo_classes, $pseudo_elements);
31 public function close ($element) { argument
32 $this->internal->close ($element);
H A Dcssimportnew.php76 public function getPropertyForElement ($name, iElementCSSMatchable $element) { argument
77 return $this->internal->getPropertyForElement ($name, $element);
86 …public function getPropertiesForElement (&$dest, iElementCSSMatchable $element, helper_plugin_odt_… argument
87 $this->internal->getPropertiesForElement ($dest, $element, $units->getInternal());
/plugin/bootswrapper/exe/help/
H A Daffix.txt27 | ''position-top'' | optional | Top position of Affix element (in ''px|em|%'') |
28 | ''position-bottom'' | optional | Bottom position of Affix element (in ''px|em|%'') |
29 | ''position-left'' | optional | Left position of Affix element (in ''px|em|%'') |
30 | ''position-right'' | optional | Right position of Affix element (in ''px|em|%'') |
31 | ''target'' | Window Document | Target element (eg. ''#dokuwiki__site'') |
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js119 var element = (document.fullscreenElement ||
123 return !!(element && element === document.body);
158 element: parent,
168 record.element.style.position = record.originalPositioning;
314 var element = document.body;
315 var requestArguments = element.webkitRequestFullscreen ?
317 var requestFullscreen = element.msRequestFullscreen ||
318 element.mozRequestFullScreen ||
319 element.webkitRequestFullscreen ||
320 element.requestFullscreen;
[all …]
/plugin/rack/
H A Dscript.js31 function rack_toggle_vis(element,vis_mode) { argument
32 element.style.display = rack_toggle(element.style.display,"none",vis_mode);
33 return element.style.display!="none";
/plugin/phpipam/
H A Dscript.js36 function phpipam_toggle_vis(element,vis_mode) { argument
37 element.style.display = phpipam_toggle(element.style.display,"none",vis_mode);
38 return element.style.display!="none";
/plugin/hidden/
H A Dsyntax.php57 'element'=>Array(),
107 //Looking for the element(s) of the block (ie: which switches may activate this element)
108 preg_match("/element *= *\"([^\"]*)\" ?/i", $match, $element);
109 if( count($element) != 0 ){
110 $match = str_replace($element[0], '', $match);
111 $element[1] = htmlspecialchars($element[1]);
112 $return['element']
[all...]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php55 foreach ($array as $element) {
56 if (!is_array($element) && !is_object($element)) {
62 $this->enumerate($element, $processed)
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js118 var element = elements[i],
120 element.attributes['class'], element.className,
121 element.attributes['language'], element.language
138 SyntaxHighlighter.highlight(params, element);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js134 var element = elements[i],
136 element.attributes['class'], element.className,
137 element.attributes['language'], element.language
154 SyntaxHighlighter.highlight(params, element);
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php87 $element = $brandButton->getHtmlElement($buttonAttributes);
88 $rendererHtml = $buttonAttributes->toHtmlEnterTag($element);
113 $rendererHtml .= "</$element>";
136 $element = $brandButton->getHtmlElement($brandButton->getHtmlAttributes($requestedPage));
139 $element = 'button';
141 return "</$element>";
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php63 $element = $grammar->parse($token);
64 if (is_array($element)) {
65 $elements = array_merge($elements, $element);
67 $elements[$grammar->getName()] = $element;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php19 * @param DateInterval $element
23 public function apply($element) argument
27 foreach ($element as $propertyName => $propertyValue) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php19 * @param DateInterval $element
23 public function apply($element) argument
27 foreach ($element as $propertyName => $propertyValue) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1356 * @param array $element
1372 $element = array();
1381 $element['id_name'] = self::EBMLidName($element['id']);
1387 $element['end'] = $this->current_offset + $element['length'];
1390 …$dont_parse = (in_array($element['id'], $this->unuseful_elements) || $element['id_name'] == dechex…
1392 $element['data'] = $this->readEBMLelementData($element['length'], $element);
1401 * @param array $element
1406 …ename(__FILE__).':'.$line.'] ('.$element['id'].'::'.$element['id_name'].' ['.$element['length'].' …
1444 switch ($element['id']) {
1450 $simpletag_entry[$element['id_name']] = $element['data'];
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js111 FCKeditor.prototype._InsertHtmlBefore = function( html, element ) argument
113 if ( element.insertAdjacentHTML ) // IE
114 element.insertAdjacentHTML( 'beforeBegin', html ) ;
118 oRange.setStartBefore( element ) ;
120 element.parentNode.insertBefore( oFragment, element ) ;
/plugin/odt/ODT/
H A DODTSpan.php18 …public static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=… argument
19 if (!isset($element)) {
20 $element = 'span';
24 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
30 $span->setHTMLElement ($element);
52 … public static function spanOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){ argument
54 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js329 …function addAttributes( section, element, previousElement, separatorElementAttributes, separatorSe… argument
331 if ( element != null && element.childNodes != undefined && element.childNodes.length > 0 ) {
332 previousParentElement = element;
333 for( var i = 0; i < element.childNodes.length; i++ ) {
334 childElement = element.childNodes[i];
338 aPreviousChildElement = element.childNodes[j];
357 if ( element.nodeType == Node.COMMENT_NODE ) {
358 if ( addAttributeInElement( element, previousElement, separatorElementAttributes ) == false ) {
359 addAttributeInElement( element, section, separatorSectionAttributes );

12345678910>>...32