Home
last modified time | relevance | path

Searched refs:type (Results 976 – 1000 of 4303) sorted by relevance

1...<<31323334353637383940>>...173

/plugin/authgoogle/google/service/
H A DGoogle_Model.php93 $type = $this->$name;
94 return new $type($item);
106 * @param string $type Array items should be of this type.
109 public function assertIsArray($obj, $type, $method) { argument
112 . " array containing items of type $type.");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DNotificationChannel.php50 public $type; variable in Google\\Service\\Monitoring\\NotificationChannel
161 public function setType($type) argument
163 $this->type = $type;
170 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DReview.php53 public $type; variable in Google\\Service\\Books\\Review
174 public function setType($type) argument
176 $this->type = $type;
183 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSiteVerification.php74 'type' => 'string',
84 'type' => 'string',
98 'type' => 'string',
112 'type' => 'string',
122 'type' => 'string',
H A DPolicyAnalyzer.php71 'type' => 'string',
76 'type' => 'string',
80 'type' => 'integer',
84 'type' => 'string',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DEntityMention.php41 public $type; variable in Google\\Service\\CloudHealthcare\\EntityMention
138 public function setType($type) argument
140 $this->type = $type;
147 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DUser.php57 public $type; variable in Google\\Service\\SQLAdmin\\User
188 public function setType($type) argument
190 $this->type = $type;
197 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRepricingRuleReport.php50 public $type; variable in Google\\Service\\ShoppingContent\\RepricingRuleReport
167 public function setType($type) argument
169 $this->type = $type;
176 return $this->type;
/plugin/bez/tpl/
H A Dthread_report.php11 <?php $type = $tpl->get('thread')->type ?> variable
13 <?php $type = $tpl->param('type') ?> variable
18 <?php if ($type == 'project'): ?>
19 <input type="hidden" name="type" value="project" />
21 <input type="hidden" name="type" value="issue" />
24 <input type
[all...]
/plugin/aclauditor/
H A Dadmin.php120 header('Content-type: application/force-download');
200 …his->getLang('who').' : <input type="text" name="aclaudit_who" value="'.($this->test ? $this->who …
201 …s->getLang('what').' : <input type="text" name="aclaudit_what" value="'.($this->test ? $this->what…
202 ptln(' <input type="submit" name="aclaudit_testboth" value="'.$this->getLang('testboth').'" />');
280 …ptln(' </select> <input type="submit" name="aclaudit_scenario_load" value="'.$this->getLang('load'…
281 …$this->getLang('scenario_upload').' : <input type="file" name="aclaudit_scenario_upload_file" /> <…
283 …('scenario_save').' : <input type="text" name="aclaudit_scenario_save_filename" value="'.$this->sc…
284 …ptln(' '.$this->getLang('scenario_download').' : <input type="submit" name="aclaudit_scenario_down…
285 …ptln(' <input class="runscn" type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('r…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso24 * It defines the FCKeditor class ("custom type" in Lasso terms) that can
47 -required='instancename', -type='string',
48 -optional='width', -type='string',
49 -optional='height', -type='string',
50 -optional='toolbarset', -type='string',
51 -optional='initialvalue', -type='string',
52 -optional='basepath', -type='string',
53 -optional='config', -type='array'
68 …<input type="hidden" id="' + self->instancename + '" name="' + self->instancename + '" value="' + …
102 local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="');
/plugin/gtime/gtlib/asn1/
H A DASN1DER.php92 * @param int $type the type to encode
95 public static function encodeType($type) { argument
97 if ($type == ASN1_TAG_SET || $type == ASN1_TAG_SEQUENCE) {
98 $type = $type | 0x20;
101 return array($type);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php154 * @param string $type optional
158 public function getPublicKey($type = 'PKCS8') argument
300 list($type, $signature_blob) = Strings::unpackSSH2('Cs', $packet);
301 if ($type != Agent::SSH_AGENT_SIGN_RESPONSE) {
309 list($type, $signature_blob) = Strings::unpackSSH2('ss', $signature_blob);
317 * @param string $type
321 public function toString($type, array $options = []) argument
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php47 private $type; variable in ComboStrap\\Meta\\Form\\FormMeta
112 * @param string $type
115 public function setType(string $type): FormMeta argument
117 if (!in_array($type, self::FORM_TYPES)) {
118 LogUtility::msg("The form type ($type) is unknown");
121 $this->type = $type;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php8 public function getBarcodeArray($code, $type, $pr = '', $quiet_zone_left = null, $quiet_zone_right = null) argument
10 $barcode = $this->getBarcode($code, $type, $pr, $quiet_zone_left, $quiet_zone_right);
14 public function getChecksum($code, $type) argument
16 $barcode = $this->getBarcode($code, $type);
22 * @param string $type
27 public function getBarcode($code, $type, $pr = 0.0, $quiet_zone_left = null, $quiet_zone_right = null) argument
29 switch (strtoupper($type)) {
/plugin/a2s/
H A Ddemo.txt111 "a2s:type":"storage"
310 [computer]: {"a2s:type":"computer"}
311 [cloud]: {"a2s:type":"cloud"}
312 [diamond]: {"a2s:type":"diamond"}
313 [document]: {"a2s:type":"document"}
314 [storage]: {"a2s:type":"storage"}
351 [computer]: {"a2s:type":"computer"}
352 [cloud]: {"a2s:type":"cloud"}
353 [diamond]: {"a2s:type":"diamond"}
354 [document]: {"a2s:type":"document"}
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php91 * The token type for the current token.
95 public $type = Token::INVALID_TYPE; variable in Antlr\\Antlr4\\Runtime\\Lexer
134 $this->type = Token::INVALID_TYPE;
172 throw new \RuntimeException('Unexpected interpreter type.');
184 $this->type = Token::INVALID_TYPE;
197 if ($this->type === Token::INVALID_TYPE) {
198 $this->type = $ttype;
201 if ($this->type === self::SKIP) {
207 if ($this->type !== self::MORE) {
238 $this->type
454 setType(int $type) global() argument
[all...]
/plugin/swiftmail/Swift/Message/
H A DImage.php30 …public function __construct(Swift_File $data=null, $name=null, $type="application/octet-stream", $… argument
32 parent::__construct($data, $name, $type, $cid, $encoding);
51 $type = image_type_to_mime_type($img_data[2]);
52 $this->setContentType($type);
/plugin/jsmath/
H A Ddiff3 < $renderer->doc .= '<span dir="ltr"><script type="math/tex">';
5 > $renderer->doc .= '<script type="math/tex">';
7 < $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
9 > $renderer->doc .= '<script type="math/tex; mode=display">';
/plugin/struct/meta/
H A DSummaryColumn.php20 * @param PageMeta $type
23 public function __construct($sort, AutoSummary $type, $table = '') argument
25 if ($type->isMulti()) throw new StructException('SummaryColumns can not be multi value types!');
26 parent::__construct($sort, $type, 0, true, $table);
H A DUserColumn.php21 * @param User $type
24 public function __construct($sort, User $type, $table = '') argument
26 if ($type->isMulti()) throw new StructException('UserColumns can not be multi value types!');
27 parent::__construct($sort, $type, 0, true, $table);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm26 <cfargument name="sourceString" type="String">
27 <cfargument name="charToRemove" type="String">
37 <cfargument name="sourceString" type="String">
38 <cfargument name="charToRemove" type="String">
57 <cfargument name="filePath" required="true" type="String">
58 <cfargument name="extension" required="true" type="String">
80 <cfcatch type="any">
90 IE/Safari/Opera file type auto detection bug.
94 <cfargument name="filePath" required="true" type="String">
113 <!--- type = javascript --->
[all …]
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js2type:"vbox",id:"scaytOptions",children:function(){var b=d.getApplicationConfig(),a=[],c={"ignore-a…
3 …("tab_languages"),elements:[{id:"leftLangColumn",type:"vbox",align:"left",widths:["100"],children:…
4 onShow:function(){var b=c.scayt.getLang();n.getById("scaytLang_"+c.name+"_"+b).$.checked=!0}},{type
5 …tab_dictionaries"),elements:[{type:"vbox",id:"rightCol_col__left",children:[{type:"html",id:"dicti…
6 …serDictionaryName())},0)}},{type:"hbox",id:"udButtonsHolder",align:"left",widths:["auto"],style:"w…
9 …ommand="restore";a.name=f;c.fire("scaytUserDictionaryActionError",a)})}},{type:"button",id:"discon…
12type:"button",id:"editDic",label:d.getLocal("btn_goToDic"),title:d.getLocal("btn_goToDic"),onLoad:…
13 …",type:"hbox",style:"width: 100%; margin-bottom: 0;",widths:["40%","60%"],children:[{id:"addWord",
14 type:"vbox",style:"margin-top: 20px;",children:[{type:"hbox",id:"addWordButton",align:"left",childr…
16 …alState")}}]}]}]},{id:"wordsHolder",type:"hbox",style:"width: 100%; height: 170px; margin-bottom: …
[all …]
/plugin/schedule/
H A Dscript.js25 type: "POST",
40 if (elem.type == "checkbox") {
43 } else if (elem.type == "select" || elem.type == "select-multiple") {
66 type: "POST",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DQueryOperator.php70 public $type; variable in Google\\Service\\CloudSearch\\QueryOperator
229 public function setType($type) argument
231 $this->type = $type;
238 return $this->type;

1...<<31323334353637383940>>...173