- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 547 for Documents (0.12 sec)
-
src/main/java/org/codelibs/fess/helper/OsddHelper.java
import org.lastaflute.web.response.StreamResponse; import org.lastaflute.web.util.LaServletContextUtil; import jakarta.annotation.PostConstruct; /** * Helper class for Open Search Description Document. * * @author shinsuke * */ public class OsddHelper { private static final Logger logger = LogManager.getLogger(OsddHelper.class); protected String osddPath;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js.map
Default, _options)\n }\n\n // Public\n\n toggle() {\n if (document.fullscreenElement ||\n document.mozFullScreenElement ||\n document.webkitFullscreenElement ||\n document.msFullscreenElement) {\n this.windowed()\n } else {\n this.fullscreen()\n }\n }\n\n toggleIcon() {\n if (document.fullscreenElement ||\n document.mozFullScreenElement ||\n document.webkitFullscreenElement ||\n document.msFullscreenElement) {\n $(SELECTOR_ICON).removeClass...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/RichReportScrapper.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.binarycompatibility import org.jsoup.Jsoup import org.jsoup.nodes.Document import java.io.File internal fun scrapeRichReport(richReportFile: File): RichReport = Jsoup.parse(richReportFile, "UTF-8").run { RichReport( scrapeMessagesForSeverity("error"),
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
import org.codelibs.fess.suggest.entity.SuggestItem; import org.codelibs.fess.suggest.exception.SuggestSettingsException; import org.codelibs.fess.suggest.index.SuggestDeleteResponse; import org.codelibs.fess.suggest.index.contents.document.ESSourceReader; import org.codelibs.fess.suggest.settings.SuggestSettings; import org.codelibs.fess.suggest.settings.SuggestSettingsBuilder; import org.codelibs.fess.suggest.util.SuggestUtil;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 18.1K bytes - Viewed (0) -
SECURITY.md
# Using TensorFlow Securely This document discusses the TensorFlow security model. It describes the security risks to consider when using models, checkpoints or input data for training or serving. We also provide guidelines on what constitutes a vulnerability in TensorFlow and how to report them. This document applies to other repositories in the TensorFlow organization, covering security practices for the entirety of the TensorFlow ecosystem.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 16:10:43 UTC 2024 - 9.6K bytes - Viewed (0) -
src/main/webapp/js/profile.js
.hover( function() { $(this).addClass("active"); }, function() { $(this).removeClass("active"); } ) .click(function() { document.location = $(this).attr("data-href"); }); }); $("#confirmToDelete").on("show.bs.modal", function(event) { var button = $(event.relatedTarget), docId = button.data("docid"),
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Sep 12 06:47:49 UTC 2018 - 1.3K bytes - Viewed (0) -
compat/maven-compat/src/main/mdo/paramdoc.mdo
<name>ExpressionDocumentation</name> <description>The root of a parameter plugin expression document.</description> <fields> <field> <version>1.0.0</version> <name>expressions</name> <description>The list of plugin parameter expressions described by this document.</description> <association> <type>Expression</type>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/ClassDoc.groovy
* limitations under the License. */ package gradlebuild.docs.dsl.docbook.model import gradlebuild.docs.dsl.source.model.ClassMetaData import org.w3c.dom.Document import org.w3c.dom.Element import org.w3c.dom.Node class ClassDoc implements DslElementDoc { private final String className private final String id private final String simpleName
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 6.2K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocExtensionsBuilderTest.groovy
</section> </section> ''') when: ClassDoc doc = withCategories { def doc = new ClassDoc('org.gradle.Class', content, document, classMetaData, extensionMetaData) builder.build(doc) doc.mergeContent() } then: doc.classExtensions.size() == 2 doc.classExtensions[0].pluginId == 'a'
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 7.5K bytes - Viewed (0) -
fess-crawler/src/test/resources/ajax/js/test.js
$(document).ready(function(){ openPage("home.html"); setEventHandlers(); }); function setEventHandlers(){ $('#info').click(function(){ openPage("info.html") } ); $('#home').click(function(){ openPage("home.html") } ); } function openPage(page){ $('#content').load(page); location.hash = page; } function addFooter(msg){ $('#footer').html($('#footer').html() + "<p>FOOTER: " + msg + "</p>");
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 410 bytes - Viewed (0)