05:13, January 6
date (PHP), pasted by kacex
1
2
3
4
5
6
7
8
9
10 | $datos = array('ci_usuario_sis' => $params['CiUsuario'],
'nombres_usuario_sis' => $params['NombresUsuario'],
'apellidos_usuario_sis' => $params['ApellidosUsuario'],
'login_usuario_sis' => $params['LoginUsuario'],
'password_usuario_sis' => $params['PassUsuario'],
'email_usuario_sis' => $params['EmailUsuario'],
'celular_usuario_sis' => $params['CelularUsuario'],
'extension_oficina_usuario_sis' => $params['ExtOfcUsuario'],
'fecha_creacion_usuario_sis' => date('%Y-%m-%d'),
'sexo_usuario_sis' => $params['SexoUsuario'],
|
04:15, January 6
esto es? (PHP), pasted by kacex
1
2
3
4
5
6
7
8 | <?php echo $this->formSelect('SexoUsuario',
'M',
array('dojoType'=>'dijit.form.ComboBox',
'autocomplete' => true),
array('M' => 'Masculino',
'F' => 'Femenino')
);
?>
|
04:09, January 6
Paste by vol
1
2
3
4
5
6
7 | <?php echo $this->formSelect('SexoUsuario',
'M',
array('autocomplete' => true,dojoType="dijit.form.ComboBox"),
array('M' => 'Masculino',
'F' => 'Femenino')
);
?>
|
03:55, January 6
combobox2 (PHP), pasted by kacex
1
2
3
4
5
6
7
8 | <?php echo $this->comboBox('SexoUsuario',
'bar',
array('autocomplete' => true,),
array(),
array('M' => 'Masculino',
'F' => 'Femenino')
);
?>
|
03:54, January 6
combobox (PHP), pasted by kacex
1
2
3
4
5
6
7
8
9
10 | // As a select element:
echo $view->comboBox(
'foo',
'bar',
array(
'autocomplete' => false,
),
array(),
array(
'foo' => 'Foo',
|
02:47, January 6
Paste by asdad
1
2
3
4
5
6
7
8
9
10 | SYMLINK include/asm -> include/asm-arm
CC arch/arm/kernel/asm-offsets.s
In file included from include/asm/system.h:6,
from include/asm/bitops.h:27,
from include/linux/bitops.h:17,
from include/linux/kernel.h:15,
from include/linux/sched.h:52,
from arch/arm/kernel/asm-offsets.c:13:
include/asm/memory.h:27:29: error: asm/arch/memory.h: No such file or directory
In file included from include/asm/system.h:6,
|
02:36, January 6
Paste by asdad
1
2
3
4
5
6
7
8
9
10 | XFS filesystem support (XFS_FS) [N/y/?] n
GFS2 file system support (GFS2_FS) [N/y/?] n
OCFS2 file system support (OCFS2_FS) [N/y/?] n
Minix fs support (MINIX_FS) [N/y/?] n
ROM file system support (ROMFS_FS) [N/y/?] n
Inotify file change notification support (INOTIFY) [Y/n/?] y
Inotify support for userspace (INOTIFY_USER) [Y/n/?] y
Quota support (QUOTA) [N/y/?] n
Dnotify support (DNOTIFY) [Y/n/?] y
Kernel automounter support (AUTOFS_FS) [N/y/?] n
|
01:49, January 6
By Thor, pasted by Thor
1
2
3
4
5
6
7
8
9
10 | ++Brunnie
++Tchu Tchu Ka
++Elphus
++Andrea Avenger
++Icenyn Galkalist
++Lady Kyuubi
++Zimiang'Meet
++Linka Gomez
++Lady Linkita
++Lord Rubu
|
23:26, January 5
By Thor, pasted by Thor
1
2
3
4
5
6
7
8
9
10 | ++Brunnie
++Tchu Tchu Ka
++Elphus
++Andrea Avenger
++Icenyn Galkalist
++Lady Kyuubi
++Zimiang'Meet
++Linka Gomez
++Lady Linkita
++Lord Rubu
|
20:44, January 5
OpenSolaris 2008.11 boot, pasted by Zplay
1
2
3
4
5
6
7
8
9
10 | CopyS release 5.11 Version snv_101b 64-bit
Copyright 198.........
Use is subject to license terms.
featuress: 675f7fff<sse4_1,ssse3,cpuid,mwait,cmp,cx16,sse3,nx,asysc,sse2,sse,sep,mem = 8387120 (0x1ffe8c000)
initialized model-specific module 'cpu_ms.GenuineIntel' on chip 0 core 0 strand 0
root nexus = i86pc
start to check dmar related boot options
start to create iommu state structures
dmar0,0 state structure created
dmar0,1 state structure created
|