Home
last modified time | relevance | path

Searched refs:var (Results 501 – 525 of 620) sorted by path

1...<<2122232425

/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc10 var blankImg = 'ui/default/blank.gif';
12 var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
32 var s = RegExp.$1;
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc10 var blankImg = 'ui/graphic_support/blank.gif';
12 var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
32 var s = RegExp.$1;
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc10 var blankImg = 'ui/default/blank.gif';
12 var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
32 var s = RegExp.$1;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/securelogin/
H A Daction.php37 foreach(explode("&", $request) as $var) {
38 list($key, $value) = explode("=",$var,2);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md56 var d = Diagram.parse("A->B: Does something");
57 var options = {theme: 'simple'};
67 var options = {theme: 'hand'};
78 var options = {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css11 small, strike, strong, sub, sup, tt, var, selector
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md46 var _ = require('lodash');
48 var _ = require('lodash/core');
50 var fp = require('lodash/fp');
53 var array = require('lodash/array');
54 var object = require('lodash/fp/object');
57 var at = require('lodash/at');
58 var curryN = require('lodash/fp/curryN');
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md701 var users = [
747 var users = [
834 var users = [
880 var users = [
1934 var users = [
1980 var users = [
2557 var users = [
2602 var users = [
2648 var users = [
3002 var array = [
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst19 var fp = _.noConflict();
31 var fp = require('lodash/fp');
34 var object = require('lodash/fp/object');
37 var extend = require('lodash/fp/extend');
102 var compact = _.partial(_.filter, _, Boolean);
108 var compact = fp.filter(Boolean);
185 var _fp = fp.convert({
210 var convert = require('lodash/fp/convert');
213 var assign = convert('assign', require('lodash.assign'));
216 var fp = convert({
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dcategory.jst1 var convert = require('./convert');
H A Dconvert.jst1 var baseConvert = require('./_baseConvert'),
H A Dfp.jst1 var _ = require('./lodash.min').runInContext();
H A Dmodule.jst1 var convert = require('./convert'),
H A Dthru.jst1 var convert = require('./convert'),
/plugin/shell/
H A DP0wnyShell.css12 background: var(--shell-background);
13 color: var(--shell-terminal-color);
21 --calculated-margin: var(--shell-margin);
41 background: var(--shell-terminal-background);
47 max-width: calc(100% - 2 * var(--calculated-margin));
48 max-height: calc(100% - 2 * var(--calculated-margin));
53 margin: var(--calculated-margin) auto;
65 color: var(--shell-logo-color);
76 --calculated-margin: calc(var(--shell-margin) * 2) !important;
106 color: var(--shell-prompt-color);
[all …]
/plugin/siteexport/inc/
H A Ddebug.php78 public function message($info,$var=null,$level=4){ argument
86 case 4: $this->logger->error( $info, $var ); break;
87 case 3: $this->logger->log( $info, $var ); break;
88 case 2: $this->logger->log( $info, $var ); break;
89 case 1: $this->logger->debug( $info, $var ); break;
127 if ( !empty($var) ) {
129 if ( is_array($var) ) {
131 print_r($var);
135 $content = $var;
H A Dhttpproxy.php138 * @param mixed $var
140 public function _debug($info, $var = null) { argument
146 $this->debugClass->message("[HTTPClient] " . $info, $var, 1);
152 * @param mixed $var
154 protected function debug($info, $var = null) { argument
155 $this->_debug( $info, $var );
/plugin/socialshareprivacy2/SSP/
H A DREADME.md136 var s = document.createElement('script');
137 var t = document.getElementsByTagName('script')[0];
/plugin/sphinxsearch-was/
H A DINSTALL65 ''/var/www/grimore.org/lib/plugins/sphinxsearch'' points to the ''sphinxsearch''
/plugin/sphinxsearch-was/contrib/cron.daily/
H A Dsphinx-rotate-grimore3 PATH_TO_PLUGIN_DIRECTORY=/var/www/grimore.org/lib/plugins/sphinxsearch
/plugin/sphinxsearch-was/contrib/etc/systemd/system/
H A Dsphinx-searchd-grimore.service10 ExecStart = /usr/bin/searchd -c /var/www/grimore.org/lib/plugins/sphinxsearch/sphinx.conf
11 PIDFile = /var/www/grimore.org/data/sphinxsearch/searchd.pid
12 WorkingDirectory = /var/www/grimore.org/lib/plugins/sphinxsearch
/plugin/stlviewer/stlviewer/
H A DREADME.md25var stl_viewer=new StlViewer(document.getElementById("stl_cont"), { models: [ {id:0, filename:"mys…
/plugin/strata/helper/
H A Dsyntax.php20 var $regexFragments = array(
34 var $regexCaptures = array(
172 * @param var string the name of the variable
176 function updateTypemap(&$typemap, $var, $type, $hint=null) { argument
177 if(empty($typemap[$var]) && $type) {
178 $typemap[$var] = array('type'=>$type,'hint'=>$hint);
195 function variable($var) { argument
196 if($var[0] == '?') $var = substr($var,
[all...]

1...<<2122232425