Home
last modified time | relevance | path

Searched refs:scope (Results 101 – 125 of 675) sorted by relevance

12345678910>>...27

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DRunKeeper.php48 $parameters['scope'] = implode(' ', $this->scopes);
H A DHubic.php136 // special, hubic use a param scope with commas
138 $parameters['scope'] = implode(',', $this->scopes);
H A DJawboneUP.php80 $parameters['scope'] = implode(' ', $this->scopes);
/plugin/sortablejs/
H A DREADME.md10 Cross-plugin compatibility is outside the scope of this repo.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php75 if ($lock->scope === LockInfo::SHARED) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php75 if ($lock->scope === LockInfo::SHARED) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php42 $uri->setQuery('scope=' . implode('%20', $scopes));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... TagSupport { private boolean result private String var private int scope protected abstract boolean condition () throws javax.servlet ...
/plugin/codemirror/dist/modes/
H A Dsoy.min.js1scope){a.variables=a.context.scope}a.context=a.context.previousContext}function l(a,b,c){return i(…
H A Dverilog.min.js.map1scope (result in indentation).\n var tlvScopePrefixChars = {\n \"/\": \"beh-hier\",\n \">\"…
H A Dpython.min.js.map1scope","closing","electricInput","closeBrackets","triples","lineComment","fold","defineMIME","str"…
/plugin/vertical/
H A DREADME.md6 Cross-plugin compatibility is outside the scope of this repo.
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59scope:this});this.update()}return activated},deactivate:function(){var deactivated=OpenLayers.Stra…
/plugin/authldaplocal/
H A Dauth.php809 * @param string $scope can be 'base', 'one' or 'sub'
815 …protected function _ldapsearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = … argument
819 if($scope == 'base') {
824 } elseif($scope == 'one') {
/plugin/pwaoffline/
H A Dscript.js9 scope: '.'
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1246 addShortcut(shortcut: string, handler: GanttCallback, scope: string): void;
1780 getShortcutHandler(shortcut: string, scope: string): GanttCallback;
2154 removeShortcut(shortcut: string, scope: any): void;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js420 addShortcut: function(shortcut, handler, scope){ argument
421 var scopeObject = getScope(scope);
426 getShortcutHandler: function(shortcut, scope){ argument
429 return this.getCommandHandler(commands[0], scope);
432 getCommandHandler: function(command, scope){ argument
433 var scopeObject = getScope(scope);
440 removeShortcut: function(shortcut, scope){ argument
441 var scopeObject = getScope(scope);
487 var scope = getScopeName(node);
489 switch (scope){
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc152 th.setAttribute( 'scope', 'col' );
170 newCell.removeAttribute( 'scope' );
183 newCell.setAttribute( 'scope', 'row' );
194 newCell.removeAttribute( 'scope' );
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc152 th.setAttribute( 'scope', 'col' );
170 newCell.removeAttribute( 'scope' );
183 newCell.setAttribute( 'scope', 'row' );
194 newCell.removeAttribute( 'scope' );
/plugin/xcom/lang/en/
H A Dfunctions.txt120 ^Parameters |(String) scope, (String) username, (int) permission|
126 ^Parameters |(String) scope, (String) username|
127 ^Description|Delete any ACL rule matching the given scope and user. Use ''@groupname'' instead of '…
/plugin/ldapsearch/
H A Dsyntax.php136 $value = "Unknown scope ".$ldapDetails['scope']."\n";
/plugin/combo/ComboStrap/
H A DSiteConfig.php167 public function getValue(string $key, ?string $default = null, ?string $scope = PluginUtility::PLUGIN_BASE_NAME) argument
169 return self::getConfValue($key, $default, $scope);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php2961 $scope = 'public';
2975 $scope = 'public';
2979 $scope = 'private';
2983 $scope = 'protected';
2999 'scope' => $scope,
3075 $scope = 'public';
3086 $scope = 'public';
3090 $scope = 'private';
3094 $scope = 'protected';
3104 'scope' => $scope,
/plugin/datatables/assets/datatables.net-plugins/integration/jqueryui/
H A DdataTables.jqueryui.min.js
/plugin/mantis/lib/
H A Dclass.xmlschema.php161 $scope = '';
163 $scope .= $this->complexTypeStack[$i] . '_';
165 return $scope . $ename . '_ContainedType';

12345678910>>...27