Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 123 for dictionary (0.24 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXBuildStyle.java

        }
    
        @Override
        public String getName() {
            return name;
        }
    
        public NSDictionary getBuildSettings() {
            return buildSettings;
        }
    
        public void setBuildSettings(NSDictionary buildSettings) {
            this.buildSettings = buildSettings;
        }
    
        @Override
        public String isa() {
            return "PBXBuildStyle";
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/tasks/GenerateXcodeProjectFileTask.java

            XcodeprojSerializer serializer = new XcodeprojSerializer(gidGenerator, project);
            final NSDictionary rootObject = serializer.toPlist();
    
            projectFile.transformAction(new Action<NSDictionary>() {
                @Override
                public void execute(NSDictionary dict) {
                    dict.clear();
                    dict.putAll(rootObject);
                }
            });
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/loader/loader.go

    func (l *Loader) IsItab(i Sym) bool {
    	if l.IsExternal(i) {
    		return false
    	}
    	r, li := l.toLocal(i)
    	return r.Sym(li).IsItab()
    }
    
    // Returns whether this symbol is a dictionary symbol.
    func (l *Loader) IsDict(i Sym) bool {
    	if l.IsExternal(i) {
    		return false
    	}
    	r, li := l.toLocal(i)
    	return r.Sym(li).IsDict()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  4. platforms/ide/ide-native/src/testFixtures/groovy/org/gradle/ide/xcode/fixtures/ProjectFile.groovy

    class ProjectFile {
        private final TestFile file
        final NSDictionary content
        private Map<String, NSObject> objects
        private PBXObject rootObject
    
        ProjectFile(TestFile pbxProjectFile) {
            pbxProjectFile.assertIsFile()
            file = pbxProjectFile
            content = PropertyListParser.parse(file)
            objects = ((NSDictionary)content.get("objects")).getHashMap()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXProject.java

            }));
            s.addField("targets", targets);
            s.addField("buildConfigurationList", buildConfigurationList);
            s.addField("compatibilityVersion", compatibilityVersion);
    
            NSDictionary d = new NSDictionary();
            d.put("LastUpgradeCheck", "0610");
    
            s.addField("attributes", d);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. platforms/ide/ide-native/src/testFixtures/groovy/org/gradle/ide/xcode/fixtures/WorkspaceSettingsFile.groovy

    import com.dd.plist.NSDictionary
    import com.dd.plist.NSNumber
    import com.dd.plist.PropertyListParser
    import org.gradle.test.fixtures.file.TestFile
    
    class WorkspaceSettingsFile {
        private static final String AUTO_CREATE_CONTEXTS_IF_NEEDED_KEY = "IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded"
        final String name
        final File file
        final NSDictionary plist
    
        WorkspaceSettingsFile(TestFile file) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/xcode/tasks/internal/XcodeWorkspaceSettingsFileTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.tasks.internal
    
    import com.dd.plist.NSDictionary
    import org.gradle.api.internal.PropertyListTransformer
    import org.gradle.ide.xcode.fixtures.WorkspaceSettingsFile
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'page.dictionary.max.fetch.size'. <br>
         * The value is, e.g. 1000 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPageDictionaryMaxFetchSize();
    
        /**
         * Get the value for the key 'page.dictionary.max.fetch.size' as {@link Integer}. <br>
         * The value is, e.g. 1000 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  9. cluster/gce/windows/common.psm1

        [parameter(Mandatory = $true)] [string]$OutFile,
        [parameter(Mandatory = $true)] [System.Collections.Generic.List[String]]$URLs,
        [parameter(Mandatory = $false)] [System.Collections.IDictionary]$Headers = @{},
        [parameter(Mandatory = $false)] [int]$Attempts = 0
      )
    
      # If the file is already downloaded and matches the expected hash, skip the download.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 25.4K bytes
    - Viewed (0)
  10. docs/de/docs/advanced/behind-a-proxy.md

    ### Überprüfen des aktuellen `root_path`
    
    Sie können den aktuellen `root_path` abrufen, der von Ihrer Anwendung für jede Anfrage verwendet wird. Er ist Teil des `scope`-Dictionarys (das ist Teil der ASGI-Spezifikation).
    
    Hier fügen wir ihn, nur zu Demonstrationszwecken, in die Nachricht ein.
    
    ```Python hl_lines="8"
    {!../../../docs_src/behind_a_proxy/tutorial001.py!}
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:07 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top