Home
last modified time | relevance | path

Searched refs:Set (Results 251 – 275 of 288) sorted by path

1...<<1112

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js691 if (typeof Set === 'function') {
692 assert.notOk(_.isMap(new Set()), 'a set is not a map');
715 if (typeof Set === 'function') {
716 assert.notOk(_.isWeakMap(new Set()), 'a set is not a weakmap');
747 if (typeof Set === 'function') {
748 var obj = new Set();
768 if (typeof Set === 'function') {
769 assert.notOk(_.isWeakSet(new Set()), 'a set is not a weakset');
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js3440 var out = new Set(itemsArray);
4817 var Set = function (items) {
4823 … if (items[i] && (items[i].constructor == elproto.constructor || items[i].constructor == Set)) {
4830 setproto = Set.prototype;
4843 if (item && (item.constructor == elproto.constructor || item.constructor == Set)) {
4954 return new Set(todel);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js21 …lone());return a},g.toString=function(){return"Snap‘s set"},g.type="set",a.Set=f,a.set=function(){…
H A Dsnap.svg.js6780 var Set = function (items) { class in AnonymousFunction6de3020a6e00
6794 setproto = Set.prototype;
7004 return new Set(todel);
7057 s = new Set;
7068 Snap.Set = Set;
7070 var set = new Set;
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md23 * Added `Set.bind()` method
24 * Added syncronisation for `Set.animate()`
38 * Added `Set.remove()` method
/plugin/siteexport/
H A DREADME.md45 #### Set Namespace
/plugin/socialshareprivacy2/SSP/
H A DREADME.md353 Set these options like this:
1008 <td>Opens reddit in a new window when set to <code>1</code>. Set this option to an empty string or
/plugin/subjectindex/plugins/
H A Dbible_verses.txt2050 … come up to Mount Si'nai, because you yourself already warned us, saying, 'Set bounds for the moun…
2305 …l, you are to engrave the two stones with the names of the sons of Israel. Set in settings of gold…
14648 Set YOUR hearts upon its rampart.Inspect its dwelling towers,In order that YOU may recount it to th…
15314 Set free among the dead themselves,Like slain ones lying in the burial place,Whom you have remember…
16313 Thrust your hands out from the height;Set me free and deliver me from the many waters,From the hand…
16317 Set me free and deliver me from the hand of the foreigners,Whose mouth has spoken what is untrueAnd…
17193 You ought to know positively the appearance of your flock. Set your heart to your droves;
20049 "Set in array, O men, buckler and large shield, and approach to battle.
20961 Show yourself sharp; go to the right! Set your position; go to the left! To wherever your face is d…
22846 And now this is what Jehovah of armies has said, 'Set YOUR heart upon YOUR ways.
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …RaiseEvent ReadOnly ReDim REM RemoveHandler Resume ' +\n 'Return Select Set Shadows Shared Shor…
/plugin/tablelayout/
H A DREADME3 Set the width of table columns and set which lines to fix
H A Dplugin.info.txt6 desc Set the width of table columns and set which lines to fix
/plugin/templatepagename/
H A Dplugin.info.txt6 desc Set a default template page name
/plugin/timezoneco/
H A DREADME3 Set up a different timezone for your dokuwiki
H A Dplugin.info.txt6 desc Set up a different timezone for your dokuwiki
/plugin/tline/
H A DCHANGES.txt60 2) Set the theme's autoWidth to true
/plugin/tuxquote/
H A Dquotes.txt4047 You Only Received One Set of Eyeballs? <BR> --Sam's Laser FAQ: Introduction to Laser Safety
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md86 * Plugins can now control the "Supported Privilege Set".
138 * Set minimum libxml version to 2.7.0 in `composer.json`.
244 * Set minimum libxml version to 2.7.0 in `composer.json`.
/plugin/webexteamsnotifier/
H A DREADME.md19 Set the right permissions for your webserver.
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp53 Set oFCKeditor = New FCKeditor
H A Dsample02.asp90 Set oFCKeditor = New FCKeditor
H A Dsample03.asp78 Set oFCKeditor = New FCKeditor
H A Dsample04.asp84 Set oFCKeditor = New FCKeditor
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp32 ' Set the response format.
H A Dclass_upload.asp71 Set Form = Nothing
73 Set File = Nothing
76 Set oSourceData = Nothing
184 Set File(sFormName) = New NetRube_FileInfo
215 Set oFormStream = Nothing
273 Set oFileStream = Nothing
278 Set oRE = New RegExp
290 Set oRE = Nothing
299 Set oRE = New RegExp
306 Set oRE = Nothing
[all …]
H A Dcommands.asp34 Set oFSO = Server.CreateObject( "Scripting.FileSystemObject" )
36 Set oFSO = Nothing
40 Set oCurrentFolder = oFSO.GetFolder( sServerDir )
41 Set oFolders = oCurrentFolder.SubFolders
47 Set oFSO = Nothing
61 Set oFSO = Nothing
65 Set oCurrentFolder = oFSO.GetFolder( sServerDir )
66 Set oFolders = oCurrentFolder.SubFolders
67 Set oFiles = oCurrentFolder.Files
138 Set oUploader = New NetRube_Upload
[all …]

1...<<1112