Home
last modified time | relevance | path

Searched refs:pt (Results 1 – 25 of 12409) sorted by relevance

12345678910>>...497

/dports/astro/gpstk/GPSTk-8.0.0/ref/papers/ion-gnss-2006/
H A Dexample.tex4 \sbox{\plotpoint}{\rule[-0.200pt]{0.400pt}{0.400pt}}%
6 \sbox{\plotpoint}{\rule[-0.200pt]{0.400pt}{0.400pt}}%
7 \put(140.0,82.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
9 \put(1419.0,82.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
10 \put(140.0,160.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
12 \put(1419.0,160.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
13 \put(140.0,238.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
15 \put(1419.0,238.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
16 \put(140.0,315.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
18 \put(1419.0,315.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
[all …]
/dports/databases/pointcloud/pointcloud-1.2.1/pgsql/sql/
H A Dpoints200x200.sql3 create table pts_collection ( id serial primary key, gid integer, pt pcpoint(1) ); field
5 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,0,0,0]) );
6 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,1,0.01,0]) );
7 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,2,0.02,0]) );
8 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,3,0.03,0]) );
9 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,4,0.04,0]) );
10 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,5,0.05,0]) );
11 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,6,0.06,0]) );
12 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,7,0.07,0]) );
13 insert into pts_collection ( gid, pt ) values ( 0, pc_makepoint(1, ARRAY[0,8,0.08,0]) );
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/lib/scss/
H A Dvariables.scss7 $pt-icon-add: "\e63e";
14 $pt-icon-airplane: "\e74b";
41 $pt-icon-badge: "\e6e3";
45 $pt-icon-blank: "\e900";
47 $pt-icon-bold: "\e606";
48 $pt-icon-book: "\e6b8";
50 $pt-icon-box: "\e6bf";
64 $pt-icon-chat: "\e689";
84 $pt-icon-cog: "\e645";
102 $pt-icon-cut: "\e6ef";
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/lib/less/
H A Dvariables.less7 @pt-icon-add: "\e63e";
14 @pt-icon-airplane: "\e74b";
41 @pt-icon-badge: "\e6e3";
45 @pt-icon-blank: "\e900";
47 @pt-icon-bold: "\e606";
48 @pt-icon-book: "\e6b8";
50 @pt-icon-box: "\e6bf";
64 @pt-icon-chat: "\e689";
84 @pt-icon-cog: "\e645";
102 @pt-icon-cut: "\e6ef";
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/src/generated/
H A D_icon-variables.scss5 $pt-icon-add: "\e63e";
12 $pt-icon-airplane: "\e74b";
39 $pt-icon-badge: "\e6e3";
43 $pt-icon-blank: "\e900";
45 $pt-icon-bold: "\e606";
46 $pt-icon-book: "\e6b8";
48 $pt-icon-box: "\e6bf";
62 $pt-icon-chat: "\e689";
82 $pt-icon-cog: "\e645";
100 $pt-icon-cut: "\e6ef";
[all …]
H A D_icon-map.scss7 "add": $pt-icon-add,
47 "bold": $pt-icon-bold,
48 "book": $pt-icon-book,
50 "box": $pt-icon-box,
64 "chat": $pt-icon-chat,
82 "code": $pt-icon-code,
84 "cog": $pt-icon-cog,
102 "cut": $pt-icon-cut,
119 "dot": $pt-icon-dot,
245 "key": $pt-icon-key,
[all …]
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dpayload_type.c38 pt->pt = ortp_pt; in linphone_payload_type_new()
52 return pt->pt->type; in linphone_payload_type_get_type()
89 return _linphone_core_enable_payload_type(pt->lc, pt->pt, enabled); in linphone_payload_type_enable()
205 return pt->pt->mime_type; in linphone_payload_type_get_mime_type()
209 return pt->pt->channels; in linphone_payload_type_get_channels()
229 return pt->pt->recv_fmtp; in linphone_payload_type_get_recv_fmtp()
233 if (pt->pt->recv_fmtp != NULL) bctbx_free(pt->pt->recv_fmtp); in linphone_payload_type_set_recv_fmtp()
239 return pt->pt->send_fmtp; in linphone_payload_type_get_send_fmtp()
243 if (pt->pt->send_fmtp != NULL) bctbx_free(pt->pt->send_fmtp); in linphone_payload_type_set_send_fmtp()
249 return pt->pt->clock_rate; in linphone_payload_type_get_clock_rate()
[all …]
/dports/devel/pit/pit-0.1.0/src/
H A Dtable.c48 return pt->slots + pt->number_of_records * pt->record_size; in table_available_slot()
68 return HAS_ID(pt) ? (pt->index + pt->auto_increment) : NULL; in table_available_index()
93 pt->index = realloc(pt->index, pt->index_size * sizeof(char *)); in table_extend_index()
115 pt->slots = realloc(pt->slots, pt->number_of_slots * pt->record_size); in table_extend()
198 pt = table_extend(pt); in pit_table_insert()
200 if (HAS_ID(pt) && pt->auto_increment >= pt->index_size) { in pit_table_insert()
226 if (HAS_CREATED_AT(pt) || HAS_UPDATED_AT(pt)) { in pit_table_insert()
240 return pit_table_find(pt, pt->current); in pit_table_current()
282 written += fwrite(pt->slots, pt->record_size, pt->number_of_records, file); in pit_table_save()
306 pt->slots = pr = calloc(pt->number_of_slots, pt->record_size); in pit_table_load()
[all …]
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/examples/
H A DBoxes.pl131 $clip->rectxy(405/pt,40/pt, 425/pt,510/pt);
133 $clip->rectxy(750/pt,40/pt, 775/pt,510/pt);
136 $clip->rectxy(425/pt,50/pt, 428/pt,500/pt);
138 $clip->rectxy(747/pt,50/pt, 750/pt,500/pt);
317 $clip->rectxy(405/pt,40/pt, 425/pt,510/pt);
319 $clip->rectxy(750/pt,40/pt, 775/pt,510/pt);
390 $clip->rectxy(405/pt,40/pt, 425/pt,510/pt);
392 $clip->rectxy(750/pt,40/pt, 775/pt,510/pt);
469 $clip->rectxy(750/pt,40/pt, 775/pt,510/pt);
722 $grfx->poly(40/pt,500/pt-110/pt, 385/pt,500/pt-110/pt);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/sdk/armcore/
H A Dpoller.go65 return &poller{pt: pt}, nil
101 return &poller{pt: pt}, nil
278 strings.ToUpper(pt.pollerMethodVerb()), pt.pollingStatus(), pt.pollingMethod(), pt.pollingURL())
403 pt.Method = pt.resp.Request.Method
508 pt.Err = pt.errorHandler(pt.resp)
513 pt.State = pt.rawBody["status"].(string)
634 pt.FinalGetURI = pt.OriginalURI
662 pt.FinalGetURI = pt.URI
713 pt.URI = pt.resp.Request.URL.String()
716 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/sdk/armcore/
H A Dpoller.go65 return &poller{pt: pt}, nil
101 return &poller{pt: pt}, nil
278 strings.ToUpper(pt.pollerMethodVerb()), pt.pollingStatus(), pt.pollingMethod(), pt.pollingURL())
403 pt.Method = pt.resp.Request.Method
508 pt.Err = pt.errorHandler(pt.resp)
513 pt.State = pt.rawBody["status"].(string)
634 pt.FinalGetURI = pt.OriginalURI
662 pt.FinalGetURI = pt.URI
713 pt.URI = pt.resp.Request.URL.String()
716 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DTokenUtils.pas208 pt.Parent.InsertChild(pt.IndexOfSelf + 1, ptNew);
218 pt.Parent.InsertChild(pt.IndexOfSelf, ptNew);
239 pt.Parent.InsertChild(pt.IndexOfSelf, Result);
404 if pt = nil then
412 if pt = nil then
421 if pt = nil then
429 Result := RoundBracketLevel(pt) + SquareBracketLevel(pt);
520 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
696 Result := pt;
792 Result := (pt <> nil) and (pt.TokenType in HintDirectives);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DTokenUtils.pas208 pt.Parent.InsertChild(pt.IndexOfSelf + 1, ptNew);
218 pt.Parent.InsertChild(pt.IndexOfSelf, ptNew);
239 pt.Parent.InsertChild(pt.IndexOfSelf, Result);
404 if pt = nil then
412 if pt = nil then
421 if pt = nil then
429 Result := RoundBracketLevel(pt) + SquareBracketLevel(pt);
520 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
696 Result := pt;
792 Result := (pt <> nil) and (pt.TokenType in HintDirectives);
[all …]
/dports/editors/lazarus/lazarus/components/jcf2/Parse/
H A DTokenUtils.pas207 pt.Parent.InsertChild(pt.IndexOfSelf + 1, ptNew);
217 pt.Parent.InsertChild(pt.IndexOfSelf, ptNew);
238 pt.Parent.InsertChild(pt.IndexOfSelf, Result);
395 if pt = nil then
403 if pt = nil then
412 if pt = nil then
420 Result := RoundBracketLevel(pt) + SquareBracketLevel(pt);
511 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
684 Result := pt;
780 Result := (pt <> nil) and (pt.TokenType in HintDirectives);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Parse/
H A DTokenUtils.pas207 pt.Parent.InsertChild(pt.IndexOfSelf + 1, ptNew);
217 pt.Parent.InsertChild(pt.IndexOfSelf, ptNew);
238 pt.Parent.InsertChild(pt.IndexOfSelf, Result);
395 if pt = nil then
403 if pt = nil then
412 if pt = nil then
420 Result := RoundBracketLevel(pt) + SquareBracketLevel(pt);
511 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
684 Result := pt;
780 Result := (pt <> nil) and (pt.TokenType in HintDirectives);
[all …]
/dports/security/vuls/go-autorest-autorest-v0.9.3/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
348 pt.Method = pt.resp.Request.Method
489 pt.Err = se
494 pt.State = pt.rawBody["status"].(string)
605 pt.FinalGetURI = pt.URI
653 pt.URI = pt.resp.Request.URL.String()
656 pt.FinalGetURI = pt.resp.Request.URL.String()
767 pt.URI = pt.resp.Request.URL.String()
770 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/security/vuls/go-autorest-logger-v0.1.0/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
348 pt.Method = pt.resp.Request.Method
484 pt.Err = se
489 pt.State = pt.rawBody["status"].(string)
600 pt.FinalGetURI = pt.URI
648 pt.URI = pt.resp.Request.URL.String()
651 pt.FinalGetURI = pt.resp.Request.URL.String()
762 pt.URI = pt.resp.Request.URL.String()
765 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/security/vuls/go-autorest-tracing-v0.5.0/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
348 pt.Method = pt.resp.Request.Method
489 pt.Err = se
494 pt.State = pt.rawBody["status"].(string)
605 pt.FinalGetURI = pt.URI
653 pt.URI = pt.resp.Request.URL.String()
656 pt.FinalGetURI = pt.resp.Request.URL.String()
767 pt.URI = pt.resp.Request.URL.String()
770 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/security/vuls/go-autorest-aff029487b89/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
348 pt.Method = pt.resp.Request.Method
489 pt.Err = se
494 pt.State = pt.rawBody["status"].(string)
605 pt.FinalGetURI = pt.URI
653 pt.URI = pt.resp.Request.URL.String()
656 pt.FinalGetURI = pt.resp.Request.URL.String()
767 pt.URI = pt.resp.Request.URL.String()
770 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/www/gitlab-workhorse/go-autorest-b3a0b30a7423/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
358 pt.Method = pt.resp.Request.Method
499 pt.Err = se
504 pt.State = pt.rawBody["status"].(string)
615 pt.FinalGetURI = pt.URI
663 pt.URI = pt.resp.Request.URL.String()
666 pt.FinalGetURI = pt.resp.Request.URL.String()
777 pt.URI = pt.resp.Request.URL.String()
780 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/www/gitlab-workhorse/go-autorest-tracing-v0.6.0/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
358 pt.Method = pt.resp.Request.Method
499 pt.Err = se
504 pt.State = pt.rawBody["status"].(string)
615 pt.FinalGetURI = pt.URI
663 pt.URI = pt.resp.Request.URL.String()
666 pt.FinalGetURI = pt.resp.Request.URL.String()
777 pt.URI = pt.resp.Request.URL.String()
780 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/go-autorest/go-autorest-14.2.0/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
358 pt.Method = pt.resp.Request.Method
499 pt.Err = se
504 pt.State = pt.rawBody["status"].(string)
615 pt.FinalGetURI = pt.URI
663 pt.URI = pt.resp.Request.URL.String()
666 pt.FinalGetURI = pt.resp.Request.URL.String()
777 pt.URI = pt.resp.Request.URL.String()
780 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
348 pt.Method = pt.resp.Request.Method
489 pt.Err = se
494 pt.State = pt.rawBody["status"].(string)
605 pt.FinalGetURI = pt.URI
653 pt.URI = pt.resp.Request.URL.String()
656 pt.FinalGetURI = pt.resp.Request.URL.String()
767 pt.URI = pt.resp.Request.URL.String()
770 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
358 pt.Method = pt.resp.Request.Method
499 pt.Err = se
504 pt.State = pt.rawBody["status"].(string)
615 pt.FinalGetURI = pt.URI
663 pt.URI = pt.resp.Request.URL.String()
666 pt.FinalGetURI = pt.resp.Request.URL.String()
777 pt.URI = pt.resp.Request.URL.String()
780 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-azure/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dasync.go55 return Future{pt: pt}, err
115 return f.pt.hasTerminated(), f.pt.pollingError()
348 pt.Method = pt.resp.Request.Method
489 pt.Err = se
494 pt.State = pt.rawBody["status"].(string)
605 pt.FinalGetURI = pt.URI
653 pt.URI = pt.resp.Request.URL.String()
656 pt.FinalGetURI = pt.resp.Request.URL.String()
767 pt.URI = pt.resp.Request.URL.String()
770 pt.FinalGetURI = pt.resp.Request.URL.String()
[all …]

12345678910>>...497