Home
last modified time | relevance | path

Searched refs:el (Results 101 – 125 of 306) sorted by relevance

12345678910>>...13

/plugin/callflow/
H A Dscript.js43 Raphael.el.tooltip = function (paper,x,y,text) {
141 draw = function(el) argument
143 callCode = el.innerHTML;
148 el.style.clear = "both";
149 el.innerHTML = "";
152 paper = Raphael(el,0,0);
/plugin/diagramsnet/lib/js/spin/
H A Dspin.min.js2el=e(a(0,{className:d.className}),{position:d.position,width:0,zIndex:d.zIndex});d.radius+d.length…
/plugin/sync/lang/es/
H A Dsync.txt3 El proceso de sincronización ha iniciado. Verifique el progreso más abajo.
H A Dintro.txt3 Esta herramienta le permite sincronizar el contenido de su wiki con otras wikis. Múltiples wikis pu…
/plugin/pdfjs/pdfjs/web/locale/ca/
H A Dviewer.properties38 open_file.title=Obre el fitxer
68 scroll_vertical.title=Utilitza el desplaçament vertical
70 scroll_horizontal.title=Utilitza el desplaçament horitzontal
72 scroll_wrapped.title=Activa el desplaçament continu
134 toggle_sidebar_notification.title=Mostra/amaga la barra lateral (el document conté un esquema o adj…
218 loading_error=S'ha produït un error en carregar el PDF.
220 missing_file_error=Falta el fitxer PDF.
234 printing_not_ready=Atenció: el PDF no s'ha acabat de carregar per imprimir-lo.
/plugin/codeprettify/code-prettify/src/
H A Dlang-lisp.js95 ['cl', 'el', 'lisp', 'lsp', 'scm', 'ss', 'rkt']);
/plugin/npd/lang/es/
H A Ddialog_folder_name.txt1 Por favor escriba el nombre de la carpeta.\\
/plugin/new_page_dialog/lang/es/
H A Ddialog_folder_name.txt1 Por favor, introduzca el nombre de la carpeta.\\
/plugin/pycode/
H A Dsyntax.php515 list($code, $sl, $el) = $this->mpp->_get_code($loc_url, "c", $val[1]);
521 … list($code, $sl, $el) = $this->mpp->_get_code($loc_url, "f", $val[1], $tree[0][1]);
628 * @param (int) $el the number of the ending line of the code
630 private function _print_note(Doku_Renderer $renderer, $loc_url, $code_new, $sl, $el) { argument
643 $renderer->doc .= "<input type='hidden' name='end' value=$el>";
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js187 function( el ) argument
189 return ( el != bookmarkStart ) ;
658 var el = element || targetDoc.createElement( this.Element ) ;
670 el.className = attValue ;
672 el.setAttribute( att, attValue ) ;
678 el.style.cssText = this.GetFinalStyleValue() ;
680 return el ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js716 var el = FCK.EditingArea.Textarea ;
717 var selStart = el.selectionStart ;
718 var selEnd = el.selectionEnd ;
719 a.push( el.value.substr(0, selStart ) ) ;
721 a.push( el.value.substr( selEnd ) ) ;
722 el.value = a.join( '' ) ;
723 el.setSelectionRange( selStart + 1, selStart + 1 ) ;
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js98 addEvent : function(el, evnt, func) { argument
99 if(el.addEventListener) {
100 el.addEventListener(evnt, func, false);
101 } else if(el.attachEvent) {
102 el.attachEvent('on'+evnt, func);
107 fireEvent : function(el, evnt) { argument
108 if(!el) {
114 el.dispatchEvent(ev);
117 el.fireEvent('on'+evnt, ev);
118 } else if(el['on'+evnt]) { // alternatively use the traditional event model (IE5)
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php726 $el = preg_split('/\s+/', trim($bgr[$i]));
728 $col = $this->colorConverter->convert($el[0], $this->mpdf->PDFAXwarnings);
738 $g['stops'][] = $this->getStop($col, $el, true);
870 $el = preg_split('/\s+/', trim($bgr[$i]));
872 $col = $this->colorConverter->convert($el[0], $this->mpdf->PDFAXwarnings);
881 $g['stops'][] = $this->getStop($col, $el);
886 private function getStop($col, $el, $convertOffset = false)
903 if (isset($el[1])) {
904 if (preg_match('/(\d+)[%]/', $el[1], $m)) {
909 } elseif (preg_match('/([0-9.]+(px|em|ex|pc|pt|cm|mm|in))/i', $el[
869 getStop($col, $el, $convertOffset = false) global() argument
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/hu/
H A Dhu.txt6 Tekintettel arra, hogy az emberi jogok el nem ismerése és semmibevevése az emberiség lelkiismeretét fellázító barbár cselekményekhez vezetett, és hogy az ember legfőbb vágya egy olyan világ eljövetele, amelyben az elnyomástól, valamint a nyomortól megszabadult emberi lények szava és meggyőződése szabad lesz,
/plugin/crypto/
H A Dplugin.info.txt2 author René Drießel
H A DREADME6 (c) 2010 by René Drießel <rene@driessel.de>
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... ValueExpression orig public void <init> (javax.el.ValueExpression, int) javax.el.ValueExpression ...
/plugin/pdfjs/pdfjs/web/locale/eo/
H A Dviewer.properties25 of_pages=el {{pagesCount}}
29 page_of_pages=({{pageNumber}} el {{pagesCount}})
177 find_match_count[one]={{current}} el {{total}} kongruo
178 find_match_count[two]={{current}} el {{total}} kongruoj
179 find_match_count[few]={{current}} el {{total}} kongruoj
180 find_match_count[many]={{current}} el {{total}} kongruoj
181 find_match_count[other]={{current}} el {{total}} kongruoj
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js486 function _getOffset( el ) { argument
489 while( el && !isNaN( el.offsetLeft ) && !isNaN( el.offsetTop ) ) {
490 _x += el.offsetLeft - el.scrollLeft;
491 _y += el.offsetTop - el.scrollTop;
492 el = el.offsetParent;
/plugin/discussion/lang/eo/
H A Dsubscribermail.txt14 Por malaliĝi el ĉi tiu paĝo, ensalutu en la vikio kaj klaku tie:
/plugin/clipboardutils/
H A Dsyntax.php64 foreach(preg_split('/[;\s]/',$str) as $el) {
65 if (preg_match('/(\w+)\s*[=:]\s*(.*)$/',trim($el),$m2)) {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1826 if (el.options && el.options[0]) {
1829 el = null;
1836 if (el && el.tBodies) {
1839 el = null;
2592 el = null;
2596 if (el.htmlFor !== 'x') {
2602 el = null;
2647 el = null;
2893 el = null;
3190 el = null;
[all …]
/plugin/advrack/
H A Dscript.js30 function drawRack (el) { argument
31 var racks = jQuery.parseJSON(jQuery.text(el));
32 el.innerHTML = ""; // hide syntax from page.
36 var paper = Raphael(el,0,0);
/plugin/data-au/lang/eo/
H A Dintro_clean.txt3 …inara viki-modifado. Se la paĝo foriĝis alimaniere, ekzemple foriginte ĝin el la dosierujo, ĝiaj m…
/plugin/data/lang/eo/
H A Dintro_clean.txt3 Kiam paĝoj kun aldonaj datumoj foriĝas, iliaj metadatumoj ankaŭ foriĝas. Sed tio validas nur, kiam la paĝo foriĝis per ordinara viki-modifado. Se la paĝo foriĝis alimaniere, ekzemple foriginte ĝin el la dosierujo, ĝiaj metadatumoj restos en la datumbazo. Tiu ĉi ilo forigas ĉiujn datumojn de paĝoj, (…)

12345678910>>...13