Home
last modified time | relevance | path

Searched refs:get (Results 101 – 125 of 3429) sorted by relevance

12345678910>>...138

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js187 mxResources.get('cancel'), mxResources.get('discardChanges'));
505 var oldNew = this.actions.get('new').funct;
587 var origCut = this.actions.get('cut').funct;
595 var origCopy = this.actions.get('copy').funct;
604 var origPaste = this.actions.get('paste').funct;
624 var paste = this.actions.get('paste');
625 var pasteHere = this.actions.get('pasteHere');
694 alert(mxResources.get('fileExists'));
900 mxResources.get('fileChangedSyncDialog'),
947 mxResources.get('cancel'), mxResources.get('discardChanges'));
[all …]
H A DNotionClient.js93 mxResources.get('ok'), mxUtils.bind(this, function(token)
118 }), mxResources.get('notionToken'), function(token)
369 …this.ui.showError(mxResources.get('error'), mxResources.get('fileExists'), mxResources.get('ok'), …
457 error({message: mxResources.get('unknownError')});
471 var result = {message: mxResources.get('unknownError')};
627 this.ui.spinner.spin(div, mxResources.get('loading'));
644 mxUtils.write(nextPageDiv, mxResources.get('more') + '...');
682 mxUtils.write(div, mxResources.get('noFiles'));
743 this.ui.spinner.spin(div, mxResources.get('loading'));
776 mxUtils.write(div, mxResources.get('noDBs'));
[all …]
H A DEditorUi.js3242 mxResources.get('cancel'), mxResources.get('discardChanges'));
3383 …this.showError(mxResources.get('error'), mxResources.get('nothingIsSelected'), mxResources.get('ok…
3863 this.actions.get('shapes').funct();
3911 var btn = mxResources.get('ok');
3919 btn = mxResources.get('cancel');
4091 btn3 = mxResources.get('help');
4640 }), mxResources.get('saveAs'), mxResources.get('download'), false, allowBrowser, allowTab,
5050 }), mxResources.get('saveAs'), mxResources.get('download'), false, false, allowTab,
10360 title = mxResources.get('action');
11383 mxResources.get('cancel'), mxResources.get('discardChanges'));
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.pinterest.js20 function get (self, options, uri, settings, name) {
61 media : get(this, options, uri, settings, 'media')
63 var title = get(this, options, uri, settings, 'title');
64 var description = get(this, options, uri, settings, 'description');
H A Djquery.socialshareprivacy.mail.js13 function get (self, options, uri, settings, name) {
40 subject : get(this, options, uri, settings, 'subject'),
41 body : get(this, options, uri, settings, 'body')
/plugin/oauthgeneric/
H A Daction.php33 $user = DotAccess::get($result, $this->getConf('json-user'), '');
34 $name = DotAccess::get($result, $this->getConf('json-name'), '');
35 $mail = DotAccess::get($result, $this->getConf('json-mail'), '');
36 $grps = DotAccess::get($result, $grpdots[0], []);
41 return DotAccess::get($grp, $grpdots[1], '');
/plugin/refnotes/
H A Dadmin.js12 get(key) {
13 return key == '' ? this.sentinel : super.get(key);
41 list.append(list.children().get().sort(function (a, b) {
105 let string = lang.has(key) ? lang.get(key) : '';
245 this.element.parents('td').toggleClass('default', this.getValue() == defaults.get(settingName));
266 this.setValue(defaults.get(settingName));
283 this.setValue(defaults.get(settingName));
298 fields.get(name).setValue(settings[name]);
329 let current = namespaces.get('');
373 return defaults.get(nam
[all...]
/plugin/bez/tpl/
H A Dactivity_report.php32 <?php foreach ($tpl->get('thread_involvement') as $involvement): ?>
59 <p style="font-weight: bold">KPI = <?php echo sprintf("%.2f", $tpl->get('kpi')) ?></p>
60 <p style="font-weight: bold">% = <?php echo sprintf("%.2f", $tpl->get('bez_activity')) ?></p>
76 <?php foreach ($tpl->get('task_involvement') as $involvement): ?>
/plugin/authfacebook/lib/
H A DSignedRequest.php97 public function get($key, $default = null) function in Facebook\\SignedRequest
113 return $this->get('user_id');
123 return $this->get('oauth_token') || $this->get('code');
231 if ($this->get('algorithm') !== 'HMAC-SHA256') {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DCramMD5Challenge.php74 $this->context->set('challenge', $challenge->get('challenge'));
89 'digest' => $this->generateDigest($received->get('challenge'), $options['password']),
106 $username = $received->get('username');
107 $digest = $received->get('digest');
113 $expectedDigest = $password($username, $this->context->get('challenge'));
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php73 $serverAssociations = $this->connection->get($serverKey);
109 $association = $this->connection->get(
119 $serverAssociations = $this->connection->get($serverKey);
131 $association = $this->connection->get($lastKey);
151 $serverAssociations = $this->connection->get($serverKey);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php35 $existing = $this->cache->get($ctx);
46 public function get(PredictionContext $ctx) : ?PredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContextCache
48 return $this->cache->get($ctx);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpPutTest.php43 $this->server->tree->getNodeForPath('file2')->get()
72 $this->server->tree->getNodeForPath('file1')->get()
106 $this->server->tree->getNodeForPath('file1')->get()
140 $this->server->tree->getNodeForPath('file1')->get()
193 $this->server->tree->getNodeForPath('file2')->get()
288 $this->server->tree->getNodeForPath('file2')->get()
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php80 public function get(string $setting = '', bool $includeDefaults = false)
141 $data = $this->get($setting);
175 return $this->get('number_of_replicas') ?? self::DEFAULT_NUMBER_OF_REPLICAS;
191 return $this->get('number_of_shards') ?? self::DEFAULT_NUMBER_OF_SHARDS;
328 return $this->get('refresh_interval') ?? self::DEFAULT_REFRESH_INTERVAL;
369 $settings = $this->get();
74 public function get(string $setting = '', bool $includeDefaults = false) global() function in Elastica\\Index\\Settings
/plugin/batchedit/
H A Dinterface.js28 return new MutationObserver(debounce(callback, 500)).observe($element.get(0), {
72 var pageMatches = jQuery('.be-match input[id^=' + pageId + ']').get();
86 }).get()));
172 // of the element when it's hidden in order to get its height. This style mutation
174 if ($searchArea.get(0).offsetHeight > 0) {
175 updateConfig('searchheight', $searchArea.get(0).offsetHeight);
180 if ($replaceArea.get(0).offsetHeight > 0) {
181 updateConfig('replaceheight', $replaceArea.get(0).offsetHeight);
198 if (!$options.get(0).contains(event.target)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.inc.php66 function &get() { function in CSS
82 $css =& CSS::get();
94 $css =& CSS::get();
117 $css =& CSS::get();
125 $css =& CSS::get();
/plugin/webcode/_test/
H A Dwebcode.test.php48 $testResponse = $testRequest->get(array('id' => $id));
73 $testResponse = $testRequest->get(array('id' => $id));
96 $testResponse = $testRequest->get(array('id' => $id));
122 $testResponse = $testRequest->get(array('id' => $id));
/plugin/publish/_test/
H A Dpublish.test.php47 $response = $request->get(array('id' => 'foo'), '/doku.php?id=foo');
61 $response = $request->get(array(), '/doku.php?id=foo&publish_approve=1');
78 $response = $request->get(array(), '/doku.php?id=foo&publish_approve=1');
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorToolBar.java89 "200%", "150%", "100%", "75%", "50%", mxResources.get("page"), in SchemaEditorToolBar()
90 mxResources.get("width"), mxResources.get("actualSize") }); in SchemaEditorToolBar()
145 if (zoom.equals(mxResources.get("page"))) in SchemaEditorToolBar()
151 else if (zoom.equals(mxResources.get("width"))) in SchemaEditorToolBar()
157 else if (zoom.equals(mxResources.get("actualSize"))) in SchemaEditorToolBar()
/plugin/pureldap/classes/
H A DADClient.php137 $groups[$entry->getDn()->toString()] = $this->cleanGroup($this->attr2str($entry->get('cn')));
167 // memberOf can not be checked with a substring match, so we need to get the right groups first
288 $user = $this->simpleUser($this->attr2str($entry->get('userPrincipalName')));
289 if($user === '') $user = $this->simpleUser($this->attr2str($entry->get('sAMAccountName')));
293 'name' => $this->attr2str($entry->get('DisplayName')) ?: $this->attr2str($entry->get('Name')),
294 'mail' => $this->attr2str($entry->get('mail')),
300 $lastChange = $this->attr2str($entry->get('pwdlastset'));
306 $user['expires'] = !($this->attr2str($entry->get('useraccountcontrol')) & self::ADS_UF_DONT_EXPIRE_PASSWD);
308 // get additiona
[all...]
/plugin/ac/
H A Dac.php18 public function get($path, $data = array()) { function in syntax_plugin_ac_ac
21 return $json->decode($client->get($this->base_url . '&' .
31 $all = $this->get($type);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DExpiringCache.php33 if (time() < $this->cache->get($key.'.expires')) {
44 public function get($key) function in Assetic\\Cache\\ExpiringCache
46 return $this->cache->get($key);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php39 $authzid = $this->validate($message->get('authzid'));
40 $authcid = $this->validate($message->get('authcid'));
41 $password = $this->validate($message->get('password'));
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php98 $file = Arrays::get($p, 'path', '');
99 $scheme = Arrays::get($p, 'scheme', '');
100 $port = Arrays::get($p, 'port', 80);
105 $port = Arrays::get($p, 'port', 443);
108 $query = Arrays::get($p, 'query', null);

12345678910>>...138