| /dokuwiki/_test/tests/inc/ |
| H A D | mailer.test.php | 9 public function prop($name){ function in TestMailer 35 $headers = $mail->prop('headers'); 40 $headers = $mail->prop('headers'); 48 $headers = $mail->prop('headers'); 63 $headers = $mail->prop('headers'); 76 $headers = $mail->prop('headers'); 89 $headers = $mail->prop('headers'); 94 $headers = $mail->prop('headers'); 99 $headers = $mail->prop('headers'); 104 $headers = $mail->prop('headers'); [all …]
|
| /dokuwiki/lib/scripts/ |
| H A D | behaviour.js | 168 if (!$this.prop('checked')) { 174 if (!show_list && $list.prop('checked')) { 175 $digest.prop('checked', 'checked'); 196 $all.prop('disabled', false); 197 $button.prop('disabled', true); 199 $all.prop('disabled', true); 200 $button.prop('disabled', false); 202 jQuery(this).prop('disabled', false); 204 jQuery(this).prop('checked', false);
|
| H A D | fileuploaderextended.js | 152 jQuery(this).prop('disabled', true);
|
| H A D | fileuploader.js | 20 for (var prop in second){ 21 first[prop] = second[prop];
|
| H A D | media.js | 792 $box.prop('checked', true); 812 if (jQuery(this).prop('checked')) {
|
| /dokuwiki/_test/core/ |
| H A D | DokuWikiTest.php | 242 * @param string $prop name of the property to access 246 protected static function getInaccessibleProperty($obj, $prop) { argument 248 $property = $class->getProperty($prop); 260 * @param string $prop name of the property to access 265 protected static function setInaccessibleProperty($obj, $prop, $value) { argument 267 $property = $class->getProperty($prop);
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Lessc.php | 393 foreach ($root->props as $prop) { 394 if ($prop[0] == 'block') { 395 $prop[1]->parent = $parentBlock; 435 foreach ($props as $prop) { 436 $this->compileProp($prop, $block, $out); 579 foreach ($this->sortProps($block->props) as $prop) { 580 $this->compileProp($prop, $block, $out); 616 foreach ($props as $prop) { 617 switch ($prop[0]) { 619 $stack[] = $prop; [all …]
|
| H A D | Parser.php | 619 $prop = ['mediaType']; 620 if (isset($only)) $prop[] = 'only'; 621 if (isset($not)) $prop[] = 'not'; 622 $prop[] = $mediaType; 623 $parts[] = $prop; 1454 protected function append($prop, $pos = null) argument 1456 if ($pos !== null) $prop[-1] = $pos; 1457 $this->env->props[] = $prop;
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | script.js | 7 $dl.animate({scrollTop: $dl.prop("scrollHeight")}, 500);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | IRI.php | 190 elseif (($prop = 'i' . $name) && array_key_exists($prop, $props)) { 191 $name = $prop; 192 $return = $this->$prop; 195 elseif (($prop = substr($name, 1)) && array_key_exists($prop, $props)) { 196 $name = $prop; 197 $return = $this->$prop;
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | script.js | 90 $checkbox.prop('checked', filter);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 2899 * @param string $prop 2902 private function get_stat_cache_prop($path, $prop) argument 2904 return $this->get_xstat_cache_prop($path, $prop, 'stat'); 2913 * @param string $prop 2916 private function get_lstat_cache_prop($path, $prop) argument 2918 return $this->get_xstat_cache_prop($path, $prop, 'lstat'); 2927 * @param string $prop 2931 private function get_xstat_cache_prop($path, $prop, $type) argument 2943 return $result->{$type}[$prop]; 2949 if ($result === false || !isset($result[$prop])) { [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 1785 foreach ($dn as $prop => $value) { 1786 if (!$this->setDNProp($prop, $value, $type)) { 1796 $prop = trim($results[$i], ', =/'); 1798 if (!$this->setDNProp($prop, $value, $type)) { 1876 $prop = $field[0]['type']; 1880 switch ($prop) { 1912 $desc = preg_replace('#.+-([^-]+)$#', '$1', $prop);
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …prop=n,this.easing=i||ce.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,… method
|
| H A D | jquery-ui.min.js | 6 …prop("form")),this.form.length&&((t=this.form.data("ui-form-reset-instances")||[]).length||this.fo…
|