Home
last modified time | relevance | path

Searched refs:Connector (Results 1 – 25 of 29) sorted by relevance

12

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php18 use PhpConsole\Connector; alias
69 /** @var Connector */
74 * @param Connector|null $connector Instance of \PhpConsole\Connector class (optional)
77 …public function __construct(array $options = [], ?Connector $connector = null, $level = Logger::DE…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DListConnectorsResponse.php23 protected $connectorsType = Connector::class;
35 * @param Connector[]
42 * @return Connector[]
H A DConnector.php20 class Connector extends \Google\Model class
206 class_alias(Connector::class, 'Google_Service_Connectors_Connector');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/Resource/
H A DProjectsLocationsConnectorsGlobalProvidersConnectors.php20 use Google\Service\Connectors\Connector; alias
39 * @return Connector
45 return $this->call('get', [$params], Connector::class);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp41 ' Create the main "Connector" node.
42 Response.Write "<Connector command=""" & command & """ resourceType=""" & resourceType & """>"
49 Response.Write "</Connector>"
58 …Response.Write "<Connector><Error number=""" & number & """ text=""" & Server.HTMLEncode( text ) &…
H A Dutil.asp21 ' This file include generic functions used by the ASP Connector.
H A Dconnector.asp26 ' This is the File Manager Connector for ASP.
H A Dcommands.asp22 ' in the ASP Connector.
H A Dio.asp21 ' This file include IO specific functions used by the ASP Connector.
H A Dconfig.asp21 ' Configuration file for the File Manager Connector for ASP.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm22 …* This file include the functions that create the base XML output by the ColdFusion Connector (MX …
39 …<cfoutput><Connector command="#ARGUMENTS.command#" resourceType="#ARGUMENTS.resourceType#"></cfout…
45 <cfoutput></Connector></cfoutput>
57 <cfoutput><Connector></cfoutput>
H A Dcf_util.cfm22 * This file include generic functions used by the ColdFusion Connector (MX 6.0 and above).
H A Dcf5_connector.cfm306 …xmlHeader = '<?xml version="1.0" encoding="utf-8" ?><Connector command="#url.command#" resourceTyp…
308 xmlFooter = '</Connector>';
H A Dcf_commands.cfm23 * in the ColdFusion Connector (MX 6.0 and above).
H A Dconfig.cfm22 * Configuration file for the ColdFusion Connector (all versions).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc94 ===== {es} Connector
96 https://www.drupal.org/project/elasticsearch_connector[Link: {es} Connector]
98 [quote, {es} Connector]
100 {es} Connector is a set of modules designed to build a full {es} eco system in
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js448 if (node.State.Connector != null) {
457 for (var ix = 0; ix < node.State.Connector.Segments.length; ix++)
459 var edge = node.State.Connector.Segments[ix];
474 for (var ix = 0; ix < node.State.Connector.Segments.length; ix++)
476 var edge = node.State.Connector.Segments[ix];
507 for (var j = ix + 1; j < node.State.Connector.Segments.length; j++)
509 var e2 = node.State.Connector.Segments[j];
H A DOrgChart.Layout.min.js1Connector:null,config:{init:function(){this.Exterior=new OrgChart.Layout.Rect;this.BranchExterior=…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso22 * This is the File Manager Connector for Lasso.
251 <Connector command="' + $Command + '" resourceType="' + $Type + '">
254 </Connector>
H A Dconfig.lasso22 * Configuration file for the File Manager Connector for Lasso.
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak54 connector=Connector
H A Deditor.properties55 connector=Connector
H A Deditor.properties.bak53 connector=Connector
H A Deditor_zh-CN.properties54 connector=Connector
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak195 "Horizontal Connector",
202 "Vertical Connector",

12