Diferencia entre revisiones de «Prueba»

De SIU
Saltar a: navegación, buscar
Línea 23: Línea 23:
 
     fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat
 
     fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
 +
<pre>
 +
<syntaxhighlight lang="python">
 +
def quickSort(arr):
 +
    less = []
 +
    pivotList = []
 +
    more = []
 +
    if len(arr) <= 1:
 +
        return arr
 +
    else:
 +
</syntaxhighlight>
 +
</pre>
 +
  
 
http://documentacion.siu.edu.ar/wiki/Prueba
 
http://documentacion.siu.edu.ar/wiki/Prueba

Revisión del 17:27 2 sep 2015

  1. Instale su extensión.
    Generally, at the end of the LocalSettings.php file (but above the PHP end-of-code delimiter, "?>", if present), the following line should be added:
    require_once( "$IP/extensions/extension_name/extension_name.php" );


def quickSort(arr):    less = []    pivotList = []    more = []    if len(arr) <= 1:        return arr    left ?    else:


Agregar los parámetros en el archivo de inicialización de la instalación Toba (<path proyecto Guaraní>/lib/toba/instalacion/instalacion.ini):

    chequea_sincro_svn = 1    [xslfo]    fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat


<syntaxhighlight lang="python">
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
    else:
</syntaxhighlight>


http://documentacion.siu.edu.ar/wiki/Prueba