Home
last modified time | relevance | path

Searched refs:type (Results 1976 – 2000 of 4303) sorted by relevance

1...<<71727374757677787980>>...173

/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php448 public $type; variable in Google_TaskLinks
461 public function setType( $type) { argument
462 $this->type = $type;
465 return $this->type;
/plugin/refnotes/
H A Daction.php644 $type = '';
649 $type = 'script';
650 $data = array('type' => 'text/javascript', 'charset' => 'utf-8', 'src' => $fileName, '_data' => '', 'defer' => 'defer');
654 $type = 'link';
655 $data = array('type' => 'text/css', 'rel' => 'stylesheet', 'href' => $fileName);
659 if ($type != '') {
660 $event->data[$type][] = $data;
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php676 * @param string $type "SAMLRequest" or "SAMLResponse"
682 …ture($samlMessage, $relayState, $signAlgorithm = XMLSecurityKey::RSA_SHA256, $type = "SAMLRequest") argument
686 if ($type == "SAMLRequest") {
700 $msg = $type.'='.rawurlencode($samlMessage);
706 $msg = $type.'='.urlencode($samlMessage);
H A DUtils.php1081 $enc->type = XMLSecEnc::Element;
1167 $enc->type = $encryptedData->getAttribute("Type");
1209 … 'Unknown key size for encryption algorithm: ' . var_export($symmetricKey->type, true),
1274 * @param string $type Public or private key, defaults to public.
1280 public static function castKey(XMLSecurityKey $key, $algorithm, $type = 'public') argument
1285 if ($key->type === $algorithm) {
1300 $newKey = new XMLSecurityKey($algorithm, array('type'=>$type));
1541 $objKey = new XMLSecurityKey(XMLSecurityKey::RSA_SHA1, array('type' => 'public'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreative.php236 public $type; variable in Google\\Service\\Dfareporting\\Creative
1115 public function setType($type) argument
1117 $this->type = $type;
1124 return $this->type;
/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php22 function parseStringToArray($type, $subject, $map = FALSE) argument
28 $search = join('|', $this->map->$type);
/plugin/livemark/
H A Daction.php54 $type = $image_details[2];
59 switch ($type)
/plugin/letsencrypt/
H A Dadmin.php193 $form->addButton('init', $this->getLang('create account'))->attr('type', 'submit')->val(1);
203 $form->addButton('sign', $this->getLang('get certs'))->attr('type', 'submit')->val(1);
/plugin/indexmenu2/cms/modifiers/
H A Dgroupcheckbox.js9type.toLowerCase()!='checkbox')return;var v=O(i[I['parentNode']][I['parentNode']][I['submenu']],tr…
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php85 foreach ($options as $type => $option) {
90 $link->data->append('attributes/rel', $type);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php138 $type = $public[0];
143 return self::wrapPublicKey($public, $type);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dmathchoice.js19type:"TeXmathchoice",notParent:true,choice:function(){if(this.selection!=null){return this.selecti…
/plugin/epub/
H A Dhelper.php89 foreach ($types as $type) {
90 $name = $file . ".$type";
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php75 public function setOpType(string $type): self argument
77 $this->_opType = $type;
/plugin/odt/ODT/styles/
H A DODTStyle.php243 public static function getNewStylename ($type = '') { argument
245 $style_name = self::$style_base_name.$type.'_'.self::$style_count;
/plugin/linkback/action/
H A Dantispam.php61 if ($this->getConf('antispam_link_enable') && !$this->_clean_link($target, $page, $linkback['type'])) {
112 function _clean_link($targetUri, $page, $type) { argument
113 if ($type == 'pingback')
/plugin/do/
H A Dhelper.php321 * @param string $type type of notification (open|reopen|close)
326 public function sendMail($receivers, $type, $task, $user = '', $msg = '') argument
345 $subj .= sprintf($this->getLang('mail_' . $type), $task['text']);
348 $text = file_get_contents($this->localFN('mail_' . $type));
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php329 private static function jsonFlatRecursiveEncoding(array $jsonProperty, &$jsonString, $level = 0, $endOfFieldCharacter = DOKU_LF, $type = Json::TYPE_OBJECT, $parentType = Json::TYPE_OBJECT) argument
334 if ($type === Json::TYPE_OBJECT) {
394 self::jsonFlatRecursiveEncoding($value, $jsonString, $childLevel, $childEndOField, $childType, $type);
411 if ($type === Json::TYPE_OBJECT) {
/plugin/openid/Auth/OpenID/
H A DAX.php258 // 'No type is defined for attribute name %r' % (alias,))
260 sprintf('No type is defined for attribute name %s',
363 $ax_args['type.' . $alias] = $type_uri;
457 if (strpos($key, 'type.') === 0) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php216 public function testNull($type) argument
230 public function testNullAllowed($type) argument
406 public function testNumerics($key, $value, $type) argument
634 public function testDateTime($key, $value, $type) argument
639 $deserialized = $this->deserialize($this->getContent($key), $type);
658 public function testDateTimeImmutable($key, $value, $type) argument
663 $deserialized = $this->deserialize($this->getContent($key), $type);
1611 protected function deserialize($content, $type, ?Context $context = null) argument
1630 return $visitor->visitArray(iterator_to_array($object), $type);
1638 $type = [
[all …]
/plugin/filelist/
H A Dsyntax.php
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D24.24.js.map1type/, 'attribute.name', '@scriptAfterType'],\n [/\"([^\"]*)\"/, 'attribute.value'],\n …
/plugin/achart/assets/
H A Dapexcharts.min.js6type&&(c=0),this.morphSVG(e,i,a,"line"!==h.config.chart.type||h.globals.comboCharts?s:"stroke",r,o…
10type:t,values:void 0===e?null:e})},convolveMatrix:function(t){t=s(t),this.attr({order:Math.sqrt(t.…
14type&&"mousedown"!=t.type&&"mousemove"!=t.type||1==(t.which||t.buttons)){var e=this;if(this.el.fir…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/_/
H A DPDOStatement.yml4 type: int

1...<<71727374757677787980>>...173