Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for PLUGIN (0.06 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

        }
    
        /**
         * @return a Map of plugins field with {@code Plugins#getKey()} as key
         * @see Plugin#getKey()
         */
        public Map<String, Plugin> getPluginsAsMap() {
            return getPlugins().stream().collect(Collectors.toMap(plugin -> plugin.getKey(), plugin -> plugin));
        }
                ]]>
              </code>
            </codeSegment>
            <codeSegment>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Oct 09 11:07:31 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - Improve Node QueueHint in the NodeAffinty plugin by ignoring unrelated changes that keep pods unschedulable. ([#127444](https://github.com/kubernetes/kubernetes/pull/127444), [@dom4ha](https://github.com/dom4ha)) [SIG Scheduling and Testing]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/adminlte.min.js.map

    $(this).data()\n    }\n\n    const _options = $.extend({}, Default, typeof config === 'object' ? config : data)\n    const plugin = new Fullscreen($(this), _options)\n\n    $(this).data(DATA_KEY, typeof config === 'object' ? config : data)\n\n    if (typeof config === 'string' && /toggle|toggleIcon|fullscreen|windowed/.test(config)) {\n      plugin[config]()\n    } else {\n      plugin.init()\n    }\n  }\n}\n\n/**\n  * Data API\n  * ====================================================\n  */\n$(document).on('click',...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
  4. cmd/metrics-v2.go

    			},
    			{
    				Description: MetricDescription{
    					Namespace: nodeMetricNamespace,
    					Subsystem: iamSubsystem,
    					Name:      "plugin_authn_service_last_succ_seconds",
    					Help:      "When plugin authentication is configured, returns time (in seconds) since the last successful request to the service",
    					Type:      gaugeMetric,
    				},
    				Value: pluginAuthNMetrics.LastReachableSecs,
    			},
    			{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

      - [stable] New volume plugin for the Quobyte Distributed File System ([docs](http://kubernetes.io/docs/user-guide/volumes/#quobyte)) ([kubernetes/features#80](https://github.com/kubernetes/enhancements/issues/80))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

    * Caching added to the OIDC client auth plugin to fix races and reduce the time kubectl commands using this plugin take by several seconds. ([#38167](https://github.com/kubernetes/kubernetes/pull/38167), [@ericchiang](https://github.com/ericchiang))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String SUCCESS_print_thread_dump = "{success.print_thread_dump}";
    
        /** The key of the message: Installing {0} plugin. */
        public static final String SUCCESS_install_plugin = "{success.install_plugin}";
    
        /** The key of the message: Deleting {0} plugin. */
        public static final String SUCCESS_delete_plugin = "{success.delete_plugin}";
    
        /** The key of the message: Uploaded {0} */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_reload_doc_index_button = "{labels.reload_doc_index_button}";
    
        /** The key of the message: Plugin */
        public static final String LABELS_plugin_title = "{labels.plugin_title}";
    
        /** The key of the message: Plugin List */
        public static final String LABELS_plugin_list_name = "{labels.plugin_list_name}";
    
        /** The key of the message: Type */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.cc

            shape_handle, static_cast<DataType>(types[i]));
      }
    
      ic->set_output_handle_shapes_and_types(output.index, shape_and_type_vec);
    }
    
    // Helpers for loading a TensorFlow plugin (a .so file).
    absl::Status LoadDynamicLibrary(const char* library_filename, void** result,
                                    const void** buf, size_t* len);
    
    // TODO(josh11b,mrry): Change Session to be able to use a Graph*
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  10. compat/maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/oidc-token-propagation/runtime/pom.xml
    	quarkus/extensions/oidc-client-filter/runtime/pom.xml
    	quarkus/extensions/oidc/runtime/pom.xml
    quarkus/devtools/gradle/gradle-extension-plugin/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/independent-projects/bootstrap/gradle-resolver/pom.xml
    	quarkus/devtools/gradle/gradle-model/pom.xml
    	quarkus/independent-projects/tools/devtools-common/pom.xml
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top