mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-27 23:35:28 +00:00
Deploying to gh-pages from @ psforever/PSF-LoginServer@947a931fd0 🚀
This commit is contained in:
parent
389a91d7a2
commit
421685200f
10 changed files with 13 additions and 13 deletions
File diff suppressed because one or more lines are too long
4
lib/jquery.min.js
vendored
4
lib/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -61,7 +61,7 @@ $(document).ready(function() {
|
|||
return $(elem).attr("data-hidden") == 'true';
|
||||
};
|
||||
|
||||
$("#linearization li:gt(0)").filter(function(){
|
||||
$("#linearization li").slice(1).filter(function(){
|
||||
return isHiddenClass($(this).attr("name"));
|
||||
}).removeClass("in").addClass("out");
|
||||
|
||||
|
|
@ -440,7 +440,7 @@ function filter() {
|
|||
var orderingAlphabetic = $("#order > ol > li.alpha").hasClass("in");
|
||||
var orderingInheritance = $("#order > ol > li.inherit").hasClass("in");
|
||||
var orderingGroups = $("#order > ol > li.group").hasClass("in");
|
||||
var hiddenSuperclassElementsLinearization = orderingInheritance ? $("#linearization > li:gt(0)") : $("#linearization > li.out");
|
||||
var hiddenSuperclassElementsLinearization = orderingInheritance ? $("#linearization > li").slice(1) : $("#linearization > li.out");
|
||||
var hiddenSuperclassesLinearization = hiddenSuperclassElementsLinearization.map(function() {
|
||||
return $(this).attr("name");
|
||||
}).get();
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -21,7 +21,7 @@ The "staleness" of the object and the "staleness" of the GUID are related.
|
|||
The condition in general indicates that the object has somehow become externally disconnected from its GUID reference
|
||||
though the two still share something similar to their prior relationship internally.
|
||||
Do not expect a "stale" GUID to refer to the same object through some mapping mechanism.
|
||||
Do not expect a "stale" object to give you a GUID that will map back to itself.</p></div><dl class="attributes block"><dt>Exceptions thrown</dt><dd><span class="cmt"><p><span name="`NoGUIDException`" class="extype"><code>`NoGUIDException`</code></span> if a GUID has not yet been assigned</p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.entity.NoGUIDException" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="NoGUIDExceptionextendsGUIDException" class="anchorToMember"></a><a id="NoGUIDException:NoGUIDException" class="anchorToMember"></a> <span class="permalink"><a href="../../../../net/psforever/objects/entity/NoGUIDException.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">class</span></span> <span class="symbol"><a href="NoGUIDException.html" title="The specific complaint for an instance where an entity does not possess a global unique identifier number but the said number is requested."><span class="name">NoGUIDException</span></a><span class="result"> extends <a href="GUIDException.html" name="net.psforever.objects.entity.GUIDException" id="net.psforever.objects.entity.GUIDException" class="extype">GUIDException</a></span></span><p class="shortcomment cmt">The specific complaint for an instance where an entity does not possess a global unique identifier number
|
||||
Do not expect a "stale" object to give you a GUID that will map back to itself.</p></div><dl class="attributes block"><dt>Exceptions thrown</dt><dd><span class="cmt"><p><a href="NoGUIDException.html" name="net.psforever.objects.entity.NoGUIDException" id="net.psforever.objects.entity.NoGUIDException" class="extype"><code>`NoGUIDException`</code></a> if a GUID has not yet been assigned</p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.entity.NoGUIDException" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="NoGUIDExceptionextendsGUIDException" class="anchorToMember"></a><a id="NoGUIDException:NoGUIDException" class="anchorToMember"></a> <span class="permalink"><a href="../../../../net/psforever/objects/entity/NoGUIDException.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">class</span></span> <span class="symbol"><a href="NoGUIDException.html" title="The specific complaint for an instance where an entity does not possess a global unique identifier number but the said number is requested."><span class="name">NoGUIDException</span></a><span class="result"> extends <a href="GUIDException.html" name="net.psforever.objects.entity.GUIDException" id="net.psforever.objects.entity.GUIDException" class="extype">GUIDException</a></span></span><p class="shortcomment cmt">The specific complaint for an instance where an entity does not possess a global unique identifier number
|
||||
but the said number is requested.</p><div class="fullcomment"><div class="comment cmt"><p>The specific complaint for an instance where an entity does not possess a global unique identifier number
|
||||
but the said number is requested.
|
||||
In general, this <code>Exception</code> is only thrown if the entity has never been registered,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue