Home
last modified time | relevance | path

Searched refs:el (Results 51 – 75 of 306) sorted by relevance

12345678910>>...13

/plugin/callflow/
H A Draphael.js2504 el == paper.top && (paper.top = el.prev);
2505 el == paper.bottom && (paper.bottom = el.next);
2506 el.next && (el.next.prev = el.prev);
2507 el.prev && (el.prev.next = el.next);
3192 …eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
5236 el[methodname][apply](el, arg);
5795 el = $(el);
5808 return el;
5818 if (!el) {
7118 el[methodname].apply(el, arg);
[all …]
/plugin/advrack/
H A Draphael.js2504 el == paper.top && (paper.top = el.prev);
2505 el == paper.bottom && (paper.bottom = el.next);
2506 el.next && (el.next.prev = el.prev);
2507 el.prev && (el.prev.next = el.next);
3192 …eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
5236 el[methodname][apply](el, arg);
5794 el = $(el);
5807 return el;
5817 if (!el) {
7124 el[methodname].apply(el, arg);
[all …]
/plugin/task/lang/es/
H A Dsubscribermail.txt3 La siguiente tarea en el wiki @TITLE@ se ha creado o modificado.
14 Para cancelar la subscripci�n de esta p�gina, autentifiquese en el wiki y haga click en el siguient…
/plugin/pycode/
H A Dmethod.php49 $el = null;
68 $el = count($code);
74 $el = $name[1];
78 $el = $name[1];
80 if ($sl !== null and $el !== null) {
81 $code = array_slice($code_all, $sl - 1, $el - $sl + 1);
121 $el = $num; // the previous line is the end line
128 $el = $num + 1; // the current line is the end line
160 $el = $num; // the previous line is the end line
167 $el = $num + 1; // the current line is the end line
[all …]
/plugin/farm/
H A Danimal.class.php233 private function buildconfrecursive($head, $el) { argument
234 if(is_array($el)) {
236 …foreach($el as $k => $v) $r = array_merge($r, $this->buildconfrecursive(array_merge($head, array($…
239 if(is_bool($el)) $el = $el ? 'true' : 'false';
240 elseif(is_numeric($el)) $el = "$el";
242 !(substr($el, 0, 1) == "'" && substr($el, -1) == "'") &&
243 !(substr($el, 0, 1) == '"' && substr($el, -1) == '"') &&
244 !preg_match('`^DOKU_[A-Z_]+`', $el) &&
245 !preg_match('`\.DOKU_[A-Z_]+$`', $el)
246 ) $el = "'".$el."'";
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js4634 seg.el = el;
9548 var el = this.el;
9975 this.el = el;
10624 this.el = el;
10806 var el = this.el;
11084 this.el.prepend(header.el);
11093 this.el.append(footer.el);
11811 var el = seg.el;
12044 var el = seg.el;
14122 this.scroller.el.appendTo(this.el);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js786 var el = element;
789 var method = el.matches || el.msMatchesSelector || el.webkitMatchesSelector;
791 if (method.call(el, selector)) return el;
792 el = el.parentElement || el.parentNode;
793 } while (el !== null && el.nodeType === 1);
1158 if (el.addEventListener)
1161 else if (el.attachEvent)
1162 el.attachEvent("on"+event, handler);
1166 if (el.removeEventListener)
1169 else if (el.detachEvent)
[all …]
H A Ddhtmlxgantt_keyboard_navigation.js877 this.activeNode = el;
883 if (el && el.focus) {
884 el.focus(keptFocus);
887 blurNode: function (el) { argument
888 if (el && el.blur) {
889 el.blur();
1991 var el = element;
1994 var method = el.matches || el.msMatchesSelector || el.webkitMatchesSelector;
1996 if (method.call(el, selector)) return el;
1997 el = el.parentElement || el.parentNode;
[all …]
/plugin/linksuggest/vendor/
H A Djquery.textcomplete.min.js2 !function(a){if("function"==typeof define&&define.amd)define(["jquery"],a);else if("object"==typeof module&&module.exports){var b=require("jquery");module.exports=a(b)}else a(jQuery)}(function(a){if("undefined"==typeof a)throw new Error("jQuery.textcomplete requires jQuery");return+function(a){"use strict";var b=function(a){console.warn&&console.warn(a)},c=1;a.fn.textcomplete=function(d,e){var f=Array.prototype.slice.call(arguments);return this.each(function(){var g=this,h=a(this),i=h.data("textComplete");if(i||(e||(e={}),e._oid=c++,i=new a.fn.textcomplete.Completer(this,e),h.data("textComplete",i)),"string"==typeof d){if(!i)return;f.shift(),i[d].apply(i,f),"destroy"===d&&h.removeData("textComplete")}else a.each(d,function(c){a.each(["header","footer","placement","maxCount"],function(a){c[a]&&(i.option[a]=c[a],b(a+"as a strategy param is deprecated. Use option."),delete c[a])})}),i.register(a.fn.textcomplete.Strategy.parse(d,{el:g,$el:h}))})}}(a),+function(a){"use strict";function b(c,d){if(this.$el=a(c),this.id="textcomplete"+e++,this.strategies=[],this.views=[],this.option=a.extend({},b.defaults,d),!(this.$el.is("input[type=text]")||this.$el.is("input[type=search]")||this.$el.is("textarea")||c.isContentEditable||"true"==c.contentEditable))throw new Error("textcomplete must be called on a Textarea or a ContentEditable.");if(c===c.ownerDocument.activeElement)this.initialize();else{var g=this;this.$el.one("focus."+this.id,function(){g.initialize()}),this.option.adapter&&"CKEditor"!=this.option.adapter||"undefined"==typeof CKEDITOR||!this.$el.is("textarea")||CKEDITOR.on("instanceReady",function(b){-1==a.inArray(b.editor.id,f)&&(f.push(b.editor.id),b.editor.on("focus",function(c){g.$el=a(b.editor.editable().$),g.option.adapter||(g.option.adapter=a.fn.textcomplete.CKEditor),g.option.ckeditor_instance=b.editor,g.initialize()}))})}}var c=function(a){var b,c;return function(){var d=Array.prototype.slice.call(arguments);if(b)return void(c=d);b=!0;var e=this;d.unshift(function f(){if(c){var d=c;c=void 0,d.unshift(f),a.apply(e,d)}else b=!1}),a.apply(this,d)}},d=function(a){return"[object String]"===Object.prototype.toString.call(a)},e=0,f=[];b.defaults={appendTo:"body",className:"",dropdownClassName:"dropdown-menu textcomplete-dropdown",maxCount:10,zIndex:"100",rightEdgeOffset:30},a.extend(b.prototype,{id:null,option:null,strategies:null,adapter:null,dropdown:null,$el
[all...]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js2149 el == paper.top && (paper.top = el.prev);
2150 el == paper.bottom && (paper.bottom = el.next);
2151 el.next && (el.next.prev = el.prev);
2152 el.prev && (el.prev.next = el.next);
2204 el = { class in AnonymousFunction19fc41e65400
2814 o && eve("raphael.drag.over." + dragi.el.id, dragi.el, o);
2817 …eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
2845 elproto = R.el = {};
4206 eve("raphael.anim.frame." + el.id, el, a);
4207 eve("raphael.anim.finish." + el.id, el, a);
[all …]
/plugin/jmol2/jmol/
H A DLEAME.txt63 actualmente es el uso de la versi�n subdividida (JmolApplet0.jar etc.,
69 que es preciso que se descargue al equipo del usuario el programa
82 en el lenguaje Java). Esto significa que para ejecutarse debe previamente
83 ser autorizada por el usuario visitante de la p�gina web y, de ser as�,
84 habr� menos restricciones de seguridad para el acceso a archivos. Por
99 Esta es la bilioteca de funciones, escrita en el lenguaje JavaScript,
111 componente, �ste no se descargar� desde el servidor. Aun as�, se
112 recomienda que pongas todos los archivos JmolApplet0*.jar en el
114 tanto el men� emergente como la consola permiten a los usuarios
120 jmolInitialize(), indicando s�lo la carpeta que contiene el conjunto
[all …]
/plugin/diagramsnet/lib/resources/
H A Ddia_ca.txt225 editDiagram=Edita el diagrama
232 editText=Edita el text
245 enterGroup=Introduïu el grup
246 enterName=Introduïu el nom
248 enterValue=Introduïu el valor
255 errorRenamingFileNotFound=Error en canviar el nom del fitxer. No s'ha trobat el fitxer.
617 removeFormat=Esborra el format
621 rename=Canvia el nom
623 renameIt=Canvia el nom a {1}
624 renaming=Canviant el nom
[all …]
H A Ddia_es.txt87 cannotOpenFile=No se puede abrir el archivo
253 errorLoadingFile=Error al cargar el archivo
255 errorRenamingFileNotFound=Error al renombrar el archivo. No se encontró el archivo.
258 errorSavingFile=Error al guardar el archivo
261 errorSavingFileNameConflict=No se pudo guardar el diagrama. La página actual ya contiene el archivo…
262 errorSavingFileNotFound=Error al guardar el archivo. No se ha encontrado el archivo.
263 errorSavingFileReadOnlyMode=No se puede guardar el diagrama mientras que el modo de solo-lectura es…
348 fromText=Desde el texto
440 linkAccountRequired=Se requiere una cuenta de Google para ver el enlace si el diagrama no es públic…
840 officeStep3=Insertar el diagrama en el documento
[all …]
/plugin/fullindex/
H A Dscript.js50 var el = document.createElement("a");
53 el.appendChild(img);
54 el.className = "cat";
55 a.parentNode.insertBefore(el, a.parentNode.firstChild);
58 el.onclick = function () {
/plugin/elwikiupgrade/lang/es/
H A Dstep0.txt1 …i a la nueva versión disponible de DokuWiki. Antes de continuar, debe leer el [[doku>changes|Histó…
3el proceso PHP requiere permisos de escritura para los archivos de Dokuwiki. El plugin comprobará …
/plugin/move/lang/es/
H A Dmove.txt3 Esta extensión le permite mover y/o renombrar el documento actual respetando las siguientes restric…
7 * Para mover una página también necesita permiso de creación sobre el directorio de destino.
8 * No puede mover la página a un espacio de nombres donde ya existe una página con el mismo nombre.
/plugin/upgrade/lang/es/
H A Dstep0.txt1 Este plugin actualizará automáticamente tu wiki a la nueva versión disponible de DokuWiki. Antes de continuar, debe leer el [[doku>changes|Histórico de Cambios]] para comprobar si hay pasos adicionales para llevar a cabo antes o después de la actualización.
3 Para permitir la actualización automática, el proceso PHP requiere permisos de escritura para los archivos de Dokuwiki. El plugin comprobará los permisos de archivo necesarios antes de iniciar el proceso de actualización.
/plugin/combo/resources/snippet/js/
H A Dlozad-svg.js4 loaded: function (el) { argument
6 el.classList.add('loaded-cs');
H A Dtooltip.js15 document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Tooltip(el));
/plugin/translate/lang/es/
H A Dnewtrans.txt3 …traído a una traducción que aún no existe. Si tienes el permiso necesario, puedes crearla usando e…
/plugin/pagemove/lang/es/
H A Dlang.php.txt23 $lang['pm_badns'] = 'Caractéres inválidos en el Espacio de Nombres.';
24 $lang['pm_badname'] = 'Caractéres inválidos en el nombre de la página.';
25 $lang['pm_nochange'] = 'Los cambios en el nombre de la página y del espacio no fueron cambiados.';
39 $lang['pm_targetns'] = 'Seleccione el Espacio de Nombres de Destino :';
/plugin/smtp/lang/es/
H A Dintro.txt3 Esta página permite iniciar el envío de un correo de prueba en DokuWiki. Puedes usarlo para verifi…
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js311 var nodes=null, candidates=[], children, el, parent, rng;
324 el=parent;
326 el=el.parentNode;
327 candidates[candidates.length]=el;
328 } while(el.nodeName.toLowerCase()!="body");
405 function createRangeFromElement(el) { argument
413 rng.moveToElementText(el);
416 rng.selectNodeContents(el);
/plugin/securelogin/
H A Dsecurelogin.js43 var el = jQuery("#test__message")[0];
44 if(el)
45 el.value = encrypt(esc(el.value));
/plugin/acknowledge/
H A Dscript.js45 .filter(function (idx, el) {
46 return jQuery(el).parents('ul, ol, aside, nav, footer, header').length === 0;
9 AnonymousFunction473137500200(idx, el) global() argument

12345678910>>...13