Searched refs:props (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/lib/scripts/ |
| H A D | toolbar.js | 79 function tb_format(btn, props, edid) { argument 80 var sample = props.sample || props.title; 82 fixtxt(props.open), 83 fixtxt(props.close), 101 function tb_formatln(btn, props, edid) { argument 102 var sample = props.sample || props.title, 107 props.open = fixtxt(props.open); 108 props.close = fixtxt(props.close); 116 startofs: props.open.length, 117 endofs: props.close.length [all …]
|
| H A D | edit.js | 73 function createPicker(id,props,edid){ argument 78 if(props['class']){ 79 $picker.addClass(props['class']); 93 jQuery.each(props.list, function (key, item) { 94 if (!props.list.hasOwnProperty(key)) { 101 item = DOKU_BASE+'lib/images/'+props.icobase+'/'+item; 113 initToolbar($picker,edid,props.list); 143 function addBtnActionSignature($btn, props, edid) { argument
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | OpenAPIGenerator.php | 263 $props = []; 269 'properties' => &$props 281 $props[$name] = array_merge(
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Lessc.php | 393 foreach ($root->props as $prop) { 416 [$top, $bottom] = $this->sortProps($root->props, true); 425 protected function compileImportedProps($props, $block, $out, $sourceParser, $importDir) argument 435 foreach ($props as $prop) { 579 foreach ($this->sortProps($block->props) as $prop) { 609 protected function sortProps($props, $split = false) argument 616 foreach ($props as $prop) { 1089 foreach ($this->sortProps($mixin->props) as $subProp) {
|
| H A D | Parser.php | 1432 $b->props = []; 1457 $this->env->props[] = $prop;
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | IRI.php | 177 $props = get_object_vars($this); 186 } elseif (array_key_exists($name, $props)) { 190 elseif (($prop = 'i' . $name) && array_key_exists($prop, $props)) { 195 elseif (($prop = substr($name, 1)) && array_key_exists($prop, $props)) {
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 1801 foreach ($entries as $filename => $props) { 1802 if (!isset($props['type'])) { 1807 if ($props['type'] == NET_SFTP_TYPE_DIRECTORY) { 2596 foreach ($entries as $filename => $props) { 2597 if (!isset($props['type'])) { 2602 if ($props['type'] == NET_SFTP_TYPE_DIRECTORY) {
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{h… property
|
| H A D | jquery.min.js | 2 …props:ce.extend({},e),opts:ce.extend(!0,{specialEasing:{},easing:ce.easing._default},t),originalPr… property
|