Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
comm-mathhubdocument
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sally4-mhw
comm-mathhubdocument
Commits
01a6a4c6
Commit
01a6a4c6
authored
Dec 17, 2014
by
Constantin Jucovschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
'
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
308 additions
and
0 deletions
+308
-0
.gitignore
.gitignore
+11
-0
js/info_kwarc_sally_comm_mathhubdocument.js
js/info_kwarc_sally_comm_mathhubdocument.js
+186
-0
pom.xml
pom.xml
+21
-0
src/main/resources/mathhubdocument.xsd
src/main/resources/mathhubdocument.xsd
+90
-0
No files found.
.gitignore
0 → 100644
View file @
01a6a4c6
target/
bin/
*~
*.log
felix-cache
.metadata
pom.xml.versionsBackup
.classpath
.project
.settings
\ No newline at end of file
js/info_kwarc_sally_comm_mathhubdocument.js
0 → 100644
View file @
01a6a4c6
var
_info_kwarc_sally_comm_mathhubdocument_factory
=
function
()
{
var
info_kwarc_sally_comm_mathhubdocument
=
{
name
:
'
info_kwarc_sally_comm_mathhubdocument
'
,
defaultElementNamespaceURI
:
'
http:
\
/
\
/kwarc.info
\
/sally
\
/comm
\
/mathhubdocument
'
,
typeInfos
:
[{
type
:
'
classInfo
'
,
localName
:
'
SelectText
'
,
propertyInfos
:
[{
type
:
'
element
'
,
name
:
'
startrow
'
,
elementName
:
'
startrow
'
,
typeInfo
:
'
Int
'
},
{
type
:
'
element
'
,
name
:
'
endrow
'
,
elementName
:
'
endrow
'
,
typeInfo
:
'
Int
'
},
{
type
:
'
element
'
,
name
:
'
startcolumn
'
,
elementName
:
'
startcolumn
'
,
typeInfo
:
'
Int
'
},
{
type
:
'
element
'
,
name
:
'
endcolumn
'
,
elementName
:
'
endcolumn
'
,
typeInfo
:
'
Int
'
}]
},
{
type
:
'
classInfo
'
,
localName
:
'
GetDocumentMetaResponse
'
,
propertyInfos
:
[{
type
:
'
element
'
,
name
:
'
sessionid
'
,
elementName
:
'
sessionid
'
,
typeInfo
:
'
String
'
},
{
type
:
'
element
'
,
name
:
'
docPath
'
,
elementName
:
'
docPath
'
,
typeInfo
:
'
String
'
}]
},
{
type
:
'
classInfo
'
,
localName
:
'
GetCurrentSelection
'
,
propertyInfos
:
[]
},
{
type
:
'
classInfo
'
,
localName
:
'
GetText
'
,
propertyInfos
:
[]
},
{
type
:
'
classInfo
'
,
localName
:
'
AutocompleteResponse
'
,
propertyInfos
:
[{
type
:
'
element
'
,
name
:
'
suggestion
'
,
collection
:
true
,
elementName
:
'
suggestion
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.AutocompleteResponse.Suggestion
'
}]
},
{
type
:
'
classInfo
'
,
localName
:
'
AutocompleteResponse.Suggestion
'
,
propertyInfos
:
[{
type
:
'
element
'
,
name
:
'
concept
'
,
elementName
:
'
concept
'
,
typeInfo
:
'
String
'
},
{
type
:
'
element
'
,
name
:
'
text
'
,
elementName
:
'
text
'
,
typeInfo
:
'
String
'
}]
},
{
type
:
'
classInfo
'
,
localName
:
'
GetDocumentMeta
'
,
propertyInfos
:
[]
},
{
type
:
'
classInfo
'
,
localName
:
'
AutocompleteRequest
'
,
propertyInfos
:
[{
type
:
'
element
'
,
name
:
'
path
'
,
elementName
:
'
path
'
,
typeInfo
:
'
String
'
},
{
type
:
'
element
'
,
name
:
'
text
'
,
elementName
:
'
text
'
,
typeInfo
:
'
String
'
},
{
type
:
'
element
'
,
name
:
'
prefix
'
,
elementName
:
'
prefix
'
,
typeInfo
:
'
String
'
},
{
type
:
'
element
'
,
name
:
'
col
'
,
elementName
:
'
col
'
,
typeInfo
:
'
Int
'
},
{
type
:
'
element
'
,
name
:
'
line
'
,
elementName
:
'
line
'
,
typeInfo
:
'
Int
'
}]
},
{
type
:
'
classInfo
'
,
localName
:
'
GetCurrentSelectionResponse
'
,
propertyInfos
:
[{
type
:
'
element
'
,
name
:
'
startrow
'
,
elementName
:
'
startrow
'
,
typeInfo
:
'
Int
'
},
{
type
:
'
element
'
,
name
:
'
endrow
'
,
elementName
:
'
endrow
'
,
typeInfo
:
'
Int
'
},
{
type
:
'
element
'
,
name
:
'
startcolumn
'
,
elementName
:
'
startcolumn
'
,
typeInfo
:
'
Int
'
},
{
type
:
'
element
'
,
name
:
'
endcolumn
'
,
elementName
:
'
endcolumn
'
,
typeInfo
:
'
Int
'
}]
},
{
type
:
'
classInfo
'
,
localName
:
'
GetTextResponse
'
,
propertyInfos
:
[{
type
:
'
element
'
,
name
:
'
text
'
,
elementName
:
'
text
'
,
typeInfo
:
'
String
'
}]
}],
elementInfos
:
[{
elementName
:
'
SelectText
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.SelectText
'
},
{
elementName
:
'
GetDocumentMetaResponse
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.GetDocumentMetaResponse
'
},
{
elementName
:
'
GetCurrentSelection
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.GetCurrentSelection
'
},
{
elementName
:
'
GetText
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.GetText
'
},
{
elementName
:
'
AutocompleteResponse
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.AutocompleteResponse
'
},
{
elementName
:
'
GetDocumentMeta
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.GetDocumentMeta
'
},
{
elementName
:
'
AutocompleteRequest
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.AutocompleteRequest
'
},
{
elementName
:
'
GetCurrentSelectionResponse
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.GetCurrentSelectionResponse
'
},
{
elementName
:
'
GetTextResponse
'
,
typeInfo
:
'
info_kwarc_sally_comm_mathhubdocument.GetTextResponse
'
}]
};
return
{
info_kwarc_sally_comm_mathhubdocument
:
info_kwarc_sally_comm_mathhubdocument
};
};
if
(
typeof
define
===
'
function
'
&&
define
.
amd
)
{
define
([],
_info_kwarc_sally_comm_mathhubdocument_factory
);
}
else
{
if
(
typeof
module
!==
'
undefined
'
&&
module
.
exports
)
{
module
.
exports
.
info_kwarc_sally_comm_mathhubdocument
=
_info_kwarc_sally_comm_mathhubdocument_factory
().
info_kwarc_sally_comm_mathhubdocument
;
}
else
{
var
info_kwarc_sally_comm_mathhubdocument
=
_info_kwarc_sally_comm_mathhubdocument_factory
().
info_kwarc_sally_comm_mathhubdocument
;
}
}
\ No newline at end of file
pom.xml
0 → 100644
View file @
01a6a4c6
<project>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
bundle
</packaging>
<parent>
<groupId>
info.kwarc.sally4.comm
</groupId>
<artifactId>
comm-parent
</artifactId>
<version>
0.0.7
</version>
<relativePath>
../comm-parent
</relativePath>
</parent>
<groupId>
info.kwarc.sally4.mhw.comm
</groupId>
<artifactId>
comm-mathhubdocument
</artifactId>
<name>
MathHub Document
</name>
<properties>
<bundle.export-package>
info.kwarc.sally*;
</bundle.export-package>
<bundle.comm-package>
mathhubdocument
</bundle.comm-package>
</properties>
<version>
1.0.0-SNAPSHOT
</version>
</project>
src/main/resources/mathhubdocument.xsd
0 → 100644
View file @
01a6a4c6
<?xml version="1.0"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://kwarc.info/sally/comm/mathhubdocument"
elementFormDefault=
"qualified"
>
<xs:element
name=
"GetDocumentMeta"
>
<xs:complexType>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"GetDocumentMetaResponse"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"sessionid"
type=
"xs:string"
/>
<xs:element
name=
"docPath"
type=
"xs:string"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"GetText"
>
<xs:complexType>
</xs:complexType>
</xs:element>
<xs:element
name=
"GetTextResponse"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"text"
type=
"xs:string"
></xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"GetCurrentSelection"
>
<xs:complexType>
</xs:complexType>
</xs:element>
<xs:element
name=
"GetCurrentSelectionResponse"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"startrow"
type=
"xs:int"
></xs:element>
<xs:element
name=
"endrow"
type=
"xs:int"
></xs:element>
<xs:element
name=
"startcolumn"
type=
"xs:int"
></xs:element>
<xs:element
name=
"endcolumn"
type=
"xs:int"
></xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"SelectText"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"startrow"
type=
"xs:int"
></xs:element>
<xs:element
name=
"endrow"
type=
"xs:int"
></xs:element>
<xs:element
name=
"startcolumn"
type=
"xs:int"
></xs:element>
<xs:element
name=
"endcolumn"
type=
"xs:int"
></xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"AutocompleteRequest"
>
<xs:complexType>
<xs:sequence>
<xs:element
type=
"xs:string"
name=
"path"
></xs:element>
<xs:element
type=
"xs:string"
name=
"text"
></xs:element>
<xs:element
type=
"xs:string"
name=
"prefix"
></xs:element>
<xs:element
type=
"xs:int"
name=
"col"
></xs:element>
<xs:element
type=
"xs:int"
name=
"line"
></xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"AutocompleteResponse"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"suggestion"
maxOccurs=
"unbounded"
minOccurs=
"0"
>
<xs:complexType>
<xs:sequence>
<xs:element
type=
"xs:string"
name=
"concept"
></xs:element>
<xs:element
type=
"xs:string"
name=
"text"
></xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment