Home
last modified time | relevance | path

Searched refs:element (Results 426 – 450 of 796) sorted by last modified time

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

/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …ain double drop dump dynamic dynamic_function dynamic_function_code each element else elseif elsif…
H A Dcypher.min.js.map1 …"database\", \"databases\", \"dbms\", \"default\", \"deny\", \"drop\", \"element\", \"elements\", …
H A Derlang.min.js.map1element","list","indexOf","type","pushToken","realToken","aToken","tok","col","ind","typ","column"…
H A Dsass.min.js.map1 …{\n if (stream.match(pseudoElementsRegexp)){ // could be a pseudo-element\n return…
H A Ddjango.min.js.map1 … styling as the default, when using Django templates inside HTML\n // element attributes\n f…
H A Dcss.min.js.map1 …e-resize\", \"ease\", \"ease-in\", \"ease-in-out\", \"ease-out\",\n \"element\", \"ellipse\", \…
H A Dtiki.min.js.map1element","attributes","endplugin","err","endcloseplugin","name","attvalue","attvaluemaybe","startS…
H A Dxquery.min.js.map1element', 'else', 'empty', 'empty-sequence', 'encoding', 'end',\n 'entire', 'every', 'exactly',…
H A Dstylus.min.js.map1 …"down\",\"e-resize\",\"ease\",\"ease-in\",\"ease-in-out\",\"ease-out\",\"element\",\"ellipse\",\"e…
/plugin/codemirror/dist/
H A Dstyles.min.css.map1element's real scrollbars */\n /* See overflow: hidden in .CodeMirror */\n margin-bottom: -50px;…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1element","pushInput","splice","reset","matches","commandMatches","full","partial","bestMatch","cha…
/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/accscounter/
H A Dadmin.php61 $element = explode('|', $dataline);
62 $element[0] = trim($element[0]);
63 $element[1] = trim($element[1]);
64 …if ($helper->quickipcheck($element[0], $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
66 $counterarray[0] = $counterarray[0] - $element[1];
67 $counterarray[2] = $counterarray[2] - $element[1];
75 … msg(sprintf($this->getLang('sfstried'), $page, $element[0], $element[1]));
76 } else $newcontents[] = $element[0] . '|' . $element[1];
/plugin/accscounter/syntax/
H A Dcounter.php228 $element = explode('|', $dataline);
229 $element[0] = trim($element[0]);
230 $element[1] = trim($element[1]);
231 if ($clientIP == $element[0]) {
233 $element[1]++;
235 $newcontents[] = $element[0] . '|' . $element[1];
289 $element[0] = trim($element[0]);
290 $element[1] = trim($element[1]);
291 if ($clientIP == $element[0]) {
293 $element[1]++;
[all …]
/plugin/overlay/script/
H A Djquery-ui-touch-punch.js152 self.element.bind({
170 self.element.unbind({
H A Djquery-ui-touch-punch-cmpr.js11element.bind({touchstart:b.proxy(g,"_touchStart"),touchmove:b.proxy(g,"_touchMove"),touchend:b.pro…
/plugin/filelisting/action/
H A Dajax.php50 foreach($elements as $element) {
51 echo $element->toHTML();
/plugin/filelisting/
H A Dhelper.php76 foreach($rowElements as $element) {
77 $form->addElement($element);
H A Dscript.js4 var Filelisting = function(element, options) { argument
5 this.$capiton = $(element).find('.plugin__filelisting_capiton');
6 this.$collapsible = $(element).find('.plugin__filelisting_collapsible');
7 this.$content = $(element).find('.plugin__filelisting_content');
9 this.$headertable = $(element).find('.plugin__filelisting_headertable');
10 this.$bodytable = $(element).find('.plugin__filelisting_bodytable');
12 this.$footer = $(element).find('.plugin__filelisting_footer');
315 $dirs.each($.proxy(function(index, element) { argument
316 var namespace = $(element).data('namespace'),
317 $descendants = $(element)
[all...]
/plugin/flowcharts/
H A DREADME.md37 A nice feature is that each element of a diagram can be made clickable by using
/plugin/dropfiles/src/
H A Dupload.js305 var $uploadBarsDone = $uploadBars.filter(function(index, element) { argument
306 return jQuery(element).find('.ui-progressbar-complete').length
/plugin/dropfiles/
H A Dyarn.lock270 repeat-element "^1.1.2"
1028 repeat-element "^1.1.2"
2354 repeat-element@^1.1.2:
2356 …resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baa…
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js221 if( !!options.element ) {
224 var bounds = options.element.getBoundingClientRect();
/plugin/revealjs/js/
H A Dreveal.js418 element.setAttribute( 'src', element.getAttribute( 'data-src' ) );
1143 return element;
1926 if( element ) {
2369 var nw = element.naturalWidth || element.videoWidth,
2370 nh = element.naturalHeight || element.videoHeight;
4208 if( element && element.parentNode ) {
4363 var element;
4374 if( element ) {
5722 while( element && !element.nodeName.match( /section/gi ) ) {
5723 element = element.parentNode;
[all …]
/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 );

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