Diferencia entre revisiones de «Prueba»
(No se muestran 32 ediciones intermedias de 3 usuarios) | |||
Línea 1: | Línea 1: | ||
+ | = Criterios = | ||
+ | {{localurl:Criterios}} | ||
+ | <br><br><br> | ||
#'''Instale su extensión'''. | #'''Instale su extensión'''. | ||
#: Generally, at the end of the <code>[[Manual:LocalSettings.php|LocalSettings.php]]</code> file (but above the PHP end-of-code delimiter, "<code>?></code>", if present), the following line should be added: | #: Generally, at the end of the <code>[[Manual:LocalSettings.php|LocalSettings.php]]</code> file (but above the PHP end-of-code delimiter, "<code>?></code>", if present), the following line should be added: | ||
Línea 18: | Línea 21: | ||
Agregar los parámetros en el archivo de inicialización de la instalación Toba (<path proyecto Guaraní>/lib/toba/instalacion/instalacion.ini): | Agregar los parámetros en el archivo de inicialización de la instalación Toba (<path proyecto Guaraní>/lib/toba/instalacion/instalacion.ini): | ||
<br> | <br> | ||
− | <syntaxhighlight lang="php" highlight="1 | + | <syntaxhighlight lang="php" highlight="1"> |
chequea_sincro_svn = 1 | chequea_sincro_svn = 1 | ||
[xslfo] | [xslfo] | ||
fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat | fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | <source lang="php" enclose="div"> | ||
+ | def quickSort(arr): | ||
+ | less = [] | ||
+ | pivotList = [] | ||
+ | more = [] | ||
+ | if len(arr) <= 1: | ||
+ | return arr | ||
+ | else: | ||
+ | </source> | ||
+ | |||
+ | |||
+ | <source lang="php" enclose="div"> | ||
+ | |||
+ | chequea_sincro_svn = 1 | ||
+ | [xslfo] | ||
+ | fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat | ||
+ | </source> | ||
http://documentacion.siu.edu.ar/wiki/Prueba | http://documentacion.siu.edu.ar/wiki/Prueba |
Revisión actual del 11:36 4 sep 2015
Criterios
/wiki/Criterios
- 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" );
- Generally, at the end of the
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
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
chequea_sincro_svn = 1
[xslfo]
fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat
[xslfo]
fop=<path proyecto Guaraní>/php/3ros/fop/fop.bat