Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 864 for

dynamic

(0.07 sec)
  1. Navigation API - Web APIs | MDN

    The Navigation API provides the ability to initiate, intercept, and manage browser navigation actions. It can also examine an application's history entries. This is a successor to previous web platform features such as the History API and window.location, which solves their shortcomings and is specifically aimed at the needs of single-page applications (SPAs)....usage, and the content is dynamically rewritten as the user visits...

    developer.mozilla.org/en-US/docs/Web/API/Naviga...
  2. GroupDocsでドキュメントと画像処理を自動化します

    顧客とソフトウェア開発者は、GroupDocsライブラリを使用して、マルチフォーマットドキュメントと画像の処理を自動化しています。... Clear Dynamics Mashov LTD Verlingue Instructure...

    www.groupdocs.com/ja/customers/
  3. What is DevOps? Meaning, Processes & Best Pract...

    DevOps is a set of practices, methodologies, and tools that optimize software application delivery by integrating software development and IT operations processes....Lightstep, New Relic, App Dynamics, Sentry, Raygun, Honeycomb...

    resources.github.com/devops/
  4. Chrome incompatibilities - Mozilla | MDN

    The WebExtension APIs aim to provide compatibility across all the main browsers, so extensions should run on any browser with minimal changes....onRequest to provide ProxyInfo dynamically. See proxy for more information...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  5. SerializableAttribute Class (System) | Microsof...

    Indicates that a class can be serialized using binary or XML serialization. This class cannot be inherited....gcnew SoapFormatter; obj = dynamic_cast<TestSimpleObject^>(fo...

    learn.microsoft.com/en-us/dotnet/api/system.ser...
  6. Functions - JavaScript | MDN

    Generally speaking, a function is a "subprogram" that can be called by code external (or internal, in the case of recursion) to the function. Like the program itself, a function is composed of a sequence of statements called the function body. Values can be passed to a function as parameters, and the function will return a value....defined by new Function will dynamically have its source assembled...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. What is accessibility? - Learn web development ...

    This article should have given you a useful high-level overview of accessibility, shown you why it's important, and looked at how you can fit it into your workflow. You should now also have a thirst to learn about the implementation details that can make sites accessible, and we'll start on that in the next section, looking at why HTML is a good basis for accessibility.... If content updates dynamically, do visually impaired people...

    developer.mozilla.org/en-US/docs/Learn/Accessib...
  8. Document Automation APIs on Tumblr - #metadata

    Posts tagged with #metadata...Change Chart Axis Title Dynamically in .NET and Java Applications...

    www.tumblr.com/groupdocscom/tagged/metadata
  9. Text search API, index update is not working in...

    //path settings string indexFolder = “c:\IndexStore\”; string documentsFolder = “c:\DocumentStore\”; if (Directory.Exists(indexFolder) == false) { Directory.CreateDirectory(indexFolder); …... Dynamically adding files into the documentsFolder...

    forum.groupdocs.com/t/text-search-api-index-upd...
  10. Mastering wrapping of flex items - CSS: Cascadi...

    Flexbox was designed as a single-dimensional layout tool — it deals with laying out items as a row or column — but not both at once. It is, however, possible to wrap flex items onto new lines, creating new rows if flex-direction is row and new columns if flex-direction is column. This guide explains flexbox wrapping, what it is designed for, and what situations require CSS grid layout rather than flexbox....has only one flex line, dynamically collapsing or uncollapsing...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_fl...