Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of about 10,000 for storing (0.29 sec)

  1. pkg/registry/storage/storageclass/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package storageClass provides Registry interface and its REST
    // implementation for storing storageclass api objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 13:14:38 UTC 2016
    - 713 bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/api/types.go

    	// If the container filesystem and image filesystem are not separate,
    	// than imagefs can store both image layers and writeable layers.
    	SignalImageFsAvailable Signal = "imagefs.available"
    	// SignalImageFsInodesFree is amount of inodes available on filesystem that container runtime uses for storing images layers.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  3. pkg/registry/core/namespace/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package namespace provides Registry interface and it's REST
    // implementation for storing Namespace api objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 14:11:50 UTC 2016
    - 763 bytes
    - Viewed (0)
  4. pkg/registry/core/configmap/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package configmap provides Registry interface
    // and its REST implementation for storing
    // ConfigMap API objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 14:11:50 UTC 2016
    - 765 bytes
    - Viewed (0)
  5. pkg/registry/apiserverinternal/storageversion/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package storageversion provides Registry interface and it's RESTStorage
    // implementation for storing StorageVersion api objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 09 02:14:36 UTC 2020
    - 803 bytes
    - Viewed (0)
  6. pkg/registry/apps/daemonset/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package daemonset provides Registry interface and its RESTStorage
    // implementation for storing DaemonSet api objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 07 18:29:06 UTC 2018
    - 769 bytes
    - Viewed (0)
  7. pkg/registry/apps/replicaset/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package replicaset provides Registry interface and it's RESTStorage
    // implementation for storing ReplicaSet api objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 07 18:29:06 UTC 2018
    - 774 bytes
    - Viewed (0)
  8. fess-crawler/src/main/java/org/codelibs/fess/crawler/processor/impl/DefaultResponseProcessor.java

            }
            return true;
        }
    
        protected void storeChildUrls(final CrawlerContext crawlerContext, final Set<RequestData> childUrlList, final String url,
                final int depth, final String encoding) {
            // add url and filter
            final Set<String> urlSet = new HashSet<>();
            final List<UrlQueue<?>> childList = childUrlList.stream().filter(d -> StringUtil.isNotBlank(d.getUrl())
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/initialization/Environment.java

            /**
             * Selects the properties that have a name longer than and starting with the given prefix.
             *
             * The returned map keys still contain the prefix.
             *
             * @return a map containing only the properties whose name start with the given prefix.
             */
            Map<String, String> byNamePrefix(String prefix);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/RemappingScriptSource.java

     */
    public class RemappingScriptSource extends DelegatingScriptSource {
        public final static String MAPPED_SCRIPT = "_BuildScript_";
    
        public RemappingScriptSource(ScriptSource source) {
            super(source);
        }
    
        @Override
        public String getClassName() {
            return MAPPED_SCRIPT;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 02 16:56:13 UTC 2016
    - 1.7K bytes
    - Viewed (0)
Back to top