Home
last modified time | relevance | path

Searched refs:get (Results 26 – 50 of 2661) sorted by relevance

12345678910>>...107

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php104 $qop = $response->get('qop');
105 $digestUri = $response->get('digest-uri');
120 $challenge->get('nonce'),
121 str_pad(dechex($response->get('nc')), 8, '0', STR_PAD_LEFT),
122 $response->get('cnonce'),
123 $response->get('qop'),
144 $response->get('username'),
145 $response->get('realm'),
151 $challenge->get('nonce'),
152 $response->get('cnonc
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js596 mxResources.get('cancel'), mxResources.get('discardChanges'));
626 …editorUi.showError(mxResources.get('error'), mxResources.get('notAvailable'), mxResources.get('ok'…
771 editorUi.showExportDialog(mxResources.get('formatSvg'), true, mxResources.get('export'),
792 editorUi.showExportDialog(mxResources.get('image'), false, mxResources.get('export'),
820 editorUi.showExportDialog(mxResources.get('image'), false, mxResources.get('export'),
1367 mxResources.get('smart')
2086 }, mxResources.get('image'), mxResources.get('retina'), editorUi.isExportToCanvas());
2108 }, mxResources.get('formatSvg'), mxResources.get('image'),
2342 mxResources.get('cancel'), mxResources.get('discardChanges'));
2770 …editorUi.showError(mxResources.get('error'), mxResources.get('invalidName'), mxResources.get('ok')…
[all …]
H A DMinimal.js151 var menu = ui.menus.get(id);
942 ui.actions.get('editDiagram').label = mxResources.get('formatXml') + '...';
943 ui.actions.get('createShape').label = mxResources.get('shape') + '...';
944 ui.actions.get('outline').label = mxResources.get('outline') + '...';
945 ui.actions.get('layers').label = mxResources.get('layers') + '...';
946 ui.actions.get('tags').label = mxResources.get('tags') + '...';
1533 var menu = ui.menus.get(id);
2164 '', mxResources.get('ellipse'), true, false, null, true), mxResources.get('ellipse'));
2558 addMenuItem(mxResources.get('format'), ui.actions.get('toggleFormat').funct, null,
2559 …mxResources.get('format') + ' (' + ui.actions.get('formatPanel').shortcut + ')', ui.actions.get('i…
[all …]
H A DDialogs.js343 service = mxResources.get('github');
348 service = mxResources.get('gitlab');
353 service = mxResources.get('notion');
363 service = mxResources.get('trello');
1613 …editorUi.showError(mxResources.get('error'), mxResources.get('fileNotFound'), mxResources.get('ok'…
3908 }, mxResources.get('url'));
4660 …editorUi.showError(mxResources.get('error'), mxResources.get('fileNotFound'), mxResources.get('ok'…
7620 }, mxResources.get('enterValue') + ' (' + mxResources.get('tags') + ')');
8340 }, mxResources.get('enterValue') + ' (' + mxResources.get('url') + ')');
9506 editorUi.showError(mxResources.get('error'), mxResources.get('diagramIsNotPublic'),
[all …]
H A DDrawioFile.js203 error({message: mxResources.get('busy')});
656 }), fn, mxResources.get('cancel'), mxResources.get('discardChanges'));
1563 message = mxResources.get('checksum');
1609 message = mxResources.get('checksum');
1628 mxResources.get('fileChangedSyncDialog'),
1669 mxResources.get('fileChangedSyncDialog'),
1671 mxResources.get('synchronize'), synchronize,
1720 }), fn, mxResources.get('cancel'), mxResources.get('discardChanges'));
1736 }), redirect, mxResources.get('cancel'), mxResources.get('discardChanges'));
1899 mxResources.get('updatingDocument')));
[all …]
/plugin/bez/tpl/
H A Dthread_report.php11 <?php $type = $tpl->get('thread')->type ?>
28 <?php $class = 'pr' . $tpl->get('thread')->priority ?>
35 <span><strong>#<?php echo $tpl->get('thread')->id ?></strong></span>
40 $tpl->get('thread')->acl_of('label_id') >= BEZ_PERMISSION_CHANGE): ?>
47 <?php foreach ($tpl->get('labels') as $label): ?>
56 <?php if ($tpl->get('thread')->acl_of('coordinator') >= BEZ_PERMISSION_CHANGE): ?>
62 <?php foreach ($tpl->get('users') as $nick => $name): ?>
86 <?php if ($tpl->get('thread')->acl_of('private') >= BEZ_PERMISSION_CHANGE): ?>
100 <?php $url = $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>
H A Dtask_comment_form.php2 <?php $url = $tpl->url('task', 'tid', $tpl->get('task')->id, 'action',
29 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?><?php if ($tpl->param('zkid') != '') echo '#zk'.$tpl->param('zkid') ?>"
35 <?php if ($tpl->get('task')->state == 'opened'): ?>
40 <?php if ($tpl->param('zkid') == '' && $tpl->get('task')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
41 <?php if ($tpl->get('task')->state == 'opened'): ?>
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php31 $this->assertEquals('Directory', $propFind->get('{DAV:}displayname'));
43 $this->assertEquals('foo', $propFind->get('{DAV:}displayname'));
61 $this->assertEquals('bar', $propFind->get('{DAV:}displayname'));
81 $this->assertEquals($complex, $propFind->get('{DAV:}complex'));
102 $this->assertEquals($custom, $propFind->get('{DAV:}custom'));
120 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
135 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
155 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
160 $this->assertEquals(null, $propFind->get('{DAV:}displayname'));
170 $this->assertEquals('child', $propFind->get('{DAV:}displayname'));
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64get|xdmp:zip-create|xdmp:xquery-version|xdmp:word-convert|xdmp:with-namespaces|xdmp:version|xdmp:v…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAnonymousIp.php39 $this->isAnonymous = $this->get('is_anonymous');
40 $this->isAnonymousVpn = $this->get('is_anonymous_vpn');
41 $this->isHostingProvider = $this->get('is_hosting_provider');
42 $this->isPublicProxy = $this->get('is_public_proxy');
43 $this->isTorExitNode = $this->get('is_tor_exit_node');
44 $this->ipAddress = $this->get('ip_address');
H A DCountry.php51 $this->get('continent'),
55 $this->get('country'),
58 $this->maxmind = new \GeoIp2\Record\MaxMind($this->get('maxmind'));
60 $this->get('registered_country'),
64 $this->get('represented_country'),
67 $this->traits = new \GeoIp2\Record\Traits($this->get('traits'));
H A DIsp.php36 $this->autonomousSystemNumber = $this->get('autonomous_system_number');
38 $this->get('autonomous_system_organization');
39 $this->isp = $this->get('isp');
40 $this->organization = $this->get('organization');
42 $this->ipAddress = $this->get('ip_address');
/plugin/bez/tpl/cron/
H A Dweekly-message.php32 <?php if (count($tpl->get('issues')) > 0): ?>
42 <?php foreach ($tpl->get('issues') as $issue): ?>
69 <?php if (count($tpl->get('outdated_tasks')) > 0): ?>
71 <?php $tpl->set('tasks', $tpl->get('outdated_tasks')) ?>
75 <?php if (count($tpl->get('coming_tasks')) > 0): ?>
77 <?php $tpl->set('tasks', $tpl->get('coming_tasks')) ?>
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php96 if ($message->has('rspauth') && $this->context->get('verification') === null) {
99 if ($message->has('rspauth') && $message->get('rspauth') === $this->context->get('verification')) {
129 return $message->get('rspauth') === null;
150 'qop' => $this->context->get('qop'),
187 $this->context->set('cipher', $response->get('cipher'));
204 $qop = $received->get('qop');
205 $cipher = $received->get('cipher');
210 if (!in_array($qop, $this->challenge->get('qop'), true)) {
214 if (!in_array($cipher, $this->challenge->get('ciphe
[all...]
/plugin/conflictmerger/tests/
H A Dacceptance.test.php31 $this->get($this->basePageName . 'do=edit');
39 $this->get($this->basePageName . 'do=edit');
81 $this->get($this->basePageName);
92 $this->get($this->basePageName);
104 $this->get($this->basePageName);
109 $this->secondUser->get($this->basePageName . 'do=edit');
120 $this->get($this->basePageName);
125 $this->secondUser->get($this->basePageName . 'do=edit');
136 $this->get($this->basePageName);
141 $this->secondUser->get($this->basePageName . 'do=edit');
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js34 function get (self, options, uri, settings, name) {
82 name : get(this, options, uri, settings, 'name'),
83 description : get(this, options, uri, settings, 'description')
89 quote : get(this, options, uri, settings, 'quote')
94 source : get(this, options, uri, settings, 'photo'),
95 caption : get(this, options, uri, settings, 'caption'),
96 clickthrou : get(this, options, uri, settings, 'clickthrou')
101 embed : get(this, options, uri, settings, 'embed'),
102 caption : get(this, options, uri, settings, 'caption')
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php101 $pages = PdfType::resolve(PdfDictionary::get($catalog, 'Pages'), $this->parser);
102 $count = PdfType::resolve(PdfDictionary::get($pages, 'Count'), $this->parser);
150 $type = PdfDictionary::get($object->value, 'Type');
153 return $readPages(PdfDictionary::get($object->value, 'Kids'));
167 $type = PdfDictionary::get($dict, 'Type');
170 $kids = PdfType::resolve(PdfDictionary::get($dict, 'Kids'), $this->parser);
218 $type = PdfDictionary::get($object->value, 'Type');
221 $readPages(PdfDictionary::get($object->value, 'Kids'), PdfDictionary::get($object->value, 'Count'));
229 $pages = PdfType::resolve(PdfDictionary::get(
[all...]
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php25 protected function get($function, array $arguments = array()){ function in EtherpadLiteClient
123 return $this->get("listPads", array(
178 return $this->get("getSessionInfo", array(
185 return $this->get("listSessionsOfGroup", array(
192 return $this->get("listSessionsOfAuthor", array(
206 return $this->get("getText", $params);
215 return $this->get("getHTML", $params);
249 return $this->get("getRevisionsCount", array(
263 return $this->get("getReadOnlyID", array(
281 return $this->get("getPublicStatus", array(
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js131 addItem(mxResources.get('normal'), 'p');
230 this.promptChange(menu, mxResources.get('custom') + '...',
314 }, mxResources.get('spacing'));
605 Menus.prototype.get = function(name)
615 var entry = this.get(name);
634 var menu = this.get(name);
638 this.get(name).execute(popupMenu, parent);
829 elt.setAttribute('title', mxResources.get('deleteRow'));
968 mxUtils.write(titleLbl, mxResources.get('title'));
1389 var action = this.editorUi.actions.get(key);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DDoubleKeyMap.php28 $secondaryData = $this->data->get($primaryKey);
47 $data2 = $this->data->get($primaryKey);
53 return $data2->get($secondaryKey);
61 return $this->data->get($primaryKey);
71 $secondaryData = $this->data->get($primaryKey);
95 $secondaryData = $this->data->get($primaryKey);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpMoveTest.php38 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
49 $this->assertEquals('content1', $this->tree->getChild('file3')->get());
61 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
74 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
87 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
88 $this->assertEquals('content2', $this->tree->getChild('file2')->get());
113 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
114 $this->assertEquals('content2', $this->tree->getChild('file2')->get());
/plugin/freechat/phpfreechat/data/public/js/
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);
/plugin/openlayersmap/
H A Dscript.js280 const img = feature.get('img');
281 const opacity = feature.get('opacity');
282 const angle = feature.get('angle');
283 const text = feature.get('rowId');
515 if (selFeature.get('rowId') !== undefined) {
516 pContent += '<span class="rowId">' + selFeature.get('rowId') + ': </span>';
518 if (selFeature.get('name') !== undefined) {
519 pContent += '<span class="txt">' + selFeature.get('name') + '</span>';
520 // locDesc = selFeature.get('name');
522 // locDesc = selFeature.get('nam
[all...]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSymfonySession.php40 $tokens = $this->session->get($this->sessionVariableName);
55 $tokens = $this->session->get($this->sessionVariableName);
76 $tokens = $this->session->get($this->sessionVariableName);
89 $tokens = $this->session->get($this->sessionVariableName);
120 $states = $this->session->get($this->stateVariableName);
135 $states = $this->session->get($this->stateVariableName);
156 $states = $this->session->get($this->stateVariableName);
169 $states = $this->session->get($this->stateVariableName);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSymfonySession.php39 // get from session
40 $tokens = $this->session->get($this->sessionVariableName);
54 // get previously saved tokens
55 $tokens = $this->session->get($this->sessionVariableName);
75 // get from session
76 $tokens = $this->session->get($this->sessionVariableName);
88 // get previously saved tokens
89 $tokens = $this->session->get($this->sessionVariableName);
119 // get from session
120 $states = $this->session->get(
[all...]

12345678910>>...107