Home
last modified time | relevance | path

Searched refs:name (Results 3026 – 3050 of 8094) sorted by relevance

1...<<121122123124125126127128129130>>...324

/plugin/forcessllogin/
H A Daction.php62 if( strpos( $this->getLang('certinfo'), '{{name}}' ) !== false ) {
64 .str_replace( '{{name}}', $this->getConf('cert'), $this->getLang('certinfo') )
70 if( strpos( $this->getLang('ca'), '{{name}}' ) !== false ) {
72 .str_replace( '{{name}}', $this->getConf('ca'), $this->getLang('cainfo') )
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php41 * Finds an executable by name.
43 * @param string $name The executable name (without the extension)
49 public function find(string $name, string $default = null, array $extraDirs = []) argument
59 if (basename($path) == $name && @is_executable($path)) {
78 if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR || @is_executable($file))) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php138 $metadata->name
155 $name = $metadata->serializedName;
170 $metadata->name
176 if (!array_key_exists($name, $data)) {
181 …untimeException(sprintf('You must define a type for %s::$%s.', $metadata->class, $metadata->name));
184 … return null !== $data[$name] ? $this->navigator->accept($data[$name], $metadata->type) : null;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php102 $name = $this->getComponentName($package['name'], $extra);
104 'name' => $name,
111 …$result = $this->aggregateScripts($package, $scripts, $name.DIRECTORY_SEPARATOR.$name.'-built.js');
115 $component['main'] = $name.'-built.js';
125 $json['shim'][$name] = $shim;
131 $json['config'][$name] = $packageConfig;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php118 * @param string $name Cookie name
120 public function setName($name) argument
122 $this->data['Name'] = $name;
372 $name = $this->getName();
373 if (empty($name) && !is_numeric($name)) {
380 $name
/plugin/ifauthex/lib/
H A Dtokenizer.php66 public function __construct($representation, $name=null, $matchRegex=null) { argument
68 if ($name === null) {
69 $name = $representation;
71 $this->_name = $name;
81 public function name() { return $this->_name; } function in AST\\TokenDefinition
100 return '<' . $this->name() . '>';
130 return '<' . $this->definition()->name() . ':' . $this->match() . '>';
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dmodule.jst2 func = convert('<%= name %>', require('../<%= _.get(mapping.remap, name, name) %>'));
/plugin/labeled/db/
H A Dupdate0001.sql2 CREATE TABLE labels ( name, color, namespace, ordernr, PRIMARY KEY(name) ); field
4 CREATE INDEX idx_name ON labels(name);
/plugin/flowplay/flowplayer/
H A DflowPlayer.js79 { name: 'Honda Accord', url: '!honda_accord.flv' },
80 { name: 'River', url: 'river.flv' },
81 { name: 'Ounasvaara', url: 'ounasvaara.flv' }
/plugin/flowplay2/flowplayer/extras/
H A DflowPlayer.js139 { name: 'Honda Accord', url: '!honda_accord.flv' },
140 { name: 'River', url: 'river.flv' },
141 { name: 'Ounasvaara', url: 'ounasvaara.flv' }
/plugin/contact/
H A Dsyntax.php95 $name = $_REQUEST['name'];
109 …if (eregi("\r",$name) || eregi("\n",$name) || eregi("MIME-Version: ",$name) || eregi("Content-Type…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetReference.php25 private $name; variable in Assetic\\Asset\\AssetReference
30 public function __construct(AssetManager $am, $name) argument
33 $this->name = $name;
156 $asset = $this->am->get($this->name);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DObjectMeta.php62 public $name; variable in Google\\Service\\CloudRun\\ObjectMeta
211 public function setName($name) argument
213 $this->name = $name;
220 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSite.php54 public $name; variable in Google\\Service\\Dfareporting\\Site
181 public function setName($name) argument
183 $this->name = $name;
190 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Agent.php56 public $name; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Agent
191 public function setName($name) argument
193 $this->name = $name;
200 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DPublisherProfile.php56 public $name; variable in Google\\Service\\AuthorizedBuyersMarketplace\\PublisherProfile
197 public function setName($name) argument
199 $this->name = $name;
206 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAutoscaler.php44 public $name; variable in Google\\Service\\Compute\\Autoscaler
147 public function setName($name) argument
149 $this->name = $name;
156 return $this->name;
H A DSslCertificate.php52 public $name; variable in Google\\Service\\Compute\\SslCertificate
177 public function setName($name) argument
179 $this->name = $name;
186 return $this->name;
H A DTargetHttpsProxy.php50 public $name; variable in Google\\Service\\Compute\\TargetHttpsProxy
171 public function setName($name) argument
173 $this->name = $name;
180 return $this->name;
H A DPacketMirroring.php51 public $name; variable in Google\\Service\\Compute\\PacketMirroring
182 public function setName($name) argument
184 $this->name = $name;
191 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php46 public $name; variable in Google\\Service\\CloudBuild\\BuildStep
147 public function setName($name) argument
149 $this->name = $name;
156 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DCryptoKeyVersion.php61 public $name; variable in Google\\Service\\CloudKMS\\CryptoKeyVersion
218 public function setName($name) argument
220 $this->name = $name;
227 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DCloudsupportCase.php46 public $name; variable in Google\\Service\\CloudSupport\\CloudsupportCase
163 public function setName($name) argument
165 $this->name = $name;
172 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DDatacenterConnector.php45 public $name; variable in Google\\Service\\VMMigrationService\\DatacenterConnector
160 public function setName($name) argument
162 $this->name = $name;
169 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertificate.php50 public $name; variable in Google\\Service\\CertificateAuthorityService\\Certificate
175 public function setName($name) argument
177 $this->name = $name;
184 return $this->name;

1...<<121122123124125126127128129130>>...324