Home
last modified time | relevance | path

Searched refs:code (Results 101 – 125 of 2534) sorted by relevance

12345678910>>...102

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackendBucketCdnPolicyNegativeCachingPolicy.php25 public $code; variable in Google\\Service\\Compute\\BackendBucketCdnPolicyNegativeCachingPolicy
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
H A DInstanceManagedByIgmErrorManagedInstanceError.php25 public $code; variable in Google\\Service\\Compute\\InstanceManagedByIgmErrorManagedInstanceError
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
H A DBackendServiceCdnPolicyNegativeCachingPolicy.php25 public $code; variable in Google\\Service\\Compute\\BackendServiceCdnPolicyNegativeCachingPolicy
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DFailedEvent.php29 public $code; variable in Google\\Service\\CloudLifeSciences\\FailedEvent
48 public function setCode($code) argument
50 $this->code = $code;
57 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerMessageCode.php25 public $code; variable in Google\\Service\\Dataflow\\WorkerMessageCode
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildbotCommandStatus.php22 public $code; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildbotCommandStatus
25 public function setCode($code) argument
27 $this->code = $code;
31 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DIamPolicyAnalysisState.php29 public $code; variable in Google\\Service\\CloudAsset\\IamPolicyAnalysisState
48 public function setCode($code) argument
50 $this->code = $code;
57 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DInstanceMessage.php25 public $code; variable in Google\\Service\\CloudMemorystoreforMemcached\\InstanceMessage
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DRuntimeError.php25 public $code; variable in Google\\Service\\PagespeedInsights\\RuntimeError
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DServiceMeshStatusDetails.php25 public $code; variable in Google\\Service\\GKEHub\\ServiceMeshStatusDetails
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
H A DStatus.php25 public $code; variable in Google\\Service\\GKEHub\\Status
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DImageError.php25 public $code; variable in Google\\Service\\PolyService\\ImageError
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
/plugin/codeprettify/code-prettify/
H A DREADME.md1 # JavaScript code prettifier
8 * Works even if code contains embedded links, line numbers, etc.
34 Put code snippets in `<pre class="prettyprint">...</pre>` or
35 `<code class="prettyprint">...</code>` and it will automatically be
98 ### How do I specify the language of my code?
118 <pre class="prettyprint"><code class="language-java">...</code></pre>
121 ### It doesn't work on "obfuscated code sample"?
144 ### How do I put line numbers in my code?
194 ### How can I customize the colors and styles of my code?
236 [3]: http://dev.w3.org/html5/spec-author-view/the-code-element.html#the-code-element
[all …]
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css24 pre .str, code .str { color: #060 }
25 pre .kwd, code .kwd { color: #006; font-weight: bold }
26 pre .com, code .com { color: #600; font-style: italic }
27 pre .typ, code .typ { color: #404; font-weight: bold }
28 pre .lit, code .lit { color: #044 }
29 pre .pun, code .pun { color: #440 }
30 pre .pln, code .pln { color: #000 }
31 pre .tag, code .tag { color: #006; font-weight: bold }
32 pre .atn, code .atn { color: #404 }
33 pre .atv, code .atv { color: #060 }
/plugin/badbehaviour/
H A Dadmin.php81 foreach($stats as $code => $count){
82 $resp = bb2_get_response($code);
105 $code = str_replace('-','',$key);
106 $ip = hexdec(substr($code,0,2)).'.'.
107 hexdec(substr($code,2,2)).'.'.
108 hexdec(substr($code,4,2)).'.'.
109 hexdec(substr($code,6,2));
110 $code = substr($code,8);
112 $resp = bb2_get_response($code);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DException.php8 * The code is used as exit code for the CLI tool. This should probably be extended. Many cases just fall back to the
9 * E_ANY code.
16 const E_ANY = -1; // no error code specified
25 * @param int $code The Exception code
28 public function __construct($message = "", $code = 0, \Exception $previous = null) argument
30 if (!$code) {
31 $code = self::E_ANY;
33 parent::__construct($message, $code,
[all...]
/plugin/googleads/lang/en/
H A Dintro.txt5 This tool allows you to set a code for use with [[https://en.wikipedia.org/wiki/Google_AdSense|Goog…
9 …tion for use with your template, so you will have to insert the following code into your template'…
11 <code php><?php
12 if (file_exists(DOKU_PLUGIN.'googleads/code.php')) include_once(DOKU_PLUGIN.'googleads/code.php');
14 ?></code>
16 **Note**: Inserting the code above is **required**, not optional.
/plugin/bootswrapper/exe/help/
H A Dimage.txt5 | <image shape="rounded">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
7 </image></code> |
8 | <image shape="circle">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
10 </image></code> |
11 | <image shape="thumbnail">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
13 </image></code> |
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnusedFunctionParameterSniff.php92 $code = $token['code'];
95 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$code]) === true) {
101 if ($code === T_THROW) {
106 if ($code === T_RETURN) {
127 if ($code === T_VARIABLE && isset($params[$token['content']]) === true) {
129 } else if ($code === T_DOLLAR) {
140 } else if ($code === T_DOUBLE_QUOTED_STRING
141 || $code === T_START_HEREDOC
142 || $code === T_START_NOWDOC
/plugin/twofactoryubiauth/
H A Dhelper.php91 public function processLogin($code, $user = null){ argument
92 if (strlen($code) < 44) {
98 if (!$this->validateUser($code, $user)) {
104 $auth = $yubiAuthenticator->verifyCode($this->generateYubiURL($code),$response);
106 if($code != $response["otp"])
126 public function validateUser($code, $user) { argument
128 $static = substr($code,0,12);
137 public function generateYubiURL($code) { argument
144 $data["otp"] = $code;
/plugin/bez/struct/
H A DBezType.php33 list(,$code, $id) = $matches;
38 switch ($code) {
82 list(,$code, $id) = $matches;
88 if (!in_array($code, array_keys(self::BEZ_TABLE_CODES))) {
92 $table = self::BEZ_TABLE_CODES[$code];
119 list(,$code, $id) = $matches;
122 if (!in_array($code, array_keys(self::BEZ_TABLE_CODES))) return array();
124 $table = self::BEZ_TABLE_CODES[$code];
146 $name = $value = '#' . $code . $row['id'];
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
/plugin/swiftmail/Swift/Events/
H A DResponseEvent.php28 protected $code = null; variable in Swift_Events_ResponseEvent
59 public function setCode($code) argument
61 $this->code = (int) $code;
69 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DStatusCondition.php29 public $code; variable in Google\\Service\\Container\\StatusCondition
52 public function setCode($code) argument
54 $this->code = $code;
61 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DResourceUpdateErrorErrors.php25 public $code; variable in Google\\Service\\DeploymentManager\\ResourceUpdateErrorErrors
38 public function setCode($code) argument
40 $this->code = $code;
47 return $this->code;

12345678910>>...102