Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 151 for contextual (4.19 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/execution/TaskExecution.java

    import org.gradle.api.tasks.Sync;
    import org.gradle.internal.UncheckedException;
    import org.gradle.internal.deprecation.DocumentedFailure;
    import org.gradle.internal.event.ListenerManager;
    import org.gradle.internal.exceptions.Contextual;
    import org.gradle.internal.exceptions.DefaultMultiCauseException;
    import org.gradle.internal.exceptions.MultiCauseException;
    import org.gradle.internal.execution.InputFingerprinter;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/session/builder/StandaloneSessionBuilderTest.kt

            }
    
            val contextFile = session.modulesWithFiles.getValue(contextModule).single() as KtFile
    
            val project = contextFile.project
    
            val dummyFile = KtPsiFactory
                .contextual(contextFile, markGenerated = false, eventSystemEnabled = false)
                .createFile("dummy.kt", "fun usage() { test() }")
    
            assert(dummyFile.virtualFile == null)
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/cli/DefaultCommandLineActionFactory.java

                this.parser = parser;
            }
    
            @Override
            public void execute(ExecutionListener executionListener) {
                System.out.println();
                System.out.print("To see help contextual to the project, use ");
                clientMetaData().describeCommand(System.out, "help");
                System.out.println();
                showUsage(System.out, parser);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/api/internal/tasks/DefaultTaskContainer.java

    import org.gradle.internal.Actions;
    import org.gradle.internal.Cast;
    import org.gradle.internal.ImmutableActionSet;
    import org.gradle.internal.Transformers;
    import org.gradle.internal.exceptions.Contextual;
    import org.gradle.internal.metaobject.DynamicObject;
    import org.gradle.internal.operations.BuildOperationContext;
    import org.gradle.internal.operations.BuildOperationDescriptor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 09:54:40 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  5. src/html/template/escape.go

    		}
    	}
    	p.Cmds = newCmds
    }
    
    // predefinedEscapers contains template predefined escapers that are equivalent
    // to some contextual escapers. Keep in sync with equivEscapers.
    var predefinedEscapers = map[string]bool{
    	"html":     true,
    	"urlquery": true,
    }
    
    // equivEscapers matches contextual escapers to equivalent predefined
    // template escapers.
    var equivEscapers = map[string]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/dra/plugin/noderesources.go

    				err = fmt.Errorf("internal error: %v", r)
    			}
    		}()
    		err = c.sync(ctx, driverName)
    	}()
    
    	if err != nil {
    		// TODO (https://github.com/kubernetes/enhancements/issues/3077): contextual logging in utilruntime
    		utilruntime.HandleError(fmt.Errorf("processing driver %v: %v", driverName, err))
    		c.queue.AddRateLimited(key)
    
    		// Return without removing the work item from the queue.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <tbody>
    <tr align="left">
    <td valign="top" align="left" style="padding:0;margin:0;line-height:1px;font-size:1px;"> <img src="https://ea.twimg.com/email/self_serve/media/contextual-follow-icon-1424824174643.png" width="13" style="margin:0;padding:0;display:block;-ms-interpolation-mode:bicubic;border:none;outline:none;" /> </td>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

         * <ul>
         *     <li>"h" or "h(num)" - highest version or top list of highest ones filter</li>
         *     <li>"l" or "l(num)" - lowest version or bottom list of lowest ones filter</li>
         *     <li>"s" - contextual snapshot filter</li>
         *     <li>"e(G:A:V)" - predicate filter (leaves out G:A:V from range, if hit, V can be range)</li>
         * </ul>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 14:13:36 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.30.md

    - Migrate client-go/metadata to contextual logging ([#122225](https://github.com/kubernetes/kubernetes/pull/122225), [@ricardoapl](https://github.com/ricardoapl)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

    - Migrated the `nodevolumelimits` scheduler plugin to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging). ([#116884](https://github.com/kubernetes/kubernetes/pull/116884), [@mengjiao-liu](https://github.com/mengjiao-liu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top