Home
last modified time | relevance | path

Searched refs:get (Results 76 – 100 of 3301) sorted by relevance

12345678910>>...133

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php87 if (in_array('auth-conf', $challenge->get('qop'))) {
113 $response->set('nonce', $challenge->get('nonce'));
120 if ($response->get('qop') === 'auth-conf' && !$response->get('cipher')) {
139 $response->get('realm')
162 $available = (array) ($challenge->get('qop') ?? []);
216 $ciphers = $challenge->get('cipher');
256 $realms = (array) $challenge->get('realm');
/plugin/bez/tpl/
H A Dthreads.php3 <?php if (!$tpl->get('no_filters', false)): ?>
21 <?php foreach ($tpl->get('users') as $nick => $name): ?>
27 <?php foreach ($tpl->get('groups') as $name): ?>
53 <?php foreach ($tpl->get('labels') as $label): ?>
68 <?php foreach ($tpl->get('users') as $nick => $name): ?>
74 <?php foreach ($tpl->get('groups') as $name): ?>
95 <?php foreach ($tpl->get('years') as $year): ?>
149 <?php foreach ($tpl->get('threads') as $thread): ?>
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js173 td.setAttribute('title', mxResources.get('reset'));
859 mxUtils.write(td, mxResources.get('width') + ':');
895 mxUtils.write(td, mxResources.get('dpi') + ':');
996 mxUtils.write(td, mxResources.get('transparent'));
1006 mxUtils.write(td, mxResources.get('grid') + ':');
1194 mxUtils.alert(mxResources.get('drawingEmpty'));
1521 }), mxResources.get('id'));
1611 mxUtils.alert(mxResources.get('invalidName'));
2206 }), mxResources.get('enterName'));
2383 inp.setAttribute('title', mxResources.get(
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js100 error({message: mxResources.get('accessDenied')});
105 error({message: mxResources.get('accessDenied')});
436 error({message: mxResources.get('accessDenied')});
683 …this.ui.showError(mxResources.get('error'), mxResources.get('fileExists'), mxResources.get('ok'), …
935 this.ui.spinner.spin(div, mxResources.get('loading'));
989 mxUtils.write(div, mxResources.get('noFiles'));
1075 this.ui.spinner.spin(div, mxResources.get('loading'));
1119 mxUtils.write(div, mxResources.get('noFiles'));
1177 this.ui.spinner.spin(div, mxResources.get('loading'));
1208 mxUtils.write(div, mxResources.get('noFiles'));
[all …]
H A DTrelloClient.js72 error(mxResources.get('loggedOut'));
325 error({message: mxResources.get('drawingTooLarge') + ' (' +
384 error({message: mxResources.get('unknownError')});
407 this.ui.showError(mxResources.get('error'), e);
427 this.ui.showError(mxResources.get('error'), e, mxResources.get('ok'));
447 mxUtils.write(hd, showFiles? mxResources.get('selectFile') : mxResources.get('selectCard'));
504 this.ui.spinner.spin(div, mxResources.get('loading'));
520 mxUtils.write(div, mxResources.get('noFiles'));
572 this.ui.spinner.spin(div, mxResources.get('loading'));
594 Trello.get('search', {
[all …]
H A DDropboxClient.js108 error({message: mxResources.get('accessDenied')});
170 error({message: mxResources.get('accessDenied'), retry: auth});
247 error({message: mxResources.get('accessDenied'), retry: auth});
463 error({message: mxResources.get('fileNotFound')});
618 error({message: mxResources.get('dropboxCharsNotAllowed')});
677 error({message: mxResources.get('invalidName')});
736 error({message: mxResources.get('dropboxCharsNotAllowed')});
740 error({message: mxResources.get('drawingTooLarge') + ' (' +
832 this.ui.confirm(mxResources.get('note') + ': ' + mxResources.get('fileWillBeSavedInAppFolder',
983 …this.ui.confirm(mxResources.get('note') + ': ' + mxResources.get('fileWillBeSavedInAppFolder', [fi…
[all …]
H A DGitLabClient.js332 error({message: mxResources.get('fileNotFound')});
355 error({message: mxResources.get('fileNotFound')});
366 error({message: mxResources.get('fileNotFound')});
425 error({message: mxResources.get('accessDenied')});
627 …this.ui.showError(mxResources.get('error'), mxResources.get('fileExists'), mxResources.get('ok'), …
973 mxUtils.write(div, mxResources.get('noFiles'));
1102 mxUtils.write(div, mxResources.get('noFiles'));
1160 spinner.spin(div, mxResources.get('loading'));
1234 mxUtils.write(div, mxResources.get('loggedOut'));
1249 mxUtils.write(div, mxResources.get('noFiles'));
[all …]
/plugin/refnotes/
H A Drendering.php187 public function get($key) { function in refnotes_renderer_data
236 return in_array(strtolower($this->get($key)), $lookup);
279 $text = $data->get('note-text', 'title');
285 if ($url = $data->get('url')) {
1030 $text = $data->get('title') . '.';
1032 if ($url = $data->get('url')) {
1043 $text = $data->get('authors', 'author');
1060 $text = $data->get('published');
1063 if ($text = $data->get('year')) {
1064 if ($useMonth && $month = $data->get('mont
[all...]
/plugin/diagramsnet/lib/js/
H A Dopen.js56 window.parent.mxUtils.write(div, window.parent.mxResources.get('noFiles'));
76 window.parent.mxUtils.write(hName, window.parent.mxResources.get('name'));
80 window.parent.mxUtils.write(hModified, window.parent.mxResources.get('lastModified'));
83 window.parent.mxUtils.write(hSize, window.parent.mxResources.get('size'));
121 str = window.parent.mxResources.get('lessThanAMinute');
124 window.parent.mxUtils.write(modifiedTd, window.parent.mxResources.get('timeAgo', [str]));
148 … if (window.parent.mxUtils.confirm(window.parent.mxResources.get('delete') + ' "' + k + '"?'))
197 … var closeButton = window.parent.mxUtils.button(window.parent.mxResources.get('close'), function()
216 openButton.value = window.parent.mxResources.get(window.parent.openKey || 'open');
218 closeButton.value = window.parent.mxResources.get('close');
[all …]
/plugin/rowmove/_test/
H A Dajax.test.php24 $this->assertEquals(pq("td",$doc)->get(0)->textContent, 'row1');
25 $this->assertEquals(pq("td",$doc)->get(2)->textContent, 'row2');
47 $this->assertEquals(pq("td",$doc)->get(0)->textContent, 'row2');
48 $this->assertEquals(pq("td",$doc)->get(2)->textContent, 'row1');
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.buffer.js19 function get (self, options, uri, settings, name) {
45 via : get(this, options, uri, settings, 'via'),
47 get(this, options, uri, settings, 'text'), 120),
48 picture : get(this, options, uri, settings, 'picture'),
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php41 (string) $this->config->get('table_of_contents/style'),
42 (string) $this->config->get('table_of_contents/normalize'),
43 (int) $this->config->get('table_of_contents/min_heading_level'),
44 (int) $this->config->get('table_of_contents/max_heading_level'),
45 (string) $this->config->get('heading_permalink/fragment_prefix'),
55 $class = $this->config->get('table_of_contents/html_class');
61 $position = $this->config->get('table_of_contents/position');
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php56 $errorMessage = $this->get('message', 'Unknown error from Graph.');
57 $errorCode = $this->get('code', -1);
148 private function get($key, $default = null) function in Facebook\\Exceptions\\FacebookResponseException
174 return $this->get('error_subcode', -1);
184 return $this->get('type', '');
/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...]
/plugin/datepicker/_test/
H A Dajax.test.php25 …tion', 'datepicker')->getConf('emptyStringDate'), pq("span.datepicker",$doc)->get(0)->textContent);
42 $this->assertEquals('2018-01-01', pq("span.datepicker",$doc)->get(0)->textContent);
67 …tion', 'datepicker')->getConf('emptyStringWeek'), pq("span.weekpicker",$doc)->get(0)->textContent);
68 $this->assertEquals('02/18', pq("span.weekpicker",$doc)->get(1)->textContent);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPropFindAllTest.php13 $this->assertEquals('foo', $pf->get('{DAV:}displayname'));
24 $this->assertEquals('foo', $pf->get('{DAV:}displayname'));
34 $this->assertEquals('foo', $pf->get('{DAV:}displayname'));
44 $this->assertEquals(null, $pf->get('{DAV:}displayname'));
/plugin/twofactortelegram/
H A Daction.php16 $chat_id = $this->settings->get('chat_id');
24 return $this->settings->get('chat_id') &&
25 $this->settings->get('verified');
32 $chat_id = $this->settings->get('chat_id');
79 $chat_id = $this->settings->get('chat_id');
/plugin/twofactoraltemail/
H A Daction.php16 $email = $this->settings->get('email');
24 return $this->settings->get('email') &&
25 $this->settings->get('verified');
32 $email = $this->settings->get('email');
90 $to = $this->settings->get('email');
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js1 import { writable, get } from 'svelte/store';
34 const state = get(codeStore);
38 const state = get(codeStore);
43 const currentLocation = get(location).split('/')[1];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php69 'get' => [
89 'get' => [
109 'get' => [
129 'get' => [
154 'get' => [
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMappedImage.java46 public BufferedImage get() { in MappedImage() method in MappedImage.HardReference
57 ImageIO.write(imageRef.get(), format, baos); in MappedImage()
76 ImageIO.write(imageRef.get(), format, baos); in getImageBytes()
79 byte[] ret = imageBytesRef.get(); in getImageBytes()
84 buffer.get(ret); in getImageBytes()
105 BufferedImage ret = imageRef.get(); in getImage()
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAsn.php30 $this->autonomousSystemNumber = $this->get('autonomous_system_number');
32 $this->get('autonomous_system_organization');
33 $this->ipAddress = $this->get('ip_address');
/plugin/behave/
H A Dbehave.js38 get: function(hookName){
113 var hooks = BehaveHooks.get(hookName);
120 caretPos = utils.cursor.get(),
172 get: function() {
257 get: function(){
297 var pos = utils.cursor.get(),
298 val = utils.editor.get();
489 var pos = utils.cursor.get(),
525 var pos = utils.cursor.get(),
526 val = utils.editor.get(),
[all …]
/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 …]
/plugin/fedauth/Auth/OpenID/
H A DMemcachedStore.php64 $serverAssociations = $this->connection->get($serverKey);
96 $association = $this->connection->get(
106 $serverAssociations = $this->connection->get($serverKey);
118 $association = $this->connection->get($lastKey);
134 $serverAssociations = $this->connection->get($serverKey);

12345678910>>...133