Home
last modified time | relevance | path

Searched refs:old_spec (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].keys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].keys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].keys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].iterkeys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params):
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].iterkeys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py58 def _TargetFromSpec(old_spec, params): argument
70 target_name = old_spec.get("target_name")
71 product_name = old_spec.get("product_name", target_name)
72 product_extension = old_spec.get("product_extension")
79 ninja_target["toolset"] = old_spec.get("toolset")
90 if "configurations" in old_spec:
91 for config in old_spec["configurations"]:
92 old_xcode_settings = old_spec["configurations"][config].get(
109 ninja_target["mac_bundle"] = old_spec.get("mac_bundle", 0)
113 ninja_target["ios_watchkit_app"] = old_spec.get("ios_watchkit_app", 0)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py58 def _TargetFromSpec(old_spec, params):
70 target_name = old_spec.get("target_name")
71 product_name = old_spec.get("product_name", target_name)
72 product_extension = old_spec.get("product_extension")
79 ninja_target["toolset"] = old_spec.get("toolset")
90 if "configurations" in old_spec:
91 for config in old_spec["configurations"]:
92 old_xcode_settings = old_spec["configurations"][config].get(
109 ninja_target["mac_bundle"] = old_spec.get("mac_bundle", 0)
113 ninja_target["ios_watchkit_app"] = old_spec.get("ios_watchkit_app", 0)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].keys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].keys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/node10/node-v10.24.1/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].iterkeys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/devel/py-gyp/gyp-20200512/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations'].keys():
90 old_spec['configurations'][config].get('xcode_settings', {})
103 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
107 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations']:
90 old_spec['configurations'][config].get('xcode_settings', {})
99 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
102 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations']:
90 old_spec['configurations'][config].get('xcode_settings', {})
99 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
102 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations']:
90 old_spec['configurations'][config].get('xcode_settings', {})
99 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
102 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations']:
90 old_spec['configurations'][config].get('xcode_settings', {})
99 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
102 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations']:
90 old_spec['configurations'][config].get('xcode_settings', {})
99 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
102 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py56 def _TargetFromSpec(old_spec, params): argument
68 target_name = old_spec.get('target_name')
69 product_name = old_spec.get('product_name', target_name)
70 product_extension = old_spec.get('product_extension')
77 ninja_target['toolset'] = old_spec.get('toolset')
87 if 'configurations' in old_spec:
88 for config in old_spec['configurations']:
90 old_spec['configurations'][config].get('xcode_settings', {})
99 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)
102 old_spec.get('ios_watchkit_extension', 0)
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dposix_timers.cc111 struct itimerspec old_spec; in my_timer_cancel() local
124 if (!(status = timer_settime(timer->id, 0, &zero_spec, &old_spec))) in my_timer_cancel()
125 *state = (old_spec.it_value.tv_sec || old_spec.it_value.tv_nsec); in my_timer_cancel()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/reflog/
H A Dreflog_helpers.h3 #define cl_reflog_check_entry(repo, reflog, idx, old_spec, new_spec, email, message) \ argument
4 … cl_reflog_check_entry_(repo, reflog, idx, old_spec, new_spec, email, message, __FILE__, __LINE__)
7 const char *old_spec, const char *new_spec,
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomtTestAlloc.c182 unsigned long old_spec = cell->spec; in omtTestRealloc() local
185 size_t old_size = GET_SIZE(old_spec); in omtTestRealloc()
195 if (old_bin != NULL && IS_FREE_BIN(old_spec) && in omtTestRealloc()
232 if (IS_FREE_SIZE(old_spec)) in omtTestRealloc()
317 if (old_bin != NULL && IS_SPEC_BIN(old_spec)) in omtTestRealloc()
329 if (IS_ZERO(old_spec) && IS_ZERO(new_spec)) in omtTestRealloc()
333 TestAddrContent(new_addr, (IS_ZERO(old_spec) ? 0 : old_spec), min_size); in omtTestRealloc()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dposix_timers.c243 struct itimerspec old_spec; in my_os_timer_reset() local
253 if (! (status= timer_settime(timer->id, 0, &zero_spec, &old_spec))) in my_os_timer_reset()
254 *state= (old_spec.it_value.tv_sec || old_spec.it_value.tv_nsec); in my_os_timer_reset()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dposix_timers.c243 struct itimerspec old_spec; in my_os_timer_reset() local
253 if (! (status= timer_settime(timer->id, 0, &zero_spec, &old_spec))) in my_os_timer_reset()
254 *state= (old_spec.it_value.tv_sec || old_spec.it_value.tv_nsec); in my_os_timer_reset()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dposix_timers.c243 struct itimerspec old_spec; in my_os_timer_reset() local
253 if (! (status= timer_settime(timer->id, 0, &zero_spec, &old_spec))) in my_os_timer_reset()
254 *state= (old_spec.it_value.tv_sec || old_spec.it_value.tv_nsec); in my_os_timer_reset()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dchown-core.c141 char *old_spec; in describe_change() local
152 old_spec = user_group_str (user ? old_user : NULL, group ? old_group : NULL); in describe_change()
162 if (old_spec) in describe_change()
173 free (old_spec); in describe_change()
174 old_spec = spec; in describe_change()
187 printf (fmt, quoteaf (file), old_spec, spec); in describe_change()
189 free (old_spec); in describe_change()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dchown-core.c141 char *old_spec; in describe_change() local
152 old_spec = user_group_str (user ? old_user : NULL, group ? old_group : NULL); in describe_change()
162 if (old_spec) in describe_change()
173 free (old_spec); in describe_change()
174 old_spec = spec; in describe_change()
187 printf (fmt, quoteaf (file), old_spec, spec); in describe_change()
189 free (old_spec); in describe_change()

1234