Home
last modified time | relevance | path

Searched refs:get (Results 2476 – 2500 of 3429) sorted by path

1...<<919293949596979899100>>...138

/plugin/formatplus/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
326 You should also get your employer (if you work as a programmer) or your
/plugin/formatplus2/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
326 You should also get your employer (if you work as a programmer) or your
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js187 param2.get('meta').set('users', $H(param2.get('meta').get('users')));
452 var v = um.get(k);
467 var chan = param.get('chan');
475 for (var i=0; i<meta.get('users').get('nickid').length; i++)
477 var nickid = meta.get('users').get('nickid')[i];
478 var nick = meta.get('users').get('nick')[i];
528 if (nickid && key && this.usermeta.get(nickid) && this.usermeta.get(nickid).get(key))
529 return this.usermeta.get(nickid).get(key);
556 if (chanid && key && this.chanmeta.get(chanid) && this.chanmeta.get(chanid).get(key))
557 return this.chanmeta.get(chanid).get(key);
[all …]
H A Dpfcgui.js39 if (!this.elttoscroll.get(tabid)) this.elttoscroll.set(tabid, Array());
40 this.elttoscroll.get(tabid).push(elttoscroll);
106 content.scrollTop = this.scrollpos.get(tabid);
109 if (this.elttoscroll.get(tabid) &&
110 this.elttoscroll.get(tabid).length > 0)
113 for (var i=0; i<this.elttoscroll.get(tabid).length; i++)
114 this.scrollDown(tabid,this.elttoscroll.get(tabid)[i]);
132 var cc = this.chatcontent.get(tabid);
152 var oc = this.onlinecontent.get(tabid);
409 s_symbol = smileys.get(sl[i]);
H A Dpfcresource.js26 if (this.labels.get(key))
28 this.getLabel.arguments[0] = this.labels.get(key);
42 if (this.fileurl.get(key))
43 return this.fileurl.get(key);
56 if (this.smileys.get(key))
57 return this.smileys.get(key);
H A Dprototype.js1013 get: function(key) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
326 You should also get your employer (if you work as a programmer) or your
/plugin/fullscreenmode/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/gallery/script/
H A Dprosemirror.js254 * Send this node's attributes to the server to get the rendered html back
419 return jQuery('<span>').html(puzzleSVG).get(0);
/plugin/gdpr/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/gemini/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/geogebrembed/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/geonav/tpl/startermap/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/geophp/
H A Dcomposer.lock57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE55 this service if you wish), that you receive source code or can get it
66 you have. You must make sure that they, too, receive or can get the
356 You should also get your employer (if you work as a programmer) or your
H A DREADME.md7 and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
9 GeoPHP also helpfully wraps the GEOS php extension so that applications can get a transparent performance
11 fully compliant with the OpenGIS® Implementation Standard for Geographic information. With GEOS you get the
13 get a useful "core-set" of geometry operations that work in all environments, and an "extended-set"of operations
66 Calling get components returns the sub-geometries within a geometry as an array.
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php128 if (in_array('metadata', $this->gpxTypes->get('gpxType')) && $xmlObject->getElementsByTagName('metadata')->length === 1) {
131 $this->gpxTypes->get('metadataType')
167 $point->setData($this->parseNodeProperties($node, $this->gpxTypes->get($node->nodeName . 'Type')));
182 if (!in_array('wpt', $this->gpxTypes->get('gpxType'))) {
201 if (!in_array('trk', $this->gpxTypes->get('gpxType'))) {
223 $track->setData($this->parseNodeProperties($trk, $this->gpxTypes->get('trkType')));
236 if (!in_array('rte', $this->gpxTypes->get('gpxType'))) {
249 $line->setData($this->parseNodeProperties($rte, $this->gpxTypes->get('rteType')));
366 if ($geom->isEmpty() || ($tag === 'wpt' && !in_array($tag, $this->gpxTypes->get('gpxType')))) {
376 $node .= self::processGeometryData($geom, $this->gpxTypes->get(
[all...]
H A DGpxTypes.php127 public function get($type) function in geoPHP\\Adapter\\GpxTypes
/plugin/gh/
H A Dsyntax.php129 $text = $http->get($raw);
/plugin/ghissues/helper/
H A DapiCacheInterface.php116 $apiResp = $http->get($apiURL);
244 $apiNext = $http->get($apiURL);
/plugin/gitbacked/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/gitlab/
H A Dsyntax.php43 $repositories = json_decode($http->get($reqUrl), true);
59 $data = json_decode($http->get($reqUrl), true);
/plugin/googleads/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/googleanalytics/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your

1...<<919293949596979899100>>...138