Added diagrams

Esse commit está contido em:
Felipe
2010-11-07 22:41:30 -02:00
commit ec4fb2c274
15 arquivos alterados com 37 adições e 10 exclusões
@@ -76,6 +76,7 @@ class InflectTest extends PHPUnit_Framework_TestCase {
* @todo Implement testToMale().
*/
public function testToMale() {
$this->assertEquals(Inflect::toMale('cada'), 'cada');
$this->assertEquals(Inflect::toMale('aluna'), 'aluno');
$this->assertEquals(Inflect::toMale('ré'), 'réu');
$this->assertEquals(Inflect::toMale('gata'), 'gato');

Antes

Largura:  |  Altura:  |  Tamanho: 98 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 98 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 133 KiB

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 159 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 11 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 11 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 12 KiB

+2 -1
Ver Arquivo
@@ -2,4 +2,5 @@ Diagrama de sequência
http://www.websequencediagrams.com/
Diagrama ER
http://thewebmind.org/
MindMap
http://www.mindmeister.com/
Arquivo executável
+5
Ver Arquivo
@@ -0,0 +1,5 @@
Diagrama de sequência
http://www.websequencediagrams.com/
Diagrama ER
http://thewebmind.org/
+1 -1
Ver Arquivo
@@ -8,7 +8,7 @@
-->
<root>
<validchars>
<lower>abdefghijklmnopqrstuvxyzw</lower>
<lower>abcdefghijklmnopqrstuvxyzw</lower>
<upper>ABCDEFGHIJKLMNOPQRSTUVXYZW</upper>
<special>áéíóúÁÉÍÓÚ"."ÀàÂâêÊîÎôÔûÛãÃõÕẽẼüÜçÇ</special>
<numbers>1234567890</numbers>
+23
Ver Arquivo
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Document : quantifiers.xml
Created on : November 7, 2010, 4:29 PM
Author : felipe
Description:
This file describes the words that may be used as quantifiers
-->
<root>
<many-to-many>
</many-to-many>
<many-to-one>
</many-to-one>
<one-to-many>
</one-to-many>
<one-to-one>
</one-to-one>
</root>
+1 -1
Ver Arquivo
@@ -24,4 +24,4 @@ database_addr=localhost
database_port=5432
; and here, the user and password
database_user=root
dataase_pwd=root
dataase_pwd=root
+2 -1
Ver Arquivo
@@ -1 +1,2 @@
os
bem, sabemos que todo professor pode ter muitos alunos & que cada aluno pode ter vários professores.
Tamabém, que cada professora tem um chefe.
+2 -6
Ver Arquivo
@@ -1,6 +1,2 @@
/**
* This is a model, created to ilustrate how and where
* you can write your code
* You may have as many files as you want, altough, the
* main.mnd is required
*/
bem, sabemos que todo professor pode ter muitos alunos e que cada aluno pode ter vários professores.
Tamabém, que cada professora tem um chefe.