Home
last modified time | relevance | path

Searched refs:state (Results 1776 – 1800 of 2205) sorted by relevance

1...<<71727374757677787980>>...89

/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js134 DropboxClient.prototype.authenticateStep2 = function(state, success, error) argument
146 …d=' + this.clientId + '&domain=' + window.location.hostname + '&token=' + state), null, 'GET'); //…
183 '&domain=' + window.location.hostname + '&token=' + state), 'dbauth');
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1state","emacsPrefix","clearPrefix","Number","repeated","cmd","f","execCommand","prefix","i","findE…
/plugin/confmanager/
H A Djquery.form.js441 var state = getDoc(io).readyState;
442 log('state = ' + state);
443 if (state && state.toLowerCase() == 'uninitialized')
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1state","addToFront","chunkInvalid","util","isNullOrUndefined","onEofChunk","emitReadable","maybeRe…
/plugin/date/
H A Dsyntax.php56 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/revealjs/css/print/
H A Dpdf.css34 .state-background {
/plugin/panoview/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/graphgear/
H A Dsyntax.php45 function handle($data, $state, $pos, Doku_Handler $handler){ argument
/plugin/monthcal/
H A Dsyntax.php59 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/zul/syntax/
H A Dzirkelundlineal.php92 function handle($match, $state, $pos, &$handler){ argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DClusterNamespace.php97 * $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
122 * $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
166 * $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
174 * $params['wait_for_status'] = (enum) Wait until cluster is in a specific state (Options = green,yellow,red)
194 * $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
299 * $params['dry_run'] = (boolean) Simulate the operation only and return the resulting state
323 * Returns a comprehensive information about the state of the cluster.
327 * $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
338 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html
340 public function state(arra function in Elasticsearch\\Namespaces\\ClusterNamespace
[all...]
/plugin/blog/syntax/
H A Dblog.php21 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/upgrade/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/geotag/syntax/
H A Dgeotag.php70 final public function handle($match, $state, $pos, Doku_Handler $handler): array
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/pagequery/
H A Dsyntax.php48 public function handle($match, $state, $pos, Doku_Handler $handler): array
47 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/pycode/
H A Dsyntax.php95 * @param (int) $state the lexer state
115 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/sqlcomp/
H A Dsyntax.php64 * @param int $state The state of the handler
69 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php948 var $state; //current document state variable in FPDF
1542 $this->state=0;
1747 $this->state=1;
1752 if ($this->state==3) {
1774 if ($this->state==0) {
2512 if($this->state<3)
2983 $this->state=3;
2989 $this->state=2;
3026 $this->state=1;
3195 if($this->state==2)
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js42 var self=this,glovar={meter:{type:C.METER,wmeasure:1,a_meter:[]},},info={},parse={ctx:{},prefix:'%',state:0,ottava:[],line:new scanBuf},tunes=[],psvg property in abc2svg.Abc.parse
2922 case"fullsvg":if(parse.state!=0){syntax(1,errs.not_in_tune,"%%fullsvg")
2978 default:if(parse.state==0)
3125 include++;parse_sav=clone(parse);tosvg(fn,file);parse_sav.state=parse.state;parse=parse_sav;include--}
3151 put_words(info.W);put_history();parse.state=0
3215 if(eol==bol){if(parse.state==1){parse.istart=bol;syntax(1,"Empty line in tune header - ignored")}else if(parse.state>=2){end_tune()
3241 switch(a[1]){case"select":if(parse.state!=0){syntax(1,errs.not_in_tune,"%%select")
3249 case"tune":if(parse.state!
[all...]
/plugin/codemirror/dist/modes/
H A Dhaskell.min.js.map1state","w","current","blockCommentStart","blockCommentEnd","lineComment","defineMIME"],"mappings":…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php26 function readCSS(&$state) { argument
27 parent::readCSS($state);
29 $this->_readCSS($state,
33 $this->_readCSSLengths($state,
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupNavigation.js547 Graph.handleFactory[mxShapeMockupScrollBar.prototype.cst.SHAPE_SCROLL_BAR] = function(state) argument
549 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
551 …var barPos = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'barPos', thi…
556 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x - 50) * …
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md105 The `resolve` and `reject` methods control the state of the deferred.
119 keeping the authority to modify its state to yourself.
131 If `$value` itself is a promise, the promise will transition to the state of
170 Once in the fulfilled or rejected state, a promise becomes immutable.
171 Neither its state nor its result (or error) can be modified.
366 Creates a promise whose state is controlled by the functions passed to
481 a trusted promise that follows the state of the thenable is returned.
/plugin/randominc/
H A Dsyntax.php32 function handle($match, $state, $pos, Doku_Handler $handler) { argument

1...<<71727374757677787980>>...89