Home
last modified time | relevance | path

Searched refs:elem (Results 101 – 125 of 218) sorted by relevance

123456789

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php73 foreach ($values['{DAV:}lockscope'] as $elem) {
74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php73 foreach ($values['{DAV:}lockscope'] as $elem) {
74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE;
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.subtitle.js72 elem: "input",
77 elem: "input",
83 elem: "input",
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php213 foreach ($ace['{DAV:}grant'] as $elem) {
214 if ($elem['name'] !== '{DAV:}privilege') {
218 foreach ($elem['value'] as $priv) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php213 foreach ($ace['{DAV:}grant'] as $elem) {
214 if ($elem['name'] !== '{DAV:}privilege') {
218 foreach ($elem['value'] as $priv) {
/plugin/autotabber/
H A Dtaboverride.escape.js69 tabOverride.addExtension('set', function (elem, enable) { argument
70 listeners[enable ? 'add' : 'remove'](elem);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php193 foreach ($reader->parseInnerTree() as $elem) {
195 if ($elem['name'] !== $cs . 'user')
206 foreach ($elem['value'] as $userElem) {
H A DScheduleCalendarTransp.php123 foreach ($elems as $elem) {
124 switch ($elem) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength.test25 …ement' => new \SimpleXMLElement('<?xml version="1.0" encoding="UTF-8"?><doc><elem/><elem/></doc>'),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DShareAccess.php126 foreach ($elems as $elem) {
127 switch ($elem['name']) {
/plugin/svgedit/
H A Dscript.js35 function showhide(elem) { argument
36 elem.style.display = (elem.style.display == 'none' ? '' : 'none');
/plugin/siteexport/
H A Dscript.js392 _.updateValue = function( elem, value ) { argument
393 if ( !elem.length ) {
396 switch(elem[0].type) {
397 case 'checkbox': elem.prop('checked', elem.val() == value); break;
402 elem.find('option').each(function(){
412 elem.find('option:eq('+value+')').prop('selected', true);
417 default: elem.val(value);
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js72 filterNumberInput: function(elem){ argument
73 if(elem.value.match(/\D/)) {
74 elem.value=this.value.replace(/\D/g,'');
/plugin/scrape/
H A Dsyntax.php
/plugin/authyubikey/
H A Daction.php82 $elem =& $form->getElementAt($pos);
83 $user = $elem['value'];
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js44 function _$(selector, elem) argument
46 elem = elem || document;
47 return elem.querySelector(selector);
50 function _$$(selector, elem) argument
52 elem = elem || document;
53 return elem.querySelectorAll(selector);
/plugin/tindexmenu/
H A Dnojsindex-full.js25 var elem = items[i];
28 addEvent(elem,'click',function(e){ return indexmenu_nojs.toggle(e,this,iobj[1]); });
H A Dnojsindex.js1 …s("indexmenu_idx",obj,"a");for(var i=0;i<items.length;i++){var elem=items[i];addEvent(elem,"click"…
/plugin/struct/helper/
H A Dimexport.php71 return array_map(static fn($elem) => $elem['pattern'], $patterns);
/plugin/dokubookmark/
H A Dhelper.php232 $elem = html_minoredit();
233 if ($elem) $form->addElement($elem);
/plugin/authwordpress/
H A Dauth.php354 foreach ($this->filter as $elem => $pattern) {
355 if ($elem == 'grps') {
360 if (!preg_match($pattern, $info[$elem])) {
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js5 $.swipebox = function( elem, options ) { argument
71 if ( $.isArray( elem ) ) {
73 elements = elem;
79 $( elem ).on( 'click', plugin.settings.selector, function( event ) {
91 $elem = $( elem );
93 $elem = $( elem ).find( plugin.settings.selector );
929 if ( ! $.isArray( elem ) ) {
930 elem.removeData( '_swipebox' );
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js435 var elem = instance.options.array[i];
437 elem.toLowerCase().indexOf(entry.toLowerCase()) :
438 elem.indexOf(entry);
441 if (foundPos == 0 && elem.length != entry.length) {
442 ret.push("<li><strong>" + elem.substr(0, entry.length) + "</strong>" +
443 elem.substr(entry.length) + "</li>");
447 if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) {
448 partial.push("<li>" + elem.substr(0, foundPos) + "<strong>" +
449 elem.substr(foundPos, entry.length) + "</strong>" + elem.substr(
456 elem.toLowerCase().indexOf(entry.toLowerCase(), foundPos + 1) :
[all …]
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js11elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){offset+=elem.nodeValue.length;}else if(elem
12 if(elem.nodeType!==8&&elem.children){arguments.callee(elem.childNodes,offset);}}})(elems);matches.s…

123456789