Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,840 for rparenth (0.17 sec)

  1. tests/associations_test.go

    	}
    }
    
    func TestSaveBelongsCircularReference(t *testing.T) {
    	parent := Parent{}
    	DB.Create(&parent)
    
    	child := Child{ParentID: &parent.ID, Parent: &parent}
    	DB.Create(&child)
    
    	parent.FavChildID = child.ID
    	parent.FavChild = &child
    	DB.Save(&parent)
    
    	var parent1 Parent
    	DB.First(&parent1, parent.ID)
    	AssertObjEqual(t, parent, parent1, "ID", "FavChildID")
    
    	// Save and Updates is the same
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Feb 08 08:29:09 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  2. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonServer.java

        }
    
        static ServiceRegistry createWorkerDaemonServices(ServiceRegistry parent) {
            return ServiceRegistryBuilder.builder()
                .displayName("worker daemon services")
                .parent(parent)
                .provider(new WorkerSharedGlobalScopeServices(ClassPath.EMPTY))
                .provider(new WorkerDaemonServices())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/fsys/fsys.go

    			parent := filepath.Dir(dir)
    			if parent == dir {
    				break // reached the top; there is no parent
    			}
    			dir, base = parent, filepath.Base(dir)
    			childNode = dirNode
    		}
    	}
    
    	return nil
    }
    
    // IsDir returns true if path is a directory on disk or in the
    // overlay.
    func IsDir(path string) (bool, error) {
    	Trace("IsDir", path)
    	path = canonicalize(path)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:35:34 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  4. src/internal/trace/summary_test.go

    		}
    
    		// Check parent.
    		if want.parent != nil {
    			if summary.Parent == nil {
    				t.Errorf("expected parent %d for task %d without a parent", *want.parent, id)
    			} else if summary.Parent.ID != *want.parent {
    				t.Errorf("bad parent for task %d: want %d, got %d", id, *want.parent, summary.Parent.ID)
    			}
    		} else if summary.Parent != nil {
    			t.Errorf("unexpected parent %d for task %d", summary.Parent.ID, id)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. pkg/test/framework/test.go

    	// this relies on Go's t.Parallel() and will, therefore, have the same behavior.
    	//
    	// A parallel test will run in parallel with siblings that share the same parent test. The parent test function
    	// will exit before the parallel children are executed. It should be noted that if the parent test is prevented
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/references/TestReferenceResolveResultRenderer.kt

            }
            val container = (symbol as? KaSymbolWithKind)?.getContainingSymbol() ?: return null
            val parents = generateSequence(container) { it.getContainingSymbol() }.toList().asReversed()
            return "<local>: " + parents.joinToString(separator = ".") { (it as? KaNamedSymbol)?.name?.asString() ?: "<no name>" }
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri May 31 19:52:16 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesProcessingIntegTest.groovy

                'org:child:1.0' {
                    dependsOn('org:child_dep:1.7')
                    withModule(MavenModule) {
                        parent('org', 'parent', '1.0')
                    }
                    withModule(IvyModule) {
                        extendsFrom(organisation: "org", module: "parent", revision: "1.0")
                    }
                }
            }
    
            buildFile << """
                configurations { conf }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  8. platforms/core-runtime/logging/src/main/java/org/gradle/util/GFileUtils.java

        }
    
        /**
         * Makes the parent directory of the file, and any non existent parents.
         *
         * @param child The file to create the parent dir for
         * @return The parent dir file
         * @see #mkdirs(java.io.File)
         */
        public static File parentMkdirs(File child) {
            File parent = child.getParentFile();
            mkdirs(parent);
            return parent;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 10:50:51 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/graph/graph.go

    				if _, ok := seenEdge[nodePair{n, parent}]; !ok && parent != nil && n != parent {
    					seenEdge[nodePair{n, parent}] = true
    					parent.AddToEdgeDiv(n, dw, w, residual, ni != len(locNodes)-1)
    				}
    				parent = n
    				residual = false
    			}
    		}
    		if parent != nil && !residual {
    			// Add flat weight to leaf node.
    			parent.addSample(dw, w, labels, sample.NumLabel, sample.NumUnit, o.FormatTag, true)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modcmd/vendor.go

    // copyMetadata copies metadata files from parents of src to parents of dst,
    // stopping after processing the src parent for modPath.
    func copyMetadata(modPath, pkg, dst, src string, copiedFiles map[string]bool) {
    	for parent := 0; ; parent++ {
    		if copiedMetadata[metakey{modPath, dst}] {
    			break
    		}
    		copiedMetadata[metakey{modPath, dst}] = true
    		if parent > 0 {
    			copyDir(dst, src, matchMetadata, copiedFiles)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 14:19:59 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top